@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap');


:root{
    --azul:#004FE7;
    --azulclaro:#13a8ff;
    --preto:#444;
    --light-color:#666;
    --border:.1rem solid rgba(0,0,0,.1);
    --border-hover:.1rem solid var(--preto);
    --box-shadow:0 .5rem 1rem rgba(0,0,0,.1);
    --degrade: linear-gradient( to bottom right, #0052ec, #537cf9);
}


*{
    font-family: 'Poppins', sans-serif;
    margin: 0;padding:0;
    box-sizing: border-box;
    outline: none; border:none;
    text-decoration: none;
    transition:all .2s linear;
    transition:width none;
}

html{
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-padding-top: 5rem;
    scroll-behavior: smooth;
}

html::-webkit-scrollbar{
    width:1rem;
}

html::-webkit-scrollbar-track{
    background: transparent;
}

html::-webkit-scrollbar-thumb{
    background: var(--preto);
}

.header .header-1{
    background: #fff;
    padding: 1.5rem 9%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .header-1 .logo{
    font-size: 2.5rem;
    font-weight: bolder;
    color: var(--preto);
}


.header .header-1 .logo img{
    height: 35px;
    width: 55px;
}

.header .header-1 .search-form{
    width:50rem;
    height:5rem;
    border: var(--border);
    overflow: hidden;
    background:#fff;
    display:flex;
    align-items: center;
    border-radius: .5rem;
}

.header .header-1 .search-form input{
    font-size: 1.6rem;
    padding:0 1.2rem;
    height: 100%;
    width:100%;
    text-transform: none;
    color: var(--preto)
}

.header .header-1 .search-form label{
    font-size: 2.5rem;
    padding-right: 1.5rem;
    color: var(--preto);
    cursor: pointer;
}

.header .header-1 .search-form label:hover{
    color: blue;
}

.header .header-1 .icons div,
.header .header-1 .icons a{
    font-size: 2.5rem;
    margin-left: 1.5rem;
    color: var(--preto);
    cursor: pointer;
}

.header .header-1 .icons div:hover,
.header .header-1 .icons a:hover{
    color: blue;
}

#search-btn{
    display: none;
}

.header .header-2{
    background: var(--azul);

}

.header .header-2 .navbar{
    text-align: center;
}

.header .header-2 .navbar a{
    color: #fff;
    display: inline-block;
    padding: 1.2rem;
    font-size: 1.7rem;
}

.header .header-2 .navbar a:hover{
    background: var(--azulclaro);
} 

.header .header-2 .active{
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
}

* {box-sizing:border-box}


.bottom-navbar{
    text-align: center;
    background: var(--azul);
    position: fixed;
    bottom:0; left: 0; right: 0;
    z-index: 1000;
    display: none;
}

.bottom-navbar a{
    font-size: 2.5rem;
    padding: 2rem;
    color: #fff;
}

.bottom-navbar a:hover{
    background: var(---azulclaro);
}

.principal-container{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 2rem;
}

.container{
    font-family: 'Poppins', sans-serif;
    width: 25rem;
    height: 25rem;
    font-size: 30px;
    background-image:var(--degrade);
    color: white;
    font-family: 'Kanit', sans-serif;
    border-radius: 50%;
    border: #3555b5  3px solid;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap ;
    
}

.container:hover{
    background-color: #4fbeff;
    transition: 0.5s;
}


.zoom{
    transition: transform .2s;
    margin: 0 auto;
}

.zoom:hover{
    transform: scale(1.05);
}

.container1{
    display: flex;
    justify-content:space-around;
    padding: 7rem;
    gap: 2rem;
}

.container1 img{
    width: 53rem;  height: 33rem;
}

footer {
    background-image: var(--degrade); 
    color: #fff; 
    padding: 20px; 
    text-align: center;
}

footer a {
    color: #fff; 
    text-decoration: none; 
    gap: 1rem;
}

footer a:hover {
    text-decoration: underline;
}

.foot{
    padding: 3rem;
}
.container1 .text h1{
    font-size: 35px;
}

.container1 .text h2{
    font-size: 20px;
        color: rgba(95, 95, 95);
}

.container2{
    width: 100%;
    height: auto;
    padding: 4rem;
    gap: 7rem;
    background-image:var(--degrade);
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}

h2{
    color: white;
    font-size: 30px;
}

h3{
    color: white;
    font-size: 20px;
}

.container-pq{
    display: flex;
    font-size: 17px;
    justify-content: center;
}

.container-pq h3{
    margin: 0 7rem 0 7rem;
}

.cont1{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.cont1 h3{
    font-size: 2rem;
    text-align: center;
    padding: 2rem;
}

.container2 .cont2 img{
    height: 40px; width: 40px;
}


.cont2{
    width: 9rem;
    height: 9rem;
    background-color: white;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}


h1 {
margin: 0;
}

.container5 {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);

}

p {
    line-height: 1.6;
}

.sb{
    width: 100%;
    height: 7rem;
    background-image:var(--degrade);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

h4{
    color: black;
    font-size: 3rem;
}

h5{
    color: white;
    font-size: 3rem;
}

p{
    font-size: 15px;
}

.login-form-container{
    display: flex;
    align-items: center;
    justify-content: center;
    background:rgba(255, 255, 255, .9);
    position: fixed;
    top: 0; right:-105%;
    z-index: 10000;
    height: 100%;
    width: 100%;
}

.login-form-container.active{
    right: 0;
}

.login-form-container form{
    background: #fff;
    border: var(--border);
    width: 40rem;
    padding: 2rem;
    box-shadow: var(--box-shadow);
    border-radius: .5rem;
    margin: 2rem;
}

.login-form-container form h3{
    font-size: 2.5rem;
    text-transform: uppercase;
    color: var(--preto);
    text-align: center;
}

.login-form-container form span{
    display: block;
    font-size: 1.5rem;
    padding-top: 1rem;
}

.login-form-container form .box{
    width: 100%;
    margin: .7rem 0;
    font-size: 1.6rem;
    border: var(--border);
    border-radius: .5rem;
    padding: 1rem 1.2rem;
    color: var(--preto);
    text-transform: none;
}

.login-form-container form .checkbox{
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: 1rem 0;
}

.login-form-container form .checkbox label{
    font-size: 1.5rem;
    color: var(--light-color);
    cursor: pointer;
}

.login-form-container form .btn{
    text-align: center;
    width: 100%;
    margin: 1.5rem 0;
}

.login-form-container form p{
    padding-top: .8rem;
    color: var(--light-color);
    font-size: 1.5rem;

}

.login-form-container form p a{
    color: var(--azul);
    text-decoration: underline;
}

.login-form-container #close-login-btn{
    position: absolute;
    top:1.5rem; right: 2.5rem;
    font-size: 5rem;
    color: var(--preto);
    cursor: pointer;
}

.login-form-container #close-login-btn:hover{
    color:red;
    
}


















@media (max-width: 991px){

    html {font-size: 55%;}

    .container1 img {width: 150%;  height: 150%;}

    .container1 .text h1{font-size: 360%;}

    .container1 .text h2 {font-size: 140%;}
    
    .header .header-1 {padding: 2rem;}
}

@media (max-width:768px){

    html {scroll-padding-top: 0;}

    body {padding-bottom: 6rem;}

    .container1{flex-wrap: wrap; padding: 7rem;}

    .container1 .text h2 {font-size: 2.2rem;}

    .container1 img {display: none;}

    .container-pq {flex-wrap: wrap; justify-content: flex-start; gap: 3rem;}

    .container-pq .cont1 {gap: 2rem;}
 
   .container-pq .cont1 h3{ margin: 0;}

    .header .header-2 {display: none;}

    .bottom-navbar {display: block;}

    .header .header-1{ box-shadow: var(--box-shadow);
    position: relative;}

    .header .header-1 .search-form{
        position: absolute;
        top: 115%; right: 2rem;
        width:90%;
        box-shadow: var(--box-shadow);
    }

    .header .header-1 .search-form.active{
        top: 115%;
    }
}


@media (max-width:45px) {


}