@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; 
    cursor: hand;
    -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;
}

.container_text{
    /* max-width:50rem; */
    /* left: 50rem; */
    text-align: left;
    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);
}

.right{
    padding-left: 50%;
    /* top:0; */
    /* right: 0; */
    /* right: 0rem; */
    /* text-align: left; */
    /* width: 50rem; */
}

.left{
    text-align: right;
    padding-right: 30%;
}

.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;
}

.prevon-pro{
    width: 100%;
    background: url(/images/login_black.jpg);
    height: 66rem !important;
}


.title-heading-PrevON{
    background:url(/icons/PrevON_white_medium.png) left no-repeat;
    height: 15.8rem;
    background-size: auto 15.8rem;
    /* margin-top: 0rem; */
}


.title-login{
    font-family: 'Poppins';
    color: #ffffff;
    text-align: left;
    padding-top: 22.5rem;
}

.title-first{
    padding-top:2.2rem;
    text-align: center;
    font-family: 'Poppins';
    font-size: 5.6rem;
    line-height: 1.507143;
    letter-spacing: -0.005rem;
}


.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-sub-heading-first{

    text-align: center;
    font-family: 'Poppins';
    font-size: 3.65rem;
    margin-top: 0.6rem;
    letter-spacing: 0.008rem;
    font-weight: 400;
}


 .title-sub-heading{
     padding-top: 10rem;
     /* text-align: left; */
     font-family: 'Poppins';
     font-size: 3.65rem;
     margin-top: 0.6rem;
     letter-spacing: 0.008rem;
     font-weight: 400;
 }

 .title-price-first{
     text-align: center;
    font-family: 'Poppins';
    font-size: 1.7rem;
    color: #7f7f7f;
    margin-top: 0.68rem;
}

 .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: #66bbff;
     font-size: 2.1rem;
     display: inline-block;
 }

 .cta-link:nth-child(2){
     margin-left: 2.6rem;

 }

 .cta-link:hover{
     border-bottom: 2px solid #66bbff;

 }

 .prevon-pro-cliente{
    background-image:
    linear-gradient(to bottom, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0) 55%),
    linear-gradient(to top, rgba(255, 255, 255, 1) 12%, rgba(255, 255, 255, 0) 15%),
    url(/images/cliente_principal_1.jpg) ;
    width: 99vw;
    max-width: 180rem;
    margin: 0 auto;

}



.title-dark{
    color: #000000;

}

.cta-link-darker{
    color: #00958f;
}

.cta-link-darker:hover{
    border-bottom-color: #00958f;
}

.cliente-home{
    background:url(/images/cliente_home.png) center no-repeat;
    background-size:  100rem !important;
    background-position-x: 55rem !important;
}

.cliente-pesquisa{
    background:url(/images/cliente_search.png) center no-repeat;
    background-size:  100rem !important;
    background-position-x: -15rem !important;
}

.cliente-extrato{
    background:url(/images/cliente_extrato.png) center no-repeat;
    background-size:  100rem !important;
    background-position-x: 55rem !important;
}

.cliente-notificacao{
    background:url(/images/cliente_notificacoes.png) center no-repeat;
    background-size:  100rem !important;
    background-position-x: -15rem !important;
}

.cliente-perfil{
    background:url(/images/cliente_perfil.png) center no-repeat;
    background-size:  100rem !important;
    background-position-x: 55rem !important;
}


.hero{
    height: 73.5rem;
    background-size: 190rem;
    background-position: 50% 90%;
    background-repeat: no-repeat;

}

.hero-body{
    height: 52.2rem;
    background-size: auto 93.6rem;

    background-repeat: no-repeat;
    border-top: 0.4rem solid #ffffff;
    border-bottom: 0.4rem solid #ffffff;
    width: 99vw;
    max-width: 180rem;
    margin: 0 auto;
}


.prevon-pro{
    border-top: none;
}




/* to make responsive when size is below 1068px */
@media screen and (max-width : 1068px){
  


    .prevon-pro{
        background: url(/images/background_login.png)
    }

    .cliente-home{
        background-size:  90rem !important;
        background-position-x: 16rem !important;
    }
    
    .cliente-pesquisa{
        background-size:  90rem !important;
        background-position-x: -25rem !important;
    }
    
    .cliente-extrato{
        background-size:  90rem !important;
        background-position-x: 16rem !important;
    }
    
    .cliente-notificacao{
        background-size:  90rem !important;
        background-position-x: -25rem !important;
    }
    
    .cliente-perfil{
        background-size:  90rem !important;
        background-position-x: 16rem !important;
    }


    .hero{
        height: 65rem;
        background-size: auto 69.8rem;
        background-position: top center; 
        background-repeat: no-repeat;
    }
    .hero-body{
        height: 52.2rem;
        background-size: auto 69.8rem;
        background-position: top center; 
        background-repeat: no-repeat;
    }

    .title-first{
        font-size: 4.4rem;
    }

    
    .title-heading{
        font-size: 4.4rem;
    }

    .title-sub-heading-first{
        font-size: 2.4rem;
    }

    .title-sub-heading{
        font-size: 2.4rem;
    }

    .cta-link:nth-child(2){
        margin-left: 2rem;
    }

    .title-heading-PrevON{
        background-size: auto 10.8rem;
    }
   
}

/* 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;
    }

    .container_text{
        padding:0;
    }



    .title-heading-PrevON{
        background-size: auto 9.8rem;
    }

    .title-first{
        font-size: 3.2rem;
     }

    .title-heading{
        font-size: 3.2rem;
     }
    
    
     .title-sub-heading-first{
        font-size: 2rem;
    }
   
     .title-sub-heading{
         font-size: 2rem;
     }

     .title-price-first{
        font-size: 1.4rem;
    }

     .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:0;
        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: 3.8rem;
        height: 4.8rem;
        position: relative;
        z-index: 111500;
    }

    .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.01993);
    }


    .nav-list-larger .nav-item{
        width: 100%;
        justify-content: flex-start;
        border-bottom: 2px solid rgba(0, 0, 0, 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;
        }
    }

}

@media screen and (max-width: 735px){

    .prevon-pro-cliente{
        background-image:
        linear-gradient(to bottom, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 0) 60%),
        linear-gradient(to top, rgba(255, 255, 255, 1) 12%, rgba(255, 255, 255, 0) 15%),
        url(/images/cliente_principal_1.jpg);
        background-position: right bottom !important;
    }

    .cliente-home{
        background-size:  80rem !important;
        background-position-x: -11rem !important;
        background-position-y: 3rem !important;
    }
    
    .cliente-pesquisa{
        background:url(/images/cliente_search_small.png) center no-repeat;
        background-size:  80rem !important;
        background-position-x: -30rem !important;
        background-position-y: 3rem !important;
    }
    
    .cliente-extrato{
        background:url(/images/cliente_extrato_small.png) center no-repeat;
        background-size:  80rem !important;
        background-position-x: -11rem !important;
        background-position-y: 3rem !important;
    }
    
    .cliente-notificacao{
        background:url(/images/cliente_notificacoes_small.png) center no-repeat;
        background-size:  80rem !important;
        background-position-x: -30rem !important;
        background-position-y: 3rem !important;
    }
    
    .cliente-perfil{
        background:url(/images/cliente_perfil_small.png) center no-repeat;
        background-size:  80rem !important;
        background-position-x: -11rem !important;
        background-position-y: 3rem !important;
    }

    .hero{
        height: 60rem;
        background-size: auto 69.8rem;
        background-position: top center;
        background-repeat: no-repeat;
    }

    .hero-body{
        height: 52.2rem;
        background-size: auto 69.8rem;
        background-position: top center;
        background-repeat: no-repeat;
    }


    .title{
        padding-top: 3.7rem;
    }

    .title-first{
        font-size: 3.2rem;
    }

    .title-heading{
        font-size: 3.2rem;
    }

    .title-heading-PrevON{
        background:url(/icons/PrevON_white_medium.png) center no-repeat;
        height: 8.8rem;
        background-size: auto 5.8rem;
        
    }

    .title-login{
        font-family: 'Poppins';
        color: #ffffff;
        text-align: left;
        padding-top: 5.5rem;
    }

    .title-sub-heading-first{
        font-size: 1.9rem;
    }

    .title-sub-heading{
        font-size: 1.9rem;
    }

    .title-price-first{
        font-size: 1.4rem;
    }

    .title-price{
        font-size: 1.4rem;
    }

    .cta{
        margin-top: 0.7rem;
    }

    .cta-link{
        font-size: 1.9rem;

    }

}


@media screen and (max-width: 325px){

    .title-price-first {
        color:#1b1e23
    }

    
    .cliente-home{
        background-size:  55rem !important;
        background-position-x: -5rem !important;
        background-position-y: 10rem !important;
    }
    
    .cliente-pesquisa{
        background-size:  55rem !important;
        background-position-x: -20rem !important;
        background-position-y: 10rem !important;
    }
    
    .cliente-extrato{
        background-size:  55rem !important;
        background-position-x: -5rem !important;
        background-position-y: 10rem !important;
    }
    
    .cliente-notificacao{
        background-size:  55rem !important;
        background-position-x: -20rem !important;
        background-position-y: 10rem !important;
    }
    
    .cliente-perfil{
        background-size:  55rem !important;
        background-position-x: -5rem !important;
        background-position-y: 10rem !important;
    }

}

button {
  background-color: #00958f;
  font-family: "Poppins";
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 0.64rem;
  padding: 10px;
  width: 30rem;
  max-width: 70vw;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

button:hover {
  opacity: 0.8;
}