@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');


* {
    margin: 0%;
    padding: 0%;
}
body {
    background-color: #d8dde0;
    font-family: Poppins, sans-serif;
}

html {
    scroll-behavior: smooth;
}


/*header*/
#header {
    background-color: rgb(255, 255, 255);   
    height: 144px; 
    box-shadow: gray 0px 8px 13px;
    width: 100%;
}

#img_header {
    position: absolute;
    width: 174px;
    height: 174px;
    margin-top: -25px;
}  

.menu {
    color: black;
    display: inline-flex;
    text-decoration: none;
    font-size: 25px;
    padding-left:0px; 
    margin-left: 210px;
    margin-top: 50px;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
}

.menu::before{
    content:".";
    background-color: #3a33fb;
    width: 20px;
    height: 20px;
    margin-top: 4px;
    margin-left: -4px;
    color:white;
    padding-left: 3px;
    font-size: 2px;
    border-radius: 100px;
}

.menu:hover {
    color:#3a33fb ;
    display: inline-flex;
    text-decoration: none;
    font-size: 25px;
    padding-left:0px; 
    margin-left: 210px;
    margin-top: 50px;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
}

/*carossel-div*/
img {
    width:1088px;
    height:473px;
    border-radius: 2px;
}

.carrosel {
    width: 1008px;
    height: 473px;
    margin: 50px 28px;
    box-shadow: 10px 10px 15px rgba(0, 0, 0,0.2);
    overflow: hidden;

}

.carrosel ul {
    display: flex;
    list-style: none;
    width: 1200px;
    height: 250px;

}

.carrosel li{
    position: relative;
    animation: slide 30s infinite ease-out;
}

@keyframes slide {
    0% {left: 0px;}
        20% {left: 0px;}
    30% {left: -1088px;}
        50% {left: -1088px;}
    100%{left: 0px;}
}

img.icone {
    width: 10rem;
    height: 10rem;
    position: absolute;
    margin: 80px 74rem;
    align-items: center;
}

#compl-text {
    position: absolute;
    font-family: Poppins, sans-serif; 
    color: #3a33fb;
    width: 15rem;
    text-align:center;
    margin-left: 70rem;
    margin-top: -15rem;
}

#div-nav {
    position:absolute;
    width: 15rem;
    margin-left: 70rem;
    margin-top: -2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
 
#compl-text2 {
    color: #3a33fb;
    font-weight: bold;
    text-align: center;
    position: absolute;
    margin-top: -4rem;
}

#button1 {
    width: 15rem;
    background: linear-gradient(45deg,#3a33fb,#918dfc); 
    border:none;
    height: 3rem;
    border-radius: 15px;
    color:white;
    font-family: Poppins,sans-serif;
    cursor: pointer;
    box-shadow: 1px 1px 1px 1px rgba(46, 46, 46, 0.2);
}

#button1:hover {
    width: 15rem;
    background: linear-gradient(45deg,#f27d00,#ffc303); 
    border:none;
    height: 3rem;
    border-radius: 15px;
    color:white;
    font-family: Poppins,sans-serif;
    cursor: pointer;
    box-shadow: 1px 1px 1px 1px rgba(46, 46, 46, 0.2);
}

/*Projeto*/

.main-white {
    width: 60rem;
    height: 35rem;
    background-color: white;
    margin: 2rem;
    margin-left: 15rem;
    display: flex;
    border-radius: 15px;
    flex-direction: column;
    align-items: center;
    background-image: url(../img/Untitled\ design.png);
    background-size: 100%;
}

#text-main {
    font-family: Poppins, sans-serif;
    color: #3a33fb; 
    text-align: center;
    margin-top: 2rem;
    text-shadow: #d8dde0 1px 1px 1px;
    font-size: 30px;
}

#compl-text3 {
    width: 40rem;
    text-align: center;
    margin-top: 2rem;
    font-weight: bold;
    color: 	#363636;
    letter-spacing: 1px;
    font-size: 15px;
}

.button-mid {
    background: linear-gradient(45deg,#3a33fb,#918dfc);
    border: none;
    border-radius: 15px;
    display: inline; 
    width: 15rem;
    height: 3rem;
    color: white;
    font-size: 20px;
    cursor:pointer; 
    font-family: Poppins, sans-serif;
    margin-top: 4rem;
    box-shadow: 1px 1px 1px 1px rgba(46, 46, 46, 0.2);
    text-decoration: none;
}

a{
    text-decoration: none;
}

.button-mid:hover {
    width: 15rem;
    background: linear-gradient(45deg,#f27d00,#ffc303); 
    border:none;
    height: 3rem;
    border-radius: 15px;
    color:white;
    font-family: Poppins,sans-serif;
    cursor: pointer;
    box-shadow: 1px 1px 1px 1px rgba(46, 46, 46, 0.2);
}

#complementary {
    color: #3a33fb;
    margin-top: 2rem;
    font-size: 30px;
}


/*Titulo-card*/
.text-basic1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5rem;
    width: 89rem;
}

.titulo-comite{
    color: #3a33fb;
    font-size: 50px;
    text-shadow: 1px 1px 1px 1px rgb(253, 253, 253).2;
}
 
#under-text {
    width: 25rem;
    padding: 5px;
    text-align: center;
}


/*Cards*/
.main-section {
    margin-top: 2rem;
    height: 35rem;
    display: flex;
    align-items: center;
    
}

.cards {
    width: 300px;
    height: 400px;
    background-color:#bdbfc0;
    display: flex;
    align-items: center;
    margin-left: 8rem;
    border-radius: 15px;
    flex-direction: column;
    box-shadow:1px 1px 1px 0px rgb(46, 46, 46,0.5);
    
}

/*Into Card*/
.photo_perfil {
    position: absolute;
    width: 170px;
    height: 300px;
    margin-top: -4rem;
}

.text-basecard {
    position: absolute;
    margin-top: 180px;
    color: #0c013c;
    text-align: center;
    
}

.bottom-textcard {
    font-family: Poppins, sans-serif;
    font-size: 13px;
    margin-top: 14rem;
    text-align: center;
    color: #000;
    padding: 10px;
}

.socialMidia-equipe {
    position: absolute;
    margin-top: 23rem;
    background-color: #d8dde0;
    border-radius: 8px;
    font-size: 15px;
    text-decoration: none;
    color: black;
    padding: 3px;
}

.socialMidia-equipe:hover {
    position: absolute;
    margin-top: 23rem;
    background: linear-gradient(45deg,#f27d00,#ffc303);
    border-radius: 8px;
    font-size: 15px;
    text-decoration: none;
    color: black;
}

/*Photo ajusts*/

#ihorran {
    width: 200px;
    height: 200px;
    margin-top: -0.5rem;
}

#vini {
    width: 230px;
    height: 230px;
    margin-top: -1.3rem
}

#section-active{
    margin-top: -4rem;
}

#Ray {
    width: 230px;
    height: 230px;
    margin-top: -1.3rem
}

#gabriel{
    width: 190px;
    height: 190px;
    margin-top: -0rem
}

#matheus {
    width: 210px;
    height: 210px;
    margin-top: -1.1rem
}

#Anna {
    width: 240px;
    height: 240px;
    margin-top: 0.3rem
}

#Juan {
    width: 210px;
    height: 210px;
    margin-top: -1.4rem
}

#raip {
    width: 210px;
    height: 210px;
    margin-top: 0.5rem
}

#rob {
    width: 240px;
    height: 240px;
    margin-top: -0.5rem
}

#cris {
    width: 280px;
    height: 280px;
    margin-top: -2rem
}

#mai {
    width: 210px;
    height: 210px;
    margin-top: -0rem
}

/*Forms*/

.form-box {
    width: 40rem;
    height: 25rem; 
    margin: 2rem;
    margin-top: 3rem;
    margin-left: 28.5rem;
    position: absolute;
    align-items: center;

}

#tittle2{
    color: #3a33fb;
    font-size: 50px;
    text-shadow: 1px 1px 1px 1px rgba(0, 0, 0,1);

}

.inputBox{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: -6rem;
}

#nome {
    border-radius: 4px;
    border: none;
    width: 400px;
    height: 30px;
    display: flex;
    padding: 4px;
    box-shadow: 2px 2px 2px rgba(46, 46, 46, 0.5);
    text-align: center;
    font-family: Poppins,sans-serif;
    
}

textarea:focus, input:focus {
    border: none;
    outline: 0;
    background-color: #e9e9ff;
}

textarea:active, input:active {
    background-color: #fff;
}

#email {
    border-radius: 4px;
    border: none;
    width: 400px;
    height: 30px;
    display: flex;
    padding: 4px;
    box-shadow: 2px 2px 2px rgba(46, 46, 46, 0.5);
    text-align: center;
    text-align: center;
    font-family: Poppins,sans-serif;
}

#textarea{
    width: 500px;
    height: 100px;
    resize: none;
    outline: none;
    border-radius: 4px;
    box-shadow: 2px 2px 2px rgba(46, 46, 46, 0.5);
    padding: 4px;
    border: none;
    text-align: center;
    font-family: Poppins,sans-serif;
}

.submitbutton {
    background: linear-gradient(45deg,#3a33fb,#918dfc);
    border: none;
    border-radius: 15px;
    display: inline; 
    width: 10rem;
    height: 40px;
    color: white;
    font-size: 20px;
    cursor:pointer; 
    font-family: Poppins, sans-serif;
    margin-top: 1rem;
    margin-left: 4.5rem;
    box-shadow: 1px 1px 1px 1px rgba(46, 46, 46, 0.2);
}

.submitbutton:hover{
    width: 10rem;
    background: linear-gradient(45deg,#f27d00,#ffc303); 
    border:none;
    height: 40px;
    border-radius: 15px;
    color:white;
    font-family: Poppins,sans-serif;
    cursor: pointer;
    box-shadow: 1px 1px 1px 1px rgba(46, 46, 46, 0.2);
}

/*footer*/

#bottomsite {
   margin-top: 40rem;
   background-color:#ffffff; 
   color: #3a33fb;
   box-shadow: gray 8px 0px 13px;
   padding: 10px;
   align-items: center;
   display: flex;
}

.img {
    width: 150px;
    height: 150px;
}

.textfooter{
    text-align: left;
    font-weight:;
    width: 300px;
    margin-left: 5rem;
    letter-spacing: 2px;
}

#redes {
    text-decoration: none;
    color: #3a33fb;
    font-weight: bold;
    cursor: pointer;
}

#redes:hover {
    text-decoration: none;
    color: #f27d00;
    font-weight: bold;
}

.bloco {
    margin-left: 50rem;
    margin-top: 5rem;
    width: 35rem;
    background-color:#fff;
    padding: 25px;
    border-radius: 15px;
    height: 18rem;
    transform: translate(-55%);
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow:1px 1px 1px 0px rgb(46, 46, 46,0.2);

}

