@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');
*{
    margin: 0;
    padding: 0;
    font-family: 'poppins',sans-serif;
}
.section{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%;
    background: url('../images/painel2.jpg');
    background-position: center;
    background-size: cover;
}
.form-box {
    position: relative;
    width: 400px;
    height: 450px;
    background: transparent;
    border: 6px solid rgba(255,255,255,0.5);
    border-radius: 20px;
    backdrop-filter: blur(35px);
    display: flex;
    justify-content: center;
    align-items: center;

}
h1{
    font-size: 2em;
    color: #fff;
    text-align: center;
    padding-top: 15px;
}
.inputbox{
    position: relative;
    margin: 30px 0;
    width: 310px;
    border-bottom: 2px solid #fff;
}
.inputbox label{
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    color: #fff;
    font-size: 1em;
    pointer-events: none;
    transition: .5s;
}
input:focus ~ label,
input:valid ~ label{
top: -5px;
}
.inputbox input {
    width: 100%;
    height: 50px;
    background: transparent;
    border: none;
    outline: none;
    font-size: 1em;
    padding: 0 35px 0 5px;
    color: #fff;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
    transition: background-color 5000s ease-in-out 0s;
}
.inputbox ion-icon{
    position: absolute;
    right: 8px;
    color: #fff;
    font-size: 1.2em;
    top: 20px;
}
.forget{
    font-size: .9em;
    color: #fff;
    display: flex;
    justify-content: right;
}

.forget label input{
    margin-right: 5px;
    
}
.forget input{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.labelforget{
    display: flex;
    justify-content: center;
}
.forget label a{
    color: #fff;
    text-decoration: none;
}
.forget label a:hover{
    text-decoration: underline;
}
.login-logo-z2 {
    display: flex;
    justify-content: center;
}
.buttonlogin{
    width: 100%;
    height: 40px;
    border-radius: 40px;
    background: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 1em;
    font-weight: 600;
    color: #242424;
    padding: 0;
}
.register{
    font-size: .9em;
    color: #fff;
    text-align: center;
    margin: 25px 0 10px;
}
.register p a{
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}
.register p{
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    padding-top: 5px;
}
.register p a:hover{
    text-decoration: underline;
}

.forgetpassword{
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 20px;
}
.termoslogin{
    font-size: .9em;
    color: #fff;
    text-align: center;
    margin: 25px 0 10px;
}
.termoslogin p a{
    text-decoration: none;
    color: #fff;
    font-weight: 550;
}
.termoslogin p a:hover{
    text-decoration: underline;
}

@font-face {
	font-family: daggersquare;
	src: url("../fonts/daggersquare.otf") format("opentype");
}

body {
    padding-top: 0 !important;
}

.google-button {
    width: 49%; 
    max-width: 150px;
}
.apple-button {
    width: 49%; 
    max-width: 150px;
}

.player {
    height: 80%;
    max-height: 300px; 
    float: right;
}

#map {
    width: 100%;
    height: 75vh;
}

.logo-container {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.likes {
    width: 75%;
    float: right;
}

.icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0 !important;
}

.icon {
    font-size: 2rem;
    color: #a5a7ad;
}

.partner {
    width: 75%;
    float: right;
}

.w-row {
    display: flex;
    align-items: center;
}

.clientModal {
    width: 100%;
    margin-top: 40px;
}

.client {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.section.press {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.footer-container {
    display: flex;
    justify-content: center;
    padding-top: 35px !important;
    padding-bottom: 20px !important;
}

.footer-z2 {
    width: 100%;
    
    max-width: 940px;
}

.left-footer {
    position: relative;
    width: 45%;
    float: left;
    text-align: left;
    margin-left: 10px;
}

.right-footer {
    position: relative;
    width: 45%;
    float: right;
    text-align: right;
    margin-right: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.footer-logo {
    width: 150px;
}

.footer-p {
    font-size: 1.5rem;
    text-transform: none;
    padding: 10px;
}

.footer-p-price {
    font-size: 1rem;
    text-transform: none;
}

.footer-cr {
    position: absolute;
    bottom: 0;
    margin-left: 10px;
}

.p-cr {
    font-size: 0.65rem;
}

.z2-text {
    font-size: 1rem;
}

.animate:hover {
    -webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
} 

.white {
    color: #FFF;
}

.w-containerorc {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
}


@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

@media (max-width: 601px) {
    .w-row {
        display: unset;
        align-items: unset;
    }
    .clientModal {
        width: 100%;
    }
    .google-button {
        float: left;
    }
    .apple-button {
        float: right;
    }
    .player {
        float:unset;
    }
    #map {
        width: 100%;
        height: 60vh;
    }
    .likes {
        width: 100%;
        float: unset;
        margin-top: 10px;
    }
    .partner {
        width: 100%;
        float: unset;
        margin-top: 10px;
    }
    
    .right-footer {
        position: relative;
        width: 45%;
        float: right;
        text-align: right;
        margin-right: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
}