@font-face {
    font-family: 'neo';
    src: url('NeoSansProRegular.OTF');
}
body{
    background-color: white;
    background-image: url('../images/background.webp');
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    
}
*{
    box-sizing: border-box;
    font-size: 1.57vh;
    font-family: neo;
}

.foreground{
    position: absolute;
    width: 70.20vw;
    max-height: 85vh;
    object-fit: contain;
    object-position: 0%;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

.container{
   display: block;
   width: 19.47vw;
   position: absolute;
   right: 3.8vh;
   top: 4.35vh;
   z-index: 3;
   background: #cfcfcf;
   padding: 18px 14px;
}
.container form{
    font-size: 1.57vh;
    display: flex;
    flex-flow: column;
}
form p{
    font-size: 1.3rem;
    font-weight: 100;
    margin-left: 7px;
    letter-spacing: 5px;
}
input{
    height:2.19rem;
}
textarea{
    height: 7.40vh;
    resize: none;
    font-size: 1.54vh;
}
input,textarea,button{
    margin-bottom: 10px;
    background-color: #ffffff99;
    border: none;
    outline:none;
    font-size: 1.54vh;
}
button{
    cursor: pointer;
    transition: .2s;
    text-transform: capitalize;
    height: 3.14vh;
}
button:hover{
    background-color: #fff;
}
footer{
    position: absolute;
    justify-content: space-between;
    display: flex;
    width:100vw;
    height: 15vh;
    background-color: #fff;
    padding: 4.72vh 3.54vw;
    box-sizing: border-box;

    bottom: 0;
}
footer img{
    height: 9vh;
    object-fit: contain;
    /* max-height: 100%; */
}
footer p{
    text-align: center;
    width: 58vw;
}
::placeholder{
    color: black;
    letter-spacing: 2px;
    padding-left: 8px;
}
.whatsapp
{
    position: absolute;
    bottom: 17.5vh;
    right:11.92vw;
    width: 21.87vw;
    height: 7.2vh;
}
.whatsapp img
{
    width: 100%;
    height: 100%;
    filter: invert(0);
    transition: .2s;
    object-fit: contain;

}



.THVM{
    position: absolute;
    width: 13.48vw;
    height: 11.48vh;
    left: 57.91vw;
    top: 4.35vh;
    object-fit: contain;
}
    .mobile{
        display: none;
    }
    .no-mobile{
        display: block;
    }
@media (orientation: portrait) {
    .mobile{
        display: block;
    }
    .no-mobile{
        display: none;
    }
    .foreground{
        position: relative;
        width: 100vw;
        max-height: 135vh;
        object-fit: contain;
        object-position: 0%;
        top: 0;
        left: 0;
        z-index: 1;
        pointer-events: none;
    }
    .THVM{
        position: relative;
        width: 100vw;
        height: 10vh;
        margin: 5vh auto;
        top: 0;
        left: 0;
    }
    .container{
        display: block;
        width: 100vw;
        position: relative;
        right: 0;
        top: 5vh;
        margin-top: 3vh;
        z-index: 3;
        background: #cfcfcf;
        padding: 18px 14px;
    }
    .whatsapp
    {
        position: relative;
        display: block;
        bottom: 0;
        right:0;
        top:6vh;
        margin: 2vh auto;
        height: 8vh;
        width:85vw;
        
    }
    footer{
        position: relative;
        justify-content: space-between;
        display: flex;
        flex-flow: column-reverse;
        width:100vw;
        height: auto;
        background-color: #fff;
        padding:0;
        box-sizing: border-box;
        margin-top: 2vh;
        padding-top: 3vh;
        bottom: 0;
    }
    footer img{
        height: 8vh;
        margin-top: 2vh;
        object-fit: contain;
        /* max-height: 100%; */
    }
    .avvio{
        order: 3;
    }
    .think{
        order: 3;
    }
    footer p{
        text-align: center;
        width: 100vw;
        margin-top: 2vh;
    }

}

section.content {
        display: inline-block;
        text-align: center;
        width: 100%;
        min-height: 15vh;
        height: fit-content;
        top: 88vh;
        position: absolute;
        background-color: #131313;
        z-index: 2;
        padding-top:0;
        padding-left: 0;
        padding: 0 10px;
        padding-bottom: 183px;
        
        
}

#btnTop {
  position: fixed;
  bottom: 18px;
  right: 30px;
  height:60px;
  width: 60px;
  background-color:#ccc;
  border:none;
  border-radius:100%;
  display: none;
  z-index:100;
}

#btnTop img {
    width: 30px;
}

div.footer{
    width: 100%;
    height: 15vh;
    background-color: #ffffff;
    display: flex!important;
    position: fixed;
    bottom: 0;
    z-index: 9;
    justify-content: center;
    align-items: center;
}

div.footer img {
    height: 9vh;
    padding:10px;
}

@media (max-width: 500px) {
    section.content{
        top: 133vh!important;
        padding-bottom: 140px;
    
    }
}

@media (max-width: 500px) {
    span.detalhe{
        top: -54vh!important;
        background-color: #000000;
        padding: 5px;
    
    }
}

@media (max-width: 500px){
    .logo {
        margin-left:22px!important;
    }
}

@media (max-width: 1280px){
    div.whatsapp{
        top: 65.81vh!important;
    }
}


@media (max-width: 1280px){
span.detalhe{
    margin-right: 77px!important;
    }
}

@media (max-width: 500px) {
    div.img{
        padding-top: 11px!important;
    
    }
}

@media (max-width: 450px) {
    div.footer img{
        height: 7vh!important;
    
    }
}

@media (max-width: 450px) {
    #btnTop{
        bottom:90px!important;
    
    }
}
