/* ## UTILITARIOS CSS INICIO ## */

html {
    scroll-behavior: smooth !important;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
    border-radius: 10px;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
    background-color: #fff;
    background-image: -webkit-linear-gradient(
        top,
        #00a0d8 0%,
        #00a0d8 50%,
        #00a0d8 51%,
        #00a0d8 100%
    );
}

/* .sombrinha, .sombrinha-hover:hover { box-shadow: 0 0 15px rgba(0,0,0,.08); transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; } */

.sombrinha,
.sombrinha-hover:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.i-xlarge {
    width: 75px !important;
    height: 64px !important;
    font-size: 56px;
    line-height: 64px !important;
}

.hidden {
    display: none !important;
}

.linha {
    height: 1px;
    background-color: #cfcfcf;
    margin: 10px 0px;
}

.text-gradient {
    background: linear-gradient(to right top, #0f2a51, #0061a7, #00a0d8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-azul {
    background-image: linear-gradient(to right top, #0f2a51, #0061a7, #00a0d8);
    /* background-color: #0F2A51; */
    background-color: transparent;
    /* background-image: linear-gradient(300deg,#225ED8 0%,#6B58D6 85%); */
}

.gradient-border {
    --borderWidth: 3px;
    background: #1d1f20;
    position: relative;
    border-radius: 25px;
}

.gradient-border::after {
    content: '';
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2);
    background: linear-gradient(60deg, #0f2a51, #0061a7, #00a0d8);
    border-radius: var(--borderWidth);
    z-index: -1;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%;
}

@keyframes animatedgradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.titulo-parallax {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(150, 150, 150, 1);
}

.titulo-parallax span {
    font-size: 68px;
    font-weight: 700;
    color: #fff;
}

/* #footer{
    background-image: linear-gradient(to right top, #0F2A51, #0061A7, #00A0D8);
    background-color: transparent;
    color: #fff;
} */

.titulo-internas h1,
.titulo-internas span,
.titulo-internas li {
    color: #fff !important;
}

.bg-overlay-bg.overlay-gradient {
    /* background-image: linear-gradient(to right top, #0F2A51, #0061A7, #00A0D8);
    background-color: transparent; */
    background: linear-gradient(300deg, #225fd8b6 0%, #6b58d6b0 85%);
}

.bg-overlay-bg.overlay-gradient {
    /* background-image: linear-gradient(to right top, #0F2A51, #0061A7, #00A0D8);
    background-color: transparent; */
    background: linear-gradient(300deg, #225fd888 0%, #6b58d673 85%);
}

.link-hover {
    position: relative;
    text-decoration: none;
    display: inline-block;
    color: #444;
    padding: 0 1px;
    transition: color ease 0.3s;
    z-index: 99;
}

button + .link-hover-dark {
    background: transparent !important;
    border: 0px !important;
    margin-top: 5px;
}

.link-hover-dark {
    position: relative;
    text-decoration: none;
    display: inline-block;
    color: white;
    padding: 0 1px;
    transition: color ease 0.3s;
    z-index: 99;
}

.link-hover-dark:hover {
    color: white;
}

.link-hover::before,
.link-hover::after,
.link-hover-dark::before,
.link-hover-dark::after {
    content: '';
    position: absolute;
    background-color: #00a0db;
    z-index: -1;
    height: 10%;
}

.link-hover::before,
.link-hover-dark::before {
    width: 0%;
    left: 0;
    bottom: 0;
    transition: width ease 0.4s;
}

.link-hover::after,
.link-hover-dark::after {
    width: 100%;
    left: 0;
    bottom: 0;
    transition: all ease 0.6s;
}

.link-hover:hover::before,
.link-hover-dark:hover::before {
    width: 100%;
}

.link-hover:hover::after,
.link-hover-dark:hover::after {
    left: 100%;
    width: 0%;
    transition: all ease 0.2s;
}

.text-cinza {
    color: #828282;
}

.box-shadow-medium,
.box-shadow-medium-hover:hover {
    box-shadow: 0 0 20px rgb(0 0 0 / 8%);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.box-shadow-large,
.box-shadow-large-hover:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.altura-img {
    max-height: 200px;
    width: auto !important;
    margin: 0 auto;
    padding: 10px 0px;
}

div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
}

div.sticky-patrocinadores {
    position: -webkit-sticky;
    position: sticky;
    top: 50%;
}

#oc-patrocinadores {
    padding-bottom: 5rem;
}

.header-misc-icon a:hover {
    color: #0f2a51;
    transition: color ease 0.3s;
}

.footer-gradient {
    /* border-top: 30px solid #5c2569; */
    border-bottom: 10px solid #00a0d8;
}

/* ## UTILITARIOS CSS FIM ## */

/* ## BOTOES INICIO ## */

.botao-vazio {
    border: 1px solid #0f2a51;
    border-radius: 25px;
    padding: 10px 15px;
}

/* ## BOTOES FIM ## */

/* ## REDES SOCIAIS FOOTER INICIO ## */

.other-store-link {
    width: auto;
    margin-bottom: 20px;
    display: inline-block;
}

.other-store-link:last-child {
    margin-bottom: 0;
}

.other-store-app {
    width: 250px;
    height: 70px;
    /* border:1px solid #ed1b23; */
    border-radius: 4px;
    padding: 0 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* color: #858b9f; */
    transition: 0.3s;
}

.other-store-app:hover {
    color: #0f2a51;
    opacity: 1;
}

.os-app-caps span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #c6c7c7;
    transition: 0.3s;
}

.os-app-icon {
    margin-right: 13px;
}

.os-app-icon i {
    font-size: 32px;
}

.os-app-caps {
    font-size: 18px;
    font-weight: 600;
}

/* ## REDES SOCIAIS FOOTER FIM ## */

.titulo-secao h2 {
    text-align: center;
    margin-bottom: 0px;
}

.titulo-secao:after {
    bottom: 0;
    left: 0;
    right: 0;
    top: initial;
    width: 120px;
    content: '';
    height: 3px;
    background: #00a0d8;
    display: block;
    margin: 0px auto 30px auto;
    text-align: center;
}

/* .titulo-secao::after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 40px;
    border-top: 2px solid #444;
    text-align: center;
} */

.bg-white {
    background-color: #fff;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-azul-escuro {
    background-color: #0f2a51;
}

.bg-azul-escuro .titulo-secao h2 {
    color: #fff;
}

.bg-azul-escuro p {
    color: #fff;
}

.text-azul-claro {
    color: #00a0db;
}

.bg-azul-claro {
    background-color: #00a0db;
}

.border-azul-claro img {
    border: 3px solid #00a0d8;
}

.block-hero-6 .hero-img {
    border: 16px solid #fff;
}

.client-logo-style-03 img {
    filter: grayscale(1);
    transition-property: filter;
    -webkit-transition-property: filter;
    -moz-transition-property: filter;
    -ms-transition-property: filter;
    -o-transition-property: filter;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

.client-logo-style-03 a:hover img {
    filter: grayscale(0);
    transition-property: filter;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

/* ## SEÇÕES INICIO ## */

@media (max-width: 767.98px) {
    /* .titulo-secao {
		padding: 2rem 0;
		text-align: center;
	}
	.titulo-secao .breadcrumb {
		position: relative!important;
		top: 0!important;
		left: 0!important;
		right: 0!important;
		margin: 20px 0 0!important;
		justify-content: center;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	} */
}

/* ## SEÇÕES FIM ## */

/* ## PROMOÇÃO INICIO ## */

.promocao-box {
    border: 1px solid #dcdcdc;
    border-radius: 25px;
    transition: all ease 0.4s;
}

.promocao-box:hover {
    border: 1px solid #0f2a51;
    transition: all ease 0.4s;
}

.promocao-imagem img {
    display: block;
    width: 100%;
    height: auto;
}

.promocao-descricao {
    padding: 20px;
}

.promocao-box .promocao-valor {
    background-color: #0f2a51;
    text-align: center;
    margin-bottom: 0px;
}

.promocao-box .promocao-valor-antigo {
    text-align: center;
    margin-bottom: 0px;
}

.promocao-box h4 {
    margin-bottom: 0px;
}

.promocao-box .promocao-valor-antigo span {
    color: #444 !important;
}

.linha-vermelha {
    text-decoration: line-through solid #ff0000 2px;
    font-size: 18px;
}

.promocao-box h3 {
    color: #fff !important;
    margin-bottom: 0px;
}

/* ## PROMOÇÃO FIM ## */

/* ## PRODUTO INICIO ## */

.produto-box {
    border: 1px solid #dcdcdc;
    border-radius: 25px;
    transition: all ease 0.4s;
}

.produto-box:hover {
    border: 1px solid #0f2a51;
    transition: all ease 0.4s;
}

.produto-imagem img {
    display: block;
    width: 100%;
    height: auto;
}

.produto-descricao {
    padding: 20px;
}

.produto-box .produto-valor {
    background-color: #0f2a51;
    text-align: center;
    margin-bottom: 0px;
}

.produto-box h3 {
    color: #fff !important;
    margin-bottom: 0px;
}

.produto-box h4 {
    margin-bottom: 0px;
}

.categoria-box {
    border-radius: 25px;
}

.categoria-box h3 {
    padding: 20px;
    margin-bottom: 0px;
}

.categoria-box ul {
    padding-bottom: 20px;
}

.categoria-box ul .ativo li {
    color: #fff !important;
    background-color: #0f2a51 !important;
}

.categoria-box ul li {
    padding: 5px 20px;
}

.categoria-box ul a {
    color: #444444;
    transition: all 0.3s ease-in-out;
}

.categoria-box ul li:hover {
    color: #fff;
    background: #0f2a51;
    transition: all 0.3s ease-in-out;
}

/* ## PRODUTO FIM ## */

/* ## SOBRE NOS INICIO ## */

@media (min-width: 992px) {
    .about-img > div {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        width: 75%;
    }

    .about-img > div + div {
        top: 130px;
        left: 0;
        right: auto;
        z-index: 0;
    }
}

.sobre-image {
    border-radius: 25px;
    overflow: hidden;
}

.box-indice h5 {
    /* font-weight: 500 !important;
    font-size: 18px !important; */
}

.box-indice {
    border-radius: 25px;
    padding: 30px 0px;
    color: #fff !important;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    width: 100%;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
    overflow: hidden;
}

.box-indice:hover {
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    /* -webkit-transform: scale(1.01);
    transform: scale(1.01); */
    bottom: 5px;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.box-colaborador {
    border-radius: 25px;
    margin: 25px;
}

.box-colaborador .descricao {
    padding: 10px 15px;
}

/* ## SOBRE NOS FIM ## */

/* ## NOTICIAS INICIO ## */

.noticia-image {
    border-radius: 25px;
    overflow: hidden;
}

/* ## NOTICIAS FIM ## */

/* ## LOCALIZAÇÃO INICIO ## */

.mapa {
    width: 100% !important;
    height: 400px;
}

.ul-contato li {
    background-color: #fff;
    padding: 10px 20px;
    margin-bottom: 20px;
    border-radius: 25px;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.ul-contato li:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.ul-contato a {
    color: #555;
    transition: all 0.1s ease-in-out;
}

.ul-contato a:hover {
    transition: all 0.1s ease-in-out;
    color: #0f2a51;
}

#contato h5 {
    font-size: 22px;
    margin-bottom: 0px;
}

/* ## LOCALIZAÇÃO FIM ## */

/*------------------------------------
	Preloader
------------------------------------*/

.pre-gif {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    /* width: 550px;
    height: 550px; */
    margin: -75px 0 0 -75px;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f7f7f7;
    z-index: 999999;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #0f2a51;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #00a0d8;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loader:after {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #0f2a51;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* COOKIE */

.box-cookies.hide {
    display: none !important;
}

.box-cookies {
    font-weight: 100;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    z-index: 998;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-cookies p {
    margin-bottom: 0px;
}

.box-cookies .msg-cookies,
.box-cookies {
    text-align: center;
    padding: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.box-cookies .btn-cookies,
.btn-politica {
    cursor: pointer;
    align-self: normal;
}

.btn-cookies,
.btn-politica {
    padding: 8px 20px;
    background: #0f2a51;
    color: #fff;
    border: 1px solid #0f2a51;
    transition: all ease 0.4s;
    font-weight: 400;
}

.btn-cookies:hover,
.btn-politica:hover {
    padding: 8px 20px;
    background: #444;
    color: #fff !important;
    border: 1px solid #444;
    transition: all ease 0.4s;
}

@media screen and (max-width: 600px) {
    .box-cookies {
        flex-direction: column;
    }

    .btn-politica {
        margin-bottom: 10px;
    }
}

/* COOKIE FIM*/

#parceiros img {
    max-height: 100px;
    width: auto !important;
    margin: 0 auto;
}

#sobre .slide,
#sobre img {
    max-height: 245px;
    width: auto !important;
    margin: 0 auto;
}

@media screen and (min-width: 767px) {
    .swiper_wrapper {
        margin-top: -45px;
    }
}

@media screen and (min-width: 992px) {
    .over-responsivo {
        width: 378px;
        max-height: 320px;
    }
}

@media screen and (max-width: 992px) {
    .menu-link div > i.icon-chevron-down {
        display: none;
    }
}

@media screen and (max-width: 1076px) {
    .full-header #logo {
        padding-right: 0px;
        border-right: 0px;
    }

    .stretched .full-header #header-wrap > .container {
        padding: 0px;
    }

    .header-misc {
        margin-left: -12px;
    }

    .top-cart-action {
        flex-direction: column;
    }
}

.btn-remove {
    color: #fff;
    background-color: #f01321;
    border: 1px solid #fff;
    transition: all ease 0.4s;
    font-size: 20px;
}

.btn-remove:hover {
    color: #f01321;
    background-color: #fff;
    border: 1px solid #f01321;
    transition: all ease 0.4s;
    font-size: 20px;
}

.social-icon-style-10 a > span {
    position: absolute;
    top: -100%;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.social-icon-style-10 a:hover > span {
    top: 0;
    z-index: -1;
}

.social-icon-style-10 a:hover {
    color: #fff !important;
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.social-icon-style-10 a:hover img {
    filter: brightness(1) !important;
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.social-icon-style-10 a.facebook {
    color: #3b5998;
}

.large-icon a {
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.social-icon-style-10 a {
    display: inline-block;
    position: relative;
    z-index: 3;
    overflow: hidden;
    text-align: center;
}

.social-icon-style-10 ul {
    display: inline-flex;
    flex-wrap: wrap;
}

.social-icon-style-10 a.youtube {
    color: #c4302b;
}

.social-icon-style-10 a.linkedin {
    color: #0e76a8;
}

.social-icon-style-10 a.instagram {
    color: #8a3ab9;
}

.social-icon-style-10 a.whatsapp {
    color: #25d366;
}

.social-icon-style-10 a.spotify {
    color: #1db954;
}

.social-icon-style-10 a.tiktok {
    color: #000;
}

.social-icon-style-10 a img {
    filter: brightness(0);
}

#footer .social-icon-style-10 a img {
    filter: brightness(1);
}

.social-icon-style-10 a.facebook span {
    background-color: #3b5998;
}

.social-icon-style-10 a.youtube span {
    background-color: #c4302b;
}

.social-icon-style-10 a.linkedin span {
    background-color: #0e76a8;
}

.social-icon-style-10 a.instagram span {
    background-color: #8a3ab9;
}

.social-icon-style-10 a.whatsapp span {
    background-color: #25d366;
}

.social-icon-style-10 a.spotify span {
    background-color: #1db954;
}

.social-icon-style-10 a.tiktok span {
    background-color: #000;
}

.post-timeline p {
    margin-bottom: 0px;
}

.list-style-01 * {
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
}

.list-style-01 li {
    position: relative;
    padding: 12px 25px 14px 25px;
    z-index: 1;
    list-style: none;
}

/* .list-style-01 li i {
    position: absolute;
    top: 21px;
    left: 0;
    font-size: 14px;
    opacity: .7
} */

.list-style-01 li .list-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
}

.list-style-01 li:hover .list-hover {
    opacity: 1;
}

/* .list-style-01 li:hover i {
    left: 25px;
    opacity: 1
}

.list-style-01 li:hover {
    padding: 12px 25px 14px 50px
} */

.borda-noticia {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

/* ----------------------------------------------------------------
	Section Products
-----------------------------------------------------------------*/

.section-product {
    position: relative;
    width: 100%;
}

.section-product .section-product-image {
    width: 100%;
}

.section-product .section-product-content {
    max-width: 100%;
    position: relative;
    bottom: 0px;
    right: 0;
    background-color: #fff;
    padding: 20px;
    z-index: 1;
}

.section-product .section-product-content h3 {
    font-weight: 800;
}

.section-product.alt .section-product-image,
.section-product.alt .section-product-content {
    float: left;
}

.section-product .section-product-price {
    font-size: 1.5rem;
    font-weight: 700;
}

@media (min-width: 1199px) {
    .section-product .section-product-image {
        position: relative;
        width: 85%;
        /* background: #FFF; */
        text-align: left;
    }

    .section-product .section-product-content {
        max-width: 600px;
        position: absolute;
        bottom: 30px;
        right: 5%;
        padding: 30px;
        box-shadow: 0 0 20px rgb(0 0 0 / 8%);
    }

    .section-product.alt .section-product-image {
        float: right;
    }

    .section-product.alt .section-product-content {
        left: 0;
        right: auto;
    }
}

.icone-azul-claro i {
    color: #00a0d8 !important;
}

.paragrafo-padrao {
    font-size: 18px;
    line-height: 28px;
}

.geochart-legenda span {
    float: right;
}

.geochart-legenda li {
    /* border-top: 1px solid #00A0D8; */
    padding: 5px 10px;
    font-size: 12px;
}

.geochart-legenda {
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.geochart-legenda li:last-child {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.geochart-legenda li:first-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

#tab-estados .tab-nav li.ui-tabs-active a {
    border-left: 0;
}

.tab-tipos-negocios .tab-nav {
    flex-flow: wrap !important;
    border-bottom: 1px solid #ddd;
    /* border-bottom: 0; */
    border-right: 0;
}

.tab-tipos-negocios .tab-nav li {
    height: 41px;
}

.tab-tipos-negocios .tab-nav li.ui-tabs-active a {
    border-bottom: 1px solid white;
    border-right: 1px solid #ddd !important;
    border-left: 1px solid #ddd !important;
}

.tab-tipos-negocios .tab-nav {
    border-bottom: 1px solid #ddd !important;
}

.tab-tipos-negocios .tab-container {
    border-top: 0 !important;
}

#galeria .portfolio-desc {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    padding: 1.5rem !important;
}

#galeria .portfolio-desc h4 {
    margin-bottom: 0px;
}

#galeria .portfolio-item {
    margin-bottom: 1.5rem;
}

#imprensa .feature-box li a i {
    color: #00a0d8 !important;
    margin-top: 5px;
    font-size: 15px;
}

#imprensa .feature-box li:hover {
    padding-left: 10px;
    transition: all ease 0.4s;
}

#imprensa .feature-box li {
    padding: 10px 25px;
    transition: all ease 0.4s;
}

#imprensa .fbox-center {
    text-align: left;
}

.white-section {
    background-color: #fff;
    padding: 25px 20px;
    -webkit-box-shadow: 0px 1px 1px 0px #dfdfdf;
    box-shadow: 0px 1px 1px 0px #dfdfdf;
    border-radius: 3px;
    box-shadow: 0 0 20px rgb(0 0 0 / 8%);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.white-section label {
    display: block;
    margin-bottom: 15px;
}

.white-section pre {
    margin-top: 15px;
}

.height-box-noticias {
    min-height: 420px;
}

#fpa-form p {
    margin-bottom: 5px !important;
}

/* #processTabs li a {
    pointer-events: none;
    cursor: default;
  } */

.si-sticky.si-sidebar {
    --width: 240px;
    --height: 54px;
    --icon-size: var(--height);
    /* 54px */
    --text-width: calc(var(--width) - var(--height));
    /* 230px - 54px */
    width: var(--icon-size);
    height: auto;
}

.si-sticky.si-sidebar:not(.si-sticky-right) {
    left: 0;
}

.si-sticky.si-sidebar .social-icon {
    margin: 2px 0;
    margin-left: calc(-1 * var(--text-width));
    width: var(--width);
    height: var(--height);
    border: 0;
    border-radius: 0 4px 4px 0;
    display: inline-flex;
    align-items: center;
    transition: margin 0.2s ease-in-out;
}

.si-sticky.si-sidebar .social-icon i {
    position: absolute;
    left: auto;
    right: 0;
    width: var(--icon-size);
    height: var(--icon-size);
    line-height: var(--icon-size);
    text-align: center;
    transition: all 0.2s ease-in-out;
}

.si-sticky.si-sidebar .social-icon span {
    color: #fff;
    font-size: 1rem;
    width: var(--text-width);
    text-align: center;
}

.si-sticky.si-sticky-right {
    right: 0;
}

.si-sticky.si-sidebar.si-sticky-right .social-icon {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-left: 0;
    border-radius: 4px 0 0 4px;
}

.si-sticky.si-sidebar.si-sticky-right .social-icon i {
    left: 0;
    right: auto;
}

@media (min-width: 992px) {
    .si-sticky.si-sidebar:not(.si-sticky-right) .social-icon:hover {
        margin-left: 0;
    }

    .si-sticky.si-sidebar:not(.si-sticky-right) .social-icon:hover i {
        right: calc(-1 * var(--text-width));
    }

    .si-sticky.si-sidebar.si-sticky-right .social-icon:hover {
        margin-left: calc(-1 * var(--text-width));
    }

    .si-sticky.si-sidebar.si-sticky-right .social-icon:hover i {
        left: calc(-1 * var(--text-width));
    }
}

/* WhatsApp Float */
#wpp-float-fade {
    z-index: 999 !important;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 85px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    text-align: center;
    font-size: 30px;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    z-index: 1;
    transition: all 0.2s linear !important;
}

#wpp-float-fade:hover {
    color: #fff;
    transform: translate(0%, -20%) scale(1);
    -webkit-transform: translate(0%, -20%) scale(1);
    -moz-transform: translate(0%, -20%) scale(1);
    -ms-transform: translate(0%, -20%) scale(1);
    transition: all 0.2s linear !important;
}

.i-wpp-float {
    margin-top: 9px;
}

.i-wpp-float:before {
    font-size: 30px;
}
