*{
    padding: 0;
    margin: 0;
}
body{
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Montserrat', sans-serif;
}

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



input:focus-visible,
textarea:focus-visible,
select:focus-visible{
    outline: none;
}

.paddingt-default{
    padding-top: 70px;
}

.paddingb-default{
    padding-bottom: 70px;
}

.margint-default{
    margin-top: 70px;
}

.marginb-default{
    margin-bottom: 70px;
}

.btn--red{
    background: #ED2624;
    border: 1px solid #ED2624;
    border-radius: 5px;
    padding: 8px 32px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.btn--red:hover{
    background: transparent;
    color: #ED2624;
    border: 1px solid #ED2624;
}

.btn--more{
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    color: #fff;
    padding: 0;
}

.btn--more:hover{
    color: #fff;
    opacity: 0.8;
}

.btn--more.red,
.btn--more.red:hover{
    color: #ED2624;
}

.btn--more svg{
    margin-left: 5px;
}

.btn--transparent{
    padding: 15px 20px;
    border: 1px solid #ED2624;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #ED2624;
}

.btn--transparent:hover{
    background: #ED2624;
    color: #fff;
}

.btn--transparent:hover svg path{
    fill: #fff;
}

.title-style{
    margin-bottom: 20px;
}

.title-style p{
    color: #ED2624;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.title-style.white p{
    color: #fff;
}

.title-style h2{
    color: #111111;
    font-size: 40px;
    font-weight: 300;
    line-height: 49px;
    text-transform: uppercase;
}

.title-style.white h2{
    color: #fff;
}

.title-style h2 span{
    font-weight: 800;
}

.txt-style p{
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #444444;
}

.txt-style.white p{
    color: #fff;
}

.txt-style.bigger p{
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #888888;
}

/* HEADER */
header{
    box-shadow: 0px 2px 4px -2px #1018281A;
    background: #fff;
}

.top-header{
    background: #ED2624;
    padding: 5px 0;
}

.top-header .header-infos li{
    padding: 5px 20px;
    border-left: 1px solid #fff;
}

.top-header .header-infos li:first-child{
    padding-left: 0;
    border-left: none;
}

.top-header li a{
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 17px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-header li a:hover{
    transition: all ease 0.4s;
    opacity: 0.9;
}

.navbar ul{
    width: 40%;
    justify-content: space-evenly;
}

.navbar-brand{
    width: 20%;
}

.nav-link{
    color: #000 !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.space-menu{
    height: 165px;
}

header.scrolled{
    transition: all ease 0.4s;
}

header.scrolled .navbar-brand{
    transition: width 0.2s;
    width: 12%;
}

header.scrolled .top-header{
    padding: 0;
}

#quemSomos, 
#servicos, 
#informativos,
#parceiros,
#blog,
#contato{
    scroll-margin-top: 8rem;
}

#equipe{
    scroll-margin-top: 15rem;
}

/* HOME */

/* banner */

.home-banners{
    position: relative;
}

.carousel-item img{
    height: 74vh;
    object-fit: cover;
    object-position: center;
}

.home-banner__content{
    background: rgba(0,0,0,0.5);
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.home-banner__content h1{
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.home-banner__content p{
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 59px;
    text-transform: uppercase;
}

.home-banner__content p span{
    font-weight: 800;
}

.home-banners .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: unset;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-right: 12%;
    margin-bottom: 0;
    margin-left: 0;
    height: 100%;
    gap: 16px;
}

.home-banners .carousel-indicators [data-bs-target]{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    opacity: 0.3;
    margin: 0;
    border: none;
}

.home-banners .carousel-indicators .active{
    background: #ED2624;
    opacity: 1;
    border-radius: 16px;
    height: 28px;
}

/* about */


.mvv-box{
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    padding: 30px;
    height: 100%;
}

.mvv-box h3{
    font-size: 24px;
    font-weight: 800;
    line-height: 29px;
    color: #ED2624;
    margin: 10px 0 5px 0;
}

.mvv-box p{
    margin: 0;
}

.about-quote{
    background: #333333;
    padding: 20px 0;
    border-radius: 8px;
    color: #fff;
    text-align: center;
}

.about-quote__txt{
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
}

.about-quote__txt::before{
    content: url('../images/icon-aspas-esquerda.png');
}

.about-quote__txt::after{
    content: url('../images/icon-aspas-direita.png');
}

.about-quote__author{
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.05em;
    margin-bottom: 0;
    color: #888888;
}

/* services */

.service-item{
    position: relative;
    border-radius: 8px;
}

.service-item video{
    border-radius: 8px;
    width: 100%;
    height: 100%;
}

.service-item__overlay{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    padding: 24px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%),
    linear-gradient(180deg, rgba(255, 0, 0, 0) 0%, #ED2624 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.service-item__overlay h3{
    font-size: 24px;
    font-weight: 800;
    line-height: 29px;
    color: #fff;
    text-transform: uppercase;
}

/* ceo */

.ceo{
    background: #EFEFEF;
    margin-top: 150px;
}

.ceo__img{
    margin-top: -117px;
    padding-left: 80px;
}

.ceo__content{
    padding: 30px 0;
}

.ceo__title{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    color: #111111;
}

.ceo h2{
    font-size: 30px;
    font-weight: 800;
    line-height: 37px;
    color: #111111;
}

.ceo__txt{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #888888;
}

.ceo li a:hover{
    transition: all ease 0.4s;
    opacity: 0.8;
}

/* blog */

.home-blog .btn--transparent{
    margin-bottom: 35px;
}

.news-item{
    /* min-height: 510px; */
    position: relative;
}

.news-item__date{
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.05em;
    color: #888888;
    text-transform: uppercase;
    margin: 15px 0;
}

.news-item h3{
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

.news-item__excerpt{
    color: #111111;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

/* .news-item .btn--more{
    position: absolute;
    bottom: 0;
} */

/* informativos */

.infos-box{
    padding: 32px 40px;
    box-shadow: 0px 25px 50px -12px #1018281A;
    background: #fff;
    max-height: 615px;
}

.infos-box ul{
    overflow-y: scroll;
    max-height: 518px;
}

.infos-box h2{
   color: #ED2624;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.infos-box li{
    border-bottom: 1px solid #DDDDDD;
    padding: 15px 0;
}

.infos-box li:last-child{
    border-bottom: 0;
    margin: 0;
    padding-bottom: 0;
}

.infos-box li a{
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    text-decoration: none;
}

.infos-box li a .infos__date{
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.1em;
    color: #888888;
    margin-top: 8px;
    margin-bottom: 0;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
.infos-box ul{
  scrollbar-width: auto;
  scrollbar-color: #ed2624 #eeeeee;
}
/* Chrome, Edge, and Safari */
.infos-box ul::-webkit-scrollbar {
  width: 12px;
}
.infos-box ul::-webkit-scrollbar-track {
  background: #eeeeee;
  border: 3px solid #fff;
}
.infos-box ul::-webkit-scrollbar-thumb {
  background-color: #ed2624;
  border-radius: 10px;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
}

/* clients and partners */

.clients-partners{
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

.clients-partners__item{
    border: 1px solid #DDDDDD;
    margin: 0 10px;
}

.clients-partners .txt-style p{
    margin-bottom: 0;
}

.slick-dots{
    bottom: -65px;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    background: rgba(0,0,0,0.1);
    border-radius: 50%;
}

.slick-dots li button:before{
    content: none;
}

.slick-dots li button{
    margin: auto;
}

.slick-dots li{
    width: 25px;
    margin: 0;
}

.slick-dots li.slick-active button{
    background: #ED2624;
    width: 25px;
    border-radius: 16px;
}

/* contact */
.contact{
    position: relative;
}

.contact-title{
    background: #ED2624;
    padding: 60px 20px 20px 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-bottom: 0;
}

.contact iframe{
    z-index: 1;
    position: relative;
}

.contact-content{
    position: absolute;
    top: 20px;
    right: 20px;
}

.contact-form{
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0px 25px 50px -12px #1018281A;
    z-index: 2;
    position: relative;
}

.contact-form label{
    color: #111111;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.contact-form input:not([type="submit"]),
.contact-form textarea{
    width: 100%;
    border-radius: 8px;
    border: 1px solid #DDDDDD;
    padding: 8px;
    color: #888888;
    margin: 8px 0 20px 0;
}

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

footer{
    background: #333333;
    padding: 20px 0;
}

footer p,
footer a{
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    margin-bottom: 0;
}

footer a:hover{
    color: #fff;
    transition: all ease 0.4s;
    opacity: 0.8;
}

@media(max-width: 1200px){  
    .top-header .header-infos li{
        padding: 3px 10px;
    } 
    .top-header li a{
        font-size: 12px
    }
}

@media(max-width: 992px){
    .navbar-brand{
        width: 50%;
    }
    
    header.scrolled .navbar-brand{
        width: 40%;
    }

    .menu-mobile{
        border: none;
        background: transparent;
        width: 10%;
    }

    .offcanvas {
        max-width: 80%;
    }

    .offcanvas-body,
    .offcanvas-header{
        background: #ED2624;
    }

    .offcanvas-header{
        margin: -1px;
    }
    
    .offcanvas .btn-close{
        --bs-btn-close-bg: unset;
        opacity: 1;
    }

    .nav-link{
        color: #fff;
    }

    .navbar-nav .nav-link.active{
        color: #fff;
        opacity: 0.8;
    }
}

@media(max-width: 768px){

    .paddingb-default{
        padding-bottom: 50px;
    }

    .paddingt-default{
        padding-top: 50px;
    }

    .marginb-default{
        margin-bottom: 50px;
    }

    .margint-default{
        margin-top: 50px;
    }



    .top-header .header-infos li{
        padding: 2px 0;
        border-left: none;
    }

    .top-header .header-infos img{
        width: 14px;
    }

    .space-menu {
        height: 200px;
    }

    .home-banner__content h1 {
        font-size: 18px;
    }

    .home-banner__content p,
    .title-style h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 0;
    }

    .home-banners .carousel-indicators {
        flex-direction: row;
        margin-right: 0;
        width: 100%;
        bottom: 25px;
        height: unset;
    }

    .home-banners .carousel-indicators .active{
        width: 28px;
        height: 14px;
    }

    .carousel-item img {
        height: 60vh;
    }

    .title-style p {
        font-size: 16px;
        line-height: 22px;
    }

    .txt-style.bigger p {
        font-size: 16px;
        line-height: 24px;
    }

    .txt-style p {
        font-size: 14px;
        line-height: 22px;
    }

    .mvv-box h3,
    .service-item__overlay h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .about-quote__author {
        font-size: 14px;
        line-height: 16px;
    }

    .about-quote{
        padding: 20px;
    }

    .about-quote__txt {
        font-size: 20px;
        line-height: 30px;
    }

    .ceo {
        margin-top: 0;
    }

    .ceo__img {
        margin-top: 0;
        padding: 0;
        display: block;
        margin: auto;
    }

    .ceo__title {
        font-size: 16px;
        line-height: 18px;;
        margin-bottom: 5px;
    }

    .ceo h2 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .ceo__txt {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 8px;
    }

    .home-blog .btn--transparent {
        margin-bottom: 28px;
    }

    .news-item {
        min-height: 438px;
    }

    .news-item h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .news-item__excerpt {
        font-size: 14px;
        line-height: 22px;
    }

    .infos-box {
        box-shadow: 0px 6px 50px -12px #1018281A;
        margin-top: 50px;
        max-height: 525px;
    }

    .infos-box ul {
        max-height: 358px;
    }

    .clients-slick{
        margin-top: 30px;
    }

    .slick-dots {
        bottom: -42px;
    }

    .contact-form{
        padding: 15px;
    }

    .contact-form input:not([type="submit"]),
    .contact-form textarea{
        padding: 5px;
        font-size: 12px;
    }

    .contact-content {
        position: unset;
        margin-top: -365px;
        padding: 0 54px;
    }

    #quemSomos, 
    #servicos, 
    #informativos,
    #parceiros,
    #blog,
    #contato,
    #equipe{
        scroll-margin-top: 11rem;
    }
}



/* SINGLE */

.post-content {
    padding-bottom: 80px;
}

.page-template .page-header__title h1 {
    color: #000;
    font-size: 32px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    padding-top: 40px;
    padding-bottom: 40px;
}
.post-content a {
    color: #ED2624;
}

.post-content a:hover {
    color: #a50300;
}

.title-style h2 {
    color: #111111;
    font-size: 40px;
    font-weight: 300;
    line-height: 49px;
    text-transform: uppercase;
}

.page-template-default .post-content ul {
    list-style: disc;
    padding-left: 15px;
}