*{
    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; list-style: none;}

body {
    zoom: 1;
    word-wrap: break-word;
    word-break: normal;
    overflow-x: hidden;
}
@media (max-width: 1400px) {
    body {
        zoom: 0.9;
    }
}
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;
}
::selection { background: var(--cor-selecao); color: #fff; } ::-moz-selection { background: var(--cor-selecao); color: #fff; }
.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;
}

/*MODAL*/
.modal {
    top: -30px !important;
}
.modal-dialog {
    margin-top: 0;
}
.modal-content {
    float: left;
    width: 100%;
    top: 20em;
    border-radius: 10px!important;
    backdrop-filter: blur(10px)!important;
    box-shadow: 0 0 40px rgba(8,7,16,0.6)!important;
    padding: 10px 20px 0px 20px;
}
.modal-body {
    float: left;
    width: 100%;
    text-align: justify;
    background-color: #ffffffc9;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 40px rgba(8,7,16,0.6);
}
.modal-body .display-align {
    justify-content: space-between;
}

.button {
    font-family: monospace!important;
    display: inline-block;
    padding: 0.5em 1.0em;
    border-radius: 4px;
    background: #ffffff;
    font-family: Arial;
    font-size: 16px;
    cursor: pointer;
    color: #515151;
    border: 1px solid #515151;
    margin: 10px;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
}
  
.button:hover {
    background-color: rgba(0,0,0,0.1);
}
  
.button:active, .button.is-checked {
    background-color: rgba(0,0,0,0.1);
    outline: none;
}
  
.button-group {
    margin: 20px;
    text-align: center;
}
  
.button-group:after {
    content: '';
    display: block;
    clear: both;
}
  
img {
    vertical-align: middle;
}
  
.grid article {
    float: left;
    margin: 1%;
    width: 23%;
}
  
@media (max-width: 1024px) {
    .grid article {
        width: 31.3%;
    }
}

@media (max-width: 767px) {
    .grid article {
        width: 48%;
    }
}

@media (max-width: 479px) {
    .grid article {
        margin: 2% 0;
        width: 100%;
    }
}

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

.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; height: 5px;}
body::-webkit-scrollbar-track{background: transparent;}
body::-webkit-scrollbar-thumb{background: var(--cor-barra-rolagem);}

body {
    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: 'Asap Condensed', Arial;
}


/* HEADER PADRAO */
.header-padrao {
    font-family: 'Chewy', Arial;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 5px;
    font-size: 55px;
    color: #5DC4FE;
    font-weight: 600;
}
.header-titulo {
	font-family: var(--estilo-fonte);
    letter-spacing: 2px;
    font-size: 30px;
    color: var(--cor-texto);
	font-weight: 500;
    margin-bottom: 30px;
}
.nav-menu .nav-menu {
    border-bottom: 2px solid #fff;
    transition: all ease 0.5s;
}
.fixo .nav-menu .nav-menu {
    border-bottom: none;
}

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

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

.container-header .menu-linha.principal {
    width: 100%;
    border-radius: 0;
}

.navbar {
    width: 100%;
}
.navbar .nav-menu {
    height: 73px;
    position: relative;
    transition: all 0.5s;
}
.nav-brand {
    position: relative;
}
.nav-brand a {
    padding: 0;
    margin: 0;
}
.nav-brand img {
    height: 120px;
    position: relative;
    transition: all 0.5s;
    color: #fff;
}
.navbar-toggler {
    border: 2px solid #5DC4FE;
    outline: none;
    border-radius: 50%;
    padding: 7px 10px;
}
.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: 21px;
    height: 2px;
    background-color: #5DC4FE;
    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 {
    height: 60px;
    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: center;
}

.menu-item {
    position: relative;
    margin: 0px;
    padding: 0px;
}
.menu-item:last-child {
    padding-right: 0;
}
.menu-item-link {
    font-size: 16px;
    color: #fff;
    font-family: "Montserrat",Arial;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.5s;
    text-transform: uppercase;
}


@media (max-width: 768px) {
    .container-header .nav-menu {
        height: 75px;
    }
}

/*REDE SOCIAL*/
.ul-social {
    position: fixed;
    width: 295px;
    background: #f3f3f3;
    border-radius: 8px;
    z-index: 46;
    box-shadow: 0 0 10px -5px #8c8c8c;
    transition: all ease-in-out .25s;
    transform: scale(0);
    list-style: none;
    margin: 0;
    font-family: 'Montserrat';
    font-weight: 500;
    left: 60px;
    /* Removido o bottom fixo */
}

.ul-social .cont-social li {
    width: 100%;
}

.ul-social.shown {
    transform: scale(1);
    /* Posição dinâmica baseada no centro da tela */
    top: 50%;
    transform: translateY(-50%) scale(1);
}

.topo-social {
    color: #fff;
    background: var(--cor-links);
    padding: 15px 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-align: center;
    text-transform: uppercase;
    font-size: .9rem;
}

.cont-social {
    max-height: 60vh;
    overflow-y: auto;
}

.social-contato {
    position: fixed;
    left: 0;
    /* Centralizado verticalmente */
    top: 50%;
    transform: translateY(-50%);
    opacity: .45;
    padding: 15px;
    text-align: center;
    transition: all ease-in-out .2s;
    border-radius: 0 10px 10px 0;
    color: #fff;
    cursor: pointer;
    background: var(--cor-links);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 45;
}

.social-contato:hover, .social-contato.shown {
    opacity: 1;
}

.social-fale-txt-mob {
    font-size: 16px;
    color: #fff;
    writing-mode: vertical-lr;
    text-orientation: upright;
    letter-spacing: 5px;
}

/* Estilos para os itens */
.ul-social a {
    display: flex;
    align-items: center;
    padding: 5px 15px;
    text-decoration: none;
    color: #333;
    gap: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.ul-social a:last-child {
    border-bottom: none;
}

.ul-social img {
    width: 24px;
    height: 24px;
}

.info-social p {
    margin: 0;
    font-size: 0.8rem;
    color: #666;
}

.info-social h2 {
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
}

/*LINKS - REDE SOCIAL*/
.cont-social {
    padding: 10px;
    max-height: 46vh;
    overflow-y: auto;
}

.info-social {
    font-family: 'Asap Condensed', Arial;
    margin-left: 10px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}

.info-social p {
    font-size: .8rem;
    color: #6e6e6e;
}

.info-social h2 {
    margin-top: 5px;
    font-size: 1rem;
    color: #797979;
}

.cont-social .img-rede {
    padding: 10px 3px;
    border-radius: 20px;
}

.cont-social .instagram {
    background-color: rgb(225, 48, 108);
}
.cont-social .facebook {
    background-color: rgb(14 76 201);
}
.cont-social .linkedin {
    background-color: rgb(0, 132, 191);
}
.cont-social .youtube {
    background-color: rgb(255, 0, 0);
}

.cont-social li {
    padding: 5px;
    transition: all ease 0.5s;
}

.cont-social li:hover {
    box-shadow: 0 0 10px -5px #8c8c8c;
}

.cont-social img {
    left: 2px;
    height: 38px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.cont-social .img-rede img {
    height: 30px;
    bottom: 1px;
}

.social {
    width: 8%;
}
.social .img-rede {
    padding: 15px;
    transition: all 0.5s ease-in-out;
}
.social .img-rede {
    border-radius: 50%;
}
.social .img-rede.instagram:hover {
    background-color: rgb(225, 48, 108);
}
.social .img-rede.facebook:hover {
    background-color: rgb(14 76 201);
}
.social .img-rede.linkedin:hover {
    background-color: rgb(0, 132, 191);
}
.social .img-rede.youtube:hover {
    background-color: rgb(255, 0, 0);
}

.container-header.fixo {
    top: 0;
}
.container-header.fixo .menu-linha {
    background-color: #3434347d;
    backdrop-filter: blur(10px)!important;
    width: 110%;
    border-radius: 0;
    height: 85px;
}

.container-header.fixo .menu-linha.secundario {
    height: 33px;
    top: 85px;
}

.container-header.fixo .menu-linha.secundario .navbar-nav {
    margin: 0 auto;
}

.container-header.fixo .nav-brand img {
    height: 65px;
}
.container-header.fixo .navbar .nav-menu {
    position: relative;
}

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

@media (max-width: 768px) {
    .social {
        width: 12%;
    }
    .container-header.fixo .menu-linha {
        height: 95px;
    }
    .container-header .menu-linha.secundario {
        height: 33px;
        width: 100%;
        border-radius: 0;
    }
}
@media (max-width: 520px) {
    .social {
        width: 20%;
    }
}
@media (max-width: 375px) {
    .container-header.fixo .menu-linha {
        width: 120%;
    }
    .social {
        width: 25%;
    }
}
.container-header.fixo {
    transition: all ease 0.5s;
    position: fixed;
    width: 100%;
    top: 0;
}
.container-header.fixo a img{
    display: inline;
}
.container-header.fixo .login-txt{
    display: none;
}
.container-header.fixo .menu-item-img{
    margin-right: 20px;
}
.container-header.fixo .menu-linha-login {
    opacity: 1;
    position:initial;
}
.container-header.fixo .nav-brand img {
    height: 65px;
    position: relative;
    transition: all 0.5s;
	filter: sepia(0);
}
.img-rede-header {
    width: 32px;
    margin-left: 10px;
    border-radius: 50%;
}

@media (max-width: 1024px) {
    .rf-destaque-menu {
        width: 5em;
    }
}
@media (max-width: 768px) {
    .header .navbar {
        padding: 0;
    }
    .rf-destaque-menu {
        width: 100%;
        border-right: none;
    }
    .menu-items {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }
    .menu-items span{
        width: 25px;
        margin: 0px;
        margin-top: 10px;
    }
    .menu-item-login .btn-form-contato {
        background-color: #ffffff;
    }
    .container-header.fixo .nav-brand img {
        height: 60px;
    }
}
@media (max-width: 375px) {
    .navbar-input input {
        margin-left: 0px;
    }
    .container-header.fixo .nav-brand img {
        height: 50px;
    }
}

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

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

@media (min-width: 992px) AND (max-width: 1199px) {
    .menu-item-link {
        font-size: 12px;
    }
}
@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-login {     
        display: none;
    }
    div#navbarSupportedContent {
        position: absolute;
        left: 0;
        top: 60px;
        height: 100vh;
        overflow-y: auto;
        max-height: calc(100vh - 50px);
        z-index: 11;
    }
    .input-group-append .btn, .input-group-prepend .btn {
        position: relative;
        z-index: auto; 
    }
    .navbar-nav {
        padding-top: 10em;
    }
    .menu-item {
        padding: 0;
        top: 30px;
        text-align: center;
    }
    .menu-item li {
        position: relative;
    }
    .menu-item a {
        font-size: 18px;
    }
    .nav-menu .menu-item-link {
        padding: 18px 15px;
        color: #fff;
    }
    .menu-item::after {
        display: none;
    }
}
@media (max-width: 520px) {
    .menu-item {
        padding: 0 10px;
    }
}
@media (max-width: 350px) {
    .menu-item {
        padding: 0;
    }
}


.container-home-info {
    padding: 30px 0;
}
@media (max-width: 375px) {
    .inst-home-desc, .inst-home-desc p {
        font-size: 14px;
    }
}

/* ----------------------------- INSTITUCIONAL ----------------------------- */
hr.nav-linha-cor{
    width: 94.8%;
    margin-bottom: 0.5rem;
    background-color: #5DC4FE;
    position: relative;
}
.inst-linha-cor-branco {
    background-color: #FFFFFF;
}
.inst-desc {
    font-family: 'Montserrat', Arial;
    /* font-size: 32px; */
    font-size: 20px;
    color: #BBBBBB;
    /* line-height: 39px; */
    position: relative;
    padding-right: 32px;
}
.inst-linha-mvv {
    padding-top: 30px;
    padding-bottom:30px;
}
#principal .header-padrao {
    font-size: 40px;
    line-height: 67px;
    color: #5DC4FE;
    font-weight: 500;
    position: relative;
}
#principal .header-titulo, #principal .header-titulo a {
    color: #7C7C7C;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 0;
}
#videos .header-titulo, #areaRestrita .header-titulo {
    font-weight: 500;
}
.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: 'Montserrat', Arial;
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 29px;
}
.inst-txt-info {
    margin-top: 90px;
}
.inst-txt-info .header-titulo,
.inst-txt-info .inst-home-desc {
    color: #FFFFFF;
}

@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: 1024px) {
    #institucional #principios img {
        width: 30%;
    }
}
@media (min-width: 992px) {
    .pad-l-lg-11 {
        padding-bottom: 11px;
    }
    .pad-r-lg-11 {
        padding-right: 11px;
    }
}
@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-linha-top {
        padding-bottom: 30px;
    }

    .inst-linha-mvv {
        padding-top: 10px;
        padding-bottom: 40px;
    }
    .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) {
    #institucional #descricao {
        margin-top: 60px;
    }
    .header hr.nav-linha-cor{
        display: none;
    }
    hr.nav-linha-responsivel{
        display: flex;
        width: 80%;
        position: relative;
        top: -35px;
        background-color: #fff;
    }
    .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-mvv-desc {
        font-size: 16px;
    }
}
@media (max-width: 575px) {
    .inst-titulo {
        font-size: 40px;
    }
    .inst-subtitulo {
        font-size: 44px;
    }
}


/* ---------------------------------- MAPA ---------------------------------- */
.container-mapa iframe {
    height: 400px;
    margin-top: 30px;
    border-radius: var(--estilo-arredondamento);
}
.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{
    padding: 50px 0;
}

.rodape-txt, .rodape-txt a {
    font-family: var(--estilo-fonte);
    text-align: center;
    color: var(--cor-texto);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.2px;
}
.rodape-rede {   
    padding-top: 0;
    padding-bottom: 3em;
}
.rodape-header {
    font-family: 'Asap Condensed', Arial;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 15px;
}

.rodape-menu-item,
.rodape-menu-item a {
    font-family: 'Asap Condensed', Arial;
    list-style: none;
    display: flex;
    margin: 0 5px;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #fff;
    transition: all 0.8s;
}
.rodape-menu-item .selected-menu a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.rodape-menu-item a:hover {
    color: #fff;
}
.rodape-menu-item {
    padding-bottom: 35px;
}
.rodape-menu-item:last-child {
    padding-bottom: 0;
}

.rodape-menu,
.rodape-servico {
    display: flex;
    justify-content: center;
    margin-left: 0;
    list-style: none;
    flex-wrap: wrap;
}

@media (max-width: 1440px) {
    .logo-cliente img {
        width: 40%;
    }
}
@media(max-width: 768px) {
    .destaque-menu-item.destaque {
        display: none;
    }
    .rodape-menu-item {
        padding-bottom: 15px;
    }
}
@media (max-width: 520px) {
    .rodape-menu,
    .rodape-servico {
        display: grid;
        text-align: center;
    }
    .rodape-menu-item {
        padding-bottom: 5px;
        justify-content: center;
    }
}

.destaque-menu-item .rodape-menu .rodape-menu-item li{
    padding: 10px 20px;
}
.rodape-menu .rodape-menu-item li{
    padding: 10px 1px;
}

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

@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 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;
    }
}
.hidden-desk{
	display: none !important;
}
.hidden-mob{
	display: block !important;
}
@media (max-width: 768px) {
    .nav-menu .menu-item-link{
        text-transform: uppercase;
        font-size: 25px;
	}
    .nav-menu .menu-item-link.img-header{
        width: 10%;
	}
    .menu-item-li {
        margin-right: 0px;
        margin-bottom: 30px;
    }
	
    .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;
    }
	.hidden-desk{
		display: block !important;
	}
	.hidden-mob{
		display: none !important;
	}
}
@media (max-width: 575px) {
    .rodape-conteudo .container {
        padding-top: 30px;
    }
    .nav-menu .menu-item-link.img-header{
        width: 15%;
	}
    .logo-cliente img {
        margin-top: 40px;
    }
    .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%;
    }
}


/*INSTITUCIONAL*/
.produtos {
    box-shadow: 0px 4px 10px 0px #b3939359;
    padding: 40px;
    height: 90%;
    max-height: 90%;
    transition: all ease 0.5s;
}
.produtos:hover {
    transform: scale(1.03);
    box-shadow: 0px 4px 10px 0px #74666688;
    cursor: pointer;
}
.produtos .img-fluid {
    max-width: 40%;
}
.inst-home-produtos {
    font-size: 18px;
    color: #8B8B8B;
    font-weight: 600;
    position: relative;
    text-align: center;
    font-family: "Asap Condensed", Arial;
    line-height: 20px;
    margin-bottom: 25px;
    text-align: center;
}

@media (max-width: 768px) {
    .produtos {
        padding: 25px;
    }
}

@media (max-width: 520px) {
    .produtos {
        padding: 80px;
    }
}

@media (max-width: 375px) {
    .produtos {
        padding: 50px;
    }
}

/*CHECKBOX*/
.switch .inst-home-produtos {
    padding-left: 0.5rem;
}

.switch .switch-wrapper {
    display: inline-block;
    width: 60px;
    height: 34px;
    position: relative;
}
.switch .switch-wrapper .switch-button {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 40px;
    background-color: #BFBFBF;
}

.switch .switch-wrapper .switch-button::before {
    content: "";
    width: 26px;
    height: 26px;
    position: absolute;
    left: 4px;
    bottom: 4px;
    border-radius: 50%;
    transition: all ease 0.4s;
    background-color: #5DC4FE;
    cursor: pointer;
}

.switch .switch-wrapper input:checked + .switch-button {
    background-color: #5DC4FE;
}
.switch .switch-wrapper input:checked + .switch-button::before {
    transform: translateX(20px);
    background-color: #fff;
}

/*SOBRE NOS*/
.bk-sobre-nos {
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 165, 0, 0.3) 80px, transparent 90px),  /* Médio */
        radial-gradient(circle at 80% 30%, rgba(0, 123, 255, 0.3) 60px, transparent 70px),  /* Médio */
        radial-gradient(circle at 50% 70%, rgba(128, 128, 128, 0.3) 50px, transparent 60px), /* Grande */
        radial-gradient(circle at 60% 80%, rgba(255, 165, 0, 0.3) 100px, transparent 110px),  /* Médio */
        radial-gradient(circle at 37% 50%, rgba(0, 123, 255, 0.3) 40px, transparent 50px);  /* Pequeno */
    background-size: cover;
    background-repeat: no-repeat;
}

.box-card {
    width: 100%;
    height: 12em;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: var(--estilo-arredondamento);
    background: #F5F5F5;
    transition: all 0.5s ease-in-out;
}

.box-card-sobre {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.5s ease-in-out;
}

.box-card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.box-card:hover .box-card-sobre {
    transform: scale(1.1);
}


.box-card-sobre .box-texto {
    padding-left: 20px;
}
.box-card-sobre.laranja {
    background: #E89415;
}
.box-card-sobre.azul {
    background: #5EC4FF;
}
.box-card-sobre.cinza {
    background: #343434;
}
.box-card-sobre.display-align {
    justify-content: space-around;
}
.box-card-sobre img{
    width: 15%;
}
.box-card-sobre .titulo-adocao, .box-card-sobre .subtitulo-adocao, .box-card-sobre .btn-adocao {
    text-align: center;
}
.box-card-sobre .titulo-adocao, .form-name {
    font-family: "Chewy", system-ui;
    font-size: 25px;
    text-align: justify;
    color: #fff;
}
.box-card-sobre .subtitulo-adocao {
    font-family: var(--estilo-fonte);
    font-size: 14px;
    text-align: justify;
    margin: 5px 0;
    color: #fff;
}
.box-card-sobre .btn-adocao {
    font-family: 'Asap Condensed', Arial;
    font-size: 25px;
    font-weight: 900;
    line-height: 30px;
    color: #5DC4FE;
}
.galeria-projeto .box-card-sobre {
    height: 15em;
    transition: all linear 10s;
}
.projetos-item {
    height: 100%;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.5s ease-in-out;
}
.galeria-projeto .projetos-item {
    background-position: top;
    transition: all linear 10s;
}
.box-cliente.projetos-item {
    background-size: contain;
}
.box-card-sobre.azul:hover {
    -webkit-box-shadow: 0 0 20px 1px #5DC4FE;
    -moz-box-shadow: 0 0 20px 1px #5DC4FE;
    box-shadow: 0 0 20px 1px #5DC4FE;
}
.box-card-sobre.laranja:hover {
    -webkit-box-shadow: 0 0 20px 1px #E89415;
    -moz-box-shadow: 0 0 20px 1px #E89415;
    box-shadow: 0 0 20px 1px #E89415;
}
.box-card-sobre.cinza:hover {
    -webkit-box-shadow: 0 0 20px 1px #343434;
    -moz-box-shadow: 0 0 20px 1px #343434;
    box-shadow: 0 0 20px 1px #343434;
}
.box-card-sobre:hover .box-animal {
    -webkit-box-shadow: 0 0 10px 1px #000000;
    -moz-box-shadow: 0 0 10px 1px #000000;
    box-shadow: 0 0 10px 1px #000000;
}
.box-card-sobre:hover .projetos-item {
    transform: scale(1.1);
}
.galeria-projeto .box-card-sobre:hover .projetos-item {
    background-position: bottom;
}
#form-conteudo .form-name {
    width: 100%;
    color: #E89416;
}

@media (max-width: 1024px) {
    .box-card-sobre {
        padding: 20px 30px;
    }
    .box-card-sobre .titulo-adocao {
        font-size: 20px;
    }
    .box-card-sobre .subtitulo-adocao {
        font-size: 13px;
    }
    .box-card-sobre .box-texto {
        padding-left: 25px;
    }
}

@media (max-width: 425px) {
    .box-card {
        height: 10em;
    }
}

@media (max-width: 375px) {
    .box-card {
        height: 9em;
    }
}

@media (max-width: 320px) {
    .box-card {
        height: 8em;
    }
}

#conteudo-site {
    background: var(--cor-principal);
}

/* SETA */
#seta-cima {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000; /* Garante que fique acima de outros elementos */
}

#seta-cima #stop1 {
    stop-color: var(--cor-seta-inicial);  /* Cor extraída */
}

#seta-cima #stop2 {
    stop-color: var(--cor-seta-secundaria);  /* Cor extraída */
}

#seta-cima .seta-rotacionada {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); /* Safari/iOS */
    -moz-transform: rotate(270deg);    /* Firefox */
    -ms-transform: rotate(270deg);     /* IE */
    -o-transform: rotate(270deg);      /* Opera */
    transform-origin: center;
}

/* RECAPTHCA */
.grecaptcha-badge {
    display: none;
}

.space-top {
    padding-top: 120px;
}

/*LINHA DIVISÃO*/
hr.linha {
    border-top: 1px solid var(--cor-barra);
}

/*RODAPÉ STEAC*/
.logo-steac {
    text-align: center;
}

.logo-steac span, .logo-steac a {
    color: #fff;
}

.logo-steac img {
    margin-top: 10px;
    width: 3em;
    transition: all ease 0.5s;
}

.logo-steac span,
.logo-steac img {
    opacity: 0.5;
    transition: all ease 0.5s;
}

.logo-steac:hover span,
.logo-steac:hover img {
    opacity: 1;
}
