* {
    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;
}

/* 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: 'Noto Sans';
}


/* HEADER PADRAO */
.header-padrao {
    font-family: 'Noto Sans';
    text-transform: uppercase;
    font-size: 41px;
    color: #8B8B8B;
    font-weight: 300;
    margin-bottom: 33px;
}
.header-titulo .div-principal{
    width: 100%;
    height: 5px;
}
.header-titulo .div-principal .borda1{
    width: 45%;
    height: 5px;
    background-color: #248B8D;
    margin-right: 5px;
    float: left;
}
.header-titulo .div-principal .borda2, .header-titulo .div-principal .borda3, .header-titulo .div-principal .borda4{
    width: 15%;
    height: 5px;
    margin-right: 5px;
    float: left;
}

.header-titulo .div-principal .bg1{
    background-color: #248B8D;
}
.header-titulo .div-principal .bg2{
    background-color: #DEA513;
}
.header-titulo .div-principal .bg3{
    background-color: #CB5E2D;
}


.header-titulo {
    font-family: 'Noto Sans';
    font-size: 24px;
    color: #248B8D;
    font-weight: 600;
    width: 250px;
    margin: 30px 0;
    text-transform: uppercase;
}

/* 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: "LondrinaSolid-Light" !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;
}

.hidden-desk {
    display: none;
}

.hidden-mob {
    display: block;
}

@media (max-width: 1199px) {
    .header-padrao {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .espaco-top {
        height: 100px;
    }
}

@media (max-width: 767px) {
    .header-padrao {
        font-size: 22px;
    }

    .hidden-desk {
        display: block;
    }

    .hidden-mob {
        display: none;
    }
}


/* --------------------------------- 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: #fff;
    transition: all 0.3s;
}

.navbar {
    width: 100%;
}

.navbar .nav-menu {
    height: 99px;
    position: relative;
    transition: all 0.5s;
}

.nav-brand {
    position: relative;
}

.nav-brand a {
    padding-top: 0;
    padding-bottom: 0;
}

.nav-brand img {
    height: 50px;
    position: relative;
    transition: all 0.5s;
    margin-top: 5px;
    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: #FFFFFF;
    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: #FFFFFF;
    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; */
    padding: 0 6px;
    position: relative;
    /* margin: 0 15px; */
    margin: 0 10px;
}

.menu-item:last-child {
    padding-right: 0;
    margin-right: 0;
}

.menu-item .ativo .menu-item-link, .menu-item .menu-item-link:hover {
    color: #248B8D !important;
    /*font-weight: 700;*/
    transform: scale(1.2);
}

.menu-item-link {
    font-size: 15px;
    color: #248B8D;
    /*-font-weight: 400;*/
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.5s;
    /* text-transform: capitalize; */
}

.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 {
    top: 0;
}

.container-header.fixo .menu-linha {
    background: #fff;
    height: 85px;
}

.container-header.fixo .nav-menu {
    height: 69px;
}

.container-header.fixo .nav-brand img {
    height: 30px;
}

.container-header.fixo .navbar .nav-menu {
    position: relative;
}

.container-header.fixo .menu-item-link {
    color: #248B8D;
}

.container-header.fixo .nav-brand img {
    height: 45px;
    position: relative;
    transition: all 0.5s;
    margin-top: 10px;
    filter: sepia(0);
}

.btn-loja {
    background-color: #635E8E;
    padding: 10px 40px;
    border-radius: 35px;
    color: #fff !important;
    margin-left: 12px;
}

.btn-loja:hover {
    background-color: #635E8E;
}

.img-rede-header {
    width: 32px;
    margin-left: 10px;
    border-radius: 50%;
}


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

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

.div-fundo-cases {
    position: absolute;
    width: 100%;
    background-color: #2C394A;
    height: 400px;
    bottom: 7%;
    z-index: 1;
}

.btn-orcamento {
    width: 80%;
    cursor: pointer;
    padding: 10px;
    border: solid 1px #ffffff;
    background-color: transparent;
    font-family: 'Noto Sans';
    font-size: 14px;
    position: relative;
    margin-top: 30px;
    transition: all .3s;
    color: #fff;
    font-weight: 600;
}

.btn-orcamento:hover {
    border: solid 1px #ffffff;
    background-color: #fff;
    color: #F79E5A;
}

@media (min-width: 992px) AND (max-width: 1199px) {
    .menu-item-link {
        font-size: 12px;
    }
}

@media (min-width: 992px) AND (max-width: 1199px) {
    /*    .navbar .nav-menu {
        height: 58px;
    }*/
}

@media (max-width: 991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 991px) {

    /* .rsOverflow {
		width: 100%;
		height: 100% !important;
	} */
    /* .royalSlider {
		height: 750px !important;
	} */
    .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 .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: #ffc23c;
    }

    .nav-menu .menu-item-link {
        padding: 18px 15px;
        width: 100%;
        color: #fff;
    }

    .menu-item::after {
        display: none;
    }

    .container-header.fixo div#navbarSupportedContent {
        top: 53px;
    }
}

@media (max-width: 575px) {}

@media (max-width: 350px) {
    .nav-brand img {
        height: 45px;
    }
}


/* ---------------------------------- HOME ---------------------------------- */
.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: #ffffff;
    width: 10px;
    height: 10px;
}

.rsNavItem.rsBullet.rsNavSelected {
    color: #248B8D;
    text-decoration: underline;
}

.rsNavItem.rsBullet.rsNavSelected span {
    background-color: #248B8D;
}

.rsContent .rsImg {
    margin-top: 0 !important;
}

.rsMinW .rsGCaption {
    background: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    /* font-size: 65px; */
    font-size: 50px;
    bottom: 278px;
    left: 50%;
    transform: translateX(-50%);
}

/* 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;
}

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

.inst-home-desc {
    color: #8B8B8B;
    position: relative;
    line-height: 21px;
    text-align: justify;
    margin-bottom: 30px;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

.btn-padrao-todos {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
    gap: 5px;
    position: relative;
    height: 50px;
    width: 300px;
    background: #248B8D;
    border-radius: 5px;
}

.btn-padrao-todos a {
    text-decoration: none;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #F3F3F3;
}


.btn-padrao-todos img {
    margin-left: 10px;
    margin-bottom: 3px;
}

.inst-home-img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
}

.inst-home-img-fundo-cima,
.inst-home-img-fundo-baixo {
    width: 86.95%;
    margin-left: auto;
    padding-top: 11px;
}

.inst-home-img img {
    max-width: 820px;
}


.btn-saiba-mais-home {
    color: #40e0d0 !important;
    font-size: 14px;
    font-family: 'Noto Sans';
    font-weight: 700;
}

.home-servico-destaque {}

.home-servico-destaque-cor {
    position: relative;
    padding: 55px;
    z-index: 40;
}

.home-servico-destaque-linha {
    position: relative;
    z-index: 2;
}

.home-servico-destaque-img {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home-servico-destaque-branco {
    border-top: 10px solid #592A51;
    position: relative;
    padding-top: 214px;
    margin-top: -74px;
    background-color: #FFFFFF;
    z-index: 1;
}

.container-home-banner {
    background: linear-gradient(270deg, rgba(36, 139, 141, 0.3) 0%, #248B8D 62.29%);
    margin-bottom: 60px;
}

.container-home-banner img {
    opacity: 0.5;
}

.container-home-banner .div-banner-home {
    position: absolute;
    z-index: 9;
    transform: translateY(55%);
}

.container-home-banner .titulo-banner-home {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.container-home-banner .descricao-banner-home {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 180%;
    color: #FFFFFF;
    width: 60%;
}

.container-home-servico {
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
    padding-top: 76px;
    padding-bottom: 57px;
}

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

.servico-home-item {
    position: relative;
    font-size: 0;
    border-radius: 5px;
    overflow: hidden;
    max-width: 350px;
    margin: auto;
}

.servico-home-sombra {
    position: absolute;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 45%, rgba(0, 0, 0, 0.8) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 45%, rgba(0, 0, 0, 0.8) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 45%, rgba(0, 0, 0, 0.8) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40000000', endColorstr='#cc000000', GradientType=0);
    /* IE6-9 */
}

.servico-home-img img {
    opacity: 0;
}

.servico-home-txt {
    position: absolute;
    bottom: 25px;
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.servico-home-linha {
    background-color: #C6B4A1;
    height: 1.5px;
    width: 190.21px;
    margin-top: 15px;
}

.servico-home-titulo {
    font-size: 24px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    line-height: 29.26px;
    transition: all 0.5s;
}

.servico-home-item:hover .servico-home-titulo {
    color: #C6B4A1;
}

.servico-home-descricao {
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    line-height: 24px;
    text-align: justify;
    margin-top: 15px;
    transition: all 0.5s;
}

.servico-home-descricao-mais {
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    margin-top: 15px;
    transition: all 0.5s;
}

.servico-home-item:hover .servico-home-descricao,
.servico-home-item:hover .servico-home-descricao-mais {
    color: #C6B4A1;
}

.servico-home-descricao-mais img {
    margin-left: 10px;
    margin-bottom: 3px;
}

.btn-padrao-todos.btn-home-servico {
    text-align: right;
    padding-top: 63px;
}

.espaco-servico-lista {
    padding-top: 93px;
}

.container-servico-mais {
    padding-top: 76px;
    padding-bottom: 57px;
}


iframe {
    width: 100%;
    min-height: 100%;
}

.container-home-parceiro {
    padding-top: 101px;
    padding-bottom: 224px;
}

.slide-parceiro {
    padding-left: 54px;
    padding-right: 54px;
}

.slide-parceiro img {
    transition: all 0.5s;
}

.slide-parceiro a:hover img {
    transform: scale(1.1);
}

.home-banner,
.home-banner-mobile {
    width: 100%;
    position: relative;
    font-size: 0;
    text-align: center;
}

.home-banner-container-txt {
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.home-banner-txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 1110px;
}

.home-banner-titulo {
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    font-weight: 700;
    font-size: 38px;
    line-height: 160%;
    max-width: 38%;
    padding-bottom: 21px;
    text-align: left;
}

.home-banner-descricao {
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    text-align: left;
}

btn {
    cursor: pointer;
}

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

.container-home-contato {
    padding-top: 91px;
}

.container-home-contato form {
    padding-bottom: 107px;
}

.home-contato-img {
    position: relative;
    right: 0;
    bottom: 0;
    font-size: 0;
    height: 85%;
}

.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%);
}

.home-insta {
    margin-top: 110px;
    margin-bottom: 30px;
}

.redes-header {
    font-family: 'Noto Sans';
    font-size: 60px;
    color: #ffba00;
    text-transform: uppercase;
    line-height: 1em;
}

.redes-header-2 {
    font-family: 'Noto Sans';
    font-size: 74px;
    color: #e60000;
    text-transform: uppercase;
    line-height: 1em;
}

.redes-lista {
    margin-top: 50px;
}

.redes-lista ul {
    list-style: none;
    margin-left: 0;
}

.redes-lista li {
    padding: 5px;
}

.rede-icone {
    font-size: 0;
    height: 41px;
    width: 41px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.rede-icone svg {
    height: 41px;
    width: auto;
}

.redes-lista li a {
    font-family: 'Noto Sans';
    font-size: 26px;
    color: #838a8c;
    vertical-align: middle;
    transition: all 0.5s;
}

.redes-lista li a:hover {
    color: #ffba00;
}

.insta-widget iframe {
    height: 726px;
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (min-width: 1451px) AND (max-width: 1680px) {
    .rsMinW .rsGCaption {
        font-size: 45px;
    }

    .inst-home-img img {
        max-width: 700px;
    }
}

@media (min-width: 1251px) AND (max-width: 1450px) {
    .rsMinW .rsGCaption {
        font-size: 39px;
    }

    .inst-home-img img {
        max-width: 600px;
    }
}

@media (min-width: 1200px) AND (max-width: 1250px) {
    .rsMinW .rsGCaption {
        font-size: 37px;
    }

    .inst-home-img img {
        max-width: 550px;
    }
}

@media (max-width: 1199px) {
    .inst-home-img {
        max-width: 47%;
    }

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

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

@media (min-width: 992px) AND (max-width: 1199px) {
    .menu-item {
        margin: 0 6px;
    }

    .rsMinW .rsGCaption {
        font-size: 30px;
        bottom: 165px;
    }

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

    .home-banner-descricao {
        font-size: 16px;
    }
}

@media (min-width: 576px) {

    .home-banner-container-txt,
    .home-banner-txt {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    .home-banner-container-txt,
    .home-banner-txt {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .home-banner-mobile {
        display: none;
    }

    .home-banner-container-txt,
    .home-banner-txt {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

    .home-banner-container-txt,
    .home-banner-txt {
        max-width: 1110px;
    }
}

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

@media (max-width: 991px) {
    .home-banner-mobile {
        display: block;
    }

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

    .home-servico-destaque-branco {
        padding-top: 100px;
    }

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

    .inst-home-img-fundo-cima,
    .inst-home-img-fundo-baixo {
        margin: auto;
    }

    .inst-home-img {
        /* max-width: 47%; */
        position: relative;
        transform: none;
        top: 0;
        text-align: center;
        max-width: 100%;
        padding-top: 40px;
    }

    .container-home-servico {
        padding-top: 40px;
        padding-bottom: 40px;
    }

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

    .servico-home-linha {
        width: 170px;
    }

    .container-home-parceiro {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .home-banner {
        display: none;
    }

    .home-banner-container-txt {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding-right: 15px;
        padding-left: 15px;
        width: 100%;
    }

    .home-banner-titulo {
        max-width: 100%;
        font-size: 24px;
    }

    .container-home-curso {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .home-curso-img {
        display: block;
        max-width: 100%;
        width: 100%;
        text-align: center;
        position: relative;
        top: auto;
        right: auto;
        padding-bottom: 20px;
    }

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

    .curso-home-descricao {
        padding-bottom: 50px;
    }

    .container-home-contato {
        padding-top: 40px;
    }

    .container-home-contato form {
        padding-bottom: 30px;
    }

    .home-contato-img {
        position: relative;
        display: block;
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
    }

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

    .espaco-servico-lista {
        padding-top: 10px;
    }
}

@media (max-width: 767px) {
    .redes-header {
        font-size: 50px;
    }

    .redes-header-2 {
        font-size: 60px;
    }

    .btn-padrao-todos:hover {
        width: 100%;
    }

    .btn-padrao-todos a {
        font-size: 18px;
    }

    .servico-home-item {
        margin-bottom: 30px;
    }

    .btn-padrao-todos.btn-home-servico {
        padding-top: 20px;
    }

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

    .servico-home-item {
        max-width: 350px;
    }
}

@media (max-width: 575px) {
    .home-prod-linha li button {
        font-size: 26px;
    }

    .home-prod-linha {
        height: 480px;
    }

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

    .redes-header {
        font-size: 40px;
    }

    .redes-header-2 {
        font-size: 50px;
    }

    .insta-widget iframe {
        min-width: 285px !important;
    }

    .slide-parceiro img {
        max-width: 146px;
        margin: auto;
    }
}

/* ----------------------------- INSTITUCIONAL ----------------------------- */
.cont-inst .header-padrao {
    color: #592A51;
    font-size: 38px;
}

.fundo-cobre-banner {
    background: -moz-linear-gradient(top, rgba(46, 46, 56, 0) 0%, rgba(46, 46, 56, 1) 18%, rgba(46, 46, 56, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(46, 46, 56, 0) 0%, rgba(46, 46, 56, 1) 18%, rgba(46, 46, 56, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(46, 46, 56, 0) 0%, rgba(46, 46, 56, 1) 18%, rgba(46, 46, 56, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002e2e38', endColorstr='#2e2e38', GradientType=0);
    /* IE6-9 */
}

.inst-linha-cor {
    background-color: #2E2E38;
    position: relative;
}

.inst-linha-cor-branco {
    background-color: #FFFFFF;
}

.cont-inst .header-padrao.inst-font-branco,
.inst-desc.inst-font-branco {
    color: #FFFFFF;
}

.inst-fundo-roxo-branco {
    position: relative;
    background-color: #FFFFFF;
    padding-top: 110px;
    margin-top: -110px;
}

.inst-linha-top {
    padding-top: 15px;
    padding-bottom: 95px;
    z-index: 5;
    position: relative;
}

.inst-desc {
    font-family: 'Noto Sans';
    /* font-size: 32px; */
    font-size: 20px;
    color: #BBBBBB;
    /* line-height: 39px; */
    position: relative;
    padding-right: 32px;
}

.marg-b-5 {
    margin-bottom: 5px;
}

.marg-b-29 {
    margin-bottom: 29px;
}

.aspas-invert {
    transform: scaleX(-1);
    position: absolute;
    right: 0;
    bottom: 15px;
}

.home-inst-img {
    border-radius: 15px;
    overflow: hidden;
}

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



.inst-linha-mvv .header-padrao img {
    position: absolute;
    top: -69px;
    left: -52px;
}

.inst-mvv-desc {
    font-family: 'Noto Sans';
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 29px;
}

.inst-risca {
    position: absolute;
    right: 0;
    top: 105px;
}

.inst-txt-info {
    margin-top: 60px;
}
.inst-txt-info-bt {
    margin-bottom: 60px;
}

.inst-txt-info .header-titulo,
.inst-txt-info .inst-home-desc {
    color: #000;
}


@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-titulo {
        font-size: 54px;
    }

    .inst-subtitulo {
        font-size: 68px;
    }

    .inst-desc {
        margin-top: 20px;
        /* height: 63px; */
    }

    .inst-vid-titulo {
        font-size: 50px;
    }
}

@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;
    }

    .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;
    }

    .inst-txt-info .header-titulo {
        margin-top: 30px;
    }

    .inst-txt-info .header-padrao {
        margin-top: 20px;
    }

}

@media (max-width: 767px) {
    .inst-titulo {
        font-size: 50px;
    }

    .inst-subtitulo {
        font-size: 60px;
    }

    .servico-titulo {
        top: 100px;
        width: 100%;
        margin-left: -15px;
    }

    .cont-inst .header-padrao {
        font-size: 24px;
    }

    .inst-desc {
        font-size: 16px;
    }

    .inst-linha-mvv .header-padrao img {
        max-width: 50px;
        top: -20px;
    }

    .inst-txt-info .header-titulo {
        font-size: 18px;
        line-height: normal;
    }

    .inst-linha-mvv .header-padrao {
        font-size: 24px;
        line-height: normal;
    }

    .inst-mvv-desc {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .inst-titulo {
        font-size: 40px;
    }

    .inst-subtitulo {
        font-size: 44px;
    }
}

/* -------------------------------- PRODUTO -------------------------------- */
.curso-destaque-img {
    position: relative;
    margin-top: -72px;
    z-index: 40;
    border-radius: 15px;
    overflow: hidden;
}

.curso-destaque-titulo {
    font-family: 'Noto Sans';
    /* font-size: 45px; */
    font-size: 33px;
    font-weight: 500;
    /* line-height: 55px; */
    text-transform: uppercase;
    color: #8B8B8B;
    padding-top: 59px;
}

.curso-destaque-objetivo {
    font-family: 'Noto Sans';
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #8B8B8B;
    padding-top: 67px;
    padding-bottom: 64px;
}

.container-lista-curso .header-padrao {
    font-size: 45px;
    color: #592A51;
    line-height: 55px;
    font-weight: 500;
    padding-bottom: 32px;
}

.container-lista-curso .servico-home-item {
    margin-bottom: 35px;
}
.curso-linha-video {
    background-color: #2F2F39;
}

.curso-titulo {
    font-family: 'Noto Sans';
    font-size: 58.3796px;
    font-weight: 500;
    line-height: 71px;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    /* padding-top: 67px; */
    padding-bottom: 33px;
}

.curso-carga {
    font-family: 'Noto Sans';
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    color: #FFFFFF;
    text-align: center;
    padding-bottom: 64px;
}

.curso-box-video-alinhamento {
    text-align: center;
    font-size: 0;
    padding-top: 59px;
}

.curso-box-video {
    display: inline-block;
    position: relative;
    z-index: 20;
}

.curso-box-video img {
    opacity: 0;
}

.curso-box-video svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 67px;
}

.curso-linha-branca {
    position: relative;
    margin-top: -110px;
    padding-top: 110px;
    background-color: #FFFFFF;
    z-index: 1;
}

.container-curso-conteudo {
    padding-top: 93px;
}

.container-curso-conteudo .header-padrao {
    font-family: 'Noto Sans';
    /* font-size: 45px; */
    font-size: 42px;
    font-weight: 400;
    line-height: 55px;
    color: #2F2F39;
}

.curso-descricao {
    font-family: 'Noto Sans';
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #8B8B8B;
    padding-bottom: 108px;
}

.container-curso-conteudo .header-padrao {
    margin-bottom: 23px;
}

.container-curso-investimento .header-padrao {
    font-weight: 400;
    font-size: 45px;
    line-height: 55px;
    color: #2F2F39;
}

.curso-investimento {
    border-top: 1px solid #592A51;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    padding: 98px 132px 87px 56px;
    margin-bottom: 214px;
}

.curso-investimento-header {
    font-family: 'Noto Sans';
    font-weight: 500;
    font-size: 24px;
    line-height: 20px;
    color: #592A51;
    padding-bottom: 5px;
}

.curso-investimento-titulo {
    font-family: 'Noto Sans';
    font-weight: 300;
    font-size: 45px;
    line-height: 65px;
    color: #8B8B8B;
    padding-bottom: 22px;
}

.curso-investimento-valor {
    font-family: 'Noto Sans';
    font-weight: 400;
    font-size: 45px;
    line-height: 55px;
    color: #592A51;
    padding-bottom: 58px;
}

.curso-investimento-obs {
    font-family: 'Noto Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #8B8B8B;
}


@media (max-width: 1299px) {}

@media (max-width: 1199px) {
    .curso-destaque-titulo {
        font-size: 26px;
    }

    .curso-titulo {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .container-lista-curso .header-padrao {
        padding-bottom: 0;
        padding-top: 30px;
    }

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

    .curso-destaque-titulo {
        padding-top: 30px;
    }

    .curso-destaque-objetivo {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .curso-destaque-img {
        margin-top: 0;
        text-align: center;
        padding-top: 40px;
    }

    .curso-titulo {
        padding-top: 30px;
    }

    .curso-box-video-alinhamento {
        padding-top: 0;
    }

    .container-curso-conteudo {
        padding-top: 30px;
    }

    .curso-descricao {
        padding-bottom: 30px;
    }

    .curso-img-interna {
        text-align: center;
    }

    .container-curso-investimento {
        padding-top: 30px;
    }

    .curso-investimento {
        padding: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .container-lista-curso .header-padrao {
        font-size: 24px;
        text-align: center;
    }

    .servico-home-titulo {
        font-size: 22px;
    }

    .servico-home-descricao-mais {
        font-size: 18px;
    }

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

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

    .curso-carga {
        font-size: 20px;
    }

    .container-curso-conteudo .header-padrao {
        font-size: 24px;
    }

    .container-curso-investimento .header-padrao {
        font-size: 24px;
    }

    .curso-investimento-header {
        font-size: 20px;
    }

    .curso-investimento-titulo {
        font-size: 24px;
        line-height: normal;
    }

    .curso-investimento-valor {
        font-size: 24px;
        padding-bottom: 20px;
    }

    .curso-investimento-obs {
        padding-bottom: 30px;
    }
}

@media (max-width: 575px) {}

/* -------------------------------- FRANQUIA -------------------------------- */
.linha-parceiro-cor {
    background-color: #2E2E38;
    padding-bottom: 80px;
}

.container-parceiro .header-titulo,
.container-parceiro .header-padrao {
    color: #FFFFFF;
}

.parceiro-item {
    border: 1px solid #BBBBBB;
    border-radius: 4px;
    padding: 30px;
    overflow: hidden;
    width: 250px;
    height: 250px;
    width: 100%;
    /* height: 100%; */
    margin: 0 auto 35px;
    transition: all 0.3s;
}

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

a:hover .parceiro-item {
    border-color: #592A51;
}

@media (max-width: 1199px) {
    .parceiro-item {
        max-width: 210px;
        max-height: 210px;
    }
}

@media (max-width: 991px) {
    .linha-parceiro-cor {
        padding-top: 30px;
    }

    .parceiro-item {
        max-width: 150px;
        max-height: 150px;
    }
}

@media (max-width: 767px) {
    .container-home-banner .div-banner-home {
        transform: translateY(30%);
    }
    .container-home-banner .titulo-banner-home {
        font-size: 28px;
    }
    .container-home-banner .descricao-banner-home {
        font-size: 14px;
        width: 100%;
    }


}

@media (max-width: 575px) {}


/* ---------------------------------- BLOG ---------------------------------- */
.blog-header {
    margin-top: 80px;
    font-size: 62px;
    color: #fed04c;
    text-transform: uppercase;
}

.blog-banner-box {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 50px 30px;
    margin-top: 170px;
    margin-bottom: 60px;
}

.blog-banner-data {
    font-family: 'Noto Sans';
    display: inline-block;
    background-color: #ffb800;
    color: #d80000;
    font-size: 18px;
    padding: 5px 20px;
    margin-bottom: 10px;
}

.blog-banner-titulo {
    font-family: 'Noto Sans';
    font-size: 36px;
    color: #fff;
}

.blog-banner-desc {
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
}

.blog-banner-ler {
    margin-top: 15px;
    display: inline-block;
}

.btn-blog-banner {
    font-family: 'Noto Sans';
    font-size: 18px;
    color: #ffb800;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 30px;
    background-color: #e60000;
    transition: all 0.5s;
}

.blog-banner:hover .btn-blog-banner {
    background-color: #ffb800;
    color: #e60000;
}

.blog-linha-2 {
    padding-top: 47px;
    padding-bottom: 79px;
}

.blog-header-2 {
    font-family: 'Noto Sans';
    font-size: 36px;
    color: #e60000;
    margin-bottom: 37px;
}

.blog-box-2-fundo {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 30px 80px;
}

.blog-box-2-titulo {
    font-family: 'Noto Sans';
    font-size: 36px;
    color: #fff;
}

.blog-box-2-ler {
    border: solid 1px #fed04c;
    font-family: 'Noto Sans';
    font-size: 18px;
    color: #fed04c;
    text-align: center;
    text-transform: uppercase;
    padding: 12px;
    margin-top: 10px;
}

.blog-linha-3 {
    padding-top: 63px;
    padding-bottom: 52px;
}

.blog-box-img {
    height: 291px;
}

.blog-box-data {
    font-family: 'Noto Sans';
    font-size: 18px;
    color: #ffd766;
    margin-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
}

.blog-box-titulo {
    font-family: 'Noto Sans';
    font-size: 36px;
    color: #848484;
    margin-top: 12px;
    height: 84px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}

.blog-box-desc {
    font-size: 18px;
    color: #949494;
    margin-top: 15px;
    height: 42px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}

.blog-box-ler {
    font-family: 'Noto Sans';
    font-size: 18px;
    color: #ffb800;
    text-align: center;
    text-transform: uppercase;
    background-color: #e60000;
    padding: 10px;
    margin-top: 34px;
}

.blog-data {
    font-family: 'Noto Sans';
    font-size: 18px;
    color: #d80000;
    background-color: #fed04c;
    display: inline-block;
    margin-top: 25px;
    padding: 5px 30px;
}

.blog-titulo {
    font-family: 'Noto Sans';
    font-size: 36px;
    color: #848484;
    margin-top: 60px;
}

.blog-descricao {
    font-size: 18px;
    color: #848484;
    margin-top: 30px;
    margin-bottom: 60px;
}


@media (max-width: 1199px) {}

@media (max-width: 991px) {
    .espaco-menor {
        margin-top: 20px;
    }

    .blog-titulo {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .blog-box-img {
        height: 190px;
    }

    .blog-box-titulo {
        font-size: 24px;
        height: 56px;
    }
}

@media (max-width: 575px) {
    .blog-header {
        font-size: 50px;
        margin-top: 40px;
    }

    .blog-banner-box {
        margin-top: 40px;
    }

    .blog-linha-2 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .blog-box-2-fundo {
        padding: 30px 20px;
    }

    .blog-box-2-titulo {
        font-size: 30px;
    }

    .blog-linha-3 {
        padding-top: 40px;
    }

    .espaco-blog-linha-3 {
        padding-bottom: 40px;
    }

    .blog-titulo {
        font-size: 26px;
        margin-top: 20px;
    }
}


/* -------------------------------- LINK UTEIS -------------------------------- */
.container-link-util {
    padding-top: 93px;
    padding-bottom: 93px;
}

.container-link-util .header-padrao {
    font-weight: 500;
    font-size: 45px;
    line-height: 55px;
    color: #592A51;
    padding-bottom: 32px;
}

.link-item {
    padding-bottom: 20px;
}

.link-item a {
    font-family: 'Noto Sans';
    font-size: 20px;
    color: #8B8B8B;
    position: relative;
    transition: all 0.3s;
}

.link-item a:hover {
    color: #592A51;
}

@media (max-width: 991px) {
    .container-link-util {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .container-link-util .header-padrao {
        padding-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .container-link-util .header-padrao {
        font-size: 24px;
    }
}

/* -------------------------------- CONTATO -------------------------------- */
.contato-linha-branca {
    padding-top: 66px;
    padding-bottom: 40px;
}

.form-row {
    padding-top: 27px;
}

.form-contato {
    padding-top: 30px;
}

.form-contato .form-item {
    padding: 8px 0;
}

.form-group {
    margin-bottom: 18px;
}

.form-contato .form-item label {
    position: absolute;
    top: 29px;
    left: 13px;
    cursor: text;
    font-size: 18px;
    color: #ffba00;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

.form-contato .form-item label.ativo {
    transform: translateY(-15px);
    font-size: 12px;
}

.form-contato input,
.form-contato textarea {
    width: 100%;
    font-size: 18px;
    color: #ffba00;
    border: solid 2px #ffba00;
    padding: 19px 20px 19px 10px;
    background-color: #fff;
}

.form-contato input:focus,
.form-contato textarea:focus {
    border-color: #2C394A;
}

.form-contato textarea {
    resize: none;
    overflow: hidden;
}

.form-contato .form-item :-ms-input-placeholder {
    color: #808080;
}

.form-contato .form-item :-moz-placeholder {
    color: #808080;
}

.form-contato .form-item ::-moz-placeholder {
    color: #808080;
}

.form-contato .form-item ::-webkit-input-placeholder {
    color: #808080;
}

.form-contato .icone-obrigatorio {
    position: absolute;
    right: -6px;
    top: 27px;
}

.form-contato .icone-check,
.form-contato .icone-asterisk {
    position: relative;
    z-index: 1;
    font-size: 7px;
}

.form-contato .icone-asterisk {
    right: 12px;
}

.form-contato input~.icone-obrigatorio .icone-check,
.form-contato input.active~.icone-obrigatorio .icone-asterisk,
.form-contato textarea~.icone-obrigatorio .icone-check,
.form-contato textarea.active~.icone-obrigatorio .icone-asterisk {
    visibility: hidden !important;
}

.form-contato input~.icone-obrigatorio .icone-asterisk,
.form-contato input.active~.icone-obrigatorio .icone-check,
.form-contato textarea~.icone-obrigatorio .icone-asterisk,
.form-contato textarea.active~.icone-obrigatorio .icone-check {
    visibility: visible !important;
}

.form-contato .botao {
    padding: 0;
    padding-top: 11px;
    text-align: left;
}

.form-contato .botao .btn-contato {
    background-color: #e60000;
    border: solid 1px #e60000;
    font-family: 'Noto Sans';
    font-size: 18px;
    color: #ffb800;
    text-transform: uppercase;
    padding: 18px 63.3px;
    cursor: pointer;
    transition: all 0.5s;
}

.form-contato .botao .btn-contato:hover {
    background-color: #ffb800;
    border: solid 1px #ffb800;
    color: #e60000;
}

.form-control {
    display: block;
    font-weight: 300;
    width: 100%;
    padding: 7px 1rem;
    font-size: 14px;
    line-height: 1.5;
    color: #7E7E7E;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-background-clip: border-box;
    font-family: 'Noto Sans';
    border: 1px solid #7E7E7E;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-form-contato {
    padding: 6px 40px;
    border: 1px solid #248B8D;
    border-radius: 3px;
    background-color: #248B8D;
    color: #fff;
    font-size: 15px;
    font-family: 'Noto Sans';
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    float: left;
    transition: all .3s;
}

.btn-form-contato:hover {
    border: 1px solid #248B8D;
    background-color: #fff;
    color: #248B8D;
}

.endereco-linha {
    padding-bottom: 82px;
}

.container-contato .header-padrao {
    color: #ffba00;
    text-transform: uppercase;
}

.endereco-ball {
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    width: 24px;
    background-color: #d80000;
    border: solid 1px #ffb623;
    border-radius: 50%;
}

.endereco-cidade {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 24px);
    font-family: 'Noto Sans';
    font-size: 36px;
    color: #f4a74c;
    letter-spacing: 2px;
    padding-left: 20px;
}

.endereco-endereco {
    padding-left: 44px;
    font-size: 18px;
    color: #848484;
    margin-top: 6px;
}

.endereco-midia {
    padding-left: 44px;
    padding-top: 20px;
}

.endereco-midia-item {
    display: inline-block;
    vertical-align: middle;
    padding-right: 25px;
}

.endereco-midia-item:last-child {
    padding-right: 0;
}

.endereco-midia-item svg {
    height: 42px;
    width: auto;
    background-color: #ffba00;
    transition: all 0.5s;
}

.endereco-midia-item svg:hover {
    background-color: #d80000;
}

.endereco-midia-item svg path,
.endereco-midia-item svg rect,
.endereco-midia-item svg circle,
.endereco-midia-item svg polygon {
    transition: all 0.5s;
}

.endereco-midia-item svg:not(:hover) path,
.endereco-midia-item svg:not(:hover) rect,
.endereco-midia-item svg:not(:hover) circle,
.endereco-midia-item svg:not(:hover) polygon {
    fill: #d80000;
}

.endereco-fone-mail {
    padding-bottom: 32px;
}

.endereco-fone-mail a {
    font-size: 24px;
    color: #848484;
}

.endereco-fone-mail a:hover {
    text-decoration: underline !important;
}

.endereco-fone-mail svg {
    height: 42px;
    width: auto;
    background-color: #ffba00;
    vertical-align: middle;
    margin-right: 10px;
}

.endereco-fone-mail svg path,
.endereco-fone-mail svg rect,
.endereco-fone-mail svg circle,
.endereco-fone-mail svg polygon {
    fill: #d80000;
}

/*.endereco-fone-mail svg:hover {
    background-color: #d80000;
}
.endereco-fone-mail svg path,
.endereco-fone-mail svg rect,
.endereco-fone-mail svg circle,
.endereco-fone-mail svg polygon {
    transition: all 0.5s;
}
.endereco-fone-mail svg:not(:hover) path,
.endereco-fone-mail svg:not(:hover) rect,
.endereco-fone-mail svg:not(:hover) circle,
.endereco-fone-mail svg:not(:hover) polygon {
    fill: #d80000;
}*/

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

@media (max-width: 1199px) {}

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

@media (max-width: 767px) {
    .contato-titulo {
        font-size: 50px;
    }

    .contato-subtitulo {
        font-size: 60px;
    }

    .endereco-fone-mail {
        padding-top: 40px;
        padding-bottom: 0px;
    }

    .endereco-linha {
        padding-bottom: 40px;
    }
}

@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: 598px;
}

.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 {
    background-color: #248B8D;
    border-top: 10px solid #DEA513;
}


.rodape-conteudo .container {
    padding-top: 30px;
    padding-bottom: 30px;
}

.logo-cliente img {
    margin-top: 15px;
}

.rodape-txt {
    font-family: 'Noto Sans';
    color: #dadada;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.2px;
    padding-top: 24px;
}

.rodape-rede {
    padding-top: 40px;
}

.rodape-header {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.1px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 15px;
    margin-top: 15px;
}

.rodape-menu-item,
.rodape-menu-item a {
    font-family: 'Noto Sans';
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #DADADA;
    transition: all 0.5s;
}

.rodape-menu-item a:hover {
    color: #fff;
}

.rodape-menu-item {
    padding-bottom: 16px;
}

.rodape-menu-item:last-child {
    padding-bottom: 0;
}

.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: 'Noto Sans';
    font-size: 34.3px;
    color: #3B3B3B;
    transition: all 0.5s;
}

.rodape-tel-numero a:hover {
    color: #3B3B3B;
}

.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;
    }

    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) {
    .container-rodape {
        text-align: center;
    }
    .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;
    }
}

@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;
}








:root {
    --background-dark: #2d3548;
    --text-light: rgba(255, 255, 255, 0.6);
    --text-lighter: rgba(255, 255, 255, 0.9);
    --spacing-s: 8px;
    --spacing-m: 16px;
    --spacing-l: 24px;
    --spacing-xl: 32px;
    --spacing-xxl: 64px;
    --width-container: 1200px;
}



.hero-section {
    align-items: flex-start;

    display: flex;
    min-height: 100%;
    justify-content: center;
    padding: var(--spacing-xxl) var(--spacing-l);
}

.card-grid2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: var(--spacing-l);
    grid-row-gap: var(--spacing-l);
    max-width: var(--width-container);
    width: 100%;
}

@media(min-width: 540px) {
    .card-grid2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(min-width: 960px) {
    .card-grid2 {
        grid-template-columns: repeat(4, 1fr);
    }
}

.card2 {
    list-style: none;
    position: relative;
}

.card2:before {
    content: '';
    display: block;
    padding-bottom: 150%;
    width: 100%;
}

.card__background {
    background-size: cover;
    background-position: center;
    border-radius: var(--spacing-l);
    bottom: 0;
    filter: brightness(0.75) saturate(1.2) contrast(0.85);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: center;
    trsnsform: scale(1) translateZ(0);
    transition: filter 500ms linear, transform 500ms linear;
}

.card2:hover .card__background {
    transform: scale(1.05) translateZ(0);
}

.card-grid2:hover>.card2:not(:hover) .card__background {
    filter: brightness(0.5) saturate(0) contrast(1) blur(1px);
}

.card__content {
    left: 0;
    padding: var(--spacing-l);
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.card__category {
    color: #fff;
    font-size: 1rem;
    margin-bottom: var(--spacing-s);
    text-transform: uppercase;
}

.card__heading {
    color: var(--text-lighter);
    font-size: 1.1rem;
    text-shadow: 2px 2px 20px rgb(0 0 0 / 20%);
    line-height: 1.4;
}


.equipe {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 24%;
    aspect-ratio: 3 / 4;
    background-color: #248b8d;
    border-radius: 12px;
    margin: 5px 5px;
    flex-direction: column;
    align-content: center;
    flex-wrap: nowrap;
    overflow: hidden;
}

.equipe-nome {
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
}

.equipe img {
    min-width: 100%;
    height: 315px;
}

.equipe-border {
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 4px solid #dea513;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    transition-timing-function: cubic-bezier(0.4, 1.55, 0.74, 0.55);
}


.equipe:hover .equipe-border {
    border: 5px solid #cb5e2d;
}

@media(max-width: 960px) {
.equipe img {
    min-width: 100%;
    height: 455px;
}
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 570px;
    }
}




