.metrics-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    text-align: center;
}

@media (min-width: 1300px) {
    .metrics-container {
        gap: 6rem;
    }
}

.metric {
    flex: 1 1 150px;
    max-width: 200px;
}

.metric .value {
    color: #b10010;
    font-size: 2rem;
    font-weight: bold;
}

.metric .label {
    font-size: 0.9rem;
    color: #333;
    margin-top: 0.3rem;
}

@media (max-width: 600px) {
    .metric .value {
        font-size: 1.5rem;
    }
}

/*-------------------*/
.new-section1 h2 {
    text-align: center;
    font-size: 28px;
    color: #2c3e50;
    border-bottom: 3px solid #3498db;
    padding: 20px 0 10px;
    margin-bottom: 30px;
}

.new-section1 h2 i {
    color: #3498db;
    margin-right: 10px;
}

.new-section1.container {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
    padding: 20px;
}

.new-section1 .segment {
    border-radius: 8px;
    padding: 20px;
    width: 300px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.new-section1 .green {
    background-color: #d4f5e0;
    border-left: 6px solid #D10D19;
}

.new-section1 .blue {
    background-color: #e2edfc;
    border-left: 6px solid #D10D19;
}

.new-section1 .gray {
    background-color: #fdfbfb;
    border-left: 6px solid #D10D19;
}

.new-section1 h3 {
    margin-top: 0;
    color: #2c3e50;
    font-size: 20px;
    border-bottom: 2px solid #ccc;
    padding-bottom: 5px;
}

.new-section1 h4 {
    margin-top: 15px;
    font-size: 16px;
    color: #34495e;
}

.new-section1 ul {
    padding-left: 20px;
    margin-top: 5px;
    font-size: 14px;
}

/*---------------*/

.margin-auto {
    margin: auto
}

.contenedor-img {
    position: relative;
    width: 100%;
    max-width: 600px;
}

/* Imagen de fondo */
.image {
    display: block;
    width: 100%;
    height: auto;
}

/* Overlay que cubre toda la imagen */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Fondo semi-transparente */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Texto centrado dentro del overlay */
.overlay-text {
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.nuestro-modelo .nav-tabs .nav-link.active {
    color: #C10D19 !important;
    border-color: #C10D19 #C10D19 #fff !important;
}

.nuestro-modelo .nav-tabs .nav-link {
    /*border: 1px solid transparent;*/
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border-color: #dee2e6 #dee2e6 #fff !important;
}

.premios-reco {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.width-32-p {
    width: 33%;
}

.premio-reco {
    width: 32%;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.gptw-2025-img {
    width: 30%;
}

.premio-reco:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.premio-reco img {
    width: 40%;
    height: auto;
}

/*.nuesto-modelo  .premio-reco {*/
/*    width: 22%;*/
/*}*/

.nuestro-modelo .premio-reco img {
    width: 100%;
    height: auto;
}

.nuestro-modelo .premio-reco .descripcion-reco p {
    text-align: justify
}

.descripcion-reco {
    padding: 15px;
}

.nosotros.first-section h2 {
    font-size: 2.4rem;
}

.post_detail .post .content strong {
    font-family: Roboto !important;
}

.slick-current .single-repair-feedback small {
    text-align: left !important;
}

b, strong {
    font-weight: bold;
}

.fs-1-4rem {
    font-size: 1.4rem;
}


.title-int span {
    color: rgb(163, 163, 163);
}

.nosotros.m-v .single-team .team-info {
    color: white;
    border: 1px solid #D10D19;
    background-color: #D10D19;
}

.nosotros.m-v .single-team .team-info h3 {
    color: white;
}

.nosotros.m-v .single-team .team-image::before {
    content: none;
}

.nosotros.m-v .single-features:hover {
    border: 2px solid #D10D19;
}

.valores .single-features:hover {
    border: 2px solid #D10D19;
}


.img-footer {
    gap: 2rem;
    display: flex;
    justify-content: flex-end;
}

.ml-auto {
    margin: auto !important;
}

.margin-left-auto {
    margin-left: auto
}

.footer-area h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.gap-0-5 {
    gap: 0.5rem;
}

.gap-8 {
    gap: 2rem;
}

.gap-2 {
    gap: 0.5rem;
}

.items-center {
    align-items: center;
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}

.w-32 {
    width: 8rem;
}

.w-16 {
    width: 4rem;
}

.flex {
    display: -ms-flexbox;
    display: flex;
}

.svg-footer svg {
    padding: 3px;
    border-radius: 50%;
}

.cursor-pointer {
    cursor: pointer;
}

.w-28 {
    width: 7rem;
}

@media (min-width: 1024px) {
    .lg\:w-44 {
        width: 11rem;
    }
}

.gap-6 {
    gap: 1.3rem;
}

.gap-4 {
    gap: 1rem;
}

.d-desc {
    font-size: 14px;
    text-align: center !important;
}

.w-65 {
    width: 65%;
}

.contenedor {
    background-color: rgb(163, 163, 163);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 12vh;
    text-align: center;
}

.texto {
    color: #fff;
    font-size: 20px;
    max-width: 80%;
    font-weight: bold;
}

.nuestra-gente .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin: 25px 10px 0 10px;
}

.nuestra-gente .box .img-box {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.nuestra-gente .box .img-box img {
    height: 70px;
    width: 70px;
}

.btn-group a.color-btn.outline {
    max-width: 100%;
}

.pl-15 {
    padding-left: 15px;
}

.center-img {
    margin: auto;
    display: block;
}

.max-h-600 {
    max-height: 600px;
}

a.compromiso-link {
    color: #C10D19;
    text-decoration: underline;
}

.contacto-thx {
    border: 2px dashed #C10D19;
    padding: 5px;
}

table.quarter tr td {
    width: 15.6%;
}

table.quarter tr td:first-child {
    width: 6%;
}

.inv-modal img.plantando {
    z-index: 0 !important;
}

.inv-modal .modal-backdrop {
    background-color: transparent;
    display: none;
}

#invitacionModal .modal-content {
    background-color: #C10D19;
    color: white;
}

#invitacionModal .modal-content button.close {
    position: absolute;
    right: 2%;
    display: inline-block;
    opacity: 1;
    top: 2%;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 32px;
    border: 1px solid #eeeeee;
    border-radius: 50%;
    outline: 0;
    z-index: 99999;
}

#invitacionModal .modal-dialog {
    position: fixed;
    top: 35%;
    right: 2%;
    margin: 0;
    z-index: 999;
}

#invitacionModal p, #invitacionModal .close {
    color: white;
}

#invitacionModal .color-btn {
    border: 1px solid white;
    color: #c10d19;
}

#invitacionModal a.color-btn.outline:hover {
    background-color: white !important;
    color: #c10d19 !important;
    border: 1px solid white;
}

.inv-modal .blog-area, .inv-modal .footer-area, .inv-modal .owl-carousel {
    z-index: 0;
}

.inv-modal .footer-area {
    z-index: -1;
}

.invl.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 100vh;
    left: 0;
    z-index: 0;
    display: none;
    overflow: hidden;
    outline: 0;
}

#invitacionModal a.color-btn.outline {
    padding: 6px 20px;
}

.inv-modal.modal-open {
    padding-right: 0 !important;
}

.inv-content {
    padding: 38px;
}

.stock-header_description3.stock-date {
    font-size: 1rem;
    font-family: poppins-Bold, sans-serif;
    color: #181818;
}

.h2, h2, .like-h2-fs {
    font-size: 2.25rem !important;
}

p {
    line-height: 1.5;
}

.single-team .team-info {
    background: transparent;
    padding: 10px 15px;
    border-radius: 0;
    margin-bottom: 25px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 25px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #C10D19;
    border: 1px solid #C10D19;
}

a.link-view img {
    font-family: MyriadPro-Regular, sans-serif;
}

.square-reporte {
    position: absolute;
    height: 18px;
    width: 45px;
    background-color: #C10D19;
    display: inline-block;
    left: 0;
    bottom: 181px;
}

.pd-20 {
    padding: 20px;
}

h2.title-sec {
    font-size: 2.5rem;
}

.single-footer-widget ul.list li {
    margin-bottom: 5px;
}

.single-footer-widget ul.footer-contact-info li {
    margin-bottom: 6px;
}

.title-comu a {
    line-height: 1.10;
}

.iner.img img {
    height: 30px;
}

.line-h-1 {
    line-height: 1.16;
}

.javer-header .upper .extra-links.logos {
    justify-content: flex-start;
}

.mercado p {
    line-height: 1.3;
    color: #181818;
    margin-bottom: 4vh;
}

.mercado .fs-25 {
    font-size: 25px;
}

.mercado h2, .mercado h1 {
    line-height: 1.06;
}

.mercado .repair-about-content h2, .mercado .repair-about-content h1 {
    margin-bottom: 5vh;
}

i.color-C10D19 {
    color: #C10D19 !important;
}

#principal {
    width: 100%;
}

.cotizacion .amChartsPeriodSelector {
    display: none !important;
}

.cotizacion-title {
    padding: .75rem 1.25rem;
    border: 1px solid rgba(0, 0, 0, .125);
}

.respo {
    font-size: 2.7vw;
}

.faq-accordion .accordion .accordion-item .accordion-title i {
    background: #C10D19;
}

.bg-danger {
    background-color: #C10D19 !important;
}

.nosotros-1 {
    position: relative;
    right: -14%;
}

.compromiso-1, .contribucion-1 {
    position: relative;
    left: 7vw;
}

.cd-h-timeline__event .box-right::before {
    content: '';
    background: #C10D19;
    width: 20px;
    height: 100px;
    position: absolute;
    bottom: 0px;
    right: -5px;
}

.cd-h-timeline__event .box-left::after {
    content: '';
    background: #C10D19;
    width: 20px;
    height: 100px;
    position: absolute;
    top: 0px;
    left: -5px;
}

a.cd-h-timeline__navigation:hover::after {
    color: #C10D19;
}

.js .cd-h-timeline__navigation:after {
    content: "\f105";
    position: absolute;
    height: 19px;
    width: 16px;
    top: 51%;
    left: 14%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: none;
    font: normal normal normal 18px/1 FontAwesome;
    color: hsl(var(--cd-color-3-h), var(--cd-color-3-s), calc(var(--cd-color-3-l) * 0.9));
}

.mt-20 {
    margin-top: 20px;
}

.owl-theme .owl-nav [class*='owl-'] {
    font-size: 14px;
    padding: 5px 10px !important;
}

.owl-theme .owl-nav {
    text-align: left;
}

.owl-theme .owl-nav [class*='owl-'] {
    background: transparent;
    border: 1px solid #C10D19;
}

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

.section-title.directivos {
    font-family: poppins-Light, sans-serif !important;
    color: #181818;
    font-size: 1.3vw;
}

.team-box.box-11 .team-details p {
    font-family: Roboto !important;
    color: #181818;
    /*font-size: 1vw*/
}

.link-view:hover h5 {
    color: #C10D19;
}

a.link-view:hover {
    color: #181818;
}

span.parametros {
    font-size: 0.8rem;
}

span.p-valores {
    font-size: 1.6vw;
    color: #C10D19;
    font-family: Roboto !important;
}

h2.title-int, h1.title-int {
    float: left;
    width: 100%;
    /*font-size: 2.5vw;*/
    color: #C10D19;
}

.js .cd-h-timeline__event-content, .js .cd-h-timeline__container {
    max-width: 65vw;
}

.estrategia .single-services-box h3 {
    font-size: 1.6vw;
    margin-top: 25px;
    margin-bottom: 15px;
}

.title-str a {
    font-size: 1.3vw;
    color: #181818;
    font-family: Roboto !important;
}

.single-services-box::before, .single-services-box::after {
    background: #C10D19;
}

.table.be-border thead th {
    border-top: 1px solid #dee2e6
}

/*.sust-view.repair-main-banner {*/
/*padding-top: 10px;*/
/*}*/

.startp-nav nav .navbar-nav .nav-item .dropdown_menu {
    padding-left: 0;
    padding-right: 0;
}

.nosotros .single-team .team-info h3 {
    font-size: 1.4vw;
    margin-bottom: 5px;
    color: #C10D19;
}

.nosotros .repair-about-content ul li, .style-none li {
    color: #181818;
    font-size: 1.2vw;
}

.valores p {
    font-family: Roboto !important;
    color: #181818;
    font-size: 1.2vw;
}

.valores h3 {
    /*font-size: 1.3vw;*/
    color: #181818;
    font-family: Viga !important;
}

.title-about, .modelo h2, .modelo h3, .materialidad h2 {
    font-family: Viga !important;
    color: #181818;
    /*font-size: 2.3vw*/
}

.sust-view h5 {
    font-family: Viga !important;
    color: #181818;
    /*font-size: 1.7vw*/
}

.modelo h5, .modelo h4 {
    font-family: Viga;
    color: #181818;
    font-size: 25px;
}

.modelo p, .materialidad p, .materialidad li {
    font-family: Roboto !important;
    color: #181818;
    /*font-size: 1.25vw*/
}

.bg-dark {
    background-color: #181818 !important;
}

.nosotros p, #sustentabilidad p, .cd-h-timeline__events p, .sust-view p {
    font-family: Roboto !important;
    color: #181818;
    /*font-size: 1.25vw;*/
}

.comite p.second-p {
    /*font-size: 1.15vw;*/
}

#sustentabilidad p {
    font-size: 1.1vw;
}

.sust-view .repair-banner-content li, .list-2 li {
    font-family: Roboto !important;
    color: #181818;
    /*font-size: 1.25vw;*/
}


.p-contact {
    /*font-size: 1.16vw*/
}

.recuadros11 li {
    font-family: Roboto !important;
    font-size: 1.1vw;
}

#sustentabilidad h3 {
    font-family: Viga !important;
    font-size: 1.5vw;
}

.repair-about-content h2, .repair-about-content h1 {
    font-size: 2.63vw;
}

.p-fs-relative {
    font-size: 1.15vw;
}

h5.respo {
    color: #181818;
    font-family: Viga !important;
}

.mb-50 {
    margin-bottom: 50px;
}

h5.miembros, p.second-p {
    color: #181818;
    font-family: poppins-Bold, sans-serif !important;
}

h5.miembros::after {
    content: '';
    position: absolute;
    width: 25%;
    height: 3px;
    bottom: 0;
    right: 50%;
    background: #C10D19;
}

.be-strong {
    color: #181818;
    font-family: Roboto, sans-serif !important;
}

#intra-menu a {
    color: #000000;
    font-family: Roboto, sans-serif !important;
    background: #eee;
    font-size: 13px !important;
    border-radius: 18px;
    padding: 6px 12px !important;
}

#intra-menu li.active a {
    color: #C10D19;
}

.single-footer-widget ul.footer-contact-info li svg {
    color: #D10D19;
    /*width: 10px;*/
}

.contacto h4 {
    color: #181818;
    font-family: Viga, serif;
}

.contacto h5 {
    color: #181818;
    font-family: Viga, serif;
}

.contacto label {
    color: #181818;
    font-family: Roboto, sans-serif !important;
}

.contacto label.politicas {
    color: #181818;
    font-family: Roboto !important;
}

.contacto p {
    color: #181818;
    font-family: Roboto, sans-serif !important;
}

.contacto .aviso {
    color: #181818;
    font-family: Roboto !important;
}

.contacto #btn-contact {
    width: 178px;
    height: 50px;
    pointer-events: all;
    cursor: pointer;
}

.contacto .btn:focus {
    outline: 0;
    box-shadow: none;
}

#intra-menu {
    list-style-type: none;
    padding: 0;
    margin: 0 0 30px;
}

#intra-menu li {
    display: inline-block;
    padding: 12px 0 5px 0;
    cursor: pointer;
    font-family: Roboto, sans-serif !important;
}

#intra-menu li.active {
    position: relative;
}

/*#intra-menu li.active::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 25%;*/
/*    height: 3px;*/
/*    bottom: 0;*/
/*    right: 20px;*/
/*    background: #C10D19;*/
/*}*/

.select-style.p-deuda {
    width: 70%;
}

.select-style.year-anual {
    width: 10vw;
    margin-top: 16px
}

#fundamentales .table tbody tr:first-child td {
    border-bottom: 0 !important;
}

#fundamentales .table tbody tr:first-child td {
    color: #181818;
    background-color: transparent;
    border-color: transparent;
    font-size: 28px;
    margin-bottom: 30px;
    font-family: Roboto, sans-serif !important;
}

#fundamentales .table tbody tr:first-child td::before {
    content: '';
    display: block;
    width: 17px;
    height: 1px;
    background: #847b7b;
    position: relative;
    bottom: 5px;
    left: 2px;
}

#fundamentales .table tbody tr:first-child td:not(:first-child)::before {
    left: 95px;
}

#fundamentales table td:not(:first-child) {
    text-align: right;
    width: 10%;
}

#fundamentales .table tbody tr:not(:first-child):nth-of-type(even) {
    background-color: rgba(0, 0, 0, .05);
}

#fundamentales .table tbody tr:not(:first-child) td {
    font-weight: normal !important;
}

#fundamentales #select_tipo {
    width: 91%;
}

#fundamentales #select_year {
    width: 80%;
}

span.texto-anual {
    top: 2px;
    position: relative;
}

.historico #datatable_wrapper > div.row:first-child, .noticias #dataTable_wrapper > div.row:first-child, .noticias #dataTable_wrapper > div.row:last-child {
    display: none !important;
}

.dt-buttons {
    display: none;
}

.historico #datatable_wrapper .sorting_desc:before, .historico #datatable_wrapper .sorting_desc:after, .historico #datatable_wrapper .sorting:before, .historico #datatable_wrapper .sorting:after {
    content: "";
}

.noticias table.dataTable thead .sorting_asc:before, .noticias table.dataTable thead .sorting_asc:after {
    content: "";
}

.historico .table thead th {
    border-bottom: 0;
}

#dataTable_wrapper .table th, .table thead th {
    border-top: 1px solid transparent;
}

#dataTable_wrapper .table thead th {
    border-bottom: 0;
    border-top: 1px solid transparent;
}

.historico #length_change.select-style {
    width: 30%;
}

.historico #filtro.select-style {
    width: 70%;
}

.historico div.dataTables_wrapper div.dataTables_length select {
    appearance: none;
    background-color: #F4F4F4;
    height: 38px;
    background-image: url("/static/assets/img/select-bg.08767105df25.png");
    background-repeat: no-repeat, repeat;
    background-position: right 0 top 50%, 0 0;
    background-size: 46px auto, 100%;
    border-color: #707070;
    font-size: 13px;
    font-weight: 800;
    padding-left: 20px;
    text-transform: uppercase;
    width: 100px;

}

body {
    font-family: Roboto;
}

a {
    color: #181818;
}

.more-c {
    left: 11px;
}

.go-top {
    background-color: #C10D19 !important;
    z-index: 99;
}

a.color-btn.outline.news-btn {
    max-width: 150px;
}


.c-181818 {
    color: #181818 !important;
}

.bg-F8F8F8 {
    background-color: #F8F8F8 !important;
}

.img-slide {
    float: left;
    padding: 0;
    max-width: 35px;
    margin-right: 5px;
}

.img-slide img {
    width: 33px
}

.text-slider {
    float: left;
    padding: 0;
}

.cobertura a {
    display: block;
}

a.site {
    color: #C10D19;
    font-weight: 700;
    font-size: 16px;
    margin-top: 15px;
}

.two-lines .has-children span {
    display: block;
}

li.two-lines.nav-item {
    padding-top: 5px !important;
}

/*.nav-item .nav-link.has-children::before {*/
/*top: 32px;*/
/*}*/

/*.two-lines.nav-item .nav-link.has-children::before {*/
/*top: 55px;*/
/*}*/

.chart-stock {
    position: absolute;
    bottom: 50px;
    right: -30px;
    text-align: center;
}

.chart-stock svg {
    width: 50%;
}

.stock-link {
    cursor: default;
}

.pdf-svg-index {
    width: 30px;
    height: 30px;

}

.pdf-svg-index + .doc-carusel {
    bottom: -5px;
}

.partner-slides .owl-stage-outer {
    margin-right: 5px;
}

.single-blog-post:hover .blog-post-content {
    background: transparent;
}

.single-blog-post:hover {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0);
}

.up-line::before {
    content: '';
    display: block;
    width: 17px;
    height: 1px;
    background: #847b7b;
    position: relative;
    bottom: 5px;
    left: 2px;
}

.last-separator {
    font-size: 25px;
    font-weight: 300;
    padding-left: 20px;
    padding-right: 20px;
    color: #8f9092;
}

.reporte .single-repair-partner {
    text-align: unset;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.valores-divisor {
    position: absolute;
    top: 55px;
    width: 87%;
    left: 23px;
}

.valores-divisor1 {
    position: absolute;
    top: 50px;
    width: 100%;
    left: 0px;
}

.ptb-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.ptb-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.prl-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
}

.nosotros .single-repair-feedback .client-img img {
    width: 110px;
    height: 110px;
    left: -10px;
}

.nosotros .client-thumbnails .next-arrow {
    right: -10px;
}

.nosotros .client-thumbnails .next-arrow:hover, .nosotros .client-thumbnails .prev-arrow:hover {
    color: #C10D19;
    border-color: #C10D19;
}

.nosotros .feedback-slides .single-repair-feedback {
    padding-bottom: 30px;
    margin-bottom: 0;
}

.nosotros .feedback-slides .single-repair-feedback h3 {
    color: #181818;

}

.nosotros .single-repair-feedback::before {
    bottom: -15px;
    width: 30px;
    height: 30px;
}

.nosotros .feedback-slides .client-thumbnails .item .img-fill img {
    width: 40px;
    height: 40px;
}

.nosotros .client-thumbnails .prev-arrow {
    left: -10px;
}

.nosotros .client-thumbnails .next-arrow, .nosotros .client-thumbnails .prev-arrow {
    width: 20px;
    height: 20px;
}

.nosotros .client-thumbnails svg {
    vertical-align: unset;
}

.nosotros .feedback-slides {
    max-width: 950px;
}

.nosotros .feedback-slides .client-thumbnails {
    margin: 0 5px;
}

.overflow-x-scroll {
    overflow-x: scroll;
}

.year-doc thead th:first-child {
    width: 20%;
}

.generate tr:first-child td {
    color: #3e3e3e;
    background-color: #e9e8e8;
    border-color: #dedede;
}

.valores .single-features::before, .valores .single-features::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: #C10D19;
    opacity: 0;
    visibility: hidden;
    bottom: 0;
    -webkit-transition: 0.5s;
    transition: 0.3s;
}

.valores .single-features::before {
    left: 0;
}

.valores .single-features::after {
    right: 0;
}

.valores .single-features:hover::after, .valores .single-features:hover::before {
    opacity: 1;
    visibility: visible;
    width: 50%;
}

.btn.btn-secondary.no-shadow {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.agency-about-content .sub-title {
    display: inline-block;
    color: #c679e3;
    background-color: #f5dffd;
    margin-bottom: 18px;
    border-radius: 30px;
    padding: 5px 20px 4px;
    font-size: 13px;
}

.sust-menu .team-info {
    min-height: 70px;
    display: flex;
    align-items: center;
}

.sust-menu .team-info h3 {
    margin: auto;
}

.sust-menu .team-info a {
    color: white;
}

.sustenta .single-hosting-features:hover .icon {
    color: #C10D19
}

.sustenta .premios {
    width: 25%;
}

.sustenta .premios img {
    width: 100%;
}

.sustenta .premios .img2 {
    bottom: unset;
}

.sustenta .contact-cta-box {
    margin: 50px auto 0;
    padding: 30px 210px 30px 30px;
}

.filtro {
    position: relative;
    /*text-align: right;*/
}

.year-anual {
    width: 38%;
    display: inline-block;
    margin-left: 10px;
}

.presetaciones .year-anual {
    margin-top: 6px;
    width: 100%;
}

.page-item.active .page-link {
    background-color: #C10D19;
    border-color: #C10D19;
}

.page-link {
    color: #C10D19;
}

.page-link:hover {
    color: #C10D19;
}

.hidden-dt .dataTables_wrapper .dataTables_filter {
    /*visibility: hidden;*/
    display: none;
}

.fix.form-row {
    /*position: absolute;*/
    width: 100%;
    /*top: -3%;*/
    /*left: -6px;*/
    /*z-index: 10;*/
}

.fix-anual.form-row {
    position: absolute;
    width: 100%;
    top: -12%;
    left: -22%;
    z-index: 10
}

.fix-anual label {
    position: relative;
    top: 45px;
    right: 35px;
}

.section-title .bar {
    background: #d9dcdf;
}

.single-features .icon.bg-C10D19 {
    color: #C10D19;
    background: rgba(162, 144, 144, 0.3);
}

.single-features:hover .icon.bg-C10D19 {
    color: white;
}

.table i {
    color: #C10D19;
}

.chart-fundamentales {
    width: 100%;
    height: 500px;
}

.cobertura ul {
    padding-left: 0;
}

.cobertura ul li {
    padding-bottom: 10px;
    font-size: 15px;
}

.without-p {
    box-shadow: unset;
    padding: 0;
}

span.tipo {
    font-size: 16px;
    position: relative;
    bottom: -2px;
}

.innovacion .products-details-tabs, .cobertura .products-details-tabs {
    text-align: left !important;
}

.cobertura table .col-4 {
    width: 32%;
}

.cobertura table .col-3 {
    width: 24%;
}

.cobertura .single-solutions-box {
    border: none;
    margin-bottom: 0;
    text-align: left;
}

.cobertura .single-solutions-box::before {
    background: transparent;
}

.cobertura .single-solutions-box p, .cobertura .single-solutions-box a {
    margin-bottom: 0;
    display: block;
}

.line-under::before {
    content: '';
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
}

.ambiental .bar {
    height: 2px;
    width: 30px;
    background: #C10D19;
    margin: 0 0 20px;
    position: relative;
    border-radius: 30px;
}

.glosario .accordion-title i {
    left: 96% !important;
}

.glosario .faq-accordion .accordion .accordion-item .accordion-title {
    padding: 12px 20px 12px 15px;
}

.glosario .accordion-title {
    background: #f1f1f1 !important;
    color: #222938 !important;
    /*padding-left: 6%;*/
}

.estrategia .single-services-box ul li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 20px;
}

.estrategia .single-services-box ul > li::before, ul.style-1 {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 2px;
    background: #C10D19;
    content: '';
}

.estrategia .single-services-box {
    background: #f8f8f8;
    padding-top: 1px;
    padding-bottom: 20px;
    width: 48%;
}

.estrategia .single-services-box, .estrategia .single-services-box p {
    color: black;
}

.style-none {
    list-style: none;
}

.text-underline {
    text-decoration: underline
}

.accordion .features-details-list {
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-left: 10px !important;
}

.fix-menu {
    width: 0;
    height: 24px;
    vertical-align: middle;
    display: inline-block;
}

/*
------------- DIrectivos ---------------- */
.team-box {
    overflow: hidden;
    position: relative;
    max-height: 430px;
}

.team-box .team-img, .team-box .team-details {
    text-align: center;
}

.team-box .team-details .team-name {
    padding: 20px 0 13px;
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
}

.team-box .team-details .team-pos {
    padding: 8px 20px 14px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0
}

.team-box .social-list {
    display: table;
    margin: auto
}

/* box 4 */
.team-box.box-4 .team-img {
    position: relative
}

.team-box.box-4 .team-details .team-name {
    background: rgba(0, 0, 0, .07);
    color: #fff;
    padding: 10px 0 8px;
    line-height: 1.5;
    font-size: 15px
}

.team-box.box-4 .team-details .team-pos {
    padding: 8px 0 10px;
    position: relative;
    margin: 5px 0 10px
}

.team-box.box-4 .team-details .team-pos:after {
    position: absolute;
    background: #fff;
    height: 3px;
    width: 20px;
    left: 50%;
    margin-left: -10px;
    bottom: 0;
    content: "";
    display: inline-block
}

.team-box.box-4 .team-details p {
    padding: 0 20px;
    text-align: justify;
    color: white;
    line-height: 1.6;
}

.team-box.box-4 .team-details {
    -webkit-transform: unset;
    -moz-transform: unset;
    -o-transform: unset;
    -ms-transform: unset;
    transform: unset;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    height: 100%;
    padding: 20px 0;
    top: 0;
}

/*.team-box.box-4:hover .team-details {*/
/*-webkit-transform: translateX(0px);*/
/*-moz-transform: translateX(0px);*/
/*-o-transform: translateX(0px);*/
/*-ms-transform: translateX(0px);*/
/*transform: translateX(0px);*/
/*position: absolute;*/
/*bottom: -100%;*/
/*width: 100%;*/
/*padding-bottom: 20px;*/
/*z-index: 5;*/
/*transition: all 0.4s ease;*/

/*}*/

/*.team-box.box-4:hover .team-img {*/
/*-webkit-transform: translateX(100%);*/
/*-moz-transform: translateX(100%);*/
/*-o-transform: translateX(100%);*/
/*-ms-transform: translateX(100%);*/
/*transform: translateX(100%);*/
/*}*/

.directivos .team-box {
    min-height: 580px;
    margin-bottom: 15px;
}

.directivos .team-box .team-details {
    top: 0;
    position: absolute;
    height: 580px;
    right: 0;
    z-index: 10;
}

.main-bg {
    background: linear-gradient(150deg, #484848, #7D7C7CD9 100%);
}

.fs-25 {
    font-size: 25px !important;
}

.fs-16 {
    font-size: 16px;
}

.ptb-20 {
    padding-top: 20px;
}

.p-t30-b30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.valores .single-features {
    width: 48%;
}

.valores .single-features.without-efect {
    width: 100%;
}

.space-valores {
    margin-right: 3%;
}

.table .thead-javer th {
    color: #3e3e3e;
    background-color: #e9e8e8;
    border-color: #dedede;
}

.table .thead-javer2 th {
    color: #FFFF;
    background-color: #C10D19;
    border-color: #C10D19;
}

.repair-banner-image .rotateme {
    height: 447px;
}

.copyright img {
    width: 100px;
}

img.bg-img-2 {
    height: 200px !important;
    width: 285px !important;
}

img.bg-img-1 {
    height: 170px !important;
    width: 285px !important;
}

.single-team .team-image img {
    border: transparent;
}

.language-img {
    position: absolute;
    top: 24px;
    right: 20%;
    z-index: 9999;
}

.topbar-lang {
    margin-left: 10px !important;
    padding-right: 10px !important;
}

.startp-responsive-nav {
    padding-top: 10px;
}

.javer-header .upper {
    /*border-bottom: 1px solid #eaebed;*/
    border-bottom: 1px solid;
    border-color: rgb(210 205 205 / 40%);;

}

.javer-header .upper .logo a {
    display: inline-block;
    border-right: 1px solid #eaebed;
    padding-right: 1em;
    margin-right: 1em;
}

.javer-header img {
    vertical-align: middle;
    border-style: none;
}

.javer-header .upper .extra-links {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: stretch;
}

.javer-header .upper .extra-links li:first-child {
    padding-right: 1em;
}

.javer-header .upper .extra-links li {
    display: flex;
    align-items: center;
}

.javer-header .upper .extra-links {
    list-style-type: none;
}

.javer-header .upper .extra-links li:first-child span {
    font-size: 11px;
    font-family: AvenirNextLTProBold, Helvetica, sans-serif;
    letter-spacing: .5px;
}

.javer-header .upper .extra-links li:first-child a {
    display: inline-block;
    padding: 0 4px;
}

.btn-solid {
    background-color: #C10D19;
    color: #fff !important;
    font-family: 'AvenirNextLTProBold', Helvetica, sans-serif;
    letter-spacing: 1px;
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;

}

/*---------------------------------------------------------*/
.bg-degragado {
    background: linear-gradient(135deg, #9C1414 0%, #FF7373D9 100%) !important;
}

.btn-on-blue {
    color: black;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-on-blue:hover {
    color: black;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-on-blue::after, .btn-on-blue::before {
    content: unset;
}

@font-face {
    font-family: AvenirNextLTProRegular;
    src: url("../fonts/AvenirNextLTPro-Regular.5e28861f6071.eot");
    src: url("../fonts/AvenirNextLTPro-Regular.5e28861f6071.eot?#iefix") format("embedded-opentype"),
    url("../fonts/AvenirNextLTPro-Regular.c11e176731e9.woff") format("woff"),
    url("../fonts/AvenirNextLTPro-Regular.f419118f4f8c.ttf") format("truetype"),
    url("../fonts/AvenirNextLTPro-Regular.3b4b0b647970.svg#fa20c367c6a148cda65f50238befb5f2") format("svg");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: AvenirNextLTProBold;
    src: url("../fonts/AvenirNextLTPro-Bold.aa7a9c5d1bce.eot");
    src: url("../fonts/AvenirNextLTPro-Bold.aa7a9c5d1bce.eot?#iefix") format("embedded-opentype"),
    url("../fonts/AvenirNextLTPro-Bold.2d687c1e8662.woff") format("woff"),
    url("../fonts/AvenirNextLTPro-Bold.4664a9f039e9.ttf") format("truetype"),
    url("../fonts/AvenirNextLTPro-Bold.513f2c6b9931.svg#add6a56a5a62396eaea1929a4942a5a6") format("svg");
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: 'Avenir Next Heavy';
    src: url("../fonts/AvenirNext-Heavy.8da4fa66a6dd.eot");
    src: url("../fonts/AvenirNext-Heavy.8da4fa66a6dd.eot?#iefix") format("embedded-opentype"),
    url("../fonts/AvenirNext-Heavy.46f63ba9e6f0.woff") format("woff"),
    url("../fonts/AvenirNext-Heavy.f3340fbd9f3f.ttf") format("truetype"),
    url("../fonts/AvenirNext-Heavy.6d623d542ee3.svg#AvenirNext-Heavy") format("svg");
    font-weight: 900;
    font-style: normal
}

#historicos {
    border: none;
    min-height: 800px
}

#historicos .wprt-section .container {
    width: 100% !important;
}

.color-p-javer {
    color: #222938;
}

.privacidad .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #C10D19;
}

.btn-bg-white {
    background: #fff;
}

.color-javer {
    color: #C10D19;
}

.startp-nav {
    padding-top: 8px;
}

.mb-2rem {
    margin-bottom: 2rem !important;
}

.single-footer-widget ul.footer-contact-info li a:hover {
    color: #C10D19;
}

.modal-confirm .icon-box {
    color: #fff;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -40px;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    z-index: 9;
    background: #82ce34;
    padding: 15px;
    text-align: center;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.modal-confirm .icon-box i {
    font-size: 45px;
    position: relative;
    top: 0;
}

.modal-confirm.modal-dialog {
    margin-top: 12%;
}

#contactModal .modal-header {

    border-bottom: 0 solid transparent;
}

.single-footer-widget ul.social-links li a, .single-footer-widget ul.social-links li a:hover {
    border-color: #C10D19;
    color: #C10D19;
}

.single-footer-widget ul.social-links li a:hover {
    background: transparent;
    color: #C10D19;
}

.single-footer-widget ul.social-links li a {
    border: transparent;
}

.contact-cta-box {
    max-width: 900px;
}

.premios {
    width: 30%;
    display: inline-block;
    float: left;
}

.premios .img2 {
    width: 60px;
    display: inline-block;
    position: relative;
    bottom: 25px;
}

.premios .img1 {
    width: 100px;
    display: inline-block;
    vertical-align: top;
}

.single-blog-post .blog-post-content {
    background-color: #F8F8F8;
}

.single-blog-post .blog-post-content h3 {
    min-height: 120px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    /*font-size: 1.15vw;*/
}

.nosotros .single-features {
    padding-left: 20px;
    margin-bottom: 0;
    padding-bottom: 15px;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    width: 48%;
    margin-right: 2%;
}

.doc-carusel {
    position: relative;
    bottom: 5px;

}

.pd-0 {
    padding: 0 !important;
}

.reporte .single-repair-partner a {
    display: inline-block;
}

.single-blog-post .blog-image .date {
    background: #C10D19;
}

.repair-about-content ul li span::before {
    background: #C10D19;
}

.single-repair-services::after {
    background: #C10D19;
    border: none;
}

.single-repair-services::before {
    border: transparent;
}

.single-repair-services:hover a, .single-repair-services:focus a {
    color: black;
}

.single-repair-services .icon {
    color: #C10D19;
}

.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.single-blog-post .blog-post-content .read-more-btn:hover {
    color: #C10D19;
}

a:hover, a:focus {
    color: #C10D19;
    text-decoration: none;
}

a.stock-link:hover {
    color: unset;
}

a.stock-link {
    width: 100%;
}

.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.p-t0-b30 {
    padding-top: 0;
    padding-bottom: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.color-btn, .color-btn.btn::after, .color-btn.btn::before {
    content: unset;
    border: 1px solid #D10D19;
    color: #D10D19;

}

.blog-post-content .color-btn {
    border: 1px solid #D10D19;
}

.br-0 {
    border-radius: 0 !important;
}

.startp-nav nav .navbar-nav .nav-item .dropdown_menu li:hover a, .startp-nav nav .navbar-nav .nav-item a:hover {
    color: #C10D19;
}

a.color-btn:focus {
    color: #D10D19;
    box-shadow: none;
}

a.color-btn.outline:hover {
    background-color: #D10D19 !important;
    color: #FFFFFF !important;
}

a.color-btn.outline {
    padding: 10px 20px;
    max-width: 299px;
    height: 40px;
    font-weight: 600;
}

/*.color-btn.btn-primary {*/
/*color: #ffffff;*/
/*background-color: #181818;*/
/*-webkit-box-shadow: transparent !important;*/
/*box-shadow: transparent !important;*/
/*}*/

.download-buttton {
    padding: 10px 20px;
    font-weight: normal;
}

.footer-bottom {
    border-top: 1px solid white;
    font-size: 12px;
    background: #181818;
    text-transform: uppercase;
}

.startp-nav nav .navbar-nav .nav-item a {
    font-size: 16px;
    margin-left: 0;
    margin-right: 0;
    font-family: Roboto;
    color: rgb(23, 23, 23);
    letter-spacing: 1px;
    text-decoration: none;
    /*text-transform: uppercase;*/
    padding-right: 0;
    font-weight: bolder;
}

.startp-nav nav .navbar-nav .nav-item .dropdown_menu li a {
    font-size: 16px;
    font-family: Roboto;
}

.section-title h2 {
    text-transform: none;
}

.secondary-navigation-wrapper {
    background-color: #ffffff;
    border-bottom: 1px solid #f9f9f9;
    padding: 0;
    position: relative;
    line-height: 20px;
    overflow: hidden;
    color: #181818;
    transition: opacity 0.3s ease-out;
    opacity: 0;
    height: 0;
}

.secondary-navigation-wrapper ul li {
    display: inline-block;
    margin-left: 10px;
    padding: inherit;
}

.secondary-navigation-wrapper ul li a, .secondary-navigation-wrapper a {
    color: rgb(23, 23, 23);
    font-family: Viga;
    font-size: 16px;
    font-weight: 800;
}

.extra-links.lang {
    color: rgb(23, 23, 23);
    font-family: Viga;
    font-size: 16px;
    font-weight: 800;
}

.l-active {
    color: #C10D19 !important;
}

.color-text-primary {
    color: #C10D19;
}

.startp-nav nav .navbar-nav .nav-item a svg {
    color: #C10D19;
}

.secondary-navigation-wrapper.active {
    opacity: 1;
    height: 50px;
    padding: 11px 0;
}

/* stock index*/
.stock-header_container {
    padding: 20px 30px 40px 70px;
    background: #F8F8F8;
    border-left: 15px solid #C10D19;
}

.stock-header_description1 {
    display: block;
    font-weight: bold;
    margin-bottom: 16px;
}

.stock-header_price-wrap {
    border-bottom: 1px solid #827e7e;
    padding-bottom: 25px;
}

.stock-header {
    text-align: left;
}

.stock-header_change, .stock-header_perchange {
    display: block;
    margin: 0;
    color: #181818;
}

.stock-header_stock-price {
    display: inline-block;
    margin-bottom: 0;
    color: #000;
    line-height: 65px;
    font-size: 100px;
    margin-right: 10px;
    vertical-align: middle;
}

.stock-header_change-wrap {
    display: inline-block;
    position: relative;
    padding-right: 30px;
    vertical-align: middle;
}

.stock-header_stock-market-wrap {
    font-size: 14px;
    color: #6a6a6a;
    letter-spacing: 0.013px;
    line-height: 17px;
    padding: 10px 0;
}

.stock-header_volume-wrap {
    font-size: 14px;
    color: #6a6a6a;
    line-height: 17px;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #827e7e;
}

.stock-header_volume-wrap {
    font-size: 14px;
    color: #6a6a6a;
    letter-spacing: 0.013px;
    line-height: 17px;
}

.stock-header_volume {
    display: inline-block;
    float: right;
    color: #000;
    padding-right: 20px;
}

.stock-header_date-wrap {
    font-size: 14px;
    color: #5a5a5a;
    padding-top: 10px;
}

.stock-header_date-wrap {
    font-size: 14px;
    color: #5a5a5a;
}

.stock-header_description3 {
    display: block;
    font-size: 0.83vw;
}

.footer-subscribe {
    position: relative;
}

/*.footer-subscribe input:not(.form-check-input) {*/
/*font-size: 14px;*/
/*padding: 8px 15px;*/
/*!*border: none;*!*/
/*height: 45px;*/
/*position: relative;*/
/*border-radius: 25px;*/
/*display: block;*/
/*line-height: 1.428571429;*/
/*color: #555555;*/
/*background-color: #fff;*/
/*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/
/*outline: none;*/
/*width: 100%;*/
/*border: 1px solid #C10D19;*/
/*}*/

/*.footer-subscribe button {*/
/*position: absolute;*/
/*right: -2px;*/
/*top: 0;*/
/*height: 45px;*/
/*border: none;*/
/*background: #C10D19;*/
/*color: #fff;*/
/*font-size: 0;*/
/*padding: 10px 25px;*/
/*border-top-right-radius: 25px;*/
/*border-bottom-right-radius: 25px;*/
/*cursor: pointer;*/
/*}*/

/*.footer-subscribe button::after {*/
/*content: "\f3fe";*/
/*font-family: "Font Awesome 5 Brands";*/
/*font-style: normal;*/
/*font-weight: normal;*/
/*text-decoration: inherit;*/
/*color: #fff;*/
/*font-size: 18px;*/
/*padding-right: 0;*/
/*position: absolute;*/
/*top: 10px;*/
/*left: 14px;*/
/*transition: all 0.3s ease 0s;*/
/*}*/

/*.single-footer-widget ul.list li a:hover {*/
/*    color: #C10D19;*/
/*    padding-left: 7px;*/
/*}*/

.funfact h3 {
    color: #C10D19;
    font-size: 32px;
    margin-bottom: 7px;
}

.form-check-label {
    color: #222938;
    font-family: "AvenirNextLTProRegular", "Poppins", sans-serif;
    font-size: 14px;
}

.copyright-area {
    margin-top: 40px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid #d8ebfd;
    text-align: center;
}

/*.footer-area {*/
/*position: fixed;*/
/*bottom: 0;*/
/*left: 0;*/
/*width: 100%;*/
/*}*/

.single-footer-widget p {
    line-height: unset;
}

.single-footer-widget.suscribe p {
    line-height: 1.15;
}

h2.title-section {
    color: #222938;
    font-size: 40px;
    font-family: "Avenir Next Heavy", Helvetica, sans-serif;
}

h2.title-section.rayita::after {
    content: '';
    display: block;
    width: 140px;
    height: 4px;
    background: #C10D19;
    position: relative;
    top: 5px;
    margin: auto;
}

.faq-accordion .accordion .accordion-item .accordion-title {
    color: #2c2c2c;
    background: #f9f9f9;

}

.faq-accordion .accordion .accordion-item .accordion-content {

    padding: 15px 41px 0px 45px;

}

.botones .dt-buttons {
    float: right;
}

.botones .dt-button {
    background-color: #C10D19 !important;
    color: #fff !important;
    font-family: 'AvenirNextLTProBold', Helvetica, sans-serif;
    letter-spacing: 1px;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    font-weight: 600;
    border: none;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    cursor: pointer;
}

.select-ranges {
    display: inline-block;
    width: auto
}

.action-repo {
    bottom: 5px;
    position: relative;
}

.action-repo-pdf {
    bottom: -4px;
    position: relative;
    text-transform: uppercase;
}

.p-detalles {
    font-size: 16px;
    color: #4a4a4a;
}

.quarter-title {
    color: #222938;
    font-family: "AvenirNextLTProBold", Helvetica, sans-serif;
}

.quarterly-results {
    list-style: none;
    font-size: 18px;
    padding-left: 0;
}

.quarterly-results li {
    padding: 15px 50px 15px 45px;
    border-bottom: 3px solid #C10D19;
    line-height: 1.1;
    position: relative;
}

.quarterly-results .first {
    font-size: 2rem;
    color: #C10D19;
    left: 5px;
    position: absolute;
    top: 8px;

}

.quarterly-results .last {
    color: #C10D19;
    position: absolute;
    right: 22px;
    top: 27%;
    font-size: 20px;
}

.quarterly-results .action-repo {
    bottom: 0;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.anual-link {
    display: block;
    margin-top: 1.25rem;
    width: auto;
    min-width: 18.75rem;
    min-height: 4.375rem;
    line-height: 4.375rem;
    padding: 0 1.25rem 0 1.25rem;
    transition: all .3s;
    transition-property: color, background-color, border-color;
    box-sizing: border-box;
    overflow: hidden;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border-radius: 0;
    background-color: #fff !important;
    color: #C10D19 !important;
    border: .0625rem solid #C10D19;
}

.year-left {
    padding-left: 6%;
    padding-right: 6%;
}

.teaser .teaser__imgwrapper {
    position: relative;
    margin-bottom: -40px;
}

.teaser .teaser__imgwrapper img {
    display: block;
    width: 100%;
    height: auto;
}

.teaser__content {
    position: relative;
    margin: 0 auto;
    padding: 20px;
    background: #FFFFFF;
    min-height: 120px;
    align-items: center;
    display: block;
}

.teaser h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.border-b-3 {
    border-bottom: 3px solid #C10D19;
}

.listado-anual {
    padding: 25px 10px;
}

.pdf-svg {
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 35px;
    height: 35px;
}

.customs-tabs .products-details-tabs {
    text-align: inherit;
}

.customs-tabs .products-details-tabs #tabs li {
    display: inline-block;
    padding: 12px 20px 8px;
}

.funfacts-area .contact-cta-box {
    margin: 0 auto !important;
    border: 1px dashed #c1c1c1;

}

.bg-f9f9f9 {
    background-color: #f9f9f9;
}

.products-details-tabs #tabs li.inactive {
    background-color: white;
}

.teaser {
    transition: 0.5s
}

.listado-anual .teaser:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

.products-details-tabs #tabs {
    margin-left: 10px;
}

.red {
    color: #C10D19;
    font-weight: 700;
    font-size: 18px;
}

.grecaptcha-badge {
    display: none !important;
}

#codigoForm .help-block ul li, .link-red {
    color: red;
}

table.dividendos tr td:first-child {
    font-weight: bold;
}

table.dividendos tr td:last-child {
    text-align: right;
}

.table-cot {
    display: flex;
    align-items: center;
}

.repair-main-banner.pt-200 {
    padding-top: 200px !important;
}

.modelo .single-features:hover {
    transform: none;
    box-shadow: none;
}

.modelo .single-features.gob {
    transform: none;
    box-shadow: none;
    background: #a0a0a0;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    padding-left: 40px;
}

.modelo .single-features.gob .icon {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 55px;
    background: transparent;
    border-radius: 50%;
    color: #C10D19;
    left: 10px;
    top: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-align: inherit;
}

.button1 {
    display: flex !important;
    /*justify-content: center ;*/
    padding: 20px;
    margin: 40px;
    align-items: center;
    height: 110px;
    width: 70%;
    background-color: #C10D19;
    color: #f7f9fa !important;
    font-size: 25px;
    border-radius: 15px;
    text-align: justify-all !important;

}

.big-button {
    padding: 10px;
    font-size: 24px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.big-button.gob {
    background: #a0a0a0;
    border: 2px solid #a0a0a0;
}

.big-button.bin {
    background: #b68c3f;
    border: 2px solid #b68c3f;
}

.big-button.med {
    background: #b66b1a;
    border: 2px solid #b66b1a;
}

.big-button.ent {
    background: #ba5522;
    border: 2px solid #ba5522;
}

.big-button.eco {
    background: #b42a00;
    border: 2px solid #b42a00;
}

.big-button span {
    display: block;
    font-size: 12px;
    margin-top: 6px;
}

a.big-button:hover, a:focus {
    color: #ffffff;
    text-decoration: none;
}

table a.big-button:hover, a:focus, #exportar {
    color: initial;
    text-decoration: none;
}

#exportar img {
    width: 45px;
    vertical-align: inherit;
}

#buscar {
    display: inline-block;
    width: 50%;
}

#exportar span {
    position: relative;
}

.highlight h3, .highlight h2 {
    margin-bottom: 20px;
}

.centrar-div {
    margin: auto;
}

.centrar-div h3 {
    margin-bottom: 0 !important;
}

.highlight h2.title-sec::after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background: #C10D19;
    position: relative;
    top: 5px;
    margin: inherit;
}

.without-efect.single-features {
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.06);
    padding: 20px;
    height: 100%;
}

.without-efect.single-features:hover {
    -webkit-transform: none;
    transform: none;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.05);
}

.without-efect.single-features:hover h5 {
    color: #C10D19;
}

.repair-banner-content .without-efect p {
    margin-bottom: 0;
}

.compromiso .partner-slides a img {
    width: 150px;
    height: 150px;
}

.nuestro-modelo .square-text div {
    text-align: center;
    padding: 0 10px;
}

.nuestro-modelo .square-text div h3 {
    font-size: 1.3rem;
}

.modelo-modals .modal-dialog {
    margin-top: 12%;
}

.modelo-modals .modal-body {
    padding-bottom: 0;
    padding-top: 0;
}

.modelo-modals .container-fluid {
    padding: 0;
    margin: 0;
}

.modelo-modals .img-col {
    padding: 0;
    margin-left: -1px;
}

.modelo-modals .contenido-modal {
    text-align: left;
}

.modelo-modals .modal-header {
    background-color: #C10D19;
    color: white;
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;

}

.modelo-modals .close, .modelo-modals h5 {
    color: white;
    opacity: 1;
}

.nuestro-modelo .seven-block .square-text div h3 {
    font-size: 1.1rem;
}

.sust-view .contri {
    margin-top: 40px;
}

.contri .icon-position {
    position: relative;
    background-size: cover;
    background-position: center center;
    min-height: 200px;
}

.contri .icon-position .icon-round {
    position: absolute;
    right: -26px;
    top: 20px;
}

.contri .icon-round {
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
}

.contri .icon-round i {
    top: 8px;
    position: relative;
}

.contri .card {
    border: none;
}

.list-2 {
    padding-left: 18px;
    margin-bottom: 0;
}

.contri .icon-round img {
    width: 35px;
    height: 35px;
}

.scrolled {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#header.headroom {
    background-color: rgb(255, 255, 255);
    color: rgb(23, 23, 23);
}

.padding-design {
    padding-left: 7%;
    padding-right: 7%;
}

/*.nav-item .nav-link.has-children::before {*/
/*content: "";*/
/*display: block;*/
/*position: relative;*/
/*width: 45px;*/
/*height: 1px;*/
/*background: #FDFDFD;*/
/*margin-left: auto;*/
/*top: 45px;*/
/*}*/

.startp-nav nav .navbar-nav .nav-item .dropdown_menu {
    background: #ffffff;
}

.startp-nav nav .navbar-nav .nav-item .dropdown_menu li a {
    color: rgb(66, 66, 66);
    font-weight: bolder;
}

.startp-nav nav .navbar-nav .nav-item .dropdown_menu li a:focus, .startp-nav nav .navbar-nav .nav-item .dropdown_menu li a:hover {
    color: #c10d19;
    text-decoration: none;
    background-color: transparent;
}

.startp-nav nav .navbar-nav .nav-item .nav-link.has-children:hover:after, .startp-nav nav .navbar-nav .nav-item:hover .nav-link.has-children:after {
    width: 91%;
}

.startp-nav nav .navbar-nav .nav-item .nav-link.has-children:after {
    bottom: 8px;
    content: "";
    display: block;
    height: 2px;
    left: 0px;
    margin-left: 0px;
    position: absolute;
    background: #c10d19;
    transition: width 0.5s ease 0s, left 0.5s ease 0s;
    width: 0;
    border: none;
}

/*#header.headroom {*/
/*    position: absolute;*/
/*}*/

.startp-nav nav .navbar-nav .nav-item:hover ul {
    top: 86%;
}

.footer-area {
    background-color: rgb(23, 23, 23);
}


.footer-area #send-suscribe {
    width: 198px;
    height: 40px;
}

.single-footer-widget ul.list li a {
    color: #A3A3A3;
    font-family: Roboto;
}

.single-footer-widget ul.footer-contact-info li {
    color: #A3A3A3;
}

.single-footer-widget ul.footer-contact-info li a, .single-footer-widget ul.footer-contact-info li a:hover {
    color: #b2b2b2;
    font-family: Roboto;
}

.single-footer-widget .btn-primary:hover, .single-footer-widget .btn-primary:active {
    color: inherit;
    background: inherit;
}

.single-footer-widget .color-btn {
    background-color: #181818;
    color: #c10d19;
    content: unset;
    padding: 5px 20px;
    border: 1px solid #c10d19;
    border-radius: 6px;
}

#email_suscrib {
    width: 90%;
}

.fs-38 {
    /*font-size: 2.5vw;*/
}

.fs-18 {
    font-size: 18px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.text-black {
    color: #181818 !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.quarter.partner-slides i {
    color: rgb(193, 13, 25);
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
    font-family: poppins, sans-serif;
}

.fix-m {
    position: relative;
    bottom: -4px;
    line-height: 0;
}

.valores-borde {
    padding-bottom: 20px;
    border-bottom: 1px solid #827e7e;
}

.pd-boton-outline {
    padding: 5px 30px;
    font-size: 13px;
    border-radius: 6px;
    background-color: white;
}

.border-stock {
    border-bottom: 1px solid #827e7e;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.blog-area .single-blog-post .blog-post-content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
}

.blog-area .single-blog-post .blog-post-content h3.title-comu {
    font-size: 17px;
    line-height: 27px;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 15px;

}

.blog-area .blog-post-content p {
    font-size: 0.92vw;
}

.blog-area .blog-post-content p, .blog-area .blog-post-content a {
    color: #181818;
    background-color: #F8F8F8;
}

.blog-area a.color-btn {
    color: #D10D19;
    background-color: #F8F8F8;
}

.blog-area a.color-btn.outline {
    padding: 10px 42px;
    height: 40px;
}

.blog-area .blog-post-content p.date {
    font-size: 0.8vw;
    line-height: 16px;
}

.index.repair-banner-image img:nth-child(1) {
    /*width: 59%;*/
    /*height: auto;*/
    left: 14%;
    z-index: 2;
    position: relative;
}

.index.repair-banner-image img:nth-child(2) {

    position: absolute;
    left: 58%;
    top: 48%;
    margin: 0;
    z-index: 3;
}

.square-1 {
    position: absolute;
    width: 882px;
    height: 228px;
    background-color: #C10D19;
    z-index: 1;
    bottom: 72%;
    left: 32%;

}

.square-2 {
    position: absolute;
    width: 98px;
    height: 296px;
    background-color: #C10D19;
    z-index: 1;
    top: 56%;
    left: 6.12%;

}

.square-3 {
    position: absolute;
    height: 40px;
    width: 296px;
    background-color: #C10D19;
    bottom: -40px;
    right: 0;
}

.contacto-square-1 {
    position: absolute;
    height: 290px;
    width: 40px;
    background-color: #C10D19;
    top: 220px;
    left: 0px;
}

.contacto-square-2 {
    position: relative;
    float: right;
    height: 2px;
    width: 100%;
    background-color: #C10D19;
    top: 54px;
    /* right: 15px; */
}

.contacto-square-3 {
    position: absolute;
    height: 150px;
    width: 7%;
    background-color: #C10D19;
    bottom: 50px;
    right: 0;
}

.overflow-hidden {
    overflow: hidden !important;
}

.pb-100 {
    padding-bottom: 150px !important;
}

.pt-220 {
    padding-top: 220px !important;
}

.pt-220-pb-80 {
    padding-top: 220px;
    padding-bottom: 80px;
}

#contactForm .form-control {
    color: #181818;
    border: 1px solid #181818;
    background: white;
}

.mb-15 {
    margin-bottom: 15px;
}

.info-block {
    position: absolute;
    bottom: 60px;
}

.thx-block {
    position: absolute;
    bottom: 0;
}

/*--------------------------*/

.info-menu {
    text-align: center;
    overflow: hidden;
}

.round .menu-photo img {
    border-radius: 0;
    border: transparent;
    padding: 0px;
    width: 150px;
}

.img-fluid-50 {
    max-width: 50%;
    height: auto;
}

.info-menu .description {
    padding: 20px 20px 10px;
}

.info-menu .description h5 {
    text-transform: uppercase;
    line-height: 24px;
}

.select-style {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #F4F4F4;
    height: 40px;
    background-image: url("/static/assets/img/select-bg.08767105df25.png");
    background-repeat: no-repeat, repeat;
    background-position: right 0 top 50%, 0 0;
    background-size: 46px auto, 100%;
    border-color: #707070;
    font-size: 13px;
    font-weight: 800;
    padding-left: 10px;
    text-transform: uppercase;
    width: 12%;
}

.select-style.quarter {
    width: 15%;
}

.width-50 {
    width: 50%;
}

.bg-707070 {
    background-color: #707070;
}

@media (max-width: 1151px) {
    .premio-reco {
        width: 30%;
    }
}

@media (max-width: 767px) {
    h1.title-int {
        width: 100%;
    }

    .premio-reco {
        width: 100%;
    }
}


@media (max-width: 991px) {
    .reconocimiento.ordenar div:first-child {
        order: 1;
    }

    .reconocimiento a.outline {
        margin-bottom: 20px;
    }
}

.gris {
    position: absolute;
    top: 40%;
    left: 10%;
    width: 130%;
    height: 90%;
    background-color: #adacac;
    z-index: 1;
}

.azul {
    position: absolute;
    top: 0;
    left: 0;
    width: 130%;
    height: 50%;
    background-color: #1082d0;
    padding-bottom: 20px;
}

.bloque {
    display: inline-block;
    border: 1px solid #000;
    box-sizing: border-box;
}

@media (max-width: 1090px) {
    .cuadros-grises .col {
        flex-basis: unset;
    }

    .cuadros-grises .contenedor {
        height: 7vh;
        margin-bottom: 10px;
    }
}

.popup {
    display: none;
    position: absolute;
    background-color: #a0a0a0;
    border: 1px solid #ccc;
    padding: 10px;
    z-index: 20;
    font-size: 14px;
    color: #f5efef;
}

.popup-trigger {
    position: relative;
    cursor: pointer;
}

.popup-trigger:hover .popup {
    display: block;
}

.popup .content {
    display: flex;
    width: 60rem;

}

.text {
    flex: 1;
}

.image {
    flex: 1;
}

.pr-2 {
    color: white !important;
    font-size: 16px;
}


@media (min-width: 1200px) {
    .reconocimiento img {
        max-width: 90%;
    }
}



