*{
    box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
ol, ul {margin-left: 18px;}
body {
    word-wrap: break-word;
    word-break: normal;
    overflow-x: hidden;
}
em { 
    margin: 0; 
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
strong, b {
    font-weight: bold;
}
@font-face {
    font-family: "Montserrat";
    src:url("../fonts/Montserrat-Regular.otf") format("otf"),
        url("../fonts/Montserrat-Regular.ttf") format("truetype"),
        url("../fonts/Montserrat-Regular.woff") format("woff"),
        url("../fonts/Montserrat-Regular.woff2") format("woff2");
}
@font-face {
    font-family: "Roboto";
    src:url("../fonts/Roboto-Regular.otf") format("otf"),
        url("../fonts/Roboto-Regular.ttf") format("truetype"),
        url("../fonts/Roboto-Regular.woff") format("woff"),
        url("../fonts/Roboto-Regular.woff2") format("woff2");
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
html,iframe, body {
    width: 100%;
    height: 100%;
}
a:visited, a:link {
    color: black;
    text-decoration: none !important;
}
a:hover {
    text-decoration: none !important;
    color: black;
}
.sucesso {
    border: solid 1px #005937;
    color: #005937;
    background: #b9d6cb;
    border-radius: 5px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.erro {
    border: solid 1px #b73541;
    color: #b73541;
    background: #ffbfc5;
    border-radius: 5px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.full {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.pdg-0 {
    padding-left: 0px;
    padding-right: 0px;
}
.pdg-tp-60{
	padding-top: 60px;
}
.mrg-0 {
    margin-left: 0px;
    margin-right: 0px;
}
.mrg-bt-30{
	margin-bottom: 30px;
}
.mrg-bt-60{
	margin-bottom: 60px;
}
.white{
	color: #fff !important;
}
.height-full{height: 100%;}
.section{white-space: pre;}
.pos-rel{position: relative;}
.pos-abs{position: absolute;}
.pos-fix{position: fixed;}
.overflow-hidden{overflow: hidden;}
.display-none{display: none !important;}
.display-align {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cursor-pointer{cursor: pointer;}
.outline-none{outline: none !important;}
.border-none{border: none !important;}
.background-full {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transition: all 1s;
}

.slick-initialized {
    visibility: visible;
}
.slick-initialized .slick-slide {
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.slick-initialized .slick-slide {
    outline: none;
}

/* GERAL */
.branco {color: #fff !important;}
.preto {color: #000 !important;}
.verde {color: #99ba00 !important;}
.vermelho {color: #f9593a !important;}

.bg-branco {background-color: #fff;}
.bg-amarelo {background-color: #ffff00;}
.bg-cinza {background-color: #f3f1f3;}

.font-0 {font-size: 0;}

.overlay {
    display: none;
    position: fixed;
    width: 100%; 
    height: 100%;
    left: 100%;
    background: rgba(14, 14, 14, 0.7);
    overflow: hidden; 
    z-index: 1050;
}

.consultoria-fundo{
	background-color: #2C394A;
    width: 80%;
    height: 100%;
    position: absolute;
    border-bottom-right-radius: 250px;
    border-top-right-radius: 40px;
}

.modal {
    top: -30px !important;
}
.modal-dialog {
    margin-top: 0;
}
.modal-content {
    float: left;
    width: 100%;
    top: 90px;
}
.modal-body {
    float: left;
    width: 100%;
    text-align: justify;
}

.insta-ref {
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
}

/* ARROWS DO SLICK */
.slick-arrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background-color: transparent;
    border-radius: 50%;
    font-size: 0;
}
.slick-arrow img {
    height: 20px;
    width: auto;
}
.slick-prev {
    left: 0px;
    -moz-transform: scaleX(-1) translateY(-50%);
    -o-transform: scaleX(-1) translateY(-50%);
    -webkit-transform: scaleX(-1) translateY(-50%);
    transform: scaleX(-1) translateY(-50%);
}
.slick-next {
    right: 0px;
}
.slick-disabled {
    opacity: 0.2;
    cursor: default;
}

.fundo-opacidade {
    position: fixed;
    z-index: 47;
    height: 110%;
    width: 100%;
    background: rgba(0,0,0,0.9);
    top: 0;
    left: -100%;
    transition: all 0.3s;
}

.conteudo-site {
    max-width: 100%;
    transition: all ease-in-out 0.2s;
}

.pst-center{
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

body::-webkit-scrollbar{width: 7px;}
body::-webkit-scrollbar-track{background: #f1f1f1;}
body::-webkit-scrollbar-thumb{background: #2C394A;}

body {
    /*scrollbar-width: 5px;*/
    /*scrollbar-color: rebeccapurple green;*/
    /*background-color: #000;*/
    
    /*-ms-scrollbar-base-color: black;*/
}
body {
    /* Only IE */
    scrollbar-face-color: green; scrollbar-shadow-color: red; scrollbar-highlight-color: red;
    /* Only FireFox */
    scrollbar-color: green red;
    /* View Scrollbar */
    overflow-y: scroll;overflow-x: hidden;
    
    -moz-appearance: none !important;
	margin: 0px !important;
	padding: 0px !important;
	border: 0px !important;
        
    scrollbar-track-color: black;
    
    font-family: "Montserrat";
}


/* HEADER PADRAO */
.header-padrao{
    font-family: "Montserrat";
	font-weight: 700;
    font-size: 3em;
    line-height: 1em;
    /* color: #b30912; */
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 37px;
}
.header-titulo{
	font-family: "Roboto";
    font-weight: 500;
    font-size: 0.808em;
    line-height: 1em;
    color: #9F5460;
    text-transform: uppercase;
    margin-bottom: 17px;
}
.header-descricao{
	font-family: "Roboto";
    font-weight: 400;
    font-size: 0.808em;
    line-height: 1.5em;
    color: #666666;
    margin-bottom: 17px;
}

/* PAGINACAO */
.paginacao {
    padding-top: 50px;
    padding-bottom: 50px;
}
.paginacao ul {
    margin: 0;
}
.paginacao li {
    display: inline-block;
    vertical-align: middle;
}
.paginacao .paginacao-busca {
    font-size: 17px;
    color: #000;
    padding: 3px 8px;
    background-color: #fff;
    transition: all 0.5s;
}
.paginacao .borda-selecionada,
.paginacao .paginacao-busca:hover {
    background-color: #ffff00;
    color: #8e8a93;
}

.efeito-hover {
    transition: all 0.3s;
}
.efeito-hover:hover {
    transform: translate(-3px, -3px);
    -webkit-box-shadow: 2px 2px 3px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 3px 2px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 3px 2px rgba(0,0,0,0.3);
}
.efeito-hover:active {
    transform: scale(0.98)!important;
    -webkit-transform: scale(0.98)!important
}

.font-weight600{	
    font-weight: 600;
}
.laranja{
	color: #F79E5A;
}

/* SWAL */
.swal2-popup {
    font-family: "Montserrat" !important;
}

#conteudo-site {
    transition: 0.5s filter linear;
}
#conteudo-site.blur-3 {
    filter: blur(3px);
    -webkit-filter: blur(3px);
}

.espaco-top {
    height: 90px;
    width: 100%;
}

#poke {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    display: none;
}

@media (max-width: 1199px) {
    
}
@media (max-width: 991px) {
    .header-padrao {
        /* font-size: 32px; */
        margin-bottom: 20px;
        text-align: center;
    }
    .header-titulo {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .header-padrao {
        font-size: 2.3em;
        line-height: normal;
    }
    .header-titulo {
		/* font-size: 24px; */
        line-height: normal;
	}
}
@media (max-width: 575px) {}


/* --------------------------------- HEADER --------------------------------- */
.container-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    border-bottom: solid 1px transparent;
    transition: all 0.5s;
}

.container-header .menu-linha {
    background-color: #FFFFFF;
    /* border-bottom: 1px solid #DEDEDE; */
    transition: all 0.3s;
}
.navbar {
    width: 100%;
}
.navbar .nav-menu {
    height: 79px;
    position: relative;
    transition: all 0.5s;
}
.nav-brand {
    position: relative;
}
.nav-brand a {
    padding-top: 0;
    padding-bottom: 0;
}
.nav-brand img {
    height: 65px;
    position: relative;
    transition: all 0.5s;
    color: #fff;
}
#btn-menu-none {
    position: absolute;
    right: 0px;
    width: 37px;
    height: 29px;
    z-index: 1;
    background: transparent;
    border: transparent;
    outline: none;
    display: none;
}
#btn-menu-none.mostrar {
    display: block;
}
.navbar-toggler {
    border-color: #b30912;
    outline: none;
    padding: 2px 8px;
}
.navbar-toggler.collapsed .icon-top {
    transform: rotate(0);
}
.navbar-toggler.collapsed .icon-mid {
    opacity: 1;
}
.navbar-toggler.collapsed .icon-bot {
    transform: rotate(0);
}
.navbar-toggler:focus {
    outline: none;
}
.icon-bar {
    width: 19px;
    height: 1px;
    background-color: #b30912;
    margin: 5px 0;
    transition: all 0.5s;
}
.navbar-toggler .icon-top {
    transform: rotate(-45deg) translate(-5px, 5px);
}
.navbar-toggler .icon-mid {
    opacity: 0;
}
.navbar-toggler .icon-bot {
    transform: rotate(45deg) translate(-3px, -4px);
}

.container-header .nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.menu-item {
    padding: 0 10px;
    position: relative;
    margin: 0 5px;
}
.menu-item .ativo .menu-item-link, .menu-item .menu-item-link:hover {
    color: #b30912 !important;
}
.menu-item-link {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 0.8em;
    color: #c5c5c5;
    letter-spacing: 0.05em;
    cursor: pointer;
    text-transform: uppercase;
    /* text-transform: capitalize; */
    transition: all 0.5s;
}
.menu-item i {
    font-size: 0.8em;
    color: #c5c5c5;
    cursor: pointer;
}
.menu-item .rf-prod-pesq.ativo i,
.menu-item i:hover {
    color: #b30912 !important;
}

.div-rede-header {
    display: inline-block;
    vertical-align: middle;
}
.div-rede-header img{
	transition: all .3s;
}
.div-rede-header img:hover{
	transform: scale(1.2);
}
.img-rede-footer {
    width: 38px;
    margin-right: 10px;
    border-radius: 50%;
}

.container-header.fixo .menu-linha {
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}
.container-header.fixo .nav-menu {
    height: 67px;
    margin-top: 0;
}
.container-header.fixo .navbar .nav-menu {
    position: relative;
}
.container-header.fixo .menu-item-link {
    /* color: #ffffff; */
}
.container-header.fixo .nav-brand img {
    height: 50px;
    position: relative;
    transition: all 0.5s;
    margin-top: 5px;
}


.index-1{
	z-index: 1;
}

.index-9{
	z-index: 9;
}


@media (min-width: 992px) {
    .menu-item:last-child {
        padding-right: 0;
        margin-right: 0;
    }
}
@media (min-width: 992px) AND (max-width: 1399px) {
    
}
@media (min-width: 992px) AND (max-width: 1199px) {
    /* .navbar .nav-menu {
        height: 58px;
    } */

    .nav-brand img {
        height: 50px;
    }

    .esconder-lg {
        display: none;
    }

    .menu-item {
        margin: 0 3px;
        padding: 0 7px;
    }

    .menu-item-link {
        font-size: 0.725em;
    }
}
@media (max-width: 991.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (max-width: 991px) {
	.fundo-opacidade {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.8);
        transform: translateY(-100%);
        transition: all 0.3s;
    }
    .fundo-opacidade.shown {
        transform: translateY(0);
    }
    div#navbarSupportedContent {
        position: absolute;
        left: 0;
        top: 91px;
        width: 100%;
        overflow-y: auto;
        max-height: calc(100vh - 95px);
    }
    .container-header {
        top: 0;
    }
    .container-header.fixo .menu-linha{
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
        box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
    }
    .navbar .nav-menu {
		/* height: 85px; */
	}
    .nav-brand img {
        /* height: 54px; */
    }
    .navbar-nav {
        margin: 0;
        padding-top: 11px;
    }
    .menu-item {
        padding: 0;
    }
    .menu-item li {
        position: relative;
    }
    .menu-item a {
        font-size: 18px;
    }
    .menu-item .ativo .menu-item-link,
    .menu-item .menu-item-link:hover {
        color: #b30912 !important;
    }
    .nav-menu .menu-item-link {
        padding: 18px 15px;
        width: 100%;
        color: #fff;
    }
    .menu-item::after {
        display: none;
    }
    .rf-prod-pesq {
        padding: 18px 15px;
    }
    
    .container-header.fixo div#navbarSupportedContent {
        top: 53px;
    }

    .container-header.fixo .menu-linha {
        /* height: 95px; */
    }
    .container-header.fixo .nav-menu {
        /* margin-top: 16px; */
    }
}
@media (max-width: 767px) {
    .rf-prod-pesq {
        text-align: center;
    }
}
@media (max-width: 575px) {
    
}
@media (max-width: 350px) {
    .nav-brand img {
        height: 45px;
    }
}


/* ---------------------------------- HOME ---------------------------------- */
.home {
    padding-top: 95px;
}

.rsMinW, .rsMinW .rsOverflow, .rsMinW .rsSlide, .rsMinW .rsVideoFrameHolder, .rsMinW .rsThumbs {
    background-color: #FFFFFF;
}
.rsMinW .rsBullets {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    line-height: normal;
}
.rsMinW .rsBullet {
    margin: 0 10px;
}
.rsNavItem.rsBullet {
    font-size: 17px;
    color: #fff;
    cursor: pointer;
}
.rsNavItem.rsBullet span {
    background-color: #9F5460;
    width: 10px;
    height: 10px;
}
.rsNavItem.rsBullet.rsNavSelected {
    color: #9F5460;
    text-decoration: underline;
}
.rsNavItem.rsBullet.rsNavSelected span {
    background-color: #9F5460;
}
.rsContent .rsImg {
    margin-top: 0 !important;
}
.rsMinW .rsGCaption {
    background: none;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    text-shadow: 2px 2px #000000;
}
.rsMinW .rsGCaption .banner-titulo {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 3.259em;
    line-height: 1.1em;
    /* max-width: 45%; */
}
.rsMinW .rsGCaption .banner-subtitulo {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 1.5em;
    line-height: 1.1em;
    /* max-width: 38%; */
}

/* BANNER EM VIDEO */
.banner-video {
    position: relative;
    width: 100%;
    font-size: 0;
}
.banner-video-play {
    position: relative;
    width: 100%;
    height: 100%;
}
.banner-video-som {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background-color: #e94f1c;
    font-size: 0;
    z-index: 5;
    padding: 5px;
    cursor: pointer;
}
.banner-video-som svg {
    width: 15px;
    height: 15px;
}

.home-inst-linha {
    position: relative;
    padding-top: 134px;
    padding-bottom: 83px;
    overflow: hidden;
}
.inst-home-desc {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 1em;
    line-height: 1.6em;
    color: #8B8B8B;
    position: relative;
    text-align: justify;
    margin-bottom: 78px;
}
/* .btn-home-inst {
    text-align: right;
} */
.btn-padrao-todos {
    background-color: #b30912;
    border: 1px solid #b30912;
    border-radius: 4px;
    display: inline-block;
    padding: 11.14px 20.62px;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 0.909em;
    line-height: 1em;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: all 0.3s;
}
.btn-padrao-todos:hover {
    background-color: #9F5460;
    border-color: #9F5460;
    /* color: #353477; */
}
.home-inst-img {
    font-size: 0;
    position: absolute;
    top: 134px;
    right: 0;
    width: calc(50vw - 15px);
}
.home-inst-img img {
    box-shadow: 0px 3.23239px 20.2025px rgba(48, 57, 96, 0.25);
}


.container-produto-marca-home {
    background-color: #FFFFFF;
    padding-top: 166px;
    padding-bottom: 50px;
}
.container-produto-marca-home .header-padrao {
    margin-bottom: 21px;
}
.container-produto-marca-home .header-descricao {
    margin-bottom: 27px;
}
.home-produto-marca-item {
    margin-bottom: 35px;
}
.home-produto-marca-img {
    text-align: center;
    font-size: 0;
    background: #FDFDFD;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 6.5px;
    position: relative;
    aspect-ratio: 51/26;
    overflow: hidden;
    /* filter: grayscale(1); */
    transition: all .3s;
}
.home-produto-marca-item:hover .home-produto-marca-img {
    /* filter: grayscale(0); */
    transform: scale(1.05);
}
.home-produto-marca-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.btn-produto-marca-home {
    padding-top: 69px;
    text-align: center;
}
.btn-produto-marca-home .btn-padrao-todos {
    padding: 11.14px 45.1px;
}


.container-curso-home {
    padding-top: 73px;
    padding-bottom: 48px;
}
.container-curso-home .header-padrao {
    width: 27%;
    line-height: 1.1em;
}
.curso-home-item {
    margin-bottom: 40px;
    /* transition: all .3s; */
}
/* .curso-home-item:hover {
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);
} */
.curso-home-data {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 1.208em;
    line-height: 1.5em;
    color: #9F5460;
    transition: all .3s;
}
.curso-home-local {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 1.208em;
    line-height: 1.5em;
    color: #9F5460;
    text-transform: uppercase;
    padding-bottom: 29px;
    transition: all .3s;
}
.curso-home-item:hover .curso-home-data,
.curso-home-item:hover .curso-home-local {
    color: #b30912;
}
.curso-home-descricao {
    font-family: "Roboto";
    font-weight: 300;
    font-size: 0.805em;
    line-height: 1.5em;
    color: #252525;
    height: 58px;
    overflow: hidden;
}
.curso-home-img {
    position: relative;
    margin-top: 25px;
    text-align: center;
    aspect-ratio: 57/45;
    overflow: hidden;
    /* font-size: 0; */
}
.curso-home-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .3s;
}
.curso-home-item:hover .curso-home-img img {
    transform: translate(-50%, -50%) scale(1.1);
}
.curso-home-titulo {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 1.208em;
    line-height: 1.5em;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 40px 30px;
    background: linear-gradient(179.46deg, rgba(0, 0, 0, 0.08) 9.84%, #000000 99.53%);
}
.btn-curso-home {
    text-align: center;
    margin-top: 59px;
}
.btn-curso-home .btn-padrao-todos {
    padding: 11.14px 38.73px;
}


.container-curso-realizado-home {
    padding-top: 30px;
    padding-bottom: 83px;
}
.container-curso-realizado-home .header-padrao {
    width: 30%;
    line-height: 1.1em;
    margin-bottom: 8px;
}
/* .curso-realizado-home-item {
    transition: all .3s;
} */
/* .curso-realizado-home-item:hover {
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);
} */
.curso-realizado-home-img {
    position: relative;
    margin-top: 25px;
    text-align: center;
    aspect-ratio: 57/45;
    overflow: hidden;
    /* font-size: 0; */
}
.curso-realizado-home-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .3s;
}
.curso-realizado-home-item:hover .curso-realizado-home-img img {
    transform: translate(-50%, -50%) scale(1.1);
}
.curso-realizado-home-titulo {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 1.25em;
    line-height: 1.5em;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 40px 30px;
    background: rgba(0, 0, 0, 0.7);
}
.btn-curso-realizado-home {
    text-align: center;
    margin-top: 63px;
}
/* .btn-curso-realizado-home .btn-padrao-todos {
    padding: 11.14px 38.73px;
} */

.container-curso-mais .curso-home-item {
    margin-bottom: 0;
}


.estrutura-home-fundo {
    background-color: #c5c5c5;
    padding-top: 63px;
    padding-bottom: 59px;
    position: relative;
}
.container-estrutura-home .header-padrao {
    color: #FFFFFF;
    width: 30%;
    line-height: 1.1em;
}
.container-estrutura-home .slick-size-3 {
    z-index: 5;
}
.container-estrutura-home .slide {
    padding: 10px;
}
.container-estrutura-home .slide img {
    margin: auto;
    filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.25));
}
.estrutura-linha-fundo {
    height: 56px;
    width: 100%;
    background-color: #b30912;
    position: absolute;
    bottom: 151px;
    left: 0;
}
.btn-estrutura-home {
    text-align: center;
    margin-top: 39px;
}
.btn-estrutura-home .btn-padrao-todos {
    border-color: #FFFFFF;
    padding: 11.14px 43.7px;
}


.container-home-servico {
    background-color: #F4F4F4;
    padding-top: 73px;
    padding-bottom: 80px;
}
.container-home-servico .header-padrao {
    margin-bottom: 62px;
}
.home-servico-item {
    position: relative;
    font-size: 0;
    max-width: 350px;
    border-radius: 24px;
    margin: auto;
    margin-bottom: 30px;
    -webkit-box-shadow: 10px 24px 15px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 10px 24px 15px 0px rgba(0,0,0,0.1);
    box-shadow: 10px 24px 15px 0px rgba(0,0,0,0.1);
    z-index: 5;
    transition: all .3s;
}
.home-servico-item-interna {
    padding: 40px 15px 49px 15px;
    display: inline-block;
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 24px;
    transition: all 0.3s;
}
.home-servico-item a:hover .home-servico-item-interna {
    background-color: #060606;
}
.home-servico-icone {
    text-align: center;
    border-radius: 50%;
    transition: all .3s;
}
.home-servico-icone img {
    margin: auto;
}
.home-servico-txt {
    padding-top: 33px;
    width: 100%;
    text-align: center;
    transition: all 0.3s;
}
.home-servico-titulo {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #224444;
    height: 72px;
    overflow: hidden;
    transition: all 0.3s;
}
.home-servico-item a:hover .home-servico-titulo {
    color: #EDB007;
}
.home-servico-tipo {
    padding-top: 10px;
    font-family: "Poppins";
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #7e7f82;
    overflow: hidden;
    transition: all 0.3s;
}
.home-servico-mais {
    background-color: #060606;
    border: solid 1px #060606;
    border-radius: 50px;
    display: inline-block;
    padding: 13px 38.43px;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #EDB007;
    margin-top: 53px;
    transition: all 0.3s;
}
.home-servico-item a:hover .home-servico-mais {
    border-color: #EDB007;
}
.btn-home-servico {
    margin-top: 43px;
    text-align: center;
}
.servico-setas-esquerda {
    position: absolute;
    bottom: -117px;
    left: 5px;
}
.servico-setas-direita {
    position: absolute;
    bottom: 88px;
    right: -38px;
    z-index: 2;
}





btn {
	cursor: pointer;
}


.container-home-mapa iframe {
    height: 600px;
}


.div-img-principal-blog{
    overflow: hidden;
	height: 450px;
}

.pst-top{
	position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.div-img-principal-blog img{
    height: 100%;
    max-width: fit-content;
    max-width: -moz-fit-content;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


@media (min-width: 1451px) AND (max-width: 1680px) {
    .rsMinW .rsGCaption .banner-titulo {
        font-size: 40px;
    }
    
    .inst-home-img img {
        max-width: 700px;
    }
}
@media (min-width: 1251px) AND (max-width: 1450px) {
    .rsMinW .rsGCaption .banner-titulo {
        font-size: 35px;
    }

    .inst-home-img img {
        max-width: 600px;
    }
}
@media (min-width: 1200px) AND (max-width: 1250px) {
    .rsMinW .rsGCaption .banner-titulo {
        font-size: 30px;
    }

    .inst-home-img img {
        max-width: 550px;
    }
}
@media (max-width: 1199px) {
    .home-servico-titulo {
        font-size: 20px;
    }

    .home-servico-item {
        max-width: 290px;
    }
}
@media (min-width: 992px) AND (max-width: 1035px) {
    
}
@media (min-width: 992px) AND (max-width: 1199px) {
    .rsMinW .rsGCaption .banner-titulo {
        /* font-size: 20px; */
        /* max-width: 60%; */
    }
    .rsMinW .rsGCaption .banner-subtitulo {
        /* max-width: 80%; */
    }

    .home-banner-titulo {
        font-size: 24px;
        line-height: 120%;
    }
    .home-banner-descricao {
        font-size: 16px;
    }

    .home-inst-img img {
        max-width: 100%;
    }
    
    .container-curso-home .header-padrao {
        width: 32%;
    }

    .container-curso-realizado-home .header-padrao {
        width: 37%;
    }

    .container-estrutura-home .header-padrao {
        width: 34%;
    }

    .news-nome,
    .news-email,
    .news-cel {
        width: 27.95%;
    }
}
@media (min-width: 576px) {
    .home-banner-container-txt,
    .home-banner-txt {
        max-width: 540px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 768px) {
    .home-banner-container-txt,
    .home-banner-txt {
        max-width: 720px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 992px) {
    .home-banner-mobile {
        display: none;
    }
    .home-banner-container-txt,
    .home-banner-txt {
        max-width: 960px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 1200px) {
    .home-banner-container-txt,
    .home-banner-txt {
        max-width: 1110px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 1199px) {
    .servico-home-item {
        max-width: 300px;
    }

    .news-header {
        font-size: 36px;
        line-height: 46px;
    }
}
@media (max-width: 991px) {
    .home {
        padding-top: 44px;
    }
    .home-banner-mobile {
        display: block;
    }
    .container-home-mapa iframe {
        height: 400px;
    }

    .home-inst-img img {
        max-width: 380px;
    }
    .home-inst-linha {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .inst-home-desc {
        text-align: center;
        margin-bottom: 40px;
    }
    .btn-home-inst {
        text-align: center;
    }
    .home-inst-img {
        text-align: center;
        width: 100%;
        position: relative;
        top: 0;
        margin-bottom: 30px;
    }

    .container-produto-marca-home {
        padding-top: 30px;
    }
    .btn-produto-marca-home {
        padding-top: 10px;
    }

    .container-curso-home {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .container-curso-home .header-padrao {
        width: 100%;
    }
    .home-curso-img {
        text-align: center;
        padding-bottom: 20px;
    }
    .home-curso-img img {
        position: relative;
        max-width: 380px;
    }
    .home-curso-descricao {
        text-align: center;
    }
    .btn-home-curso {
        text-align: center;
    }

    .container-curso-realizado-home .header-padrao {
        width: 100%;
    }
    
    .container-estrutura-home .header-padrao {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .btn-padrao-todos a {
        font-size: 18px;
        line-height: normal;
    }

    .home-inst-img img {
        max-width: 100%;
    }

    .home-inst-img {
        padding-bottom: 30px;
    }

    .servico-home-item {
        margin-bottom: 30px;
    }
    .btn-padrao-todos.btn-home-servico {
        padding-top: 20px;
    }

    .home-banner-titulo {
        font-size: 24px;
        line-height: normal;
    }

    .home-servico-titulo {
        font-size: 16px;
        line-height: normal;
        height: 50px;
    }
    .home-servico-tipo {
        font-size: 16px;
        height: 135px;
    }

    .home-produto-titulo {
        font-size: 18px;
    }

}
@media (max-width: 575px) {
    .container-home-mapa iframe {
        height: 300px;
    }

    .home-curso-img img {
        max-width: 100%;
    }

    .home-contato-img img {
        max-width: 100%;
    }
}

/* ----------------------------- INSTITUCIONAL ----------------------------- */
.container-institucional {
    padding-top: 54px;
    padding-bottom: 40px;
}
.inst-desc {
    font-family: 'Roboto';
    font-size: 1.125em;
    color: #8B8B8B;
    position: relative;
    padding-right: 32px;
}
.marg-b-5 {
    margin-bottom: 5px;
}
.marg-b-29 {
    margin-bottom: 29px;
}

.inst-linha-mvv {
    padding-top: 120px;
    padding-bottom: 50px;
    overflow: hidden;
}
.inst-mvv-desc {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 1.125em;
    color: #8B8B8B;
}
.inst-risca {
    position: absolute;
    right: 0;
    top: 105px;
}


@media (min-width: 992px) {
    .fundo-cobre-banner {
        position: relative;
        margin-top: -160px;
        padding: 80px;
        z-index: 35;
    }
    
    .pad-l-lg-11 {
        padding-bottom: 11px;
    }
    .pad-r-lg-11 {
        padding-right: 11px;
    }
}
@media (min-width: 1200px) {
    .fundo-cobre-banner {
        position: relative;
        margin-top: -220px;
        padding: 110px;
        z-index: 35;
    }
}

@media (max-width: 1199px) {
    .inst-desc {
        margin-top: 20px;
    }
    .inst-linha-mvv .header-padrao {
        font-size: 36px;
        line-height: 46px;
    }
}
@media (max-width: 991px) {
    .cont-inst-txt {
        position: relative;
        transform: none;
        left: inherit;
        top: inherit;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .inst-desc {
        height: auto;
        margin-bottom: 30px;
        padding-right: 0;
    }
    .inst-img {
        text-align: center;
    }
    .inst-img img {
        max-width: 380px;
        margin: auto;
    }

    .inst-fundo-roxo-branco {
        display: none;
    }

    .inst-linha-top {
        padding-bottom: 30px;
    }

    .inst-linha-mvv {
        padding-top: 10px;
        padding-bottom: 40px;
    }
    .inst-linha-mvv .header-padrao {
        margin-top: 75px;
    }
    .inst-linha-mvv .header-padrao img {
        left: -15px;
    }
    
}
@media (max-width: 767px) {
    .cont-inst .header-padrao {
        font-size: 24px;
    }
    .inst-desc {
        font-size: 16px;
    }

    .inst-linha-mvv .header-padrao {
        font-size: 24px;
    }
    .inst-mvv-desc {
        font-size: 16px;
    }
}
@media (max-width: 575px) {
    .inst-titulo {
        font-size: 40px;
    }
    .inst-subtitulo {
        font-size: 44px;
    }

    .inst-img img {
        max-width: 100%;
    }
}


/* -------------------------------- CURSO -------------------------------- */
.container-curso-lista {
    background-color: #FFFFFF;
    padding-top: 54px;
    padding-bottom: 40px;
}

/* .container-curso-lista .header-padrao {
    margin-bottom: 62px;
} */

.container-curso {
    padding-top: 54px;
    padding-bottom: 40px;
}
.curso-data {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 1.208em;
    line-height: 1.1em;
    color: #9F5460;
    padding-top: 20px;
}
.curso-local {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 1.208em;
    line-height: 1.1em;
    color: #9F5460;
}
.curso-img {
    padding-top: 30px;
    text-align: center;
}
.curso-desc {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.1em;
    color: #8B8B8B;
    padding-top: 30px;
}
.curso-titulo-galeria {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 2em;
    line-height: 1.1em;
    color: #353477;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.container-curso .slick-size-3 .slide,
.container-curso-mais .slick-size-2 .slide {
    padding: 0 20px;
}
.container-curso .slide .curso-galeria-img {
    overflow: hidden;
}
.container-curso .slide img {
    margin: auto;
    transition: all .3s;
}
.container-curso .curso-galeria-img a:hover img {
    transform: scale(1.1);
}
.curso-galeria-video {
    position: relative;
}
.curso-galeria-video .player {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 60px;
    transition: all 0.3s;
}
.curso-galeria-video a:hover .player {
    height: 70px;
}

.container-curso-mais .slick-size-3 .slide {
    padding: 15px;
}
.btn-curso-mais {
    text-align: center;
    margin-top: 44px;
}

@media (max-width: 1199px) {
    .curso-mais-item {
        max-width: 290px;
    }
}
@media (max-width: 991px) {
    
}
@media (max-width: 767px) {
    .curso-lista-titulo {
        font-size: 18px;
        line-height: normal;
    }
    .curso-lista-desc {
        padding-top: 15px;
    }

    .curso-titulo-galeria {
        font-size: 24px;
    }

    .curso-mais-titulo {
        font-size: 18px;
        line-height: 30px;
        height: 60px;
    }
    .curso-mais-desc {
        font-size: 16px;
    }
}
@media (max-width: 575px) {
    .curso-lista-img {
        display: block;
        width: 100%;
    }
    .curso-lista-txt {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

/* -------------------------------- PRODUTO -------------------------------- */
.container-produto-lista,
.container-produto {
    padding-top: 54px;
    padding-bottom: 40px;
}

.produto-lista-img {
    position: relative;
    aspect-ratio: 1/1;
    overflow: hidden;
}
.produto-lista-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s;
}
.produto-lista-titulo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 1.25em;
    line-height: 1.1em;
    color: #FFFFFF;
    text-align: center;
    padding: 30px 20px;
    background: rgba(0, 0, 0, 0.7);
    /* transition: all .3s; */
}
.produto-lista-img:hover img {
    transform: translate(-50%, -50%) scale(1.1);
}

.form-prod-pesq {
    position: relative;
    margin-bottom: 27px;
}
.produto-pesquisa {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 15px;
    line-height: 1.1em;
    color: #3E3E3E;
    border: 1px solid #C4C4C4;
    border-radius: 10px;
    padding: 11.75px 4rem 11.75px 1rem;
    width: 100%;
}
.produto-pesquisa:focus-visible {
    outline: none;
}
.btn-prod-pesq {
    font-size: 15px;
    border: 1px solid #b30912;
    background-color: #b30912;
    color: #FFFFFF;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10.5px 16px;
    border-radius: 0 10px 10px 0;
    cursor: pointer;
    transition: all 0.3s;
}
.btn-prod-pesq:focus {
    outline: none;
}
.btn-prod-pesq:hover {
    background-color: #9F5460;
    border-color: #9F5460;
}

.menu-linha .form-prod-pesq {
    position: absolute;
    opacity: 0;
    right: 15px;
    top: 40px;
    width: 0;
    z-index: -1;
    transition: all 0.3s;
}
.menu-linha .form-prod-pesq.ativo {
    opacity: 1;
    right: 15px;
    top: 95px;
    width: calc(100% - 30px);
}

.produto-descricao {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 1em;
    line-height: 1.1em;
    color: #8B8B8B;
    padding-bottom: 108px;
}
.produto-codigo {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 1em;
    line-height: 1.1em;
    color: #8B8B8B;
    padding-bottom: 20px;
}
.produto-img-interna {
    text-align: right;
}

.produto-titulo-galeria {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 2em;
    line-height: 1.1em;
    /* color: #b30912; */
    color: #000000;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.container-produto-conteudo .slick-size-3 .slide {
    padding: 0 20px;
}
.container-produto-conteudo .slide .produto-galeria-img {
    overflow: hidden;
}
.container-produto-conteudo .slide img {
    margin: auto;
    transition: all .3s;
}
.container-produto-conteudo .produto-galeria-img a:hover img {
    transform: scale(1.1);
}
.produto-galeria-video {
    position: relative;
}
.produto-galeria-video .player {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 60px;
    transition: all 0.3s;
}
.produto-galeria-video a:hover .player {
    height: 70px;
}

.container-produto-mais {
    background-color: #FFFFFF;
    padding-top: 40px;
    padding-bottom: 40px;
}
.btn-home-produto {
    text-align: center;
    margin-top: 69px;
}

@media (max-width: 991px) {
    .menu-linha .form-prod-pesq.ativo {
        z-index: 3;
    }

    .produto-descricao {
        padding-bottom: 50px;
    }
    .produto-img-interna {
        text-align: center;
    }
    .produto-img-interna img {
        max-width: 380px;
        margin: auto;
    }
}
@media (max-width: 767px) {
    .produto-titulo {
        /* font-size: 24px; */
    }
    .produto-titulo-galeria {
        /* font-size: 24px; */
    }
}
@media (max-width: 575px) {
    .produto-img-interna img {
        max-width: 100%;
    }
}

/* -------------------------------- SERVICO -------------------------------- */
.container-servico {
    padding-top: 54px;
    padding-bottom: 40px;
}

.servico-titulo {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 3em;
    line-height: 1.1em;
    color: #b30912;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 33px;
}
.servico-descricao {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 1em;
    line-height: 1.1em;
    color: #252525;
    padding-bottom: 108px;
}
.servico-img-interna {
    text-align: right;
}

.servico-titulo-galeria {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 2em;
    line-height: 1.1em;
    /* color: #b30912; */
    color: #000000;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.container-servico-conteudo .slick-size-3 .slide {
    padding: 0 20px;
}
.container-servico-conteudo .slide .servico-galeria-img {
    overflow: hidden;
}
.container-servico-conteudo .slide img {
    transition: all .3s;
}
.container-servico-conteudo .servico-galeria-img a:hover img {
    transform: scale(1.1);
}
.servico-galeria-video {
    position: relative;
}
.servico-galeria-video .player {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 60px;
    transition: all 0.3s;
}
.servico-galeria-video a:hover .player {
    height: 70px;
}

.container-servico-mais {
    background-color: #FFFFFF;
    padding-top: 40px;
    padding-bottom: 40px;
}
.container-servico-mais .header-padrao {
    /* margin-bottom: 62px; */
}
.container-servico-mais .slide {
    padding: 15px;
}



@media (max-width: 1299px) {
    
}
@media (max-width: 1199px) {
    .container-servico-conteudo .header-padrao {
        /* font-size: 36px; */
        line-height: normal;
    }

    .servico-titulo-galeria {
        /* font-size: 36px; */
        line-height: normal;
    }
}
@media (max-width: 991px) {
    .container-lista-servico {
        padding-top: 30px;
    }

    .container-lista-servico .servico-home-item {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .container-servico,
    .container-projeto {
        padding-top: 30px;
    }

    .container-servico-conteudo {
        padding-top: 5px;
    }

    .container-servico-conteudo .header-padrao {
        /* font-size: 30px; */
        line-height: normal;
    }
    .servico-descricao {
        padding-bottom: 40px;
    }
    .servico-img-interna {
        text-align: center;
    }
    .servico-img-interna img {
        max-width: 380px;
        margin: auto;
    }
    .servico-titulo-galeria {
        /* font-size: 30px; */
        line-height: normal;
    }
}
@media (max-width: 767px) {
    .container-lista-servico .header-padrao {
        /* font-size: 24px; */
        line-height: normal;
        /* text-align: center; */
    }

    .container-servico-conteudo {
        padding-top: 20px;
    }

    .container-servico-conteudo .header-padrao {
        /* font-size: 24px; */
        line-height: normal;
    }

    .servico-descricao {
        /* font-size: 16px; */
        line-height: normal;
        padding-bottom: 40px;
    }

    .servico-titulo-galeria {
        /* font-size: 24px; */
        line-height: normal;
    }
}
@media (max-width: 575px) {
    .servico-img-interna img {
        max-width: 100%;
    }
}


/* ---------------------------------- BLOG ---------------------------------- */
.container-blog-lista {
    padding-top: 54px;
    padding-bottom: 40px;
}

.container-blog-lista .header-padrao {
    margin-bottom: 62px;
}

.blog-lista-item {
    padding-bottom: 30px;
}
.blog-lista-item-interna {
    font-size: 0;
    border: solid 1px transparent;
    transition: all 0.3s;
}
.blog-lista-item-interna:hover {
    border-color: #000;
}
.blog-lista-img {
    display: inline-block;
    vertical-align: top;
    width: 30%;
}
.blog-lista-txt {
    display: inline-block;
    vertical-align: top;
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
}
.blog-lista-titulo {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
}
.blog-lista-desc {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.container-blog {
    padding-top: 54px;
    padding-bottom: 40px;
}
.blog-titulo {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
}
.blog-img {
    padding-top: 30px;
    text-align: center;
}
.blog-desc {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding-top: 30px;
}

.blog-mais-item {
    position: relative;
    font-size: 0;
    max-width: 350px;
    border-radius: 24px;
    margin: auto;
    z-index: 5;
    transition: all .3s;
}
.blog-mais-item-interna {
    border-radius: 24px;
    overflow: hidden;
    border: solid 1px #7e7f82;
}
.blog-mais-img {
    overflow: hidden;
    text-align: center;
}
.blog-mais-img img {
    margin: auto;
    transition: all 0.3s;
}
.blog-mais-item-interna:hover .blog-mais-img img {
    transform: scale(1.1);
}
.blog-mais-txt {
    text-align: center;
    padding: 15px;
}
.blog-mais-titulo {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #224444;
    height: 72px;
    transition: all 0.3s;
}
.blog-mais-desc {
    padding-top: 10px;
    font-family: "Poppins";
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #7e7f82;
    height: 110px;
    transition: all 0.3s;
}
.blog-mais-mais {
    background-color: #060606;
    border: solid 1px #060606;
    border-radius: 50px;
    display: inline-block;
    padding: 13px 38.43px;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #EDB007;
    margin-top: 53px;
    transition: all 0.3s;
}
.blog-mais-item-interna:hover .blog-mais-mais {
    background-color: #EDB007;
    color: #060606;
}
.btn-blog-mais {
    padding-top: 30px;
    text-align: center;
}


@media (max-width: 1199px) {
    .blog-mais-item {
        max-width: 290px;
    }
}
@media (max-width: 991px) {
    .blog-img {
        text-align: center;
    }
    .blog-img img {
        max-width: 380px;
        margin: auto;
    }

    .container-blog-lista .header-padrao {
        margin-bottom: 40px;
    }

    .container-blog {
        padding-top: 40px;
        padding-bottom: 0;
    }
    .container-blog-lista {
        padding-top: 40px;
    }
}
@media (max-width: 767px) {
    .blog-lista-titulo {
        font-size: 18px;
    }
    .blog-lista-desc {
        padding-top: 15px;
    }
}
@media (max-width: 575px) {
    .blog-img img {
        max-width: 100%;
    }

    .blog-lista-img {
        display: block;
        width: 100%;
    }
    .blog-lista-txt {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}


/* -------------------------------- ESTRUTURA -------------------------------- */
.container-estrutura-lista .estrutura-home-fundo {
    background-color: #FFFFFF;
}
.container-estrutura-lista .header-padrao {
    /* color: #b30912; */
    color: #000000;
}
.estrutura-galeria-img {
    font-size: 0;
    margin-bottom: 30px;
    filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.25));
    text-align: center;
    overflow: hidden;
}
.estrutura-galeria-img img {
    transition: all .3s;
}
.estrutura-galeria-img:hover img {
    transform: scale(1.1);
}


/* -------------------------------- CONTATO -------------------------------- */
.container-contato-home {
    padding-top: 42px;
    padding-bottom: 41px;
}
.contato-home-linha {
    position: relative;
    overflow: hidden;
    padding-bottom: 102px;
}
.contato-home-txt {
    padding-top: 82px;
}
.container-contato-home .header-titulo {
    text-transform: inherit;
    font-weight: 500;
    color: #8E8E8E;
    font-size: 1.115em;
    line-height: 1.1em;
    margin-bottom: 22px;
}
.container-contato-home .header-padrao {
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1.7em;
    /* color: #b30912; */
    color: #000000;
    text-transform: inherit;
    margin-bottom: 39px;
}
.container-contato-home form {
    /* padding-bottom: 107px; */
}
.form-row {
    /* padding-top: 27px; */
    font-size: 0;
}
.form-group {
    margin-bottom: 18px;
}

select.form-control {
    height: 48px !important;
}
.form-control {
    display: block;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 15px;
    width: 100%;
    padding: 11.75px 1rem;
    /* line-height: 1.5; */
    color: #3E3E3E;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-background-clip: border-box;
    border: 1px solid #C4C4C4;
    border-radius: 10px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-esquerda {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 7px;
}
.form-direita {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 7px;
}

.form-submit {
    text-align: right;
    margin-bottom: 0;
}
.btn-form-contato {
    /* width: 100%; */
    padding: 10.57px 112.74px;
    border: 1px solid #b30912;
    border-radius: 4px;
    background-color: #b30912;
    color: #FFFFFF;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 12px;
    line-height: 1em;
    /* letter-spacing: 0.08em; */
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s;
}
.btn-form-contato:hover {
    background-color: #9F5460;
    border-color: #9F5460;
    color: #FFFFFF;
}

.contato-home-img {
    font-size: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50vw - 15px);
}


@media (min-width: 992px) {
    .form-row {
        /* padding-right: 45px; */
    }
}

@media (max-width: 1199px) {
    
}
@media (max-width: 991px) {
    .container-home-contato {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .home-contato-txt {
        top: inherit;
        transform: none;
        padding-bottom: 40px;
    }

    .form-row {
        padding-top: 0;
    }

    .btn-form-contato {
        display: block;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .contato-home-linha {
        padding-bottom: 0;
    }
    .contato-home-txt {
        padding-top: 40px;
    }
    .contato-home-img {
        position: relative;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .container-home-contato .header-padrao {
        /* font-size: 24px; */
    }
    
    .form-esquerda {
        width: 100%;
        padding-right: 0;
    }
    .form-direita {
        width: 100%;
        padding-left: 0;
    }

    .btn-form-contato {
        width: 100%;
    }
}
@media (max-width: 575px) {
    .contato-linha {
        padding-top: 40px;
    }
    .contato-titulo {
        font-size: 32px;
    }
    .contato-subtitulo {
        font-size: 38px;
    }
    .contato-descricao {
        padding-top: 40px;
    }
}


/* ---------------------------------- MAPA ---------------------------------- */
.container-mapa iframe {
    height: 391px;
}
.container-mapa .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* @media (max-width: 1199px) {
    .container-mapa iframe {
        height: 500px;
    }
} */
@media (max-width: 991px) {
    /* .container-mapa iframe {
        height: 400px;
    } */
    .container-mapa .container {
        position: relative;
        left: inherit;
        top: inherit;
        transform: none;
    }
}
@media (max-width: 575px) {
    /* .container-mapa iframe {
        height: 300px;
    } */
}

.dadosContato{
	position: relative;
    top: 45%;
    transform: translateY(-50%);
}

.dados{
	color: #2C394A !important;
}
/* --------------------------------- FOOTER --------------------------------- */
/* .container-rodape{} */

.rodape-conteudo .container {
    padding-bottom: 29px;
}
.rodape-divisoria {
    border-top: 1px solid #b30912;
    padding-top: 51px;
}
/* .logo-cliente img {
    margin-top: 15px;
} */
/* .rodape-txt {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #808080;
    padding-top: 24px;
} */
.rodape-rede {
    padding-top: 27px;
}

.rodape-header {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 1.125em;
    line-height: 1em;
    color: #9F5460;
    margin-bottom: 15px;
    /* margin-top: 15px; */
}
.rodape-menu-item,
.rodape-menu-item a {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5em;
    color: #808080;
    transition: all 0.3s;
}
.rodape-menu-item a:hover {
    color: #9F5460;
}
.rodape-menu-item {
    padding-bottom: 16px;
}
.rodape-menu-item:last-child {
    padding-bottom: 0;
}
.rodape-menu-item-link.rodape-fone {
    padding-bottom: 7px;
}

.rodape-menu,
.rodape-servico {
    margin-left: 0;
    list-style: none;
}
.rodape-menu .rodape-menu-item {
    padding-bottom: 13px;
}
.rodape-servico .rodape-menu-item {
    padding-bottom: 16px;
}

.rodape-tel-txt {
    font-size: 18px;
    color: #fff;
}
.rodape-tel-numero a {
    font-family: "Montserrat";
    font-size: 34.3px;
    color: #3B3B3B;
    transition: all 0.5s;
}
.rodape-tel-numero a:hover {
    color: #3B3B3B;
}

.rodape-direitos {
    background-color: #9F5460;
    padding-top: 45px;
    padding-bottom: 35px;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5em;
    text-align: center;
    color: #FFFFFF;
}

.copy {
    font-size: 11px;
    color: #8e8a93;
    padding-top: 1em;
    padding-bottom: 1em;
    position: relative;
}
.logo-byte {
    padding-bottom: 1em;
}
.logo-byte img {
    height: 25px;
}

@media (min-width: 992px) AND (max-width: 1199px) {
    footer .menu-item-link {
        font-size: 12px;
    }
}
@media (max-width: 991px) {
    .news-img img {
        height: 140px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .logo-cliente {
        text-align: center;
        margin-bottom: 30px;
    }
    .logo-cliente img {
        max-width: 430px;
    }
    .rodape-txt {
        text-align: center;
    }
    .rodape-rede {
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }
    .rodape-header {
        padding-top: 30px;
        text-align: center;
    }
    .rodape-menu-item {
        text-align: center;
    }
    
    footer .menu-item {
        display: block;
        text-align: center;
        padding: 10px 0;
    }
    .rodape-rede-tel {
        margin-top: 30px;
    }
    .redes-icone,
    .rodape-tel {
        width: 100%;
        padding-right: 0;
        text-align: center;
    }
    .rodape-tel {
        margin-top: 20px;
    }
    .copy {
        padding-bottom: 3em;
    }
}
@media (max-width: 991px) {
    .container-rodape {
        /*padding-bottom: 4em;*/
    }
}
.hidden-desk{
	display: none !important;
}
.hidden-mob{
	display: block !important;
}
@media (max-width: 767px) {
	.nav-menu .menu-item-link {
		text-align: center;
	}
	
    .logo-cliente img {
        max-width: 100%;
    }
	
	.btn-padrao-todos {
		width: 100%;
	}
	.div-img-produto {
		height: 100%;
	}
	
    .rodape-header {
        margin-top: 20px;
    }
    .copy {
        padding-bottom: 1em;
    }
    .logo-byte {
        padding-bottom: 3em;
    }
	.hidden-desk{
		display: block !important;
	}
	.hidden-mob{
		display: none !important;
	}

    .rodape-direitos {
        padding-top: 18px;
        padding-bottom: 50px;
    }
}
@media (max-width: 575px) {
    .rodape-orcamento, .rodape-especialista {
        width: 100%;
    }
    .rodape-col-botao {
        padding-top: 40px;
    }
    .rodape-orcamento {
        padding-right: 0;
        padding-bottom: 20px;
    }
    .news-titulo {
        display: block;
    }
    .conteudo-news form {
        display: block;
        width: 100%;
    }
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #40e0d0;
}