* {
    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-bt-30 {
    padding-bottom: 30px;
}

.pdg-tp-30 {
    padding-top: 30px;
}

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

.display-align.box-documentos {
    flex-direction: column;
    align-items: inherit;
    justify-content: space-between;
}

.display-align.export_import {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media (max-width: 425px) {
    .display-align.export_import {
        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: 5px;
}

body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

body::-webkit-scrollbar-thumb {
    background: #0E1B45;
}

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


/* HEADER PADRAO */
.header-padrao {
    font-family: 'Dosis', sans-serif;
    font-size: 35px;
    color: #082148;
    line-height: 45px;
    font-weight: 300;
}

#doenca .box .header-padrao {
    font-size: 30px;
    color: #fff;
    line-height: initial;
    height: 3em;
    font-weight: 600;
}

.conteudo-padrao {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    color: #3e3d3d;
    font-weight: 300;
}

.header-padrao.topicos {
    font-size: 30px;
    margin-top: 30px;
    text-align: center;
}

.header-titulo {
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
    border-top: 2px solid;
    font-size: 35px;
    color: #082148;
    text-shadow: 0px 0px 2px #082148;
    font-weight: 600;
    margin: 6px 0 40px 0;
}

.conteudo-titulo {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    color: #3e3d3d;
    font-weight: 700;
}

.txt-branco .header-padrao, .txt-branco .header-titulo, .txt-branco .header-padrao a {
    color: #fff;
}

.contato .descricao, #doenca .descricao {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

#doenca .descricao {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 300;
}

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

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

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

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

/* --------------------------------- ABERTURA --------------------------------- */
.abertura-geral {
    font-size: 0;
    position: relative;
}

.abertura-logo {
    position: absolute;
    max-height: 64px;
    /* top: 91px; */
    top: 9.7%;
    /* left: 188px; */
    left: 9.82%;
    z-index: 1;
}

.abertura-area {
    display: inline-block;
    width: 33.33%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    transition: all 0.3s;
}

.abertura-txt {
    position: absolute;
    /* bottom: 103px; */
    bottom: 11%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.abertura-titulo {
    font-family: "Raleway", sans-serif;
    /* font-size: 29.5522px; */
    font-size: 25px;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: all 0.3s;
}

.abertura-risca {
    width: 273.36px;
    height: 2px;
    background-color: #C6B4A1;
    margin: 16px auto 14px;
    transition: all 0.3s;
}

.abertura-acesso {
    font-family: "Raleway", sans-serif;
    font-size: 20.6866px;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: all 0.3s;
}

.abertura-geral .abertura-area.opacidade {
    filter: grayscale(0.9);
    opacity: 0.9;
}

.abertura-acesso img {
    margin-left: 10px;
    margin-bottom: 2px;
}

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

@media (max-width: 991px) {
    .abertura-risca {
        width: 210px;
    }
}

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

    .abertura-risca {
        width: 170px;
    }

    .abertura-acesso a {
        font-size: 18px;
    }

}

@media (max-width: 575px) {
    .abertura-logo {
        height: 54px;
    }

    .abertura-titulo {
        font-size: 18px;
    }

    .abertura-risca {
        width: 100%;
    }

    .abertura-acesso a {
        font-size: 16px;
    }

    .abertura-acesso img {
        margin: 0;
    }
}


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

.container-header .menu-linha {
    background-color: transparent;
    height: 100px;
    transition: all 0.3s;
}

.container-header .menu-linha-contato {
    background-color: #22306E;
    height: 30px;
    transition: all ease 0.5s;
}

.container-header .navbar.navbar-expand-lg {
    margin-top: -2px;
}

.container-header.fixo .navbar.navbar-expand-lg {
    margin-top: 0px;
}

.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: 60px;
    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: #fff;
    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: #fff;
    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;
}

.navbar-expand-lg .navbar-nav {
    margin-top: 10px;
}

.menu-item {
    /* padding: 0 10px; */
    padding: 0 10px;
    position: relative;
    /* margin: 0 15px; */
    margin: 0px;
}

.container-header .menu-item.contato {
    display: flex;
    margin-bottom: 5px;
    transition: all ease 0.5s;
}

.container-header.fixo .menu-item.contato {
    margin-bottom: 0px;
    margin-top: -5px;
}

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

.menu-item-link {
    font-family: "Dosis", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    font-weight: 500;    
    cursor: pointer;
    letter-spacing: 0px;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
    transition: all 0.5s;
}

.menu-item .ativo .menu-item-link,
.menu-item .menu-item-link:hover {
    border-bottom: 2px solid #fff;
}

@media (max-width: 768px) {
    .menu-item .ativo .menu-item-link,
    .menu-item .menu-item-link:hover {
        border-bottom: 2px solid transparent;
        font-weight: 600;
        color: #22306E;
    }
}

.menu-item-link-contato {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    cursor: pointer;
    transition: all 0.5s;
    display: flex;
}

.menu-item-link-contato:hover {
    color: #5477BB;
}

.menu-item-li {
    margin-right: 50px;
}

.menu-item-img {
    padding-right: 10px;
    object-fit: contain;
}

.div-rede-header {
    display: inline-block;
    vertical-align: middle;
    transition: all ease 0.5s;
}

.div-rede-header img {
    transition: all .3s;
    margin: 20px 10px 0;
}

.div-rede-header img:hover {
    transform: scale(1.2);
}

.balao {
    background-color: transparent;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.balao a {
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    display: none;
}

.balao .seta {
    margin: 0px 0 0 -39px;
}

.div-rede-header:hover .balao .seta.facebook {
    margin: 50px 0 0 -40px;
}

.div-rede-header:hover .balao .seta.instagram {
    margin: 50px 0 0 -43px;
}

.div-rede-header:hover .balao .seta.linkedin {
    margin: 50px 0 0 -34px;
}

.div-rede-header:hover .balao .seta {
    margin: 50px 0 0 -40px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    transition: all ease 0.3s;
    left: 0;
    position: relative;
    transform: translateX(-70%);
}

.div-rede-header:hover .balao a {
    display: flex;
    align-items: center;
    /*margin: 15% 15%;*/
}

.div-rede-header:hover .balao .text-balao {
    margin: 15% 6%;
    left: 20%;
    transform: translateX(-15%);
}

.div-rede-header:hover .balao {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 5em;
    border-radius: 5%;
    margin: 0 auto;
    transition: all ease 0.6s;
}

.img-rede-footer {
    width: 50px;
    margin-right: 10px;
    border-radius: 50%;
}

.container-header.fixo {
    background-color: #082148;
    top: 0;
}

.container-header.fixo .menu-linha {
    height: 77px;
    -webkit-box-shadow: 0px 11px 8px -4px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 11px 8px -4px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 11px 8px -4px rgba(0, 0, 0, 0.33);
}

.container-header.fixo .menu-linha-contato {
    height: 25px;
}

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

.container-header .nav-menu-contato {
    height: 0px;
}

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

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

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

.container-header.fixo .menu-item-link {
    color: #fff;
    font-size: 13px;
}

.container-header.fixo .nav-brand img {
    height: 50px;
    position: relative;
    transition: all 0.5s;
    margin-top: 0px;
    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: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    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 (max-width: 1024px) {
    .menu-item-link {
        font-size: 12px;
    }
    .container-header.fixo .menu-item-link {
        font-size: 11px;
    }
}

@media (max-width: 991.98px) {

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

@media (max-width: 991px) {
    .container-header .menu-linha-contato {
        display: none;
    }

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

    .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: #22306E;
    }

    .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: 768px) {
    .navbar-nav {
        padding-top: 40px;
    } 
    .menu-item-link, .container-header.fixo .menu-item-link {
        font-size: 17px;
    }
}

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

/* ---------------------------------- HOME ---------------------------------- */
.rsMinW {
    background: none!important;
}

.rsMinW .rsBullets {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    line-height: normal;
}

.rsMinW .rsBullet span {
    border-radius: 0px;
}

.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 {
    display: none;
    /*
    color: #5477BB;
    text-decoration: underline;
    */
}

/*
.rsNavItem.rsBullet.rsNavSelected span {
    background-color: #5477BB;
}
*/

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

.rsMinW .rsGCaption {
    background: none;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 50px;
    width: 37%;
    top: 17%;
    left: 39.3%;
    transform: translateX(-50%);
}

.banner-institucional.rsMinW .rsGCaption {
    background: none;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    /* font-size: 65px; */
    font-size: 50px;
    top: 55%;
    left: 25%;
    transform: translateX(-50%);
}

.banner-principal .rsOverflow {
    margin-bottom: 60px;
}

.rsCaption {
    font-weight: 400;
}

.banner-logo {
    position: absolute;
}

.banner-logo.esquerda {
    width: 20%;
    bottom: 2em;
    left: 10em;
}

.banner-logo.direita {
    width: 20%;
    bottom: 9em;
    right: 7em;
}


.marcadagua {
    background-size: auto;
    background-position: 20% 80%;
    background-repeat: no-repeat;
}

@media (max-width: 1440px) {
    .marcadagua {
        background-position: -30% 80%;
    }

    .rsMinW .rsGCaption {
        left: 31%;
    }

    .banner-logo.direita {
        right: 2em;
    }

    .rsCaption.typing {
        margin-bottom: 2em;
    }
    
    .rsCaption.texto {
        margin-bottom: 6em;
    }
}

@media (max-width: 1024px) {
    .marcadagua {
        background-position: 180% 80%;
    }

    .rsMinW .rsGCaption {
        left: 24%;
    }
    
    .rsCaption.texto {
        margin-bottom: 2.5em;
    }

    .banner-logo.esquerda {
        width: 30%;
        left: 3em;
    }

    .banner-logo.direita {
        width: 30%;
        right: 3em;
    }
}

@media (max-width: 768px) {
    .marcadagua {
        background-image: none;
    }
}

/* 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: 100px 0;
}

.linha-inter-lista {
    position: relative;
    padding: 60px 0;
}

.linha-inter {
    position: relative;
    padding: 15px 0;
}

.linha-commodities {
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 131px;
}

.linha-home-servicos {
    padding-bottom: 131px;
}

.inst-home-desc{    
    margin-bottom: 59px;
}
.inst-home-desc,
.inst-home-desc p,
.inst-home-desc a,
.inst-home-desc label {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #858585;
    font-weight: 500;
    position: relative;
    line-height: 28px;
    text-align: unset !important;
    transition: all ease 0.5s;
}

#clinica .inst-home-desc h2 span {
    color: #082148;
}

#doenca .inst-home-desc p {
    color: #fff;
}

.inst-home-desc a:hover {
    color: #1f366a;
    font-weight: 500;
}

.inst-home-desc.topicos,
.inst-home-desc.topicos p {
    font-size: 14px;
    line-height: 25px;
    text-align: center !important;
    margin: 0 15px 0 30px;
    margin-bottom: 10px;
}

.barra-lateral {
    border-right: 2px solid #082148;
    height: 13em;
    position: absolute;
}

.procedimento .barra-lateral {
    height: 15em;
}

@media (max-width: 1024px) {
    .inst-home-desc, .inst-home-desc p, .inst-home-desc a, .inst-home-desc label {
        font-size: 14px;
    }
    .barra-lateral {
        height: 20em;
    }
}

.btn-center {
    display: flex;
    justify-content: center;
}

.btn-padrao-todos a:hover {
    text-decoration: underline !important;
}

.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 {
    background-color: #592A51;
    width: 86.95%;
    margin-left: auto;
    padding-top: 11px;
}

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

.home-servico-destaque {
    background-color: #2E2E38;
}

.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-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);*/
    background-color: #F5F5F5;
    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;
    transition: all ease 0.5s;
}*/
.servico-home-item {
    position: relative;
    font-size: 0;
    border-radius: 5px;
    transition: all ease 0.8s;
    z-index: 9;
}

/*.servico-home-item:hover {
    transform: scale(1.08); 
}*/
.servico-home-item:hover {
    transform: scale(1.1);
    box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.4);
    z-index: 10;
}

.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 {
    overflow: hidden;
}

.servico-home-txt {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
}

.servico-home-linha {
    background-color: transparent;
    width: 190.21px;
}

.servico-home-titulo {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    line-height: 50px;
    transition: all 0.5s;
    background-color: rgba(0, 0, 0, 0.80);
    text-align: center;
}

.servico-home-item:hover .servico-home-titulo {
    background-color: rgba(31, 54, 106, 0.7);
}

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

.servico-home-descricao-mais {
    font-family: "Raleway", 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;
}

.container-home-curso {
    background: -moz-linear-gradient(top, rgba(47, 47, 57, 0.54) -27.79%, rgba(47, 47, 57, 1) 44.93%, rgba(47, 47, 57, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(47, 47, 57, 0.54) -27.79%, rgba(47, 47, 57, 1) 44.93%, rgba(47, 47, 57, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(47, 47, 57, 0.54) -27.79%, rgba(47, 47, 57, 1) 44.93%, rgba(47, 47, 57, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8a2f2f39', endColorstr='#2f2f39', GradientType=0);
    /* IE6-9 */
    padding-top: 187px;
    padding-bottom: 238px;
    position: relative;
}

.container-home-curso .header-titulo {
    color: #FFFFFF;
    padding-bottom: 9px;
}

.container-home-curso .header-padrao {
    color: #FFFFFF;
    text-transform: uppercase;
    padding-bottom: 22px;
}

.curso-home-descricao {
    font-family: "Raleway", sans-serif;
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
    padding-bottom: 97px;
}

.container-home-curso .btn-padrao-todos a {
    color: #FFFFFF;
}

.home-curso-img {
    position: absolute;
    top: 197px;
    right: 0;
}

.home-curso-logo {
    position: absolute;
    left: 0;
    bottom: -20px;
}



.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: "Raleway", 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: "Raleway", 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: absolute;
    right: -19px;
    /*bottom: 0;*/
    font-size: 0;
}


.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: "LondrinaSolid-Regular";
    font-size: 60px;
    color: #ffba00;
    text-transform: uppercase;
    line-height: 1em;
}

.redes-header-2 {
    font-family: "LondrinaSolid-Regular";
    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: "LondrinaSolid-Regular";
    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: 650px;
    }
}

@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: 100%;
    }

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

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

@media (max-width: 1024px) {

    .inst-home-desc.topicos,
    .inst-home-desc.topicos p {
        margin: 0 0px 35px 15px;
    }
}

@media (max-width: 320px) {

    .inst-home-desc.topicos,
    .inst-home-desc.topicos p {
        margin: 35px 0px;
    }

    .inst-home-desc,
    .inst-home-desc p {
        font-size: 14px;
    }
}

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

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

    .home-contato-img {
        position: relative;
        transform: none;
        top: 0;
        text-align: center;
        max-width: 100%;
    }
}

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

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

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

@media (max-width: 768px) {
    .footer-center {
        text-align: center;
    }

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

@media (max-width: 425px) {
    .servico-home-item {
        height: 300px !important;
        margin-bottom: 30px !important;
    }
}

@media (max-width: 375px) {
    .servico-home-item {
        height: 275px !important;
    }
}

@media (max-width: 320px) {
    .servico-home-item {
        height: 195px !important;
    }
}


/* ----------------------------- 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: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /* 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: 75px;
    padding-bottom: 75px;
}

.inst-linha-mvv .header-padrao {
    font-size: 55px;
    line-height: 67px;
    color: #1f366a;
    font-weight: 500;
    position: relative;
}

.inst-linha-mvv .header-padrao.topicos {
    font-size: 35px;
    font-weight: 800;
    text-align: center;
    margin-top: 40%;
}

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

.inst-mvv-desc {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 29px;
}

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

.inst-txt-info {
    margin-top: 90px;
}

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


@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-titulo {
        margin-top: 30px;
    }

    .inst-linha-mvv .header-padrao {
        margin-top: 30px;
    }

    .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: 768px) {
    .inst-titulo {
        font-size: 50px;
    }

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

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

    .inst-home-desc.topicos {
        margin: 0;
    }

    .barra-lateral {
        display: none;
    }

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

/* ---------------------------------- 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: "LondrinaSolid-Regular";
    display: inline-block;
    background-color: #ffb800;
    color: #d80000;
    font-size: 18px;
    padding: 5px 20px;
    margin-bottom: 10px;
}

.blog-banner-titulo {
    font-family: "LondrinaSolid-Regular";
    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: "LondrinaSolid-Regular";
    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: "LondrinaSolid-Regular";
    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: "LondrinaSolid-Regular";
    font-size: 36px;
    color: #fff;
}

.blog-box-2-ler {
    border: solid 1px #fed04c;
    font-family: "LondrinaSolid-Regular";
    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: "LondrinaSolid-Regular";
    font-size: 18px;
    color: #ffd766;
    margin-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
}

.blog-box-titulo {
    font-family: "LondrinaSolid-Regular";
    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: "LondrinaSolid-Regular";
    font-size: 18px;
    color: #ffb800;
    text-align: center;
    text-transform: uppercase;
    background-color: #e60000;
    padding: 10px;
    margin-top: 34px;
}

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

.blog-titulo {
    font-family: "LondrinaSolid-Regular";
    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;
    }
}

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

.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-control, .select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single .select2-selection__rendered {
    display: block;
    border-radius: 10px!important;
    font-weight: 300;
    width: 100%;
    padding: 7px 1rem;
    font-size: 14px;
    line-height: 1.5;
    color: #082148 !important;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-background-clip: border-box;
    font-family: 'Raleway';
    border: 1px solid #082148;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.select2-container--default .select2-selection--single {
    background: transparent;
}

.select2-container {
    width: 100%!important;
}

.select2-container .select2-selection--single {
    height: auto!important;
}

.select2-results__option--selectable {
    font-family: 'Raleway'!important;
    font-size: 15px!important;
}

.form-control:focus, .select2-container--default .select2-selection--multiple:focus, .select2-container--default .select2-selection--single .select2-selection__rendered:focus {
    border-color: #003DA6;
    box-shadow: none!important;
}

.select2-container--default .select2-selection--single {
    border: none!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px!important;
}

.btn-form-contato {
    /* width: 100%; */
    text-transform: uppercase;
    font-size: 16px;
    padding: 6px 83px;
    border-radius: 10px;
    font-family: 'Dosis', sans-serif;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0.07em;
    cursor: pointer;
    border: 2px solid #082148;
    background-color: #082148;
    color: #fff;
    transition: all .3s;
    float: left;
}

.btn-form-contato:hover {
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
}

@media (max-width: 768px) {
    .btn-form-contato {
        font-size: 12px;
    }
}

.btn-form-contato a {
    color: #0E1B45;
}

.btn-form-contato:hover a {
    color: #fff;
}

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

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

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

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

@media (max-width: 768px) {
    .btn-form-contato.servicos {
        margin: 0 30%;
    }

    .btn-form-contato.contato {
        margin: 0 35%;
    }

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

@media (max-width: 768px) {

    .institucional-btn,
    .servicos-btn,
    .segmento-btn,
    .contato-btn {
        display: flex;
        justify-content: center;
        margin: 0;
    }

    .btn-form-contato.servicos {
        margin: 0;
    }

    .btn-form-contato,
    .btn-form-contato,
    .btn-form-contato.contato,
    .segmento-btn {
        width: 100%;
        text-align: center;
        margin: 0;
    }
}

@media (max-width: 320px) {
    .btn-form-contato.servicos {
        font-size: 11px;
    }
}

/* ---------------------------------- MAPA ---------------------------------- */
.container-mapa iframe {
    height: 400px;
}

.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: #082148;
    background-repeat: no-repeat; 
    background-position: bottom;
}


.rodape-conteudo .container {
    padding: 80px 0;
    border-top: 1px solid #22306E;
}

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

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

.rodape-rede {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 30px;
}

.rodape-header {
    font-family: 'Dosis', sans-serif;
    text-align: center;
    font-size: 16px;
    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: 'Poppins', sans-serif;
    text-align: center;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #DADADA;
    transition: all ease 0.5s;
}

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

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

    .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) {
    .rodape-rede {
        padding-bottom: 100px;
    }

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


/*GALLERY*/

.gallery {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(4, 5vw);
    grid-gap: 15px;
}

.gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

/*CAROUSEL*/
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-height: 360px;
}

.owl-carousel .owl-item .institucional img {
    max-height: 530px;
}

.owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border-radius: 2px;
    border: 1px solid #5477BB;
    width: 13px;
    height: 13px;
    transition: all ease 0.5s;
}

.owl-dots {
    z-index: 2;
    position: relative;
    bottom: 38px;
}

.owl-nav {
    z-index: 5;
    display: flex;
    justify-content: space-between;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    z-index: 5;
}

.owl-theme .owl-nav {
    position: absolute;
    top: 35%;
    transform: translateY(-40%);
    width: 100%;
}

.owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: -60px;
    float: left;
}
  
.owl-theme .owl-nav .owl-next {
    position: absolute;
    right: -60px;
    float: right;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #5477BB;
    border: 1px solid #5477BB;
}

.owl-theme .owl-nav [class*=owl-] {
    background: transparent;
}

.owl-theme .owl-nav [class*=owl-] img {
    transition: all ease 0.5s;
    border-radius: 50%;
}

.owl-theme .owl-nav [class*=owl-] img:hover {
    transform: scaleX(1.05);
    transform: scaleY(1.05);
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}

@media (max-width: 1024px) {
    .owl-carousel .owl-item img {
        max-height: 304px;
    }
    .owl-carousel .owl-item .institucional img {
        margin-bottom: 2em;
    }
    .owl-theme .owl-nav {
        position: relative;
    }
    .servico-interna.owl-theme .owl-nav {
        margin-bottom: 70px;
    }
    .owl-theme .owl-nav .owl-prev {
        left: 0px;
    }
    .owl-theme .owl-nav .owl-next {
        right: 0px;
    }
}

@media (max-width: 768px) {
    .owl-carousel .owl-item img {
        max-height: 175px;
    }
    .owl-theme .owl-nav {
        margin-bottom: 30px;
    }
    .inst-home-desc.topicos,
    .inst-home-desc.topicos p {
        margin-bottom: 25px;
    }

    .inst-linha-mvv .header-padrao.topicos {
        margin-top: 10%;
    }
}

@media (max-width: 425px) {
    .owl-carousel .owl-item img {
        max-height: 267px;
    }
    .owl-theme .owl-nav {
        margin-bottom: 30px;
    }
}

@media (max-width: 375px) {
    .owl-carousel .owl-item img {
        max-height: 204px;
    }
}

@media (max-width: 320px) {
    .owl-carousel .owl-item img {
        max-height: 196px;
    }
}

/* PAGINACAO */
.paginacao {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.paginacao ul {
    margin: 0;
}

.paginacao li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.paginacao .paginacao-busca {
    font-size: 17px;
    /*padding: 10px 17px;*/
    width: 43px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 1px solid #082148;
    margin: 0 5px;
    color: #082148;
    border-radius: 40%;
    transition: all 0.5s;
}

.paginacao .paginacao-busca:hover,
.paginacao .borda-selecionada {
    background-color: #082148;
    color: #fff;
    transform: scale(1.20);
}

.ulcardapio {
    display: flex;
    justify-content: center;
}

.paginacao-icon svg {
    margin-top: 3px;
    width: 30px;
    height: 30px;
}

.paginacao-left .paginacao-icon svg {
    transform: rotateY(180deg);
}

.paginacao-icon svg:hover {
    fill: #fff;
}

@media (max-width: 768px) {
    .paginacao .paginacao-busca {
        width: 40px;
        height: 40px;
    }

    .col-lg-12.no-padding {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 425px) {
    .paginacao .paginacao-busca {
        width: 35px;
        height: 35px;
    }
}


/*ACCORDION*/
#blog {
    background: #F9F9F9;
}

#blog .accordion, #produto .accordion {
    position: relative;
    z-index: 1;
}
#blog .accordion .card, #produto .accordion .card {
    display: contents;
    border: 1px solid #082148;
    height: 2.4em;
    margin-bottom: 30px;
}
#blog .accordion .card-header, #produto .accordion .card-header {
    background: #082148;
    border: 1px solid transparent;
    border-radius: 15px;
    padding: 6px 15px;
    transition: all ease 0.5s;
}
#blog .accordion .card-header:hover, #produto .accordion .card-header:hover {
    background: transparent;
    border: 1px solid #082148;
    border-radius: 15px;
    padding: 6px 15px;
}
#blog .accordion .card-body, #produto .accordion .card-body {
    border-radius: 15px;
    margin-top: 10px;
    padding: 10px !important;
}
#blog .accordion .card-body .menu-item, #produto .accordion .card-body .menu-item {
    list-style: none;
    padding: 5px 0;
    transition: all ease 0.5s;
}
#blog .accordion .card-body .menu-item a:hover, #produto .accordion .card-body .menu-item a:hover {
    color: #003DA6;
}

#accordion .card {
    border: none;
    border-radius: 0;
    background-color: transparent;
}

.card-header {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    padding: 0.75rem 0;
    background-color: transparent;
    border-bottom: none;
}

.card-body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 13px;
    padding-left: 60px !important;
    padding: 0;
}

.btn-link {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    color: #fff;
    padding: 0;
    transition: all ease 0.5s;
}

.btn-link:hover {
    color: #082148;
    text-decoration: none;
}

.seta-accordion {
    display: inline-flex;
    width: 80%;
    border: 1px solid #082148;
    padding: 5px;
    border-radius: 5px;

}

.swal2-select,.swal2-content span.select2 {
    display:none !important;
}

/*BLOG*/
#blog .card {
    /*height: 14.5em;*/
    border: 1px solid transparent;
    border-radius: 15px;
    overflow: hidden;
    transition: all ease 0.5s;
}

#blog .card:hover {
    border: 1px solid #082148;
}

#blog .card-body, #produto .card-body {
    font-family: 'Poppins', sans-serif;
    border-radius: 0 10px 10px 0;
    background-color: #fff;
    font-size: 13px;
    padding: 22px !important;
}

#blog .card-title {
    margin: 0.5rem 0;
}

#blog .card-body h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #082148;
    height: 60px;
}

#blog .card-body p {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #767676;
}

#blog .card a .img-on-in {
    width: 100%; 
    height: 100%; 
    background-size: cover; 
    background-repeat: no-repeat; 
}

#blog .link-blog {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #22306E;
    transition: all ease 0.5s;
}

#blog .seta-blog {
    display: inline-flex;
    border: 1px solid #22306E;
    padding: 5px;
    border-radius: 50%;
    width: 25px;
    margin-left: 20px;
}

#blog .link-blog:hover {
    color: #00598c;
}

#sem-foto-interna-blog .img-blog {
    width: 50em; 
    height: 28em; 
    background-repeat: no-repeat; 
    background-size: cover;
}

@media (max-width: 1024px) {
    #blog .card-body h3 {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    #blog .card {
        height: auto;
    }
    #blog .accordion .card-header {
        margin-bottom: 2em;
    }
    #blog .card a .img-on-in {
        height: 13em;
    }
    #blog .accordion .card-body {
        margin-bottom: 30px;
    }
    #sem-foto-interna-blog .img-blog {
        width: 43em;
    }
}

@media (max-width: 425px) {
    #blog .card-body h3 {
        font-size: 23px;
        line-height: 25px;
    }
    #sem-foto-interna-blog .img-blog {
        width: 24em;
        height: 14em;
        background-size: contain;
    }
}

@media (max-width: 375px) {
    #sem-foto-interna-blog .img-blog {
        width: 21em;
    }
}

@media (max-width: 320px) {
    #blog .card-body h3 {
        font-size: 20px;
    }
    #sem-foto-interna-blog .img-blog {
        width: 18em;
        height: 10em;
    }
}

/*DEPOIMENTO*/
#depoimento .card {
    border: 1px solid #22306E;
    border-radius: 10px;
}

#depoimento img.aspas {
    width: 8%;
}

#depoimento .card-body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    height: 27em;
    border-radius: 10px;
    background-color: #F9F9F9;
    font-size: 13px;
    padding: 30px !important;
    transition: all ease 0.5s;
}

#depoimento .card-body h3 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #797979;
}

#depoimento .card-title {
    margin-bottom: 0;
}

#depoimento .card-body p {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #797979;
}

#depoimento .retrato {
    border: 1px solid #22306E;
    border-radius: 50%;
    width: 4em;
    height: 4em;
}

#depoimento hr {
    border-top: 1px solid #22306E;
    margin-top: 5px;
    margin-bottom: 5px;
}

#depoimento .card-body:hover {
    transform: scale(1.02);
}

@media (max-width: 768px) {
    #depoimento .card-body {
        height: 25em;
    }
}
@media (max-width: 425px) {
    #depoimento .card-body {
        height: 28em;
    }
    #depoimento img.aspas {
        width: 15%;
    }
    #depoimento img.aspas.float-right {
        margin-bottom: 20px;
    }
}

/*BOX*/
.box {
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #F0F0F0;
    box-shadow: 0px 0px 10px 0px #F0F0F0;
    border-radius: 10px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    text-align: center;
    transition: all ease 0.5s;
}

/*
.box h3 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
    color: #003DA6;
    margin-top: 25px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
*/

.box p {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #8B8B8B;
}

.box .img-box {
    height: 13em;
    border-radius: 10px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/*VÍDEO*/
.video .box {
    padding: 0;
}
.video .box .img-box {
    height: 17em;
    transition: all ease 0.5s;
}
.video .box .titulo-box.mobile {
    display: none;
}
.capa-youtube .titulo-box {
    display: none;
    transition: all ease 0.5s;
}
.capa-youtube:hover .titulo-box {
    display: inline;
    position: absolute;
    top: 42%;
    left: 22%;
}
.capa-youtube:hover .titulo-box .conteudo-padrao {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    background: #000000d6;
    padding: 10px;
    width: 25em;
    border-radius: 20px;
}
.capa-youtube:hover .img-box {
    opacity: 0.5;
}

.video-interna .box .img-box {
    height: 20em;
}

@media (max-width: 1024px) {
    .video .box .img-box {
        height: 15em;
    }

    .capa-youtube:hover .titulo-box {
        left: 16%;
    }

    .video-interna .box .img-box {
        height: 16em;
    }
}
@media (max-width: 768px) {
    .video .box .img-box {
        height: 10em;
    }

    .capa-youtube:hover .titulo-box {
        top: 27%;
    }

    .capa-youtube:hover .titulo-box .conteudo-padrao {
        font-size: 10px;
    }

    .video .box .titulo-box.mobile {
        display: block;
        padding: 20px;
        display: flex;
        align-items: center;
    }

    .video .box .titulo-box.mobile .conteudo-padrao {
        font-size: 17px;
    }

    .video-interna .box .img-box {
        height: 12em;
    }
}
@media (max-width: 425px) {
    .capa-youtube:hover .titulo-box {
        left: 12%;
    }

    .capa-youtube:hover .titulo-box .conteudo-padrao {
        font-size: 13px;
    }

    .capa-youtube {
        width: 100%;
    }

    .video .box .img-box {
        height: 13em;
    }

    .video-interna .box, .video-interna .video-empreendimento {
        width: 100%!important;
    }

    .video-interna .box .img-box {
        height: 13em;
    }
}
@media (max-width: 375px) {
    .video .box .img-box {
        height: 12em;
    }

    .capa-youtube:hover .titulo-box {
        left: 10%;
    }

    .capa-youtube:hover .titulo-box .conteudo-padrao {
        font-size: 12px;
    }

    .video-interna .box .img-box {
        height: 12em;
    }
}
@media (max-width: 320px) {
    .video .box .img-box {
        height: 10em;
    }

    .capa-youtube:hover .titulo-box {
        left: 11%;
        top: 25%;
    }

    .capa-youtube:hover .titulo-box .conteudo-padrao {
        font-size: 10px;
    }

    .video-interna .box .img-box {
        height: 10em;
    }
}

#doenca .box img {
   width: 60%;
}

.box .titulo-box {
    height: 5em;
}

.box:hover {
    border: 1px solid #dddddd;
    box-shadow: 0px 0px 10px 10px #F0F0F0;
}

#doenca .box {
    background: transparent;
    border: none;
    box-shadow: none;
}

#doenca .box .margem-doenca {
    background: #fff;
    border-top: 2px solid rgba(0,0,0,.1);
    width: 50%;
    margin: 10px auto;
}

#doenca .btn-contato a {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: block;
    margin: 0 auto;
    width: 13em;
    text-transform: uppercase;
    color: #fff;
    background: #082148;
    border: 2px solid #082148;
    padding: 10px 0;
    border-radius: 30px;
    text-align: center;
    font-weight: 600;
    transition: all ease 0.5s;
}

#doenca .btn-contato a:hover {
    color: #082148;
    background: transparent;
    border: 2px solid #082148;
}

@media (max-width: 1024px) {
    .box h3 {
        font-size: 14px;
    }

    .box p {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .box h3 {
        font-size: 18px;
    }

    .box p {
        margin-top: 10px;
        font-size: 14px;
    }
}

@media (max-width: 425px) {
    .box {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .box h3 {
        margin-top: 0px;
        font-size: 18px;
    }

    .box p {
        margin-top: 0px;
        font-size: 14px;
    }
}

/*BLOG*/
#blog-pesquisa input {
    position: absolute;
    width: 92%;
}

#blog-pesquisa button {
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 4px;
    right: 25px !important;
    right: 0;
}

#blog-pesquisa button img {
    width: 85%;
}

.rotate90 img {
    transform: rotate(90deg);
}

.setaFaq img, .conteudoFaq {
    transition: all ease 0.50s 0.15s;
}

.conteudoFaq{
    transition: all 0.1s ease;
    overflow:hidden;
}

@media (max-width: 768px) {
    #blog-pesquisa input {
        position: inherit;
        width: 100%;
        margin-bottom: 30px;
    }
}

/*DUVIDAS*/
#duvidas .seta-accordion img {
    width: 100%;
}
#duvidas img {
    width: 80%;
}

@media (max-width: 425px) {
    #duvidas img {
        width: 100%;
    }
}

/*BANNER*/
.banner-principal.royalSlider, .banner-principal .rsSlide {
    height: 100vh!important;
}
.banner-principal .rsOverflow {
    height: 100%;
}

.destaque-banner {
    background-color: #FFFFFFBF;
    position: absolute;
    border-radius: 10px;
    padding: 25px 30px;
    bottom: 16em;
}

.destaque-banner p {
    font-family: 'Inter', sans-serif;
    color: #414141;
}


@media (min-width: 2560px) {
    .destaque-banner {
        bottom: 33em;
    }
}

@media (max-width: 1440px) {
    .destaque-banner {
        bottom: 11em;
    }
}

@media (max-width: 1366px) AND (max-height: 940px) {
    .destaque-banner {
        bottom: 17em;
    }
}

@media (max-width: 1366px) AND (max-height: 765px) {
    .destaque-banner {
        bottom: 6em;
    }
}

@media (max-width: 1366px) AND (max-height: 735px) {
    .destaque-banner {
        bottom: 4em;
    }
}

@media (max-width: 1366px) AND (max-height: 705px) {
    .destaque-banner {
        bottom: 1em;
    }
}

@media (max-width: 1366px) AND (max-height: 655px) {
    .destaque-banner {
        bottom: -1em;
    }
}

@media (max-width: 1366px) AND (max-height: 625px) {
    .destaque-banner {
        bottom: -3em;
    }
}

@media (max-width: 1080px) AND (max-height: 1045px) {
    .destaque-banner {
        bottom: 24em;
    }
}

@media (max-width: 1080px) AND (max-height: 1020px) {
    .destaque-banner {
        bottom: 21em;
    }
}

@media (max-width: 1080px) AND (max-height: 975px) {
    .destaque-banner {
        bottom: 19em;
    }
}

@media (max-width: 1080px) AND (max-height: 935px) {
    .destaque-banner {
        bottom: 17em;
    }
}

@media (max-width: 1024px) {
    .destaque-banner {
        bottom: 13em;
    }
}

@media (max-width: 768px) {
    .destaque-banner {
        display: block;
        position: inherit;
    }
    .destaque-banner .display-align {
        flex-wrap: wrap!important;
        padding: 20px 0;
    }
    .destaque-banner img {
        padding: 0 0 40px 0!important;
    }
}


.grecaptcha-badge {
    bottom: 40%!important;
}

/*BOTÃO SAIBA*/
.btn-saiba a {
    font-family: 'Dosis', sans-serif;
    display: block;
    margin: 0 auto;
    width: 13em;
    text-transform: uppercase;
    color: #082148;
    border: 2px solid #082148;
    padding: 10px 0;
    border-radius: 30px;
    text-align: center;
    font-weight: 600;
    transition: all ease 0.5s;
}

.btn-saiba a:hover, #doenca .btn-saiba a:hover {
    color: #fff;
    background: #082148;
    border: 2px solid #082148;
}

#doenca .btn-saiba a {
    color: #fff;
    border: 2px solid #fff;
}

@media (max-width: 768px) {
    .btn-saiba {
        margin-bottom: 3em;
    }
}


/*TRATAMENTOS*/
#tratamento {
    background: #F9F9F9;
}
.btn-tratamento {
    font-family: 'Dosis', sans-serif;
    cursor: pointer;
    color: #fff;
    background: #082148;
    border: 2px solid #082148;
    padding: 7px 20px;
    border-radius: 15px;
    text-align: center;
    font-weight: 400;
    transition: all ease 0.5s;
}

.btn-tratamento:hover {
    color: #082148;
    background: transparent;
    border: 2px solid #082148;
}

/*EXAMES*/
.btn-exame {
    font-family: 'Dosis', sans-serif;
    cursor: pointer;
    color: #fff;
    background: #082148;
    width: 100%;
    height: 6em;
    margin: 15px 0;
    border: 2px solid #082148;
    border-radius: 15px;
    text-align: center;
    font-weight: 600;
    transition: all ease 0.5s;
}

.btn-exame:hover {
    color: #082148;
    background: transparent;
    border: 2px solid #082148;
}

/*CATEGORIA PRODUTO*/
.categoria-produto .categoria {
    margin-bottom: 60px;
}

.categoria-produto .categoria a {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #fff;
    background: #003DA6;
    border: 2px solid transparent;
    padding: 15px;
    border-radius: 30px;
    transition: all ease 0.5s;
}

.categoria-produto .categoria a:hover, .categoria-produto .categoria a.selected {
    color: #003DA6;
    border: 2px solid #003DA6;
    background: transparent;
}

.ctg-desktop {
    display: flex;
}
.ctg-mobile {
    display: none;
}

@media (max-width: 768px) {
    .ctg-desktop {
        display: none;
    }
    .ctg-mobile {
        display: block;
    }
}


/*CTA*/
#cta img {
    width: 100%;
}

/*DOENÇA*/
#doenca {
    background: rgb(0,89,140);
    background: linear-gradient(50deg, rgba(0,89,140,1) 0%, rgba(0,48,98,1) 100%);
}

#doenca .btn-tratamento {
    color: #fff;
    background: #6495b6;
    border: 2px solid #6495b6;
}

#doenca .btn-tratamento:hover {
    color: #6495b6;
    background: transparent;
    border: 2px solid #6495b6;
}

/*ÍCONES*/
.d-md-none {
    display: block!important;
}

@media (max-width: 768px) {
    .d-md-none {
        display: none!important;
    }
}

/*VÍDEO YT*/
.inst-home-desc p iframe {
    height: 29em;
}

@media (max-width: 375px) {
    .inst-home-desc p iframe {
        height: 20em;
    }
}
@media (max-width: 320px) {
    .inst-home-desc p iframe {
        height: 15em;
    }
}

/*PRIVACIDADE*/
.privacidade-banner-text{
    max-width: 545px;
    float: right;
    padding: 15px 15px;
    margin: 15px 30px 0px 0px;
    overflow: hidden;
    font-size: 18px;
    line-height: 32px;
    color: #666;
}
.privaci-banner-title{
    font-size: 44px;
    font-weight: 600;
    line-height: 54px;
    color: #124A80;
}
.privaci-banner-subtitle{
    font-size: 32px;
    line-height: 54px;
    color: #12A3BD;
}

#cookiefirst-cookies-table div.cf1Hdl{
    overflow-x: auto;
}
.container-banner-interno{
    max-height: none!important;
}
input, textarea,select {
    font-family: "Raleway", sans-serif;
    outline: none;
    border: solid 2px #d8d8d8;
    resize: none;
    width: 100%;
    color: #000 !important;
    margin-bottom: 1.5em!important;
    padding: 12px 20px;
}
.input-radio-container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.input-radio-container.v2{
    flex-wrap: nowrap;
}
.input-radio-container input{
    width: auto;
    margin: 15px 10px 0px 25px;
}
.input-desc{
    font-family: 'Poppins-Regular';
    font-size: 12px;
    color: #666 !important;
    margin-top: -20px;
    line-height: 15px;
}

.privacidade-banner-text {
    max-width: 100%!important;
    padding: 0!important;
}
.list-group {
    z-index: 0;
    position: relative;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover, .list-group-item.active p, .list-group-item.active:focus p, .list-group-item.active:hover p {
    background-color: #082148!important;
    border-color: #082148!important;
    color: #fff;
}

.btnPrivacidade {
    cursor: pointer;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif!important;
    border: 2px solid #082148;
    background-color: #082148;
    padding: 10px 0;
    border-radius: 30px;
    color: #fff!important;
    font-weight: 600;
    transition: all ease 0.5s;
}

.btnPrivacidade:hover {
    background-color: transparent;
    color: #082148!important;
}

@media (max-width: 768px) {
    .list-group {
        margin-bottom: 3em;
    }
}

/*CLINICA*/
@media (max-width: 768px) {
    .img-clinica {
        margin: 40px 0;
    }
}


/*IMAGEM INTERNA*/
.back-img-item {
    width: 40em;
    height: 20em;
    border-radius: 15px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 425px) {
    #sem-foto-interna-istitucional {
        width: 100%;
    }
    
    .back-img-item {
        width: auto;
    }
}
