@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    color: #fff;

    
    
}
.logo{
    padding: 10px;
    display: flex;
    text-decoration: none;
    
}

.logo img{
    max-width: 200px;
    
}
body{
    background-image: linear-gradient(to bottom,  #4A708B , #85cafc);
    background-attachment: fixed;
    justify-content: center;
    align-items: center;

    
}

section{
    height: 100%;
}

header{
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    display: flex;
    justify-content: space-between;
    
}



.navigation{
    position: absolute;
    display: flex;
    right: 10px;
    transition: 0.5s;
    top: 40px;

    

}

.navigation li{
    list-style: none;
}

.navigation li a{
    padding-top: 0px;
    color: #2b58ec;
    text-decoration: none;
    font-size:  18px;
    margin: 0 20px;
    font-weight: 600;
    display:flex;
    transition: 0.5s;
}
.navigation li a:hover{
    color: #fff;
    text-decoration: none;
    font-size:  18px;
    margin: 0 20px;
    font-weight: 600;
    display: inline-block;
    text-shadow: 0 0 10px rgb(102, 224, 255);
    
}

.container{
    position: relative;

}


.slider{
    width: 100%;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
}
.slides{
    width: 500%;
    height: 400px;
    display: flex;
}

.slides input{
    display: none;
}
.slide{
    width: 20%;
    transition: 2s;
}
.slide img{
    width: 100%;
    height: 400px;
}
/* css for manual slide navigation*/
.navigation-manual{
    position: absolute;
    width: 100%;
    margin-top: -40px;
    display: flex;
    justify-content: center;


}
.manual-btn{
    border: 2px solid #0000008f;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
}

.manual-btn:not(:last-child){
    margin-right: 40px;

}

.manual-btn:hover{
    background: #000000e1 ;
}

#radio1:checked ~ .first{
    margin-left: 0;
}

#radio2:checked ~ .first{
    margin-left: -20%;
}

#radio3:checked ~ .first{
    margin-left: -40%;
}
#radio4:checked ~ .first{
    margin-left: -60%;
}

/*css for automatic navigation*/

.navigation-auto{
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 460px;
}

.navigation-auto div{
    border: 2px solid #000000e1;
    padding: 5px;
    border-radius: 10px;
    transition: 1s;

}

.navigation-auto div:not(:last-child){
    margin-right: 40px;

}
 #radio1:checked ~ .navigation-auto .auto-btn1{
    background: #000000e1;
}
#radio2:checked ~ .navigation-auto .auto-btn2{
    background: #000000e1;
}
#radio3:checked ~ .navigation-auto .auto-btn3{
    background: #000000e1;
}
#radio4:checked ~ .navigation-auto .auto-btn4{
    background: #000000e1;
}


.container{
    padding-top: 50px;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
}


.container .content{
    display: flex;
    position: relative;
    padding-top: 30px;
    justify-content: center;
    justify-items: auto;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    
}

.container .content .cardImg{
    max-width: 400px;
    height: 580px;
    position: relative;
    margin: 10px;
    box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.712);
    background: rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    

}
.container .cardImg  img{
    max-width: 300px;
    max-height: 300px;
    margin-top: 15px;
    align-items: center;
    align-content: center;
    margin-left:calc(50% - 150px);
}
.container .cardImg h3{
    text-transform: uppercase;
    text-shadow: 0 0 1px rgb(0, 0, 0);
    font-size: 18px;
}
.container .cardImg p{
    padding: 15px;
    text-indent: 20px;
    text-align:center;
    color: rgb(17, 17, 17);
}

.container .cardImg .botao{
    position: relative;
    right: 10px;
    padding: 5px;
    bottom: 10px;
    border-radius: 15px;
    background-color: rgb(0, 0, 102);
    text-decoration: none;
    height: max-content;
    width: max-content;
    float:right;
    align-items: flex-end;    
}

.container .card h2, h3{
    text-align: center;
    align-self:center;
    align-items: center;
    text-indent: justify;
    color: rgb(17, 17, 17);
    position:relative;
    
    
}

.titulo{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    padding: 20px;

}

.video{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    padding: 10px;
}
.alinhamento{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}


.container .alinhamento .card{
    position: relative;
    width: 300px;
    height: 400px;
    background: rgba(255,255,255, 0.3);
    margin: 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
    flex-wrap: wrap;
    padding-left: 10px;
    opacity: 0.5;
}

.container .alinhamento .card:hover{
    opacity: 1;
}
.quemsomos h2{
    text-align: center;
    margin-bottom: 30px;
}

.quemsomos p{
    padding: 20px;
    text-indent: 30px;
}



.container .alinhamento .card .content{
    
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 0.5s;
}


.container .alinhamento .card .content .imgBx {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid rgba(0,0,0, 0.25);
}

.container .alinhamento  .card .content .imgBx img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container .alinhamento .card .contentBx h3{
    color: black;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    font-size:18px;
    text-align: center;
    margin: 20px 0 10px;
}

.container .alinhamento  .card  .contentBx  h3 span{
    font-size: 12px;
    font-weight: 300;
    text-transform: initial;
}

.container .alinhamento  .card .sci1{
    position: absolute;
    bottom: 10px;
    display: flex;

}

.container .alinhamento  .card .sci1 li{
    list-style: none;
    margin: 0 10px;
    transform: translateY(30px);
    transition: 0.5s;
    opacity: 0;
    transition-delay: calc(0.1s * var(--i));
}

.container .alinhamento  .card:hover .sci1 li{
    transform: translateY(-30px);
    opacity: 1;    
}

.container .alinhamento  .card .sci1 li a{
    color:#FFF;
    font-size: 24px;

}

.container .gallery{
    display: flex;
    flex-wrap: wrap;
    margin: 10px 50px;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;

}
.container .gallery img{
    
    max-height: 230px;
    padding: 5px;
    transition: 1s;
}

.gallery img:hover{
    transform: scale(1.1);
}






.footer{
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    position: relative;
    height: auto;
    padding-top: 40px;
    width: 100%;
    background: rgb(36, 36, 36);

    
}

.footer-content{
    background: rgb(36, 36, 36);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    
}

.footer-content h3{
    font-size: 1.8rem;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 3rem;
    color: #fff;
}

.footer-content p{
    max-width: 500px;
    margin: 10px auto;
    line-height: 28px;
    font-size: 14px;

}

.footer-content .socials{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 3rem 0;

}

.socials li{
    margin: 0 10px;

}

.socials a{
    text-decoration: none;
    color: #FFF;
    
}

.socials a i{
    font-size: 25px;
    
}


.footer-bottom{
    background: black;
    width: 100vw;
    padding: 20px 0;
    text-align: center;
}

.footer-bottom p{
    font-size: 14px;
    word-spacing: 2px;
    text-transform: capitalize;


}

.footer-bottom .carimbo{
    padding-top: 5px;
    
}