/* Localizações 
00 - Variáveis de cores
01 - Reset do CSS 

1 - Navbar
2 - Banner
3 - Sobre nós
4 - Serviços
5 - Portfólio
6 - Últimas postagens
7 - Depoimentos
8 - Contato
9 - Rodapé (footer)
10 - Blog
*/


/* 00 variáveis das cores */

:root {
    --primary-yellow: #f2a900;
    --primary-dark: #000000;
    --white: #ffffff;
    --high-gray: #434343;
    --low-gray: #8a8a8a;
}


/* 01 Reset do CSS */

h2 {
    color: var(--primary-dark);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

* {
    box-sizing: border-box;
}

html,
body {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    background-color: #fff;
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}

ul {
    margin-bottom: 0px;
}


/* Estilos globais */

body {
    scroll-behavior: smooth;
}


/* Estilos do site */


/* 1 - Navbar */


/* 2 - Banner */


/* 3 - Sobre nós */

.banner-about {
    margin-top: 5.5%;
    width: 100% !important;
    height: 335px !important;
    object-fit: cover !important;
    background: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('/assets/site/img/Rectangle39.png');
}

#about .description {
    font-family: Assistant;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #000000;
}

#about .mamae li {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 0;
    color: black;
    text-align: center;
}

.title-banner-about {
    font-family: Cairo;
    font-style: normal;
    font-weight: bold;
    font-size: 70.2128px;
    line-height: 132px;
    color: #FFFFFF;
    text-align: center;
    align-items: flex-end !important;
}

.sub-title-banner-about {
    margin-top: 2%;
    font-family: Assistant;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
}

.banner-about .white-line-about {
    width: 243.04px;
    height: 0px;
    border: 1.40426px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.orange-line-about {
    width: 106.78px;
    height: 0px;
    border: 4.21277px solid #F2A900;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-about {
    font-family: Assistant;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    /* or 125% */
    text-align: justify;
    letter-spacing: 0.03em;
    margin-top: 10% !important;
    padding: 5% !important;
    color: #434343;
}

@media (max-width:768px) {
    .title-banner-about {
        font-size: 50px !important;
    }
    .sub-title-banner-about {
        font-size: 15px !important;
    }
    .text-about {
        font-size: 18px !important;
        margin-top: 10% !important;
    }
    .testimonial-section {
        margin-top: 80px;
    }
}

.owl-carousel {
    display: block !important;
    width: 100%;
    z-index: 1;
}

@media (max-width:500px) {
    .title-banner-about,
    .title-testimonials,
    .title-team {
        font-size: 33.5484px !important
    }
    .text-about {
        font-size: 13px !important;
        margin: 5%;
        margin-left: 13% !important;
    }
    .testimonial-section {
        margin-top: 250px;
    }
}


/*--------------------------------------------------------------
# about home
--------------------------------------------------------------*/

#about {
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}

.title-about {
    font-family: Cairo;
    font-size: 40px;
    font-style: normal;
    font-weight: bold;
    line-height: 60px;
    letter-spacing: 0em;
    color: #434343;
    text-transform: uppercase;
}

.text-about {
    font-family: Assistant;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: justify;
    color: #434343;
}

.btn-about:hover {
    color: #F4E7EB;
}

.about-us {
    position: relative;
}

.lines {
    margin-top: -1rem;
    margin-bottom: 2rem;
}

.line-mid {
    border-top: 3px solid #F2A900;
    ;
    width: 100%;
}

.line-left {
    width: 100%;
    background-color: rgb(190, 190, 190);
    height: 1px;
}

.line-right {
    width: 100%;
    background-color: rgb(190, 190, 190);
    height: 1px;
}

.about-left {
    margin: auto;
}

@media (min-width: 1025px) {
    .btn-about {
        background-color: #F2A900;
        color: white;
        height: 50px;
        align-items: center;
        justify-content: center;
        font-size: 21px;
        font-weight: bold;
        font-family: Cairo;
        line-height: 31, 16px;
    }
}

@media (max-width: 1025px) {
    .btn-about {
        background-color: #F2A900;
        color: white;
        height: 50px;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        align-items: center;
        justify-content: center;
        font-size: 15px;
        font-weight: bold;
        font-family: Cairo;
        line-height: 31, 16px;
        width: 50%;
    }
    .about-left {
        margin: 3rem 0;
    }
}

@media (max-width: 990px) {
    #about img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        margin-top: 3rem;
    }
}

@media (max-width: 550px) {
    #about img {
        width: 111%;
    }
}

@media (max-width: 768px) {
    .text-about {
        font-family: Assistant;
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 29px;
        letter-spacing: 0em;
        text-align: justify;
        color: #434343;
    }
    .title-about {
        font-family: Cairo;
        font-size: 32px;
        font-style: normal;
        font-weight: bold;
        line-height: 60px;
        letter-spacing: 0em;
        text-align: center;
        color: #434343;
        justify-content: center;
    }
}

@media (max-width: 540px) {
    .about-left {
        margin: 2rem 0;
    }
    .title-about {
        margin-left: 0;
        margin-top: 2rem;
        height: 35px;
    }
    .about-us {
        width: 100%;
        position: static;
    }
    .lines {
        margin-bottom: 2rem;
    }
    .line-mid {
        border-top: 3px solid #F2A900;
        width: 100%;
    }
    .line-left {
        width: 100%;
        background-color: rgb(190, 190, 190);
        height: 1px;
    }
    .line-right {
        width: 100%;
        background-color: rgb(190, 190, 190);
        height: 1px;
    }
}

#about p {
    text-align: justify;
    font-family: Assistant;
    font-weight: normal;
    font-size: 1.3rem;
    line-height: 34px;
    color: #434343;
}

@media (max-width: 600px) {
    #about h2 {
        font-size: 2.3rem;
    }
    #about p {
        font-size: 1rem;
    }
}

.row-m {
    padding-top: 100px;
}

@media (max-width: 991px) {
    .row-m {
        padding-top: 3px;
    }
}

@media(max-width: 990px) {
    #about .imagecont {
        margin-right: -20px !important;
    }
}

@media(max-width: 528px) {
    #about .imagecont {
        margin-right: -10px !important;
    }
}


/*--------------------------------------------------------------
# Cta-about
--------------------------------------------------------------*/

.cta-about {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/Rectangle39.png") fixed center center;
    background-size: cover;
    height: auto;
    padding: 166px 0;
}

.cta-about .line {
    width: 243.04px;
    height: 1.4px;
    background: #959494;
    margin: 0 auto;
    margin-bottom: 50px;
    object-fit: cover;
}

.cta-about .line-height {
    width: 106.78px;
    height: 4px;
    background: #F2A900;
    margin: 0px auto;
}

.cta-about h3 {
    font-family: Cairo;
    font-style: normal;
    font-weight: bold;
    font-size: 70.2128px;
    line-height: 132px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
}

.cta-about p {
    font-family: Assistant;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
}


/*--------------------------------------------------------------
# About Values
--------------------------------------------------------------*/

.aboutus {
    padding-top: 50px;
    padding-bottom: 30px;
    background: #FFFFFF;
}

.aboutus .icon-box {
    padding: 60px 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    border-radius: 0;
    z-index: 1;
    text-align: center;
    margin-bottom: 20px;
}

.aboutus .icon-box::before {
    content: '';
    position: absolute;
    background: #fdeff2;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.4s;
    z-index: -1;
}

.aboutus .icon-box:hover::before {
    background: #F2A900;
    top: 0;
    border-radius: 0px;
}

.aboutus .icon {
    margin-bottom: 15px;
}

.aboutus .icon i {
    font-size: 70px;
    line-height: 1;
    color: #F2A900;
    transition: all 0.3s ease-in-out;
}

.aboutus .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.aboutus .title a {
    font-family: Cairo;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 37px;
    color: #111;
}

.aboutus .description {
    font-family: Assistant;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #000000;
}

.aboutus .mamae li {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 0;
    color: black;
}

.aboutus .icon-box:hover .title a,
.aboutus .icon-box:hover .description {
    color: #fff;
}

.aboutus .icon-box:hover .title a,
.aboutus .icon-box:hover .mamae li {
    color: #fff;
}

.aboutus .icon-box:hover .icon i {
    color: #fff;
}

.mvv-cards {
    min-width: 300px;
}

.aboutus .mvv-cards .icon-box {
    min-height: 300px;
    padding: 40px 30px 20px;
}

@media screen and (max-width: 570px) {
    .mvv-cards {
        max-width: 250px;
    }
}

.cards-about {
    width: 355px !important;
    height: 292px;
    margin: 1%;
    background: #FFFFFF;
    border: 0.5px solid #E5E5E5;
    box-sizing: border-box;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}

.cards-about .icon-foguete {
    margin: 6%;
    width: 80px !important;
    height: 80px !important;
    display: flex;
    background: no-repeat;
    justify-content: center;
    background-image: url('../img/foguete1.svg');
}

.cards-about:hover .icon-foguete {
    background-image: url('../img/foguete2.svg') !important;
}

.cards-about .icon-binoculos {
    margin: 6%;
    width: 80px !important;
    height: 80px !important;
    display: flex;
    background: no-repeat;
    justify-content: center;
    background-image: url('../img/binoculos1.svg');
}

.cards-about:hover .icon-binoculos {
    background-image: url('../img/binoculos2.svg') !important;
}

.cards-about .icon-estrela {
    margin: 6%;
    width: 80px !important;
    height: 80px !important;
    display: flex;
    background: no-repeat;
    justify-content: center;
    background-image: url('../img/estrela1.svg');
}

.cards-about:hover .icon-estrela {
    background-image: url('../img/estrela2.svg') !important;
}

.cards-about:hover {
    background: rgba(242, 169, 0, 1);
}

.cards-about h1 {
    font-family: Cairo;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 37px;
    text-align: center;
    color: #000000;
}

.cards-about h2 {
    margin: 5%;
    font-family: Assistant;
    font-style: normal;
    font-weight: normal;
    font-size: 15px !important;
    line-height: 20px;
    text-align: justify;
    text-align: center;
    color: #000000;
}

.cards-about:hover h1,
.cards-about:hover h2 {
    color: white;
}

@media (max-width: 708px) {
    .cards-about {
        margin-bottom: 20px;
    }
}


/***********Section team*************/


/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

.team {
    padding-top: 20px;
}

.team .line {
    width: 173px;
    height: 1px;
    background: #959494;
    margin: 0 auto;
    margin-bottom: 50px;
}

.team .line-height {
    width: 76px;
    height: 3px;
    background: #082B65;
    margin: 0 auto;
}

.team .title h2 {
    font-family: Cairo;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 94px;
    align-items: center;
    text-align: center;
}

.team .member {
    text-align: center;
    margin-bottom: 20px;
    filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.25));
    position: relative;
    overflow: hidden;
}

.team .member img {
    width: 286px;
    height: 379px;
    left: 122px;
    object-fit: cover;
}

.team .member .member-info {
    opacity: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.2s;
}

.team .member .member-info-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    transition: bottom 0.4s;
}

.team .member .member-info-content h4 {
    font-family: Cairo;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 47px;
    text-align: center;
    color: #FFFFFF;
}

.team .member .member-info-content span {
    font-family: Assistant;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    /* identical to box height */
    text-align: center;
    color: #FFFFFF;
}

.team .member .social {
    position: absolute;
    left: 0;
    bottom: -38px;
    right: 0;
    height: 48px;
    transition: bottom ease-in-out 0.4s;
    text-align: center;
}

.team .member .social a {
    transition: color 0.3s;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
}

.team .member .social a:hover {
    color: #082B65;
}

.team .member .social i {
    font-size: 18px;
    margin: 0 2px;
}

.team .member:hover .member-info {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45.97%, rgba(0, 0, 0, 0.87) 78.37%);
    opacity: 1;
    transition: 0.4s;
}

.team .member:hover .member-info-content {
    bottom: 60px;
    transition: bottom 0.4s;
}

.team .member:hover .social {
    bottom: 0;
    transition: bottom ease-in-out 0.4s;
}

@media (max-width: 991px) {
    .team .member .member-info {
        opacity: 0;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 29px;
        right: 29px;
        transition: 0.2s;
    }
}

@media (max-width: 767px) {
    .team .member .member-info {
        opacity: 0;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 127px;
        right: 127px;
        transition: 0.2s;
    }
}

@media (max-width: 575px) {
    .team .member {
        text-align: center;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        overflow: hidden;
        width: 306px;
    }
    .team .member .member-info {
        opacity: 0;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0px;
        right: 0px;
        transition: 0.2s;
    }
}

@media (max-width: 570px) {
    .team .member {
        text-align: center;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        overflow: hidden;
        width: 306px;
    }
    .team .member .member-info {
        opacity: 0;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 10px;
        right: 10px;
        transition: 0.2s;
    }
}

@media (max-width: 320px) {
    .team .member {
        width: 280px;
    }
}


/*--------------------------------------------------------------*/

.title-team {
    font-family: Cairo;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 94px;
    text-align: center;
    color: #000000;
}

.grey-line-team {
    width: 243.04px;
    height: 1px;
    border: 1px solid #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
}

.orange-line-team {
    width: 106.78px;
    height: 1px;
    border: 4.21277px solid #F2A900;
    display: flex;
    align-items: center;
    justify-content: center;
}


/***********Section About us Home*************/

.text-about-home {
    margin-top: 8%;
    font-family: Assistant;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    /* or 125% */
    text-align: justify;
    letter-spacing: 0.03em;
    color: #000000;
}

.title-about-home {
    font-family: Cairo;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 94px;
    text-align: center;
    color: #000000;
}

.view-more {
    background: #F2A900;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    color: #fff;
    font-family: Cairo;
    font-style: normal;
    font-weight: bold;
    font-size: 17.4289px;
    line-height: 33px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
}


/*********************Testimonials**********************/

.title-testimonials {
    font-family: Cairo;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 94px;
    /* identical to box height */
    text-align: center;
    color: #000000;
}

.sub-title-testimonials {
    font-family: Assistant;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    /* identical to box height */
    text-align: center;
    color: #000000;
}

blockquote::before {
    content: '"';
    font-size: 50px;
    color: #F2A900;
    position: relative;
    line-height: 20px;
    bottom: -15px;
    right: 5px;
    font-style: italic;
    text-align: justify;
}

blockquote::after {
    content: '"';
    font-size: 50px;
    color: #F2A900;
    position: relative;
    line-height: 20px;
    bottom: -15px;
    left: 5px;
    font-style: italic;
    text-align: justify !important;
}

.testimonial-section {
    padding: 40px 0;
}

.inner-width {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

.testimonial-section h1 {
    text-align: center;
    color: #333;
    font-size: 24px;
}

.border {
    width: 100px;
    height: 3px;
    background: #333;
    margin: 40px auto;
}

.testimonial {
    background: #FFFFFF;
    border: 0.5px solid #E5E5E5;
    box-sizing: border-box;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    padding: 20px;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
}

.test-info {
    margin-top: 4%;
    display: flex;
    height: 60px;
    align-items: center;
}

.test-pic {
    width: 100px !important;
    margin-right: 15px;
}

.test-name {
    font-size: 12px;
    color: #333;
}

.test-name span {
    display: block;
    font-family: Cairo;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 47px;
    display: flex;
    align-items: center;
    text-align: justify;
    color: #000000;
}

.testimonial p {
    margin-top: 8%;
    font-family: Assistant;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    display: flex;
    align-items: center;
    text-align: justify !important;
    color: #000000;
}


/* 4 - Serviços */

.cards-services {
    width: 355px !important;
    height: 292px;
    margin: 1%;
    background: #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}

.cards-services .icon-service {
    margin: 6%;
    width: 80px !important;
    height: 80px !important;
    display: flex;
    background: no-repeat;
    justify-content: center;
    background-color: #F2A900;
    border-radius: 10px;
}

.cards-services .icon-service .image-icon {
    width: 31px;
    height: 31px;
    margin-top: 30%;
}

.cards-services h1 {
    font-family: Cairo;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 37px;
    text-align: center;
    color: #000000;
}

.cards-services h2 {
    margin: 5%;
    font-family: Assistant;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    text-align: justify;
    text-align: center;
    color: #000000;
}


/* 5 - Portfólio */


/* 6 - Últimas postagens */


/* 7 - Depoimentos */


/* 8 - Contato */


/* 9 - Rodapé (footer) */


/* Estilos globais */

body {
    scroll-behavior: smooth;
}


/* Estilos do site */


/* 1 - Navbar */

#header {
    transition: all 0.5s;
    z-index: 997;
    height: 80px;
    background: rgba(35, 31, 32, 0.3);
}

#header.header-transparent {
    /*background: transparent;*/
}

#header.header-scrolled {
    background: rgba(35, 31, 32, 0.6);
    height: 80px;
}

#header .logo {
    width: 200px;
    max-width: 300px;
    z-index: 5;
}

.objectImage {
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: grayscale(100%);
}

.direction-reverse {
    width: 99.5% !important;
    margin-top: 160px !important;
}

@media only screen and (max-width: 769px) {
    .pad-nav {
        margin-top: 60px !important;
    }
}

@media (max-width: 991px) {
    .direction-reverse {
        margin: 0 auto !important;
        display: flex;
        flex-direction: column-reverse;
        align-items: center !important;
        justify-content: center;
        width: 100% !important;
    }
    .about-image {
        padding: 0 !important;
    }
}

@media (max-width: 425px) {
    .objectImage {
        padding: 0 !important;
    }
    .about-image {
        padding-right: 0 !important;
    }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/**
* Desktop Navigation
*/

.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px 10px 30px;
    font-family: "Cairo", sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-style: normal;
    font-weight: 450;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
}

.navbar a i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar .desktop-inactive {
    display: none;
}

.navbar a:hover,
.navbar .active,
.navbar li:hover>a {
    color: var(--primary-yellow);
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    text-transform: none;
    color: #666666;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: var(--primary-yellow);
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}

@media (max-width: 991px) {
    header {
        width: 80%;
        margin: 0 auto;
        margin-top: 20px;
        height: 50px !important;
    }
    header img {
        height: 60px;
        margin-right: 50px;
    }
    #header .logo {
        margin-top: 4px;
        width: 50px;
        height: 50px;
    }
}

.navbar .btn-get-started {
    font-family: "Cairo", sans-serif;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 0px;
    transition: 0.3s;
    border: 1px solid var(--primary-yellow);
    margin: 10px;
    color: #fff;
    background: #ffffff00;
}

.navbar .btn-get-started:hover {
    border: 1px solid #ffffff00;
}


/**
  * Mobile Navigation
  */

.mobile-nav-toggle {
    color: var(--primary-yellow);
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed !important;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(26, 26, 26, 0.9);
    transition: 0.3s;
    z-index: 999;
    width: 100vw;
    height: 100vh;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

#header #logo-navbar {
    width: 0px;
    height: 0px;
}

@media (max-width: 991px) {
    #header .logo {
        margin-top: 10px;
        width: 30px;
        height: 30px;
    }
    #header #logo-desktop {
        width: 0px;
        height: 0px;
    }
    #header #logo-navbar {
        width: 30px;
        height: 30px;
    }
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #231f20;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile a {
    padding: 10px 20px;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #ffffff;
    background: var(--primary-yellow);
}

.navbar-mobile .btn-get-started {
    margin: 15px;
    display: none;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: var(--primary-yellow);
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}


/* 2 - Banner */


/* 3 - Sobre nós */


/* 4 - Serviços */


/* 5 - Portfólio */


/* 6 - Últimas postagens */


/* 7 - Depoimentos */


/* 8 - Contato */


/* 9 - Rodapé (footer) */

#footer {
    padding: 0 0 30px 0;
    color: #fff;
    background: var(--primary-yellow);
    font-size: 17px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.25);
}

#footer-top {
    background-color: var(--white);
}

#footer-top a {
    padding-top: 50% !important;
}

@media (max-width: 767px) {
    #footer-top a {
        padding: 0 !important;
    }
}

#footer .copyright {
    padding-top: 30px;
    color: white;
    display: inline-block;
}

#footer .credits {
    padding-top: 5px;
    font-size: 15px;
    color: var(--white);
}

#footer .icons a {
    font-size: 25px;
    display: inline-block;
    color: var(--white);
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 0;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer-top .icons a {
    color: var(--primary-yellow);
}

#footer .icons .facebook:hover {
    color: #3b5998;
}

#footer .icons .instagram:hover {
    color: #dc2743;
}

#footer .icons .linkedin:hover {
    color: #0e76a8;
}

#footer-top .icons a:hover {
    color: yellow;
}

@media (max-width: 991px) {
    .desktop-inactive {
        display: unset !important;
    }
    #footer .footer-top .footer-logo,
    #footer .footer-top .footer-about,
    #footer .footer-top .footer-contact {
        margin-top: 45px;
    }
    #footer .social-links {
        text-align: center;
    }
}


/* 10 - Blog */

.post-recent {
    margin-bottom: 50px;
}

.recent-items {
    position: relative;
    top: 10px;
}

.recent-title {
    position: relative;
    left: 120px;
    bottom: 80px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #F2A900;
    width: 175px;
}

.recent-date {
    position: relative;
    margin-left: 120px;
    bottom: 80px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 25px;
    color: #434343;
}

.search-box {
    height: 62px;
    background: #FFFFFF;
    border: 1px solid #EEEDED;
    box-sizing: border-box;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.search-box #search-field {
    width: 86%;
    border: 0;
    padding: 15px;
    font-style: normal;
    font-weight: 300px;
    font-size: 18px;
    line-height: 30px;
    color: #8A8A8A;
}

@media (max-width:1442px) {
    .search-box #search-field {
        width: 79%;
    }
}

@media (max-width:1060px) {
    .search-box #search-field {
        width: 75%;
    }
}

.blog-lateral {
    margin-top: 1.8% !important;
    height: min-content;
    padding-top: 55px;
    padding-bottom: 55px;
    padding-left: 20px;
    padding-right: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}

.blog-lateral .title-search-blog {
    font-family: Cairo;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 56px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #F2A900;
}

.lateral-title {
    margin-top: 10%;
    font-family: Cairo;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 56px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #F2A900;
}

.search-box #search-button {
    float: right;
    width: 60px;
    height: 60px;
    background-color: #F2A900;
    border: #fff;
}

.posts-area {
    padding: 0px 75px;
}

.categorie-items {
    position: relative;
    top: 10px;
}

.categorie-items #item {
    font-family: Assistant;
    font-style: normal;
    font-weight: 600;
    font-size: 16.3693px;
    line-height: 30px;
    /* or 183% */
    color: #434343;
}

.post-box {
    margin-bottom: 30px;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), #C4C4C4;
    box-shadow: 0px 0px 18.1403px rgba(0, 0, 0, 0.25);
}

.post-title {
    margin-left: 30px;
    margin-right: 30px;
    font-family: Cairo;
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 25px;
    /* or 96% */
    color: #F2A900;
}

.post-description {
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 30px;
    margin-right: 30px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16.3693px;
    line-height: 22px;
    text-align: justify;
    color: #8A8A8A;
}

.post-text {
    margin-top: 25px;
    margin-bottom: 80px;
    margin-left: 30px;
    margin-right: 30px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16.3693px;
    line-height: 22px;
    text-align: justify;
    color: #8A8A8A;
}

@media (max-width: 1400px) {
    .search-box #search-field {
        font-size: 14px;
    }
    .search-box #search-button img {
        width: 70%;
        height: 60%;
    }
}

@media (max-width: 988px) {
    header {
        width: 80%;
        margin: 0 auto;
        margin-top: 20px;
        height: 50px !important;
    }
    header img {
        height: 60px;
        margin-right: 50px;
    }
}

@media (max-width: 960px) {
    .blog-page {
        display: flex;
        flex-direction: column-reverse;
    }
    .posts-area {
        padding: 0;
    }
    .search-box #search-field {
        width: 79%;
        font-size: 14px;
    }
    .search-box #search-button img {
        width: 80%;
    }
    .blog-pagination {
        padding-right: 10px;
        padding-left: 0px;
        margin-bottom: 15px;
        padding-bottom: 45px;
    }
}


/***************************************************************************/


/*--------------------------------------------------------------
# Blog - New Posts
--------------------------------------------------------------*/

.scrolling-wrapper-2 {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.scrolling-wrapper-2 {
    justify-content: unset !important;
}

@media (max-width: 991px) {
    .scrolling-wrapper {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .scrolling-wrapper {
        justify-content: unset !important;
    }
}

@media (max-width: 991px) {
    #blog .scrolling-wrapper {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        height: 450px;
    }
}

#blog h2 {
    color: var(--primary-dark);
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 3rem;
}

@media (max-width: 600px) {
    #blog h2 {
        font-size: 2.3rem;
    }
}

.blog-description {
    padding-left: 15px;
    padding-right: 15px;
}

.card-blog {
    width: 105%;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px;
    box-sizing: inherit;
}

@media (max-width: 540px) {
    .card-blog {
        width: 100%;
    }
}

.post-date {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: left;
    margin-right: 4.7rem;
}

.card-blog span {
    width: 120px;
    position: relative;
    background-color: #FFFF;
    font-family: Cairo;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 41px;
    text-align: center;
    color: #000000;
    z-index: 10;
    margin-bottom: -2rem;
}

.card-blog h3 {
    font-size: 24px;
    line-height: 35px;
    font-weight: 600;
    text-align: center;
    color: #F2A900;
}

.card-blog h4 {
    font-size: 16px;
    color: #101F0C;
    text-align: center;
}

.card-blog p {
    font-weight: 300;
    font-size: 16px;
}

.post-image {
    position: relative;
    z-index: 1;
}

.post-info {
    position: relative;
    z-index: 10;
    width: 100%;
    background-color: #FFFF;
    box-shadow: 0px 3.01929px 3.01929px rgba(0, 0, 0, 0.25);
    margin-top: -2rem;
}

.post-info h4 {
    font-family: Cairo;
    font-style: normal;
    font-weight: 600;
    font-size: 16.3693px;
    line-height: 31px;
    text-transform: uppercase;
    color: #101F0C;
    margin-top: 1.5rem;
}

.post-info p,
.post-info h6 {
    text-align: center;
}

.post-info h6 a {
    font-family: Cairo;
    font-style: normal;
    font-weight: 600;
    font-size: 16.3693px;
    line-height: 31px;
    text-align: center;
    color: #F2A900;
    padding: 50px;
}

.post-info h6 a:hover {
    color: #F2A900;
    background: url("../img/arrow.svg") center no-repeat;
    background-position: 120px;
}

.post-image img {
    width: 404px;
    height: 214px;
    object-fit: cover;
}

@media (max-width: 1200px) {
    .post-date {
        margin-right: 7rem;
    }
    .post-info {
        width: 125%;
    }
    .post-image img {
        width: 300px;
    }
}

@media (max-width: 765px) {
    .post-date {
        margin-right: 4rem;
    }
    .post-info {
        width: 100%;
    }
    .post-image img {
        width: 450px;
    }
}

@media (max-width: 550px) {
    .post-date {
        margin-right: 0.4rem;
    }
    .post-date span {
        font-size: 1rem;
    }
    .post-info {
        width: 85%;
    }
    .post-image img {
        width: 19em;
    }
    .post-info h3 {
        font-size: 1.3rem;
    }
    .post-info p {
        font-size: 0.9rem;
    }
}

@media (max-width: 420px) {
    .post-date {
        margin-right: 0.5rem;
    }
    .post-date span {
        font-size: 1rem;
    }
    .post-info {
        width: 85%;
    }
    .post-info h4 {
        font-size: 1rem;
    }
    .post-image img {
        width: 16em;
    }
}

@media(max-width: 390px) {
    .post-date {
        margin-right: 1.5rem;
    }
    .post-image img {
        width: 13em;
    }
    .post-info h3 {
        font-size: 1rem;
    }
    .post-info h4 {
        font-size: 0.9rem;
    }
    .post-info p {
        font-size: 0.7rem;
    }
}

.btn-blog {
    background-color: #F2A900;
    color: white;
    height: 50px;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    font-size: 21px;
    font-weight: bold;
    font-family: Cairo;
    line-height: 31, 16px;
    margin-top: 2rem;
}

.btn-blog:hover {
    color: #F4E7EB;
}


/*--------------------------------------------------------------
# blogger-page
--------------------------------------------------------------*/

.blogger {
    padding: 140px 0 20px 0;
}

.blogger .entry {
    padding: 30px;
    margin-bottom: 60px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blogger .entry .entry-img {
    max-height: 440px;
    margin: -30px -30px 20px -30px;
    overflow: hidden;
}

.blogger .entry .entry-img img {
    width: 100% !important;
    object-fit: cover !important;
}

.blogger .entry .entry-title {
    font-size: 28px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 20px 0;
}

.blogger .entry .entry-title a {
    color: #F2A900;
    transition: 0.3s;
}

.blogger .entry .entry-meta {
    margin-bottom: 15px;
    color: #b1a0a3;
}

.blogger .entry .entry-meta ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}

.blogger .entry .entry-meta ul li+li {
    padding-left: 20px;
}

.blogger .entry .entry-meta i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
}

.blogger .entry .entry-meta a {
    color: #777777;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
}

.blogger .entry .entry-content p {
    font-family: Assistant;
    font-style: normal;
    font-weight: 300;
    font-size: 16.3693px;
    line-height: 21px;
    text-align: justify;
    color: #8A8A8A;
}

.blogger .entry .entry-content .read-more {
    -moz-text-align-last: right;
    text-align-last: right;
}

.blogger .entry .entry-content .read-more a {
    display: inline-block;
    font-family: Cairo;
    font-style: normal;
    color: #F2A900;
    padding: 6px 20px;
    transition: 0.3s;
    font-weight: 600;
    font-size: 16.3693px;
    line-height: 31px;
}

.blogger .entry .entry-content .read-more a:hover {
    background: #00000015;
}

.blogger .entry .entry-content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: bold;
}

.blogger .entry .entry-content blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0;
}

.blogger .entry .entry-content blockquote p {
    color: #444444;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
}

.blogger .entry .entry-content blockquote::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #493c3e;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blogger .entry .entry-footer {
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
}

.blogger .entry .entry-footer i {
    color: #9a8487;
    display: inline;
}

.blogger .entry .entry-footer a {
    color: #57484a;
    transition: 0.3s;
}

.blogger .entry .entry-footer a:hover {
    color: #e43c5c;
}

.blogger .entry .entry-footer .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px;
}

.blogger .entry .entry-footer .cats li {
    display: inline-block;
}

.blogger .entry .entry-footer .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 14px;
}

.blogger .entry .entry-footer .tags li {
    display: inline-block;
}

.blogger .entry .entry-footer .tags li+li::before {
    padding-right: 6px;
    color: #6c757d;
    content: ",";
}

.blogger .entry .entry-footer .share {
    font-size: 16px;
}

.blogger .entry .entry-footer .share i {
    padding-left: 5px;
}

.blogger .entry-single {
    margin-bottom: 30px;
}

.blogger .blogger-author {
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blogger .blogger-author img {
    width: 120px;
    margin-right: 20px;
}

.blogger .blogger-author h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0px;
    padding: 0;
    color: #493c3e;
}

.blogger .blogger-author .social-links {
    margin: 0 10px 10px 0;
}

.blogger .blogger-author .social-links a {
    color: rgba(73, 60, 62, 0.5);
    margin-right: 5px;
}

.blogger .blogger-author p {
    font-style: italic;
    color: #b7b7b7;
}

.blogger .blogger-comments {
    margin-bottom: 30px;
}

.blogger .blogger-comments .comments-count {
    font-weight: bold;
}


/*--------------------------------------------------------------
# Whatsapp Icon
--------------------------------------------------------------*/

.wpp-float {
    position: fixed;
    z-index: 1000;
    width: 83px;
    height: 52px;
    top: 52%;
    right: 0;
    background: var(--primary-yellow);
    color: var(--primary-dark);
    border-radius: 30px 0 0 30px;
    font-size: 45px;
}

.wpp-float:hover {
    color: var(--white);
}

.wpp-icon {
    position: absolute;
    left: 25px;
    top: 3px;
}

@media (max-width: 1000px) {
    .wpp-float {
        display: none;
    }
}


/* 2 - Banner */

.blogger .blogger-comments .comment {
    margin-top: 30px;
    position: relative;
}

.blogger .blogger-comments .comment .comment-img {
    margin-right: 14px;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
    width: 100%;
    height: 100%;
    background-size: cover;
    position: relative;
    margin-top: -80px;
}

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

@media (max-width: 768px) {
    #hero {
        text-align: center;
    }
    #hero .container {
        padding-top: 40px;
    }
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }
    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

.carousel-indicators {
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-indicators li {
    width: 20px !important;
    height: 20px !important;
    border-radius: 50%;
    background-color: var(--primary-yellow);
}

.carousel-indicators li:not([class^="active"]) {
    border: 1px solid #fff;
    background: none;
    opacity: 1;
}

.gradient {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: 100%;
    object-fit: cover;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
}

.carousel-caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 200px !important;
}

#hero .btn-get-started {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 0px;
    transition: 0.5s;
    margin: 0 auto;
    color: #fff;
    background: var(--primary-yellow);
}

#hero .btn-get-started:hover {
    background: #ffffff;
    color: var(--primary-yellow);
}

.banner_title {
    font-family: "Cairo", sans-serif;
    font-weight: 700;
    font-size: 55px;
    text-align: left;
    position: relative;
    top: -50px;
}

@media (max-width: 576px) {
    .carousel-caption {
        padding: 20px;
        width: 70%;
        text-align: center;
        align-items: center;
    }
    .btn-get-started {
        padding: 5px 25px;
        font-size: 13px;
    }
    .banner_title {
        left: 0;
        text-align: center;
        font-size: 30px;
    }
    .carousel-indicators {
        display: none;
        visibility: hidden;
    }
}


/* 3 - Sobre nós */

.blogger .blogger-comments .comment .comment-img img {
    width: 60px;
}

.blogger .blogger-comments .comment h5 {
    font-size: 16px;
    margin-bottom: 2px;
}

.blogger .blogger-comments .comment h5 a {
    font-weight: bold;
    color: #444444;
    transition: 0.3s;
}

.blogger .blogger-comments .comment h5 a:hover {
    color: #e43c5c;
}

.blogger .blogger-comments .comment h5 .reply {
    padding-left: 10px;
    color: #493c3e;
}

.blogger .blogger-comments .comment h5 .reply i {
    font-size: 20px;
}

.blogger .blogger-comments .comment time {
    display: block;
    font-size: 14px;
    color: #655356;
    margin-bottom: 5px;
}

.blogger .blogger-comments .comment.comment-reply {
    padding-left: 40px;
}

.blogger .blogger-comments .reply-form {
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blogger .blogger-comments .reply-form h4 {
    font-weight: bold;
    font-size: 22px;
}

.blogger .blogger-comments .reply-form p {
    font-size: 14px;
}

.blogger .blogger-comments .reply-form input {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
}

.blogger .blogger-comments .reply-form input:focus {
    box-shadow: none;
    border-color: #f096a7;
}

.blogger .blogger-comments .reply-form textarea {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
}

.blogger .blogger-comments .reply-form textarea:focus {
    box-shadow: none;
    border-color: #f096a7;
}

.blogger .blogger-comments .reply-form .form-group {
    margin-bottom: 25px;
}

.blogger .blogger-comments .reply-form .btn-primary {
    border-radius: 4px;
    padding: 10px 20px;
    border: 0;
    background-color: #493c3e;
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

#portfolio h2 {
    font-family: Cairo;
    color: var(--primary-dark);
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 3rem;
    text-align: center;
}

#portfolio .small-text {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}

#portfolio span {
    font-family: Assistant;
    text-align: center;
}

@media (max-width: 600px) {
    #portfolio h2 {
        font-size: 2.3rem;
    }
}


/*--------------------------------------------------------------
# Cta-port
--------------------------------------------------------------*/

.categorie-button {
    background: #ffffff;
    border: 1px solid #5b5a62;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 17.5463px;
    line-height: 33px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #5b5a62;
    margin: 0px 10px 20px 10px;
    transition: all 0.3s;
}

.categorie-button:hover {
    background: #293391;
    border: 1px solid #293391;
    color: #ffffff;
}

.activeButton {
    background: #293391;
    border: 1px solid #293391;
    color: #ffffff;
}

.portfolio-desktop {
    min-width: none;
}

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

.categorie-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.categorie-selector {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
}

.activeButton {
    background: #293391;
    border: 1px solid #293391;
    color: pink;
}

.cta-port {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/banner-portfolio.png") fixed center center;
    background-size: cover;
    height: auto;
    padding: 166px 0;
}

.cta-port .line {
    width: 243.04px;
    height: 1.4px;
    background: #959494;
    margin: 0 auto;
    margin-bottom: 50px;
    object-fit: cover;
}

.cta-port .line-height {
    width: 106.78px;
    height: 4px;
    background: var(--primary-yellow);
    margin: 0px auto;
}

.cta-port h3 {
    font-family: Cairo;
    font-style: normal;
    font-weight: bold;
    font-size: 70.2128px;
    line-height: 132px;
    align-items: center;
    text-align: center;
    color: #ffffff;
}

.cta-port p {
    font-family: Assistant;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    align-items: center;
    text-align: center;
    color: #ffffff;
}

.banner-portfolio {
    padding-top: 0;
    padding-bottom: 0;
}

.banner-portfolio img {
    height: 783px;
    object-fit: cover;
}

@media (max-width: 1466px) {
    .banner-portfolio img {
        height: 583px;
        object-fit: cover;
    }
    @media (max-width: 994px) {
        .banner-portfolio img {
            height: 383px;
            object-fit: cover;
        }
    }
}


/*--------------------------------------------------------------
# Portifolio
--------------------------------------------------------------*/

#portfolio {
    padding: 60px 0;
    background: #fff;
}

#portfolio #portfolio-filters {
    padding: 0;
    margin: 5px 0 35px 0;
    list-style: none;
    text-align: center;
}

#portfolio .filter-btn {
    cursor: pointer;
    margin: 15px 15px 15px 0;
    display: inline-block;
    padding: 5px 20px;
    line-height: 20px;
    background: #fff;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    font-family: Cairo;
    font-style: normal;
    font-weight: bold;
    font-size: 17.5463px;
    line-height: 33px;
    align-items: center;
    text-align: center;
    color: #000000;
    border: 2px solid var(--primary-dark) !important;
}

#portfolio .filter-btn.active,
#portfolio .filter-btn:hover {
    background: var(--primary-yellow);
    color: #fff;
}

#portfolio #portfolio-filters li:last-child {
    margin-right: 0;
}

#portfolio .portfolio-wrap {
    transition: 0.3s;
    margin-bottom: 20px;
}

#portfolio .portfolio-item {
    position: relative;
    height: 100% !important;
    overflow: hidden;
    margin-bottom: 20px;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
}

#portfolio .portfolio-item figure {
    background: rgba(242, 169, 0, 0.8);
    overflow: hidden;
    position: relative;
    margin: 0;
}

#portfolio .portfolio-item figure img {
    max-width: 360px;
    height: 350px;
    object-fit: cover;
}

#portfolio .portfolio-item figure:hover img {
    opacity: 0.2;
    transition: 0.3s;
}

#portfolio .portfolio-item figure .link-preview,
#portfolio .portfolio-item figure .link-details {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    line-height: 1;
    text-align: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    transition: 0.2s linear;
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.1));
}

#portfolio .portfolio-item figure .link-preview i,
#portfolio .portfolio-item figure .link-details i {
    font-size: 52px;
    color: #fff;
    line-height: 0;
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.1));
}

#portfolio .portfolio-item figure .link-preview {
    left: calc(50% - 38px);
    top: calc(50% - 18px);
}

#portfolio .portfolio-item figure .link-details {
    right: calc(50% - 38px);
    top: calc(50% - 18px);
}

#portfolio .portfolio-item figure:hover .link-preview {
    opacity: 1;
    left: calc(56% - 39px);
}

#portfolio .portfolio-item figure:hover .link-details {
    opacity: 1;
    right: calc(50% - 44px);
}

#portfolio .portfolio-item .portfolio-info {
    background: #fff;
    text-align: center;
    padding: 10px;
    height: 160px;
    border-radius: 0 0 3px 3px;
}

#portfolio .portfolio-item .portfolio-info h4 {
    padding-bottom: 0;
    font-family: Cairo;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 56px;
    text-align: center;
}

#portfolio .portfolio-item .portfolio-info h4 a {
    color: var(--primary-yellow);
}

#portfolio .portfolio-item .portfolio-info p {
    padding: 0;
    margin: 0;
    font-family: Assistant;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #959494;
}

@media (max-width: 766px) {
    #portfolio .portfolio-item figure img {
        max-width: 100%;
        height: 350px;
        object-fit: cover;
    }
    #portfolio .portfolio-item {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.project {
    padding-top: 20px;
}

.project-image img {
    max-width: 100%;
    object-fit: cover;
    height: 783px;
}


/*--------------------------------------------------------------
# Portfolio Details - Project
--------------------------------------------------------------*/

#content-project {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 10%;
    padding-left: 10%;
    font-family: Cairo;
}

#content-project .title {
    text-align: center;
}

#content-project .title .line {
    width: 243.04px;
    height: 1.4px;
    background: #959494;
    margin: 0 auto;
    margin-bottom: 50px;
    object-fit: cover;
}

#content-project .title .line-height {
    width: 106.78px;
    height: 4px;
    background: var(--primary-yellow);
    margin: 0px auto;
}

#content-project .title h1 {
    font-family: Cairo;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 94px;
    color: #434343;
}

#content-project .title h3 {
    font-family: Assistant;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 39px;
    text-align: center;
    margin-bottom: 60px;
    color: #434343;
}

.footer-project {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/footer-portfolio.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 356px;
}

.footer-project .content-footer {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-project .content-footer .image-icon {
    background-color: black;
    border-radius: 50%;
    padding: 5px;
}

.footer-project .content-footer .image-icon img {
    vertical-align: middle;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

.footer-project .content-footer .avatar-description {
    flex-direction: column;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 47px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #ffffff;
}

.footer-project .content-footer .avatar-description p {
    flex-direction: column;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 47px;
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: auto;
    color: #ffffff;
}

.footer-project .content-footer .avatar-description h1 {
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
    font-family: Assistant;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
}

.footer-project .content-footer .depoimento {
    font-family: Assistant;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #ffffff;
}

#content-project .content-text {
    padding-bottom: 50px;
}

#content-project .content-text ul li {
    color: #e13a3b;
}

#content-project .content-text ul li span {
    color: #ffffff;
}

#content-project .content-text p {
    font-family: Assistant;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    /* or 125% */
    letter-spacing: 0.03em;
    color: #434343;
}

.btn-blog {
    background-color: var(--primary-yellow);
    color: white;
    height: 50px;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    font-size: 21px;
    font-weight: bold;
    font-family: Cairo;
    line-height: 31, 16px;
    margin-top: 2rem;
}

.btn-blog:hover {
    color: #f4e7eb;
}


/* 6 - Últimas postagens */

.blogger .blogger-comments .reply-form .btn-primary:hover {
    background-color: #57484a;
}

.blogger .sidebar {
    padding: 30px;
    margin: 0 0 60px 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}


/* 8 - Contato */

.contact-section {
    margin-bottom: 2rem;
}

.section-title {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    height: 10rem;
}

.section-title__h2 {
    color: var(--primary-dark);
    font-size: 50px;
    font-weight: bold;
    font-family: "Cairo", Helvetica, sans-serif;
    text-align: center;
}

.title-text {
    text-align: center;
}

.line {
    height: 2px;
    background-color: var(--low-gray);
    width: 70px;
    position: relative;
}

.line2 {
    height: 3px;
    background-color: var(--primary-yellow);
    width: 40%;
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
}

@media (max-width: 600px) {
    .section-title__h2 {
        font-size: 2rem;
    }
}

.padding-card {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.margin-card {
    margin-left: 6rem;
}

.card-contact {
    width: 100%;
    height: 230px;
    background: #FFFFFF;
    border: 0.5px solid #E5E5E5;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 22px;
}

.card-contact:hover {
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
}

.card-contact h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    color: var(--primary-dark);
    margin-bottom: -10px;
    font-family: "Cairo", sans-serif, helvetica;
}

.card-contact span {
    color: #434343;
    font-size: 14px;
    text-align: center;
}

.form-contact {
    height: auto;
    padding: 35px 29px 20px 29px;
    border: 0.5px solid #E5E5E5;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.form-contact input,
.form-contact textarea {
    background-color: #FFFF;
    border: 1px solid rgba(67, 67, 67, 0.5);
    border-radius: 0px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 19px;
    color: #434343;
}

.form-contact input {
    height: 41px;
}

.form-contact textarea {
    height: 100px;
}

.form-contact button {
    width: 208px;
    height: 45px;
    transition: .2s all ease;
}

.form-contact button:hover {
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
    transition: .2s all ease;
}

@media (max-width: 991px) {
    .line-left-c {
        width: 8%;
    }
    .line-mid-c {
        width: 16%;
    }
    .line-right-c {
        width: 8%;
    }
    .margin-card {
        margin: 0 !important;
    }
    .form-contact {
        margin-top: 30px;
        margin-bottom: 50px;
        width: 100%;
        height: 485px;
    }
    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        padding-left: 50%;
    }
    .form-contact textarea {
        height: 90px;
    }
    .small-text {
        font-size: 0.97rem;
        padding: 0 20px 0 20px !important;
        margin-top: -3.5rem;
        margin-bottom: 3.5rem;
    }
}

.btn-contact {
    background-color: var(--primary-yellow);
    color: white;
    height: 50px;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    font-weight: bold;
    font-family: Cairo;
    line-height: 31, 16px;
    margin-top: 2rem;
}

.btn-contact {
    color: #F4E7EB;
}

.loading,
.error-message,
.sent-message {
    font-weight: bold;
    display: none;
}

.loading {
    color: var(--primary-yellow);
}

.error-message {
    color: red;
}

.sent-message {
    color: var(--primary-yellow);
}

input:focus,
button:focus {
    outline: none;
}

.btn-recaptcha {
    display: flex;
    max-width: 100%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.erro-captcha {
    text-align: center;
}

@media (max-width: 767px) {
    .btn-recaptcha {
        margin-bottom: 1rem;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 567px) {
    .btn-recaptcha .g-recaptcha {
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 358px) {
    .btn-recaptcha {
        margin-bottom: 0;
    }
    .btn-recaptcha .g-recaptcha {
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
        -o-transform: scale(0.6);
        transform: scale(0.6);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        align-items: center;
    }
}

@media (max-width: 413px) {
    .btn-recaptcha {
        margin-bottom: 0;
    }
    .btn-recaptcha .g-recaptcha {
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
        -o-transform: scale(0.6);
        transform: scale(0.6);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        align-items: center;
        justify-content: center;
        margin-left: 100px !important;
    }
}


/* 9 - Rodapé (footer) */

.blogger .sidebar .sidebar-title {
    font-family: Cairo;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 56px;
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
    color: #F2A900;
    position: relative;
}

.blogger .sidebar .sidebar-item {
    margin-bottom: 30px;
}

.blogger .sidebar .search-form form {
    background: #fff;
    border: 1px solid #ddd;
    padding: 3px 10px;
    position: relative;
}

.blogger .sidebar .search-form form input[type="text"] {
    border: 0;
    padding: 4px;
    border-radius: 4px;
    width: calc(100% - 40px);
}

.blogger .sidebar .search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 15px;
    margin: -1px;
    background: #F2A900;
    color: #fff;
    transition: 0.3s;
    line-height: 0;
}

.blogger .sidebar .search-form form button i {
    line-height: 0;
}

.blogger .sidebar .search-form form button:hover {
    background: #1146b8;
}

.blogger .sidebar .categories ul {
    list-style: none;
    padding: 0;
}

.blogger .sidebar .categories ul li+li {
    padding-top: 10px;
}

.blogger .sidebar .categories ul a {
    color: #434343;
    font-family: Assistant;
    font-style: normal;
    font-weight: 600;
    font-size: 16.3693px;
    line-height: 30px;
}

.blogger .sidebar .categories ul a span {
    padding-left: 5px;
    color: #434343;
    font-size: 16px;
}

.blogger .sidebar .recent-posts .post-item+.post-item {
    margin-top: 15px;
}

.blogger .sidebar .recent-posts img {
    width: 110px;
    height: 101.29px;
    object-fit: cover;
    float: left;
}

.blogger .sidebar .recent-posts h4 {
    font-size: 15px;
    margin-left: 130px;
    font-weight: bold;
}

.blogger .sidebar .recent-posts h4 a {
    font-family: Cairo;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
    /* or 167% */
    color: #F2A900;
}

.blogger .sidebar .recent-posts time {
    display: block;
    margin-left: 130px;
    font-family: Assistant;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 25px;
    /* identical to box height, or 208% */
    color: #434343;
}

.blogger .sidebar .tags {
    margin-bottom: -10px;
}

.blogger .sidebar .tags ul {
    list-style: none;
    padding: 0;
}

.blogger .sidebar .tags ul li {
    display: inline-block;
}

.blogger .sidebar .tags ul a {
    color: #8e767a;
    font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid #f6f4f4;
    display: inline-block;
    transition: 0.3s;
}

.blogger .sidebar .tags ul a:hover {
    color: #fff;
    border: 1px solid #e43c5c;
    background: #e43c5c;
}

.blogger .sidebar .tags ul a span {
    padding-left: 5px;
    color: #dfd8d9;
    font-size: 14px;
}


}

}