* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}

.interface {
    max-width: 1280px;
    margin: 0 auto;
}

header {
    width: 100%;
    padding: 5px 0;
    background-color: #00000034;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}

header:hover {
    background-color: #FFCB0C;
}

header .logo img {
    width: 90px;
}

header .interface {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 85%;
}

header.rolar {
    background-color:#FFCB0C;
    box-shadow: 0px 0px 8px #00000059;
}

header .menu-desktop nav ul {
    list-style: none;
    display: flex;
}
 
header .menu-desktop nav ul li a {
    text-decoration: none;
    padding: 10px 30px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    display: block;
}

header .menu-desktop nav ul li a:hover {
    color: #000;
}

.drop-hover {
    position: relative;
}

.drop-hover .drop {
    position: absolute;
    background-color:#FFCB0C;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: .3s;
}

.drop-hover .drop a {
    padding: 20px;
    border-bottom: 1px solid #fff;
}

.drop-hover:hover .drop {
    height: 255px;
}

.but-menu li {
    display: flex;
    flex-direction: row;
    color: #fff;
    float: left;
    margin: 13px 0 15px;
    gap: 0.5px;
}

menu {
    display: none;
}

#menu_icon {
    color: #ffffff;
    position: relative;
    display: block;
    font-size: 28px;
    cursor: pointer;
    z-index: 999999;
}

#menu_icon:hover {
    color: #000;
}

menu h1 {
    margin: 20px 5rem;
    color: #ffffff;
}

.logo_menu {
    display: flex;
    gap: 2px;
    width: 63px;
    margin: 0px 6.5rem 15px;
    transform: rotate(360deg);
}

.itens_link {
    width: 268px;
    position: absolute;
    top: 30px;
    right: 90px;
    background: #FFCB0C;
    display: flex;
    flex-direction: column;
    gap: .1rem;
    padding: 0px 0 10px;
    box-shadow: 0 0.1rem 0.5rem #3b3b3b;
}

.link a {
    display: flex;
    gap: 1px;
    padding-top: 12px;
    padding-left: 15px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    width: 100%;
    height: 24px;
    font-size: 20px;
    border-top: 2px solid #00000036;
    list-style-type: none;
    text-decoration: none;
    color: #ffffff;
}

.link a:hover {
    color: #000;
}

li a {
    text-decoration: none;
}

.about .interface{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5%;
    margin: 180px auto 90px;
}

.about .text-about {
    align-items: center;
    justify-content: center;
    width: 480px;
}

.text-about h1 {
    margin-bottom: 20px;
    font-size: 24px;
}

.text-about h4, h3 {
    color: #FFCB0C;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.text-about p {
    margin-bottom: 20px;
    color: #000;
    font-weight: 400;
}

.text-about p span {
    color: #FFCB0C;
    font-weight: 500;
}

.about .img-about img {
    width: 350px;
    height: 400px;
    margin-left: 60px;
    border-radius: 10px;
    box-shadow: -12px 14px 12px 2px rgba(0, 0, 0, 0.116);
}

.story {
    width: 100%;
    background-color: #322C36;
    padding-bottom: 30px;
}

.story_txt {
    width: 80%;
    margin: auto;
}

.story_txt h1 {
    padding-top: 60px;
    font-size: 28px;
    color: #ffffff;
}

.story_txt h1 span, .story_txt p span {
    color: #f8b71f;
}

.story_txt h3 {
    color: #f8b71f;
    margin-top: 15px;
    margin-bottom: 30px;
}

.story_txt p {
    color: #ffffff;
    margin: 30px auto;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.story .img-ubt h3 {
    margin-top: 20px;
    font-size: 24px;
    text-transform: capitalize;
}

.view-more_actions {
    display: none;
}

.location_space {
    width: 80%;
    margin: 80px auto 0;
}

.space_txt h1 {
    color: #322C36;
    font-size: 34px;
}

.space_txt p {
    margin-bottom: 50px;
    color: #FFCB0C;
    font-weight: 500;
}

.space_img {
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.space_img img {
    width: 250px;
    height: 250px;
    margin: 10px;
    border: #FFCB0C solid 6px;
}

.ethics {
    width: 100%;
    background-color: #ffffff;
    margin: auto;
}

.ethics_txt {
    width: 80%;
    margin: auto;
}

.ethics_txt h1 {
    padding-top: 80px;
    color: #FFCB0C;
    font-size: 34px;
}

.ethics_txt p {
    font-size: 22px;
    font-weight: 500;
    color: #322C36;
    margin-top: 30px;
}

.testimony {
    margin-top: 90px;
    width: 100%;
    height: 65vh;
    background: #322C36;
    text-align: center;
    overflow: hidden;
}

.title_testimony {
    padding-top: 60px;
    width: 80%;
    margin: auto;
    text-align: left;
}

.title_testimony h1 {
    color: #FFCB0C;
    font-size: 34px;
}

.title_testimony p {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}

.testimony .slide {
    margin-top: 70px;
    cursor: grab;
}

.testimony .slide:active {
    cursor: grabbing;
}

.testimony i {
    font-size: 75px;
    color: #FEB206;
    filter:drop-shadow( 1px 1px 2px #000000);
}

.testimony p.testimony_txt {
    font-size: 24px;
    font-weight: 500;
    width: 60%;
    margin: auto;
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
    filter:drop-shadow( 1px 1px 2px #000000);
}

.slide .person p.name_person {
    font-size: 24px;
    color: #FEB206;
    font-weight: 600;
    text-align: center;
    filter:drop-shadow( 1px 1px 2px #000000);
}

section.contact {
    margin: 0;
}

.contact .interface {
    width: 80%;
    margin: 0 auto 0;
    display: flex;
    justify-content: space-between;
    padding: 90px;
}

.contact .title-contact {
    margin: 0 50px;
    width: 80%;
}

.contact .title-contact h1 {
    margin: 20px auto 30px;
    text-transform: capitalize;
}

.contact .title-contact h1 span {
    color: #FFCB0C;
}

.contact .title-contact p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 30px;
}

.contact .location {
    margin-top: 60px;
}

.contact .location p {
    margin-top: 30px;
    font-weight: 500;
}

.contact .location p span {
    display: block;
    line-height: 30px;
    margin: 0 40px;
    color: #FFCB0C;
}

.contact .location p i {
    color: #FFCB0C;
    margin-right: 10px;
    font-size: 28px;
}

.contact .location p a {
    text-decoration: none;
    color: #000;
}

.footer {
    background-color: #322C36;
    margin-top: 0;
}

.footer .interface {
    width: 80%;
    margin: auto;
    padding-top: 60px;
}

.footer .footer-container {
    display: flex;
    justify-content: space-around;
    padding-bottom: 20px;
}

.footer-contact h4, .footer-links h4, .footer-social h4 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 18px;
}

.footer-contact p {
    color: #FFCB0C;    
    font-size: 12px;
    margin-bottom: 5px;
    width: 250px;
}

.footer-links ul li{
    list-style: none;
    font-size: 12px;
    margin-bottom: 5px;
}

.footer-links ul li a {
    color: #FFCB0C;
}

.footer-links ul li a:hover {
    text-decoration: underline;
}

.footer-social a {
    display: block;
    color: #FFCB0C;
    font-size: 12px;
    margin-bottom: 5px;
    text-decoration: none;
}

.footer-social a:hover {
    text-decoration: underline;
}

.footer-social a i {
    margin-right: 5px;
}

.footer-bottom {
    background-color: #322C36;
    text-align: center;
    justify-content: center;
    padding: 20px;
    color: #fff;
    border-top: 1px solid #444;
}

.circleWhats {
    width: 33px;
    height: 35px;
    border-radius: 50%;
    background-color: #3CE203;
    position: fixed;
    bottom: 0;
    right: 0;
    margin-bottom: 25px;
    margin-right: 25px;
    z-index: 9999;
}

.circleWhats img {
    width: 20px;
    height: 20px;
    margin-top: 8px;
    margin-left: 7px;
    align-items: center;
    justify-content: center;
}