@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}:root{width:100vw;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.meio,body{background-color:#3b3936;color:#b2bebf;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;width:100vw;overflow-x:hidden}main{justify-self:center;align-self:center;padding:20px 10%;width:100%;min-height:200px;display:flex;flex-direction:column}.meio{justify-content:center;align-items:center}.meio .headerHome{justify-self:center;align-self:center;display:flex;flex-direction:column;width:80vw;height:fit-content;align-items:start}.meio .headerHome h1{font-size:48px;font-weight:600}.meio .headerHome h2{font-size:28px;color:#667859}.meio .headerHome nav{width:80vw;display:flex;flex-direction:column;justify-content:center;align-items:start}.meio .headerHome nav hr{border:1px solid #667859;margin:2rem 0 0;width:100%}.meio .headerHome nav .nav-info{display:flex;flex-direction:row;justify-content:center;align-items:center}.meio .headerHome nav .nav-info span{margin-right:2rem}.meio .headerHome nav .nav-info ul{display:flex;flex-direction:row;gap:1rem}.meio .headerHome nav .nav-info ul a{text-decoration:none}.meio .headerHome nav .nav-info ul a li{color:#b2bebf;font-size:18px;list-style:none;position:relative}.meio .headerHome nav .nav-info ul a li:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#667859;transition:width .4s ease}.meio .headerHome nav .nav-info ul a li:hover:after{width:100%;color:#667859}body{justify-content:start;align-items:start}body header{border-bottom:1px solid rgb(0,0,0);display:flex;flex-direction:row;justify-content:space-between;padding:0 5%;height:60px;width:100vw}body header .section-logo{width:fit-content;height:fit-content}body header .section-logo h1{color:#fff;width:fit-content;height:fit-content;font-size:36px;font-family:Poppins,sans-serif;font-weight:600}body header nav{display:flex;justify-content:center;align-items:center}body header nav ul{display:flex;flex-direction:row;gap:1rem}body header nav ul a{text-decoration:none}body header nav ul a .active{color:#fff;font-size:18px;font-weight:600;list-style:none;position:relative}body header nav ul a .active:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#667859;transition:width .4s ease}body header nav ul a .active:hover:after{width:100%;color:#667859}body header nav ul a li{color:#fff;font-size:18px;list-style:none;position:relative}body header nav ul a li:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#667859;transition:width .4s ease}body header nav ul a li:hover:after{width:100%;color:#667859}.tittle{display:flex;flex-direction:row;justify-items:center;align-items:center}.tittle h1{font-weight:800;margin:0 10px 0 0}.tittle hr{height:1px;width:300px;margin-top:1px;border:2px solid #667859}.container-perfil{display:flex;flex-direction:row;margin:30px 0;justify-content:space-between}.container-perfil .img-section{background-color:beige;height:400px;width:300px}.container-perfil .img-section img{border:1px solid #667859;height:400px;width:300px}.container-perfil .text-section{width:70%}.container-perfil .text-section p{text-align:justify;font-size:20px}.section-cards{display:flex;flex-wrap:wrap;justify-content:center}.container-smallcard{border-radius:20px;height:100px;width:300px;background-color:#667859;margin:10px;display:flex;flex-direction:row;align-items:center;justify-content:space-around;font-size:12px}.container-smallcard .text-section{width:60%;padding:0 10px}
