@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
*,
*::before,
*::after{
    margin: 0;
    padding: 0;

}

::-webkit-scrollbar{
    background: transparent;
    width: 0.8rem;

}

::-webkit-scrollbar-thumb{
    background-color: #999999;
    border: 0.2rem solid transparent;
    border-radius: 9px;
    background-clip: content-box;

}

::-webkit-scrollbar-thumb:hover{
    background-color: #707070;
    opacity: 50%;

}

html{
    font-size: 10px;
    /* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
    font-family: "Poppins", sans-serif, "Segoe UI";
    cursor: pointer; 

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */

    overflow: overlay;
}

a{
    display: block;
    text-decoration: none;
}

.container{
    max-width:100rem;
    margin: 0 auto;
    padding: 0 2.2rem;
}

header{
    font-family: 'Poppins';
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1400;
    height: 4.4rem;
    background-color: rgba(255, 255, 255, 0.68);
    backdrop-filter: blur(2rem);
}

.nav-list{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -1rem;

}

.nav-list-mobile{
    display: none;

}

.nav-link{
    font-size: 1.4rem;
    color: #1b1e23;
    padding: 0 1rem;
    transition: opacity 0.5s;
}


.nav-link:hover{
    opacity: 0.7;
}

.nav-link-apple{
    width: 3.6rem;
    background: url(/icons/PrevON_icon_white.png) center no-repeat;
    background-size: 30px;
    height: 4.4rem;
}

.nav-link-search{
    width: 3.6rem;
    background: url(/icons/iconfinder_icon-111-search_314807.svg) center no-repeat;
    background-size: 25px;
    height: 4.4rem;
}

.nav-link-bag{
    width: 3.6rem;
    background: url(/icons/login_icon.png) center no-repeat;
    background-size: 20px;
    height: 4.4rem;
}

.background-black{
    width: 99vw;
    max-width: 180rem;
    height: 73.5rem;
    /* background: #00958f; */
    /* background: #ffffff; */
    background: #000000;
    margin: 0 auto;
    
}

.background-login{
    width: 99vw;
    max-width: 180rem;
    height: 73.5rem;
    /* background: #00958f; */
    /* background: #ffffff; */
    background: #fbfbfe;
    margin: 0 auto;
    
}

.inline{
    display: inline-block;
}

.title-heading-PrevON{
    /* margin-top: 10rem !important; */

    /* background:url(/images/home_1.png) left no-repeat; */
    background:url(/images/homevfatt.png) no-repeat center;
    background-size: contain;
    /* background-position-y: -13rem; */
    background-position-x: 15rem;
    height: 45vh;
    box-shadow: 145px 0px  10px 11px #fbfbfe inset, -145px 0px  10px 11px #fbfbfe inset;

    image-rendering: -webkit-optimize-contrast;

 
}



.card-apple{
    background: url(/images/badge_apple.svg) center no-repeat;
    background-size: 14rem;
    height: 6rem;
    max-width: 14rem;
}

.card-google{
    background: url(/images/badge_google-play.png) center no-repeat;
    background-size: 18rem;
    height: 6rem;
    max-width:  16rem;
}

.card-center{
    text-align: center;
    justify-content: space-between;
    margin: 0 3rem;
    position: relative;
    display: flex;
}

.card-col {
    width: 100%;
    overflow:hidden; 
    display:inline-block;

}


#title-login{
    font-family: 'Poppins';
    color: #ffffff;
    text-align: left;
}

.title{
    font-family: 'Poppins';
    color: #ffffff;
    text-align: left;
    padding-top: 5.5rem;
}

.title-heading{
    font-family: 'Poppins';
    font-size: 5.6rem;
    line-height: 1.507143;
    letter-spacing: -0.005rem;
 }

 .title-heading-login{
    text-align: center;
    font-family: 'Poppins';
    font-size: 5.06rem;
    line-height: 1.507143;
    letter-spacing: -0.005rem;
    line-height: 130%;
    padding-top: 5rem;
 }

 .title-sub-heading{
     font-family: 'Poppins';
     font-size: 3.05rem;
     margin-top: 0.6rem;
     letter-spacing: 0.008rem;
     line-height: 130%;
     font-weight: 400;
 }

 .title-price{
     font-family: 'Poppins';
     font-size: 1.7rem;
     color: #7f7f7f;
     margin-top: 0.68rem;
 }

 .cta{
     text-align: center;
     /* margin-top: 1.8rem; */
 }

 .cta-link{
     font-family: "Poppins";
     color: #00958f;
     font-size: 2.1rem;
     display: inline-block;
 }

 .cta-link:nth-child(2){
     margin-left: 2.6rem;

 }

 .cta-link:hover{
     border-bottom: 2px solid #66bbff;

 }

.title-dark{
    color: #000000;

}

.cta-link-darker{
    color: #00958f;
}

.cta-link-darker:hover{
    border-bottom-color: #00958f;
}


.hero{
    width: 99vw;
    max-width: 180rem;
    margin: 0 auto;
    height: 65rem;
    /* width: 135rem; */
    background-color: #fbfbfe;
    background-size: auto 93.6rem;
    background-position: center;
    background-repeat: no-repeat;
    border-top: 0.4rem solid #ffffff;
    border-bottom: 0.4rem solid #ffffff;
}

.hero-50{
    width: 49vw;
    max-width: 180rem;
    margin: 0 auto;
    height: 65rem;
    /* width: 135rem; */
    background-color: #fbfbfe;
    background-size: auto 93.6rem;
    background-position: center;
    background-repeat: no-repeat;
    border-top: 0.4rem solid #ffffff;
    border-bottom: 0.4rem solid #ffffff;
}



.cliente-home{
    margin-left: auto;
    margin-right: auto;
    background-image:url(/images/home_cliente.png);
    /* background-image:url(/images/home_cliente1.png); */
    background-position: center;
    background-position-y: 3rem;
    /* background-position-x: -15rem; */
    background-size: 200rem;
    box-shadow: 0px 0px  10px 20px #fbfbfe inset;
}

.cliente-home:hover{

    background-position-y: 1.5rem !important;

    transition:all .6s ease-in-out;
    -webkit-transition:all .6s ease-in-out;
    -moz-transition:all .6s ease-in-out;
    -ms-transition:all .6s ease-in-out;
    -o-transition:all .6s ease-in-out;
}

.seguradora-assistencia{
    background-image:url(/images/home_seguradora.png);
    background-position-y: 27rem;
    background-size: 120rem;
}

.seguradora-assistencia:hover{

    background-position-y: 25rem !important;

    transition:all .6s ease-in-out;
    -webkit-transition:all .6s ease-in-out;
    -moz-transition:all .6s ease-in-out;
    -ms-transition:all .6s ease-in-out;
    -o-transition:all .6s ease-in-out;
}


.empresas-home{
    background-color: #1b1e23;
    background-image:url(/images/home_empresas.png);
    background-size: 120rem;
    background-position: 30rem 10rem;
}

.empresas-home:hover{

    background-size: 121rem !important;

    transition:all .6s ease-in-out;
    -webkit-transition:all .6s ease-in-out;
    -moz-transition:all .6s ease-in-out;
    -ms-transition:all .6s ease-in-out;
    -o-transition:all .6s ease-in-out;
}


.corretor-rentab{
    background-image:
    url(/images/Cotacao_rentab.png);
    background-repeat: no-repeat;
    background-size: 90rem;
    background-position-y: -10rem;
    height: 38rem;
}
  .corretor-rentab:hover{

    transform:scale(1.01);
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -ms-transform:scale(1.05);
    -o-transform:scale(1.05);

    transition:all .6s ease-in-out;
    -webkit-transition:all .6s ease-in-out;
    -moz-transition:all .6s ease-in-out;
    -ms-transition:all .6s ease-in-out;
    -o-transition:all .6s ease-in-out;
    z-index:2;
    top: 0rem;
}

 .corretor-taf{
    background-image:
    url(/images/Cotacao_TAF.png);
    background-repeat: no-repeat;
    background-size: 60rem;
    background-position: center top;
    height: 27.5rem;
    margin-left: auto;
    margin-right: auto;
    width: 60rem;
    

    transition:all .6s ease-in-out;
    -webkit-transition:all .6s ease-in-out;
    -moz-transition:all .6s ease-in-out;
    -ms-transition:all .6s ease-in-out;
    -o-transition:all .6s ease-in-out;

    position:relative;
    z-index: 1;
    top: -27rem;
    left: 20rem;
 }

 .corretor-taf:hover{
    transform:scale(1.01);
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -ms-transform:scale(1.05);
    -o-transform:scale(1.05);

    transition:all .6s ease-in-out;
    -webkit-transition:all .6s ease-in-out;
    -moz-transition:all .6s ease-in-out;
    -ms-transition:all .6s ease-in-out;
    -o-transition:all .6s ease-in-out;
    z-index: 2;
    left: 22rem;
    top: -28rem;
}


/* to make responsive when size is below 1068px */
@media screen and (max-width : 1068px){

    .cliente-home{
        background-size: 200rem !important;
        background-position-y: 2rem !important;
    }

    .cliente-home:hover{

        background-position-y: 0rem !important;
    
        transition:all .6s ease-in-out;
        -webkit-transition:all .6s ease-in-out;
        -moz-transition:all .6s ease-in-out;
        -ms-transition:all .6s ease-in-out;
        -o-transition:all .6s ease-in-out;
    }
    

    .seguradora-assistencia{
        background-position-y: 25rem !important;
    }

    .empresas-home{
        background-size: 100rem !important;
        background-position-y: 20rem !important;
    }



      .corretor-rentab:hover{
        z-index:2;
        right: 12rem;
        top: 0.5rem;
    }
    
     .corretor-taf{
        background-size: 40rem;
        height: 29rem;
        width: 40rem;
        position:relative;
        z-index: 1;
        top: -27rem;
        left: 17rem;
     }
    
     .corretor-taf:hover{
        z-index: 2;
        left: 18rem;
        top: -28rem;
    }




    .hero{
        height: 65rem;
        background-size: auto 69.8rem;
        background-position: bottom center; 
        background-repeat: no-repeat;
    }

    .title-heading{
        font-size: 4.4rem;
    }

    .title-sub-heading{
        font-size: 2.4rem;
    }

    .cta-link:nth-child(2){
        margin-left: 2rem;
    }

    .title-heading-PrevON{
        background:url(/images/homevfa_smallavf.png) no-repeat top;
        background-size: 50rem  ;
        height: 40rem;
        box-shadow: 0px 0px  10px 20px #fbfbfe inset;
    }
   
}

/* when device goes less than 767px */
@media screen and (max-width : 767px){
    header{
        height: 4.8rem;
        transition: background 0.36s cubic-bezier(0.32, 0.08 , 0.24 , 1),
                     height 0.56s cubic-bezier(0.32, 0.08 , 0.24 , 1);
    }

    header .container{
        padding: 0;
    }
    

    .empresas-home{

        background-size: 65rem !important;
        background-position-y: 25rem !important;

    }

    .empresas-home:hover{

        background-size: 66rem !important;
    
        transition:all .6s ease-in-out;
        -webkit-transition:all .6s ease-in-out;
        -moz-transition:all .6s ease-in-out;
        -ms-transition:all .6s ease-in-out;
        -o-transition:all .6s ease-in-out;
    }


    .corretor-rentab{
        background-size: 99vw;
        background-position-y: 0rem;

    
    }
      .corretor-rentab:hover{
        z-index:2;
        right: 0rem;
        top: 3rem;
    }
    
     .corretor-taf{
        background-size: 40rem;
        height: 29rem;
        width: 40rem;
        position:relative;
        z-index: 1;
        top: -25rem;
        left: 2rem;
     }
    
     .corretor-taf:hover{
        z-index: 2;
        left: 3rem;
        top: -24rem;
        height: 27.5rem;
    }



    .title-heading-PrevON{
        /* padding-top: 13rem; */
        background:url(/images/homevfa_smallavf.png) no-repeat top;
        background-size: 45rem;
        /* height: 15rem; */
        /* width: 100%; */
        /* background-size: 24rem auto;    */
    }

    .title-heading{
        font-size: 3.2rem;
     }
    
     .title-sub-heading{
         font-size: 2rem;
     }
    
     .title-price{
         font-size: 1.4rem;
     }
    
    .nav-list-larger{
        display: none;
    }
    .nav-list{
        margin-top: 0;
    }

    .nav-list-mobile{
        display: flex;
    }

    .nav-item{
        width: 4.8rem;
        height: 4rem;
        display: flex;
        justify-content: center;
    }
    
    .nav-items-hidden{
        display: none;
    }

    .mobile-menu{
        margin-left: 2rem;
        position: relative;
        z-index: 1500;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .line{
        position: absolute;
        width: 1.7rem;
        height: 0.5px;
        background-color: #1b1e23;
        transition: margin-top 0.3192s cubic-bezier(0.04 , 0.04 , 0.12 , 0.96);
    }

    .line-top{
        margin-top: 1rem;


    }

    .line-bottom{
        margin-bottom: 0.5rem;
    }

    .active .line-top{
        width: 1rem;
        margin-left: 0.5rem;
        margin-top: 0rem;
        transform: rotate(45deg);
        transition: transform 0.3192s cubic-bezier(0.04 , 0.04 , 0.12 , 0.96);
    }
    
    .active .line-bottom{
        width: 1.11rem;
        margin-left: -1rem;
        margin-top: 0.5rem;
        transform: rotate(-45deg);
        transition: transform 0.3192s cubic-bezier(0.04 , 0.04 , 0.12 , 0.96);
    }

    header.active{
        height: 100%;
        /* background-color: #000; */
    }

    .nav-link-apple{
        width: 1.8rem;
        height: 4.8rem;
        position: relative;
        z-index: 1500;
    }

    .nav-link-bag{
        margin-right: 2rem !important;
        background-size: 20px;
        width: 3.6rem;
        height: 4.4rem;
        transition: opacity 0.3s;
    }

    .nav{
        position: relative;
    }

    .nav-link{
        font-size: 1.7rem;
        padding: 1;
        margin: auto 0;
    }

 
    .nav-list-larger{
        position: fixed;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        display: block;
        padding: 4.5rem 5rem;
        z-index: 1000;
        box-sizing: border-box;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s;
 

    }

    /* changed in html was wrong */
    .active .nav-list-larger{

        width: 100%;
        height: 110%;
        opacity: 100;
        visibility: visible; 
        max-height: 100%;
        overflow-y: scroll;
        border-top: 4.8rem solid transparent;
        border-bottom: 4.8rem solid transparent;
    }

    .active .nav-link-bag{
        opacity: 0;
        transition: opacity 0.3s;
    }

    .active .nav-link-bag-menu{
        background: url(/icons/login_icon.png) center no-repeat;
        background-size: 35px;
        width: 100%;
        height: 12rem;
        transition: opacity 0.3s;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.093);
    }


    .nav-list-larger .nav-item{
        width: 100%;
        justify-content: flex-start;
        border-bottom: 2px solid rgba(255, 255, 2550, 0.1);
    }

    .nav-list-larger .nav-item:nth-child(6){
        border-bottom: none;
    }

    .active .nav-list-larger .nav-item{
        animation: fade 1s ease-in;
    }
    @keyframes fade{
        from{
            opacity: 0;
        }
        to{
            opacity: 1;
        }
    }


    .card-center{
        margin: 0 4.7rem;
    }
}

@media screen and (max-width: 735px){


    .card-apple{

        background-size: 10rem;
        max-width: 10rem;
    }
    
    .card-google{
        background-size: 13rem;
        max-width: 12rem;
    }


    .card-center{
        margin: 0 1rem;
    }
    
    .cliente-home{
        background-position-y: 10rem !important;
        background-size: 120rem !important;
        box-shadow: 0px 0px  0px 0px #fbfbfe inset;
    }

    .cliente-home:hover{

        background-position-y: 9rem !important;
    
        transition:all .6s ease-in-out;
        -webkit-transition:all .6s ease-in-out;
        -moz-transition:all .6s ease-in-out;
        -ms-transition:all .6s ease-in-out;
        -o-transition:all .6s ease-in-out;
    }
    
    .seguradora-assistencia{
        background-size: 60rem !important;
        background-position-y: 25rem !important;
    }

    .seguradora-assistencia:hover{
        background-size: 190% !important;
    }

    .hero{
        height: 60rem;
        background-size: auto 69.8rem;
        background-position: bottom center;
        background-repeat: no-repeat;
    }

    .title{
        padding-top: 3.7rem;
    }

    .title-heading{
        font-size: 3.2rem;

    }

    .title-heading-PrevON{
        background:url(/images/homevfa_smallavf.png) no-repeat top;
        background-size: cover;   
    }

    .title-login{
        font-family: 'Poppins';
        color: #ffffff;
        text-align: left;
        padding-top: 5.5rem;
    }


    .title-sub-heading{
        font-size: 1.9rem;
    }

    .title-price{
        font-size: 1.4rem;
    }

    .cta{
        margin-top: 0.7rem;
    }

    .cta-link{
        font-size: 1.9rem;

    }

}


