/* PÁGINA INÍCIO */

body {
    margin: 0;
    padding: 0;
}

.container {
    width: 1200px;
}


.link {
    color: #6F4494;
    text-decoration: none;
    font-weight: bold;
}

.link:hover {
    text-decoration: underline;
}

h1 {
    color: #6F4494;
    font-family: Poppins;
}


/* HEADER */

header {
    width: 100%;
    height: 142px;
    background: #fab173;

    display: flex;
    flex-direction: column;
    align-items: center;
}


header .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.logo {
    width: 248px;
    height: 262px;
    border-radius: 0px 0px 20px 20px;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.logo a img {
    width: 246px;
    height: 190px;
}

.menu-desktop {
    width: 60%;
    height: 142px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.menu-desktop ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
}

.menu-desktop ul li a {
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    text-align: left;
    color: #fff;

    text-decoration: none;
    transition: 0.5s ease;
}

.menu-desktop ul li a:hover {
    color: #6F4494;
}

header .social {
    height: 142px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

header .social a {
    margin: 5px;
    transition: 0.5s ease;
}

header .social a:hover {
    opacity: 0.75;
}

.menu-mobile {
    display: none;
}

.menu-mobile-items {
    display: none;
}

/* DESTAQUE */

.destaque {
    background-color: #6F4494;
    background-image: url(../img/pattern_bg.png);

    display: flex;
    flex-direction: column;
    align-items: center;
}

.destaque .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.destaque img {}

.destaque .text,
.destaque .image {
    width: 40%;
    margin-left: 50px;
}

.destaque .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.destaque .text h1 {
    font-family: Poppins;
    font-weight: bold;
    font-size: 80px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;

    margin: 0;
    padding: 0;
    margin-bottom: -40px;

}

.destaque .text h2 {
    font-family: Poppins;
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    text-align: left;
    color: #ffffff;

    margin-top: 80px;
}

.destaque .text h2 strong {
    color: #fab173;
}

.video {
    padding: 60px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.video .container {
    width: 80%;
}

.video .container h2 {
    font-family: Poppins;
    font-weight: bold;
    font-size: 60px;
    text-align: center;
    color: #6F4494;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 Aspect Ratio (9 / 16 = 0.5625) */
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

@media (max-width: 1366px) {
    .quemsomosdestaque .right h1 {
        font-size: 60px !important;
    }

    .quemsomosdestaque .box .border h3 {
        font-size: 40px !important;
    }
}

@media (max-width: 1024px) {
    .destaque .text h1 {
        font-size: 70px;
    }

    .destaque .text h2 {
        font-size: 28px;
    }

    .video .container h2 {
        font-size: 30px;
    }
}

/* Quem somos */

.quemsomosdestaque {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 0px 50px 0px;
}

.quemsomosdestaque .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.quemsomosdestaque .box {
    width: 30%;
    margin-top: 80px;
}

.quemsomosdestaque .box .border h3 {
    width: 371px;
    height: 308px;
    background: #6f4494;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.quemsomosdestaque .box .border h3:after {
    content: ' ';
    width: 300px;
    height: 10px;
    background: linear-gradient(to left, #fab173 0%, #6f4494 100%);
    margin-top: 20px;
}

.quemsomosdestaque .box .border h3:before {
    content: ' ';
    width: 300px;
    height: 10px;
    background: linear-gradient(to right, #fab173 0%, #6f4494 100%);
    margin-bottom: 20px;
}

.quemsomosdestaque .box .border h3 {
    font-family: Poppins;
    font-weight: bold;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
}

.quemsomosdestaque .right {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.quemsomosdestaque .right h1 {
    font-family: Poppins;
    font-weight: bold;
    font-size: 70px;
    text-align: right;
    color: #fab173;
}

.quemsomosdestaque .right .sublinhado {
    display: block;
    width: 238px;
    height: 46px;
    background: linear-gradient(#f9b572 0%, #6f4494 100%);
    margin-top: -60px;
    margin-bottom: 40px;
}

.quemsomosdestaque .right p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    text-align: right;
    color: #4c4440;
    line-height: 1.5;
}

.quemsomosdestaque .right a {
    width: 150px;
    height: 40px;
    border-radius: 20px;
    background: #6f4494;

    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    color: #fff;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    transition: 0.5s ease;
}

.quemsomosdestaque .right a:hover {
    background: #fab173;
}

.container-subtitle {
    width: 100%;
    padding-bottom: 10px;

    display: flex;
    flex-direction: row;
}

.container-subtitle div {
    width: 50%;
    box-sizing: border-box;
    padding: 20px;
    margin: 20px;

    border: 3px solid #6F4494;
    border-radius: 20px;
    background: rgba(111, 68, 148, 0.10);
}

@media (max-width: 992px) {
    .container-subtitle {
        flex-direction: column;
    }

    .container-subtitle div {
        width: 90%;
    }
}

.container-subtitle ul {
    padding: 0;
    margin: 0;
}

.container-subtitle ul li {
    padding: 0;
    margin: 0;
}

.container-subtitle h2.subtitle {
    font-family: Poppins;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    color: #6F4494;
}

@media (max-width: 1024px) {
    .quemsomosdestaque .right h1 {
        font-size: 50px !important;
    }

    .quemsomosdestaque .right .sublinhado {
        width: 150px !important;
        margin-top: -50px;
    }

    .quemsomosdestaque .right p {
        font-size: 17px;
    }
}

/* Serviços Destaque */

.servicosdestaque {
    background: #fab173;
    display: flex;
    flex-direction: column;
    align-items: center;

    padding: 40px 0px;
}

.servicosdestaque .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.servicosdestaque .container h2 {
    font-family: Poppins;
    font-weight: bold;
    font-size: 60px;
    text-align: center;
    color: #fff;
    margin-bottom: 100px;
}

.servicosdestaque .container .grid {
    display: flex;
    flex-direction: row;
    margin-bottom: 100px;
}

.servicosdestaque .container .grid .col {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33.33%;
}

.servicosdestaque .container .grid .col img {
    width: 150px;
    height: 150px;

    margin-bottom: 30px;
}

.servicosdestaque .container .grid .col a {
    font-family: Poppins;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #6F4494;
    text-decoration: none;
}

.servicosdestaque .container a.todos {
    padding: 10px 50px;
    border-radius: 20px;
    background: #fff;

    font-family: Poppins;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #6f4493;

    text-decoration: none;

    transition: 0.5s ease;

}

.servicosdestaque .container a.todos:hover {
    background: #6f4493;
    color: #FFFFFF;
}

@media (max-width: 1366px) {
    .servicosdestaque .container .grid .col a {
        font-size: 28px !important;
    }
}

@media (max-width: 1024px) {
    .servicosdestaque .container h2 {
        font-size: 50px !important;
    }

    .servicosdestaque .container .grid .col a {
        font-size: 24px !important;
    }
}

/* Clientes */

.clientesdestaque {
    background: #6F4494;
    padding: 60px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.clientesdestaque .container {}

.clientesdestaque .container h2 {
    font-family: Poppins;
    font-weight: bold;
    font-size: 60px;
    text-align: center;
    color: #fff;
}

.slick-prev,
.slick-next {
    font-size: 24px;
}

.slick-dots li button:before {
    color: #FFF !important;
}

.slick-slide {
    display: flex !important;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 1024px) {
    .clientesdestaque .container h2 {
        font-size: 50px;
    }
}

/* Footer */

.footer {
    background: #6F4494;
    padding: 50px 0px;

    display: flex;
    flex-direction: column;
    align-items: center;

    border-top: 2px solid #fab173;
}

.footer .container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.footer .container .col {
    width: 33.33%;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.footer .container .col:nth-of-type(1) {
    width: 40% !important;
}

.footer .container .col:nth-of-type(2) {
    align-items: center;
}

.footer .container .col:nth-of-type(3) {
    align-items: flex-end;
}

.footer .container .col h2 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 22px;
    text-align: left;
    color: #f9b572;
    margin: 0 !important;
    padding: 0 !important;

}

.footer .container .col p {
    font-family: Poppins;
    font-weight: normal;
    font-size: 18px;
    text-align: left;
    color: #fff;
    margin: 0 !important;
    padding: 0 !important;

}

.footer .container .col p a {
    font-family: Poppins;
    font-weight: normal;
    font-size: 18px;
    text-align: left;
    color: #fff;
    text-decoration: none;
}

.footer .container .social {
    padding: 30px 0px;
}

.footer .container .social a {
    margin: 0px 5px;
    transition: 0.5s ease;
}


.footer .social a:hover {
    opacity: 0.75;
}

.footer .container .direitos {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;

}

.footer .container .dev a {
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition: 0.5s ease;
}

.footer .container .dev a:hover {
    text-decoration: underline;
}

@media (max-width: 1024px) {

    .footer .container .col h2 {
        font-size: 20px;
    }

    .footer .container .col p {
        font-size: 16px;
    }

    .footer .container .direitos,
    .footer .container .dev {
        font-size: 14px;
    }
}

/* PÁGINA QUEM SOMOS */

.quemsomos_destaque {
    background-color: #6F4494;
    background-image: url(../img/pattern_bg.png);

    display: flex;
    flex-direction: column;
    align-items: center;
    height: 550px;
    margin-bottom: 200px;
}

.quemsomos_destaque .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.quemsomos_destaque .container .image {
    margin-left: -50px;
    width: 50%;
}

.quemsomos_destaque .container .text {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.quemsomos_destaque .container .text h1 {
    font-family: Poppins;
    font-weight: bold;
    font-size: 70px;
    text-align: right;
    color: #fff;
    margin: 20px 0px;
}

.quemsomos_destaque .container .text h2 {
    font-family: Poppins;
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    text-align: right;
    color: #ffffff;

    width: 90%;
    margin: 10px 0px;
}

.quemsomos_destaque .container .text h2 strong {
    color: #fab173;
}

.quemsomos_destaque .container .text .box {
    margin-top: 80px;
    margin-right: 60px;
}

.quemsomos_destaque .container .text .box .border {
    width: 350px;
    height: 250px;
    background: #fab173;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.quemsomos_destaque .container .text .box .border h3 {
    font-family: Poppins;
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

.quemsomos_destaque .container .text .box .border h3:before {
    content: ' ';
    display: block;
    width: 300px;
    height: 10px;
    background: linear-gradient(to right, #fab173 0%, #6f4494 100%);
    margin-bottom: 20px;
    margin-left: 20px;
}

.quemsomos_destaque .container .text .box .border h3:after {
    content: ' ';
    display: block;
    width: 300px;
    height: 10px;
    background: linear-gradient(to left, #fab173 0%, #6f4494 100%);
    margin-top: 20px;
    margin-left: 20px;
}

.quemsomos {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.quemsomos .container p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #4c4440;
}

.quemsomos .container p strong {
    color: #fab173;
}

.nossaagencia {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0px;
}

.nossaagencia .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nossaagencia h2 {
    font-family: Poppins;
    font-weight: bold;
    font-size: 70px;
    text-align: left;
    color: #fab173;

}

.nossaagencia .galeriaagencia {
    width: 95%;
    box-sizing: border-box;
}

.galeriaestudio {
    width: 75%;
    box-sizing: border-box;
    margin: 0 auto;
}

.equipe {
    background-color: #6F4494;
    background-image: url(../img/pattern_bg.png);

    display: flex;
    flex-direction: column;
    align-items: center;

    padding: 60px 0px;
}

.equipe .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.equipe .container h2 {
    font-family: Poppins;
    font-weight: bold;
    font-size: 60px;
    text-align: center;
    color: #fff;

}

.equipe .container p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #fff;

    padding: 40px 0px;

}

.equipe .container img {
    max-width: 80%;
}

@media (max-width: 1366px) {
    .quemsomos_destaque .container .text h1 {
        font-size: 60px !important;
    }

    .quemsomos_destaque .container .text h2 {
        font-size: 32px !important;
    }

    .quemsomos_destaque .container .text .box .border h3 {
        font-size: 36px !important;
        padding: 20px;
    }

    .nossaagencia h2 {
        font-size: 60px !important;
    }

    .equipe .container h2 {
        font-size: 60px !important;
    }
}

@media (max-width: 1024px) {
    .quemsomos_destaque .container .text h1 {
        font-size: 50px !important;
    }

    .quemsomos_destaque .container .text h2 {
        font-size: 30px !important;
        line-height: 32px;
    }

    .quemsomos_destaque .container .text .box .border h3 {
        font-size: 32px !important;
    }

    .quemsomos_destaque .container .image img {
        width: 110%;
    }

    .nossaagencia h2 {
        font-size: 50px !important;
    }

    .equipe .container h2 {
        font-size: 50px !important;
        margin-bottom: 40px;
    }

    .equipe .container p {
        padding: 20px 0px;
    }
}

/* PÁGINA SERVIÇOS */

.servicos_destaque {
    background-color: #6F4494;
    background-image: url(../img/pattern_bg.png);

    display: flex;
    flex-direction: column;
    align-items: center;
    height: 550px;
    margin-bottom: 100px;
    z-index: 9995;
}

.servicos_destaque .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.servicos_destaque .container .text {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    height: 550px;
}

.servicos_destaque .container .text h1 {
    font-family: Poppins;
    font-weight: bold;
    font-size: 70px;
    text-align: right;
    color: #fff;
    margin: 20px 0px;
}

.servicos_destaque .container .image {
    margin-left: -50px;
    width: 50%;
    z-index: 9998;
}

.falecomtime {
    width: 52.25%;
    padding: 40px 0px;
    margin-top: -152px;
    background: linear-gradient(#fab173 0%, #6f4494 100%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    float: right;
}

.falecomtime a {
    font-family: Poppins;
    font-weight: bold;
    font-size: 45px;
    text-align: right;
    color: #fff;
    text-decoration: none;
    margin-right: 20px;

    margin-right: calc((100vw - 1200px) / 2 - 5px);
}

.servicos {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;

    padding: 40px 0px;
}

.servicos .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.servicos .container h2 {
    font-family: Poppins;
    font-weight: bold;
    font-size: 60px;
    text-align: center;
    color: #f9b572;
    margin-bottom: 100px;
}

.servicos .container .grid {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 100px;
    flex-wrap: wrap;
}

.servicos .container .grid .col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 30%;


    box-sizing: border-box;
    padding: 20px;
    margin: 25px 1%;
    border: 2px solid #f9b572;
    border-radius: 10px;

    transition: 0.5s ease;

}

.servicos .container .grid .col:hover {
    background: #6F4494;
    border: 1px solid #6F4494;
}

.servicos .container .grid .col:hover>a {
    color: #FFF;
}

.servicos .container .grid .col img {
    width: 150px;
    height: 150px;

    margin-bottom: 30px;
}

.servicos .container .grid .col a {
    font-family: Poppins;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #6F4494;
    text-decoration: none;
}



.servicos_descricao {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;

    padding: 40px 0px;
}

.servicos_descricao .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.servicos_descricao .container p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    color: #4c4440;

}

.servicos_descricao .comtainer h2 {
    font-family: Poppins;
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    color: #6F4494;

    margin-top: 80px;
}

.servicos_descricao .comtainer .jobs {
    display: flex;
}

.servicos_descricao .comtainer .jobs img {
    padding: 20px;
    box-sizing: border-box;
}

@media (max-width: 1366px) {
    .servicos_destaque .container .text h1 {
        font-size: 60px !important;
    }

    .falecomtime {
        width: 53.15%;
    }

    .servicos .container .grid .col a {
        font-size: 28px !important;
    }
}

@media (max-width: 1024px) {

    .servicos_destaque {}

    .servicos_destaque .container .image img {
        width: 110%;
    }

    .servicos_destaque .container .text h1 {
        font-size: 50px !important;
    }

    .falecomtime {
        padding: 30px 0px;
        margin-top: -180px;
        width: 50%;
    }

    .falecomtime a {
        font-size: 30px !important;
        margin-right: 20px;
    }

    .servicos .container .grid .col a {
        font-size: 26px !important;
    }

    .servicos .container .grid .col img {
        width: 120px;
        height: 120px;
    }

    .servicos_descricao .comtainer .jobs img {
        max-width: 25%;
    }
}

/* PÁGINA CLIENTES */

.clientes {
    background: #6F4494;
    padding: 60px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.clientes .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.clientes .container .grid {
    width: 100%;
    padding: 60px 0px;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.clientes .container .grid img {
    padding: 30px;
    box-sizing: border-box;
}

@media (max-width: 1024px) {
    .clientes {
        margin-top: -100px;
    }
}

/* PÁGINA CONTATO */

.contato_destaque {
    background-color: #6F4494;
    background-image: url(../img/pattern_bg.png);

    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
}

.contato_destaque .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.contato_destaque .container .text {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    height: 550px;
}

.contato_destaque .container .text h1 {
    font-family: Poppins;
    font-weight: bold;
    font-size: 70px;
    text-align: right;
    color: #fff;
    margin: 20px 0px;
}

.contato_destaque .container .image {
    margin-left: -50px;
    width: 50%;
    z-index: 9998;
}

.contato_destaque .container .text h2 {
    font-family: Poppins;
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    text-align: right;
    color: #ffffff;

    width: 90%;
    margin: 10px 0px;
}

.contato_destaque .container .text h2 strong {
    color: #fab173;
}

.contato {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
}

.contato .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.contato .container .left {
    width: 50%;
    /*margin-right: 10%;*/
}

.contato .container .left form {}

.contato .container .left form h1 {
    font-family: Poppins;
    font-weight: bold;
    font-size: 40px;
    text-align: left;
    color: #fab173;
}

.contato .container .left form label {
    display: block;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 18px;
    color: #6f4493;
    padding-bottom: 20px;
}

.contato .container .left form label input {
    background: #fff;
    border: 1px solid #6f4493;
    margin-top: 5px;
    display: block;
    width: 100%;
    height: 45px;

    font-size: 16px;
    padding: 0px 10px;
}

.contato .container .left form label input:focus,
.contato .container .left form label input:active,
.contato .container .left form label input:focus-within,
.contato .container .left form label input:focus-visible {
    border: 1px solid #6f4493;
}

.contato .container .left form label textarea {
    background: #fff;
    border: 1px solid #6f4493;
    margin-top: 5px;
    display: block;
    width: 100%;
    height: 250px;

    font-size: 16px;
    padding: 10px 10px;
}

.contato .container .left form label a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 30%;
    height: 45px;

    background: transparent;
    border: 3px solid #6f4493;
    font-family: Raleway;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #6f4493;
    text-decoration: none;
    transition: 0.5s ease;
}

.contato .container .left form label a:hover {
    background: #6f4493;
    color: #fff;
}

.contato .container .right {
    width: 40%;
}

.contato .container h3 {
    font-family: Poppins;
    font-weight: normal;
    font-size: 26px;
    line-height: 30px;
    text-align: left;
    color: #6f4493;
    margin: 0;
    padding: 0;
    margin-top: 40px;
}

.contato .container p {
    font-family: Poppins;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    color: #333;

    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.contato .container h4 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    color: #333;

    margin: 0;
    padding: 0;
    margin-top: 25px;
}

.contato .container p a {
    font-family: Poppins;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    color: #333;
    text-decoration: none;
    margin-bottom: 15px;
}

.contato .container p a img {
    width: 32px;
    height: 32px;
    opacity: 0.6;
    margin-left: 5px;
}


@media (max-width: 1366px) {
    .contato_destaque .container .text h1 {
        font-size: 60px !important;
    }
}

@media (max-width: 1024px) {

    .contato_destaque .container .image img {
        width: 110%;
    }

    .contato_destaque .container .text h1 {
        font-size: 50px !important;
    }

    .contato_destaque .container .text h2 {
        font-size: 32px !important;
    }

    .contato .container .left form h1 {
        font-size: 36px !important;
    }

    .contato .container h3 {
        font-size: 24px !important;
    }

    .contato .container p {
        font-size: 18px !important;
    }
}

@media (max-width: 1024px) {
    .container {
        width: 992px;
    }

    header {
        height: 120px !important;
    }

    .logo {
        width: 200px !important;
        height: 222px !important;
    }

    .logo a img {
        width: 180px;
        height: auto;
    }

    .menu-desktop ul li a {
        font-size: 18px !important;
    }

    header .social a img {
        width: 28px;
        height: 28px;
    }
}

@media (max-width: 992px) {
    .container {
        width: 100%;
        padding: 0px 0px;
    }

    .menu-desktop {
        display: none !important;
    }

    .social {
        display: none !important;
    }

    .logo {
        width: 180px !important;
        height: 160px !important;
        margin-left: 20px;
    }

    .logo img {
        width: 140px !important;
        height: auto !important;
    }

    .menu-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 80%;
        height: 120px;

    }

    .menu-mobile-items {
        display: none;
        position: absolute;
        width: 100%;
        height: 80vh;
        background: #6f4494;
        z-index: 9999;
    }

    .menu-mobile-items ul {
        list-style: none;
        margin: 0;
        padding: 0;
        margin-top: 100px;
    }

    .menu-mobile-items ul li {
        width: 100%;
        text-align: center;
        padding: 20px 0px;
        box-sizing: border-box;
    }

    .menu-mobile-items ul li a {
        background: #6f4494;
        font-family: Poppins;
        font-weight: 500;
        font-size: 18px;
        text-decoration: none;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: 0.5s ease;
    }

    .menu-mobile-items ul li a:hover {
        text-decoration: underline;
    }

    .social-mobile {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 50px;
    }

    .social-mobile a {
        padding: 5px;
    }

    .hamburger-menu {
        display: block;
        width: 40px;
        height: 40px;
        cursor: pointer;
    }

    .hamburger-menu img {
        width: 40px;
        height: 40px;
        border: 3px solid #6F4494;
        padding: 5px;
        border-radius: 5px;
    }

    .destaque .container {
        flex-direction: row;
    }

    .destaque .text,
    .destaque .image {
        margin-left: -100px;
    }

    .destaque .text {
        width: 60%;
    }

    .destaque .text h1 {
        font-size: 60px;
        text-align: right;
        margin-right: 20px;
    }

    .destaque .text h2 {
        font-size: 26px;
        text-align: right;
        margin-right: 20px;
        line-height: 36px;
    }

    .quemsomosdestaque .container {
        flex-direction: column;
        align-items: center;
    }


    .quemsomosdestaque .box {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        order: 2;
    }

    .quemsomosdestaque .right {
        order: 1;
        width: 100%;
        padding: 0px 40px !important;
        box-sizing: border-box;
        align-items: flex-start;
    }

    .quemsomosdestaque .right .sublinhado {
        display: none;
    }

    .quemsomosdestaque .right p {
        margin-bottom: 20px;
        text-align: left;
    }

    .quemsomosdestaque .right h1 {
        text-align: left;
    }

    .servicosdestaque .container h2 {
        font-size: 40px !important;
    }


    .servicosdestaque .container .grid .col {
        width: 100%;
        padding: 0px 40px;
        box-sizing: border-box;
        margin-bottom: 50px;
    }

    .servicosdestaque .container .grid .col img {
        margin-bottom: 10px;
    }


    .servicosdestaque .container .grid {
        flex-direction: column;
    }

    .footer .container {
        flex-direction: column;
    }

    .footer .container .col {
        width: 100%;
    }

    .footer .container .col:nth-of-type(1),
    .footer .container .col:nth-of-type(2),
    .footer .container .col:nth-of-type(3) {
        width: 100% !important;
        align-items: center;
        padding: 0px 40px;
        box-sizing: border-box;
    }

    .footer .container .col p {
        text-align: center;
    }

    .footer .container .direitos,
    .footer .container .dev {
        text-align: center;
        align-items: center;
        padding: 0px 40px;
        box-sizing: border-box;
    }

    .quemsomos_destaque {
        height: 700px;
        margin-bottom: 50px;
    }

    .quemsomos_destaque .container {
        flex-direction: column;
    }

    .quemsomos_destaque .container .image {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }

    .quemsomos_destaque .container .text .box {
        display: none;
    }

    .quemsomos_destaque .container .image img {
        width: 75%;
    }

    .quemsomos_destaque .container .text {
        width: 100%;
        padding: 0px 20px;
        box-sizing: border-box;
    }

    .quemsomos_destaque .container .text h1 {
        font-size: 40px;
    }

    .quemsomos .container p {
        padding: 0px 20px;
    }

    .equipe .container h2 {
        font-size: 40px !important
    }

    .nossaagencia h2 {
        font-size: 40px !important
    }

    .equipe .container p {
        padding: 20px;
    }

    .equipe .container img {
        max-width: 100%;
    }

    .servicos .container h2 {
        font-size: 40px;
        margin-bottom: 50px;
    }

    .servicos .container .grid {
        flex-direction: column;
        align-items: center;
    }

    .servicos .container .grid .col {
        width: 80%;
        padding: 20px;
        box-sizing: border-box;
    }

    .servicos .container .grid .col a {
        font-size: 24px !important;
    }

    .servicos_destaque {
        height: 700px;
        margin-bottom: 50px;
    }

    .servicos_destaque .container {
        flex-direction: column;
    }

    .servicos_destaque .container .image {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }

    .servicos_destaque .container .text {
        height: 200px;
        width: 100%;
        padding-right: 20px;
        box-sizing: border-box;
    }

    .falecomtime {
        width: 100%;
        margin-top: -50px;
        float: none;
    }

    .servicos_destaque {
        height: 550px;
    }

    .servicos_destaque .container .image img {
        width: 75%;
    }

    .servicos_descricao .container p {
        padding: 20px;
        box-sizing: border-box;
    }

    .servicos_descricao .comtainer .jobs {
        flex-wrap: wrap;
        justify-content: center;
    }

    .servicos_descricao .comtainer .jobs img {
        max-width: 100%;
    }

    .servicos_destaque .container .text h1 {
        font-size: 40px !important;
        line-height: 1;
    }

    .contato .container {
        flex-direction: column;
    }

    .contato .container .left,
    .contato .container .right {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }

    .clientes .container .grid {
        justify-content: center;
    }

    .clientes .container .grid img {
        max-width: 180px;
    }

    .contato_destaque {
        height: 700px;
        margin-bottom: 50px;
    }

    .contato_destaque .container {
        flex-direction: column;
    }

    .contato_destaque .container .image {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }

    .contato_destaque .container .text {
        width: 100%;
        padding-right: 20px;
        box-sizing: border-box;
        height: auto;
    }

    .contato_destaque .container .text h1 {
        font-size: 50px;
    }

    .contato_destaque .container .text h2 {
        font-size: 30px;
        line-height: 32px;
    }

    .contato_destaque .container .image img {
        width: 75%;
    }

    .contato .container p a {
        font-size: 18px;
    }


    .clientes .container .grid img {
        padding: 10px;
    }

}

.whatsapp-button {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: block;
    background: url(../img/WhatsApp.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 60px;
    height: 60px;
    filter: drop-shadow(0px 6px 4px rgba(0, 0, 0, 0.3));
    transition: 150ms;
    z-index: 999 !important;
}

.botao-personalizado {
    background-color: #6F4494;
    color: #f9b572;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    text-decoration: none;
}

.botao-personalizado:hover {
    background-color: #5a357a;
    /* tom mais escuro para hover */
    transform: scale(1.05);
}