@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;500;700;900&display=swap');

:root{
    --swiper-theme-color: #133571;
    --bs-blue: #133571;
    --bs-primary: #133571;
    --bs-primary-rgb: 19,53,113;
    --bs-dark-rgb: 0,0,0;
    --bs-secondary: #4AA35B;
    --bs-secondary-rgb: 74,163,91;
    --bs-info-rgb: 57,125,178;
    --bs-success-rgb: 51,116,95;
    --bs-body-color: #606060;
}
body{
    font-family: 'Roboto', sans-serif;
    color: #606060;
    font-size: 15px;
    font-weight: 300;
}
img{
    max-width: 100%;
}
a{
    text-decoration: none;
    transition: all 0.4s ease;
}
a:hover{
    color: #133571;;
}
strong {
    font-weight: 900;
}
p{
    margin-bottom: 0.5rem;
}
.accordion{
    --bs-accordion-bg: transparent;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgb(19 59 113 / 24%);
    --bs-accordion-active-color: #133571;
}
.accordion-item{
    color: #606060;
}
.focus-secondary{
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgb(74 163 91 / 24%);
}
.focus-success{
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgb(51 116 95 / 24%);
}
.focus-info{
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgb(57 125 178 / 24%);
}
.focus-default{
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgb(215 215 215 / 25%);
}
.fw-bolder {
    font-weight: 900!important;
}
.h6, h6 {
    font-size: 1rem;
}
.lh-3{
    line-height: 1.3 !important;
}
.zi-2{
    z-index: 2 !important;
}
.zi-3{
    z-index: 3 !important;
}
.text-bebas{
    font-family: 'Bebas Neue', cursive !important;
}
.btn{
    border-radius: 0;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #133571;
    --bs-btn-border-color: #133571;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1548a1;
    --bs-btn-hover-border-color: #1548a1;
    --bs-btn-active-bg: #133571;
    --bs-btn-active-border-color: #133571;
    --bs-btn-disabled-bg: #b8d2ff;
    --bs-btn-disabled-border-color: #b8d2ff;
}
.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #4AA35B;
    --bs-btn-border-color: #4AA35B;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #229338;
    --bs-btn-hover-border-color: #229338;
    --bs-btn-active-bg: #4AA35B;
    --bs-btn-active-border-color: #4AA35B;
    --bs-btn-disabled-bg: #a5e1b1;
    --bs-btn-disabled-border-color: #a5e1b1;
}
.form-control{
    color: #747474;
    height: 65px;
    border: 2px solid #133571 !important;
    padding: 10px 15px;
    font-weight: 100;
}
.form-control:focus{
    border-color: #eeeeee;
    box-shadow: none;
    background: #fdfdfd;
    /*box-shadow: 0 0 0 0.3rem rgb(217 16 35 / 10%);*/
}
.pt-52 {
    padding-top: 4rem!important;
}
.pt-55 {
    padding-top: 5rem!important;
}
.pt-6 {
    padding-top: 6rem!important;
}
.pt-7 {
    padding-top: 7rem!important;
}
.pt-8 {
    padding-top: 8rem!important;
}
.pt-9 {
    padding-top: 9rem!important;
}
.pb-52 {
    padding-bottom: 4rem!important;
}
.pb-55 {
    padding-bottom: 5rem!important;
}
.pb-6 {
    padding-bottom: 6rem!important;
}
.pb-7 {
    padding-bottom: 7rem!important;
}
.pb-8 {
    padding-bottom: 8rem!important;
}
.pb-9 {
    padding-bottom: 9rem!important;
}
.py-52 {
    padding-top: 4rem!important;
    padding-bottom: 4rem!important;
}
.py-55 {
    padding-top: 5rem!important;
    padding-bottom: 5rem!important;
}
.py-6 {
    padding-top: 6rem!important;
    padding-bottom: 6rem!important;
}
.py-7 {
    padding-top: 7rem!important;
    padding-bottom: 7rem!important;
}
.py-8 {
    padding-top: 8rem!important;
    padding-bottom: 8rem!important;
}
.py-9 {
    padding-top: 9rem!important;
    padding-bottom: 9rem!important;
}
.shadow-light {
    box-shadow: 0.2em 0.2rem 0.4rem rgba(0,0,0,.15)!important;
}
.text-info{
    color: #397DB2;
}
.table{
    color: #717171;
    font-size: 0.8rem;
}
.table>thead{
    border-bottom: 1px solid #000;
}
.table>:not(caption)>*>* {
    padding: 0.7rem 0.5rem;
}
.table>tbody th{
    font-weight: 300 !important;
}
.table-group-divider {
    border-top: 1px solid #000;
}
.alto-form{
    height: 65px;
}
.form-control::-webkit-input-placeholder {
    color: #ccc;
}
.form-control:-moz-placeholder {
    color: #ccc;
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: #ccc;
    opacity:  1;
}
.form-control:-ms-input-placeholder {
    color: #ccc;
}
.form-control::-webkit-input-placeholder {
    color: #ccc;
}
.form-control:-moz-placeholder {
    color: #ccc;
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: #ccc;
    opacity:  1;
}
.form-control:-ms-input-placeholder {
    color: #ccc;
}
.text-small {
    font-size: 86%;
}





/* scroll web */
::-webkit-scrollbar {
    width: 11px;
    height: 11px;
}
::-webkit-scrollbar-thumb {
    background: #133571;
    border-radius: 0px !important;
    cursor: pointer !important;
}
::-webkit-scrollbar-thumb:active {
    background-color: #133571;
    cursor: pointer !important;
}
::-webkit-scrollbar-thumb:hover {
    background: #133571;
    /*box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);*/
    cursor: pointer !important;
}
::-webkit-scrollbar-track {
    background: #f6faeb;
    /*border:  1px solid red;*/
    /*border-radius: 4px;*/
}
::-webkit-scrollbar-scroll{
    background: #133571;
}
::-webkit-scrollbar-track:hover,
::-webkit-scrollbar-track:active {
    /*border:  1px solid red;*/
}
::-moz-scrollbar {
    width: 11px;
    height: 11px;
}
::-moz-scrollbar-thumb{
    border-radius: 0px !important;
}
::-moz-scrollbar-thumb:active {
    background-color: #133571;
    cursor: pointer !important;
}
::-moz-scrollbar-thumb:hover {
    background: #000;
    /*box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);*/
    cursor: pointer !important;
}
::-moz-scrollbar-track {
    /*border:  1px solid red;*/
    /*border-radius: 4px;*/
    background: #f6faeb;
}
::-moz-scrollbar-scroll{
    /*background: blue;*/
}
::-moz-scrollbar-track:hover,
::-moz-scrollbar-track:active {
    /*border:  1px solid red;*/
}
::-ms-scrollbar {
    width: 11px;
    height: 11px;
}
::-ms-scrollbar-thumb{
    border-radius: 0px !important;
}
::-ms-scrollbar-thumb:active {
    background-color: #133571;
    cursor: pointer !important;
}
::-ms-scrollbar-thumb:hover {
    background: #133571;
    /*box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);*/
    cursor: pointer !important;
}
::-ms-scrollbar-track {
    /*border:  1px solid red;
    border-radius: 4px;*/
    background: #f6faeb;
}
::-ms-scrollbar-scroll{
    background: #133571;
}
::-ms-scrollbar-track:hover,
::-ms-scrollbar-track:active {
    /*border:  1px solid red;*/
}
/*fin scroll web*/
/*------------------------------------------------*/
/*-------------------------------------------*/
/*Modo oscuro*/
/*@media (-ms-high-contrast: white-on-black) {body{background-color: #121212;color: #f0f0f0;}.accordion-item{color: #f0f0f0;}}
@media (prefers-color-scheme: dark) {
    body {
        background-color: #121212;
        color: #f0f0f0;
    }
    .border{
        border-color: #393939 !important;
    }
    .accordion-item{
        color: #f0f0f0 !important;
    }
    .accordion-button{
        color: #f0f0f0 !important;
    }
    .bg-footer {
        background: #000000 !important;
    }
    .form-control, .form-control:focus{
        background: #000000 !important;
        color: #ffffff;
    }
    .menu{
        background: #121212 !important;
    }
    #navbarsPrincipal ul li a{
        color: #f0f0f0 !important;
    }
    .logo img{
        filter: invert(1);
    }
    .btn-idioma a{
        color: #2d62bf !important;
    }
    .parallax-img-center{
        opacity: 0.1;
    }
    .bg-white{
        background-color: #000000 !important;
    }
    .table{
        color: #999999 !important;
    }
    .focus-secondary {
        --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgb(57 57 57 / 42%) !important;
    }
    .head-logo .navbar-toggler{
        background: #121212 !important;
    }
    .head-logo .navbar-toggler.collapsed .icon-bar{
        background-color: #f0f0f0 !important;
    }
}
*/






/*fin Modo oscuro*/
/*------------------------------------------------*/
/*-------------------------------------------*/
.title-cuadro{
    margin-bottom: 20px;
    line-height: 1;
    display: inline-block;
    padding: 10px;
    background: #d91023;
    color: #ffffff;
    border: 4px solid #ffffff;
    box-shadow: 0px 0px 0px 3px #d91023;
    font-family: 'Bebas Neue', cursive;
    font-size: 5rem;
}
.box-clientes {
    width: 100%;
    text-align: center;
    /*float: left;*/
    padding: 20px 0;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 10px;
}
.box-clientes a img {
    display: inline;
    max-width: 110px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.box-clientes a img:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.parallax-overlay{
    position: relative;
    background-position: center center;
    background-size: 80%;
}
.parallax-overlay:before{
    content: "";
    background: url(../imagenes/pattern.png);
    width: 100%;
    position: absolute;
    overflow: hidden;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.comillas{
    color: #d91023;
    font-size: 28px;
    display: inline-table;
    vertical-align: top;
    margin: 0 5px;
    line-height: 0;
}
.comillas:before {
    top: -3px;
    position: relative;
}
.inverso{
    transform: rotate(180deg);
    /*vertical-align: super;*/
}
.inverso:before{
    top: 5px;
    position: relative;
}
.form-plomo{
    border: 1px solid #eeeeee;
    width: 100%;
    font-size: 13px;
    color: #747474;
    padding: 20px 2%;
    /*margin: 0 1% 2% 0;*/
    border-radius: 2px;
    background: #fdfdfd;
}
textarea.form-plomo{
    /*height: 128px;*/
    height: calc(100% - 128px);
}
.btn-form{
    padding: 20px 24px 20px 24px;
    border: 0 none;
    color: #ffffff;
    width: 100%;
    cursor: pointer;
    height: 57px;
    border-radius: 3px;
    outline: none;
    font-size: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.title-cuadro-blanco{
    background: rgba(255, 255, 255, 0.50);
    font-family: 'Bebas Neue', cursive;
    font-size: 3.5rem;
    color: #000;
    line-height: 1;
    display: block;
    padding: 1.5rem 2rem 1rem;
}
.box-servicio{
    background: #fff;
    padding: 20px 10px;
    border: 1px solid #f0f0f0;
    margin: 10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.box-servicio:hover{
    background: #d91023;
    box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    border: 1px solid transparent;
}
.lista-cortada{
    list-style: none;
    margin: 0;
    padding: 0;
}
.lista-cortada li {
    font-weight: bold;
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px dashed #e0e0e0;
}
.lista-cortada li:last-child {
    border: none;
    margin: 0;
    padding: 0;
}
.skillbar {
    width: 100%;
    height: 25px;
    display: block;
    background: rgba(0, 0, 0, 0.04);
    margin-bottom: 10px;
    position: relative;
}
.skill-title {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    padding: 5px 10px;
    color: #fff;
    z-index: 1;
    background: transparent;
}
.skillbar .skill-percentage {
    background: #d91023;
    display: block;
    width: 0;
    height: 25px;
}
.btn-brochure{
    background-color: #d91023;
    font-size: 0.9rem;
    font-weight: bold;
    padding: 0.7rem 2rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 2px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    color: #ffffff;
    cursor: pointer;
}
.btn-brochure:hover{
    background: #131219;
    border-color: #131219;
    color: #fff;
}
.head-servicio-barras{
    width: 100%;
    margin: 20px 0 20px;
    position: relative;
    clear: both;
    display: block;
    z-index: 1;
    text-align: center;
}
.head-servicio-barras span {
    display: inline-block;
    position: relative;
    font-size: 36px;
    font-family: 'Bebas Neue', cursive;
}
.head-servicio-barras span:before, .head-servicio-barras span:after{
    position: absolute;
    content: '';
    width: 80px;
    height: 0;
    border-bottom: 1px solid;
    top: 50%;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.head-servicio-barras span:before {
    left: -90px;
}
.box-counter{
    text-align: center;
}
.number-counter{
    color: #d91023;
    font-size: 4.5rem;
    line-height: 1.2;
    padding: 0;
    margin-bottom: 0.4rem;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}
.mascara-blanca{
    position: absolute;
    z-index: 7;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 9% 8% 12%;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    font-weight: 400;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.mascara-blanca dir {
    margin: 0;
    display: inline-block;
    position: relative;
    font-weight: bold;
    text-align: left;
    width: 100%;
    height: 100%;
    display: table;
    transition: all 0.4s ease;
    transform: perspective(1000px) translate3d(0px, 0px, 0px);
    transform-origin: 50% 100%;
    transform-style: flat;
    padding-left: 0;
}
.mascara-blanca dir div {
    display: table-cell;
    vertical-align: middle;
}
.mascara-blanca .btn-mediano {
    position: absolute;
    bottom: 50%;
    left: 0;
    right: 0;
    z-index: 99;
    width: 100%;


    text-transform: uppercase;
    -webkit-transform: translate(0%, -200%);
    -moz-transform: translate(0%, -200%);
    -o-transform: translate(0%, -200%);
    -ms-transform: translate(0%, -200%);
    transform: translate(0%, -200%);
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.mascara-blanca .btn-mediano span{
    margin: 0 auto;
    background-color: #d91023;
    color: #ffffff !important;
    padding: 2px 10px;
    display: inline-block;
    font-size: 1rem;
    line-height: 1.4;
}
.mascara-blanca:hover {
    background: rgba(255,255,255,0.7);
}
.mascara-blanca:hover .btn-mediano {
    opacity: 1;
    -webkit-transform: translate(0%, 50%);
    -moz-transform: translate(0%, 50%);
    -ms-transform: translate(0%, 50%);
    -o-transform: translate(0%, 50%);
    transform: translate(0%, 50%);
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.box-integramos aside{
    padding: 10px;
    text-align: center;
    font-size: 1rem;
    border: 1px solid #e8e8e8;
    border-top: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.box-integramos:hover aside{
    background-color: #d91023;
    border: 1px solid #d91023;
    color: #fff;
}
.box-banner {
    position: relative;
    height: 100%;
}
.box-banner img{
    /* object-fit: cover;
    height: 100%; */
}
.fondo-banner {
    background: #133571;
    height: 400px;
}
.fondo-banner .container{
    position: relative;
    height: 100%;
}
.content-banner{
    height: 100%;
}
.content-banner picture{
    height: 100%;
    display: flex;
    align-items: center;
}
.content-banner picture img{
    height: 220px;
}
aside.title-banner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50%;
    text-align: end;
    width: 94%;
    margin: 0 auto;
    color: #fff;
    font-size: 3.6rem;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
@-webkit-keyframes cs_tittles {
    2.0833333333333335%{ opacity: 0; -webkit-transform: translateY(-100%);}
    25.41666666666667%  { opacity: 1; -webkit-transition: .2s opacity .0s ease, .2s -webkit-transform .2s ease; -webkit-transform: translateY(0);}
    95%,100%    {  -webkit-transform: translateY(0);opacity: 1; }
}
@-moz-keyframes cs_tittles {
    2.0833333333333335%{ opacity: 0; -moz-transform: translateY(-100%);}
    25.41666666666667%  { opacity: 1; -moz-transition: .2s opacity .0s ease, .2s -moz-transform .2s ease; -moz-transform: translateY(0);}
    95%,100%    {  -moz-transform: translateY(0);opacity: 1; }
}
@-o-keyframes cs_tittles {
    2.0833333333333335%{ opacity: 0; -o-transform: translateY(-100%);}
    25.41666666666667%  { opacity: 1; -o-transition: .2s opacity .0s ease, .2s -o-transform .2s ease; -o-transform: translateY(0);}
    95%,100%    {  -o-transform: translateY(0);opacity: 1; }
}
@keyframes cs_tittles {
    2.0833333333333335%{ opacity: 0; transform: translateY(-100%);}
    25.41666666666667%  { opacity: 1; transition: .2s opacity .0s ease, .2s transform .2s ease; transform: translateY(0);}
    95%,100%    {  transform: translateY(0);opacity: 1; }
}
.banner-home .splide__slide.is-visible aside.title-banner {
    /* -webkit-animation-name: cs_tittles;
     animation-name: cs_tittles;*/
     -webkit-animation: cs_tittles 15000ms infinite -1400ms ease;
     -moz-animation: cs_tittles 15000ms infinite -1400ms ease;
     animation: cs_tittles 15000ms infinite -1400ms ease;
 }
.logo img{
    height: 20px;
    width: auto;
    max-width: fit-content;
    margin-top: 1rem;
}
#navbarsPrincipal ul li a{
    color: #606060;
    font-size: 0.95rem;
    font-weight: 600;
/*    padding: 1.3rem 1.1rem;*/
    padding: 1rem 1rem;
}
#navbarsPrincipal ul li.active a, #navbarsPrincipal ul li:hover a{
    color: #003575;
}
.banner-home .splide__arrows.splide__arrows--ltr{
    opacity: 0;
}
.banner-home:hover .splide__arrows.splide__arrows--ltr{
    opacity: 1;
}
.splide__arrow:focus-visible {
    outline: 3px solid #000 !important;
    outline-offset: 0 !important;
}
.splide__arrow{
    background: #fff !important;
    height: 2.5rem !important;
    width: 2.5rem !important;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.splide__arrow svg{
    fill: #133571 !important;
    height: 1.5em !important;
    width: 1.5em !important;
}
.box-noticias {
    margin: 15px;
}
.box-noticias figure{
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 5px;
    border: 1px solid #e8e8e8;
    box-shadow: 0px 0px 13px rgb(228, 221, 221);
}
.box-noticias figure picture{
    display: block;
    overflow: hidden;
    position: relative;
    height: 180px;
    width: 100%;
}
.box-noticias figure picture img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.mascara-roja {
    position: absolute;
    z-index: 7;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    font-weight: 400;
}
.mascara-roja dir {
    margin: 0;
    display: inline-block;
    position: relative;
    font-weight: bold;
    text-align: left;
    width: 100%;
    height: 100%;
    display: table;
    transition: all 0.4s ease;
    transform: perspective(1000px) translate3d(0px, 0px, 0px);
    transform-origin: 50% 100%;
    transform-style: flat;
    padding-left: 0;
}
.mascara-roja dir div {
    display: table-cell;
    vertical-align: middle;
}
.mascara-roja .btn-mediano {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
}
.mascara-roja .btn-mediano span {
    margin: 0 auto;
    color: #ffffff !important;
    padding: 2px 10px;
    display: flex;
    height: 100%;
    font-size: 5rem;
    line-height: 1.4;
    font-weight: bold;
    align-items: center;
    justify-content: center;
}
.mascara-roja .btn-mediano span i::before {
    content: "\f4fe";
    font-weight: bold !important;
}
.box-noticias:hover .mascara-roja .btn-mediano {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.box-noticias:hover .mascara-roja {
    background: rgb(217 16 35 / 82%);
}
.box-noticias:hover figure picture img{
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.box-noticias aside{
    position: relative;
    margin-top: 1rem;
}
.post-icon{
    position: absolute;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 0;
    opacity: 1;
    filter: alpha(opacity=1);
    margin: 0;
    background-color: #f0f0f0;
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.post-icon i{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 1rem;
}
.post-icon i:before{
    font-weight: 500 !important;
}
.post-noticias{
    margin-left: 20px;
    padding-left: 35px;
    border-left: 1px solid #f0f0f0;
}
.post-noticias h5{
    font-size: 1.1rem;
    margin-bottom: 0;
}
.post-date{
    position: relative;
    display: block;
}
.post-date span{
    line-height: 1;
    display: inline-block;
    padding: 5px 10px;
    margin: 10px 0 20px;
    font-size: 11px;
    background: #f0f0f0;
}
.post-date span.date{
    background: #d91023;
    color: #fff;
}
.btn-read{
    color: #d91023;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.btn-read:hover{
    color: #333333 !important;
}
.box-noticias:hover .post-icon{
    background-color: #d91023;
    color: #fff;
}
.flechas-abajo {
    padding-bottom: 5rem;
}
.flechas-abajo .splide__arrows.splide__arrows--ltr{
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 6.7rem;
}
.flechas-abajo .splide__arrow{
    background: rgb(246, 246, 246) !important;
    border: 2px solid #c7c7c7 !important;
    height: 2.2rem !important;
    width: 2.2rem !important;
    transition: all 0.4s ease;
}
.flechas-abajo .splide__arrow svg {
    fill: #49494a !important;
    height: 1.2em !important;
    width: 1.2em !important;
    transition: all 0.4s ease;
}
.flechas-abajo .splide__arrow:hover{
    border: 2px solid #999 !important;
}
.flechas-abajo .splide__arrow:hover svg{
    fill: #222 !important;
}
.box-portafolio {
    overflow: hidden;
}
.lista-filtros{
    margin: 0;
    list-style: none;
    padding: 0;
    text-align: center;
}
.lista-filtros li{
    display: inline-block;
}
.lista-filtros li a {
    display: block;
    float: left;
    padding: 2px 5px;
    color: inherit;
    margin-right: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    font-family: 'Bebas Neue', cursive;
}
.lista-filtros li a h3 {
    font-size: 18px;
    padding: 2px 6px 0px;
    border: 2px solid;
}
.lista-filtros li a.active h3{
    color: #d91023;
    border: 2px solid #d91023;
}
.box-portafolio a{
    position: relative;
    float: left;
    overflow: hidden;
    width: calc(100% / 5.007);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.content-portafolio figure{
    margin-bottom: 0;
}
.content-portafolio figure img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.content-portafolio .mascara-roja .btn-mediano span{
    font-size: initial;
}
.content-portafolio .mascara-roja .btn-mediano span h4{
    font-size: 1.3rem;
}
.content-portafolio .mascara-roja .btn-mediano span h6{
    font-size: 0.6rem;
}
.content-portafolio:hover .mascara-roja .btn-mediano {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.content-portafolio:hover figure img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.content-portafolio:hover .mascara-roja {
    background: rgb(0 0 0 / 82%);
}
.box-portafolio a.hide{
    transform: scale(0);
    height: 0;
}
.box-portafolio a.show{
    transform: scale(1);
    height: 100%;
}
.btn-load {
    display: block;
    padding: 10px;
    color: #000;
    background: #efefef;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.btn-load:hover{
    background: #d91023;
    color: #fff;
}
.modal-backdrop{
    --bs-backdrop-bg: #fff;
    --bs-backdrop-opacity: 0.96;
}
.modalTransparente .modal-content{
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.btn-cerrar{
    position: absolute;
    right: 0;
    top: 0;
    background: #133571;
    color: #fff !important;
    border: 0;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    font-size: 1rem;
    font-family: sans-serif;
    font-weight: bold;
    opacity: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fs-1 {
    font-size: 4.8rem!important;
}
@-webkit-keyframes mouse-animado {
    0% {
        -webkit-transform:translate(0, 0px);
        opacity:1
    }
    100% {
        -webkit-transform:translate(0, 10px);
        opacity:0
    }
}
@-moz-keyframes mouse-animado {
    0% {
        -moz-transform:translate(0, 0px);
        opacity:1
    }
    100% {
        -moz-transform:translate(0, 20px);
        opacity:0
    }
}
@-o-keyframes mouse-animado {
    0% {
        -o-transform:translate(0, 0px);
        opacity:1
    }
    100% {
        -o-transform:translate(0, 10px);
        opacity:0
    }
}
@keyframes mouse-animado {
    0% {
        transform:translate(0, 0);
        opacity:1
    }
    100% {
        transform:translate(0, 10px);
        opacity:0
    }
}
.team-scroll {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 50%;
    -mox-border-radius: 50%;
    text-align: center;
    z-index: 1000;
    position: relative;
    margin: 40px auto 0;
}
.team-scroll span {
    border: 1px solid #777777;
    border-radius: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 36px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.team-scroll span:before {
    background-color: #777777;
    border-radius: 100%;
    content: "";
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -2px;
    width: 4px;
    height: 4px;
    opacity: 1;
    -webkit-transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
    transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
    -webkit-animation: mouse-animado 1.5s -1s cubic-bezier(0.680, -0.550, 0.265, 1.550) infinite;
    animation: mouse-animado 1.5s -1s cubic-bezier(0.680, -0.550, 0.265, 1.550) infinite;
}
/*menu efecto*/
.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
}

/*scroll de regreso*/
.scrollup{
    display:none;
}
.scrollup:hover{
    opacity:1;
}
.btn-to-top {
    background: #133571;
    bottom: 15px;
    color: #fff;
    cursor: pointer;
    font-family: "Font Awesome 7 Free";
    font-weight: 700;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    left: 10px;
    text-align: center;
    width: 40px;
    z-index: 991;
    -webkit-transition: color 0.3s,background 0.3s,border-radius 0.3s;
    -o-transition: color 0.3s,background 0.3s,border-radius 0.3s;
    transition: color 0.3s,background 0.3s,border-radius 0.3s;
    will-change: color,background,border-radius;
    border-radius: 50%;
}
.btn-to-top:before {
    content: "\f077";
}
.btn-to-top:hover {
    background: #000;
}
.textos-web p{
    margin-bottom: 0;
}
.flechas-rojas .splide__arrow {
    border: 3px solid white !important;
    background: #d91023 !important;
    opacity: 1 !important;
}
.botones-pagina{
    text-align: right;
}
.btn-controles-pagina {
    -ms-flex-align: center;
    align-items: center;
    background: #000;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: -ms-flexbox;
    display: inline-block;
    height: 3em;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    padding: 0;
    position: relative;
    width: 3em;
    z-index: 1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.btn-controles-pagina svg {
    fill: #fff !important;
    height: 1.5em !important;
    width: 1.5em !important;
}
.btn-controles-pagina:hover {
    background: #d91023;
}
.banner-home .team-scroll{
    position: absolute;
    margin: 0 auto 0;
    bottom: 15px;
    left: 0;
    right: 0;
}
.banner-home .team-scroll span {
    border: 1px solid #ffffff;
}
.banner-home .team-scroll span:before {
    background-color: #ffffff;
}

/*precarga web*/
body #qLoverlay{
    background-color: #fff;
    position: fixed;
    z-index: 666999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#qLpercentage {
    font-family: 'Bebas Neue', cursive;
    font-size: 60px !important;
    line-height: 1;
}
.cart-menu{
    display: inline-block;
    margin: 0;
    vertical-align: top;
    position: relative;
    margin-bottom: 7px;
}
.cart-menu a i{
    /* font-size: 16px; */
    line-height: 22px;
    position: relative;
    /* color: #fff; */
}
.top-cart {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 7px;
    margin-top: 7px;
}
.top-cart li{
    width: 35px;
}
.btn-idioma a{
    display: block;
    color: #133571;
    text-align: center;
    font-weight: 500;
}
.btn-social a{
    background: #133571;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    padding: 3px;
    font-size: 14px;
    width: 30px;
    height: 30px;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}
.btn-social a:hover{
    border: 1px solid #133571;
    background-color: transparent !important;
    color: #133571 !important;
}
.count-carrito {
    position: absolute;
    z-index: 2;
    color: #000;
    font-size: 0.8em;
    right: -10px;
    top: -7px;
    background: #e7e7e7;
    width: 1rem;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    line-height: 1;
}
.btn-extranet{
    font-size: 0.9rem;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.btn-extranet:hover{
    border: 1px solid #133571;
    background-color: transparent !important;
    color: #133571 !important;
}
.no-accordion-icono::after{
    display: none;
}
.titulo-span span {
    position: relative;
}
.titulo-span span:before {
    content: '';
    width: 70px;
    height: 1px;
    background: #397DB2;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.cont-services a:after{
    content: '';
    height: 100%;
    width: 1px;
    background: rgb(255 255 255 / 13%);
    position: absolute;
    top: 0;
    right: 0;
}
.cont-services:last-child a::after{
    display: none;
}
.box-services{
    color: #fff;
    transition: all 0.4s ease-in;
}
.box-services figure {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-bottom: 2rem;
    transition: .7s ease-in-out;
}
.box-services figure img {
    max-height: 100%;
    width: auto;
}
.box-services:hover {
    color: #4aa35b;
}
.box-services:hover figure {
    transform: rotateY(360deg);
}
.parallax-der{
    position: relative;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}
.box-cubitos {
    display: flex;
    flex-wrap: wrap;
}
.cubitos{
    background: #fff;
    border: 1px solid #397DB2;
    padding: 15px 10px;
    border-radius: 0.5rem;
    margin: 4px;
    width: 23%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* color: #000; */
    text-align: center;
    font-weight: 500;
    line-height: 1.2;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.cubitos:hover {
    transform: scale(1.1);
}
.fondo-imagen {
    position: relative;
    text-align: right;
}
.img-abso {
    width: 60%;
    z-index: -1;
}
@-webkit-keyframes pulse-wsp{
    0%{transform:scale(1);box-shadow:0 0 0 0 rgba(12,126,181,0.7);opacity: 0;}
    70%{transform:scale(1.05);box-shadow:0 0 0 10px rgba(12,126,181,0)}
    100%{transform:scale(1);box-shadow:0 0 0 0 rgba(12,126,181,0);opacity: 1;}
}
@-ms-keyframes pulse-wsp{
    0%{transform:scale(1);box-shadow:0 0 0 0 rgba(12,126,181,0.7);opacity: 0;}
    70%{transform:scale(1.05);box-shadow:0 0 0 10px rgba(12,126,181,0)}
    100%{transform:scale(1);box-shadow:0 0 0 0 rgba(12,126,181,0);opacity: 1;}
}
@-moz-keyframes pulse-wsp{
    0%{transform:scale(1);box-shadow:0 0 0 0 rgba(12,126,181,0.7);opacity: 0;}
    70%{transform:scale(1.05);box-shadow:0 0 0 10px rgba(12,126,181,0)}
    100%{transform:scale(1);box-shadow:0 0 0 0 rgba(12,126,181,0);opacity: 1;}
}
@keyframes pulse-wsp{
    0%{transform:scale(1);box-shadow:0 0 0 0 rgba(12,126,181,0.7);opacity: 0;}
    70%{transform:scale(1.05);box-shadow:0 0 0 10px rgba(12,126,181,0)}
    100%{transform:scale(1);box-shadow:0 0 0 0 rgba(12,126,181,0);opacity: 1;}
}
.mapa-popover{
    position: relative;
    max-width: 700px;
    margin: 0 0 0 auto;
}
.mapa-popover figure img{
    max-width: 700px;
}
.mapa-popover button{
    /* position: absolute;
    top: 0;
    height: 70px;
    width: 10%;
    border: 0;
    background: transparent; */
    position: absolute;
    top: 9px;
    height: 60px;
    width: 60px;
    padding: 0;
    border: 0;
    background: transparent;
    animation: pulse-wsp 1.5s infinite;
    border-radius: 50%;
    z-index: 1;
}
.brand_1 {
    left: 3.1%;
}
.brand_2 {
    top: 8px !important;
    left: 18.9%;
}
.brand_3 {
    top: 10px !important;
    left: 34.9%;
}
.brand_4 {
    top: 6px !important;
    left: 51%;
}
.brand_5 {
    top: 6px !important;
    left: 65%;
}
.brand_6 {
    top: 11px !important;
    left: 77.7%;
}
.brand_7 {
    top: 10px !important;
    left: 89.94%;
}
.tooltip{
    --bs-tooltip-color: #4b4b4b;
    --bs-tooltip-bg: #fff;
    --bs-tooltip-border-color: var(--bs-border-color-translucent);
    --bs-tooltip-opacity: 1;
}
.tooltip-inner{
    text-align: left;
    padding: 15px;
    border: 1px solid #ccc;
    box-shadow: 1px 5px 6px rgb(0 0 0 / 28%);
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::after, .bs-tooltip-start .tooltip-arrow::after {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
    bottom: 0px;
    border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    border-bottom-color: #ccc;
    z-index: 1;
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::after, .bs-tooltip-start .tooltip-arrow::after {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
    top: 0px;
    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-top-color: #ccc;
    z-index: 1;
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::after, .bs-tooltip-start .tooltip-arrow::after {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
    left: 0px;
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    border-left-color: #ccc;
    z-index: 1;
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::after, .bs-tooltip-start .tooltip-arrow::after {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
    right: 0px;
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-right-color: #ccc;
    z-index: 1;
}
.tooltip .tooltip-arrow::before{
    z-index: 2;
}
.bg-degradado{
    background: #205E8F;
    background: linear-gradient(90deg, rgba(32,94,143,0.9) 0%, rgba(13,72,118,0.9) 52%, rgba(0,49,87,1) 100%);
}
.parallax-image{
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
.footer-img{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}
.bg-footer{
    background: #D5D5D5;
}
.post_smootScroll.post_one{
    margin-top: 0px;
}
.post_smootScroll{
    margin-top: -100px;
}
.logo-fot {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.logo-fot figure{
    width: 41%;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    margin-bottom: 8px;
}
.logo-fot figure:hover {
    transform: rotateY(180deg);
}
.bg-footer a{
    color: #717171;
    line-height: 1.2;
}
.bg-footer a:hover{
    color: #133571;
}
.btn-contact:hover{
    animation: swing ease-out .98s forwards;
}
.btn-dudas:hover{
    transform: scale(1.2);
}
.parallax-img {
    height: 60vh;
    width: 100%;
    position: absolute;
    top: -80px;
    left: 0px;
    z-index: -1;
    background: transparent;
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position-x: left !important;
}
.parallax-img-der{
    height: 68vh;
    width: 100%;
    position: absolute;
    top: -50px;
    right: 0px;
    z-index: -1;
    background: transparent;
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position-x: right !important;
}
.parallax-img-center{
    height: 68vh;
    width: 100%;
    position: absolute;
    top: -50px;
    right: 0px;
    z-index: -1;
    background: transparent;
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position-x: center !important;
}
.box-componente {
    position: relative;
}
.box-componente figure{
    text-align: center;
}
.box-componente figure img{
    width: 35%;
    margin: 0 auto;
}
.comp_1 {
    position: absolute;
    top: 13%;
    left: 3%;
    width: 30%;
    height: 200px;
}
.comp_2 {
    position: absolute;
    bottom: -15%;
    left: 3%;
    width: 30%;
    height: 200px;
}
.comp_3 {
    position: absolute;
    top: 2%;
    right: 0;
    width: 32%;
    height: 200px;
}
.comp_4 {
    position: absolute;
    bottom: -1%;
    right: 0;
    width: 32%;
    height: 166px;
}
.linea {
    position: relative;
    width: 100%;
    display: block;
    height: 25px;
}
@keyframes zoomSvg{
    0%{transform:scale(0.65);}
    70%{transform:scale(1);}
    100%{transform:scale(0.65);}
}
.linea span i .color_1{
/*    opacity: 0;*/
    transform-origin: center;
    animation: zoomSvg 0.8s infinite;
}
.linea span i .color_2{
/*    opacity: 0;*/
    transform-origin: center;
    animation: zoomSvg 0.8s infinite;
}
.comp_1 .linea {
    top: 5px;
    right: 0;
}
.comp_1 .linea span{
    position: absolute;
    right: -42%;
    width: 62%;
    height: 2px;
    background: #04755d;
}
.comp_1 .linea span i{
    position: absolute;
    left: -18px;
    transform: translateY(-50%);
}
.comp_1 .linea span i .color_1 {
    fill: rgb(4 117 93 / 34%);
}
.comp_1 .linea span i .color_2 {
    stroke: rgb(4 117 93 / 34%);
}
.comp_1 .linea span i .color_3 {
    fill: #04755d;
}

.comp_2 .linea {
    top: 5px;
    right: 0;
}
.comp_2 .linea span{
    position: absolute;
    right: -33%;
    width: 62%;
    height: 2px;
    background: #0c7eb5;
}
.comp_2 .linea span i{
    position: absolute;
    left: -18px;
    transform: translateY(-50%);
}
.comp_2 .linea span i .color_1 {
    fill: rgb(12 126 181 / 34%);
}
.comp_2 .linea span i .color_2 {
    stroke: rgb(12 126 181 / 34%);
}
.comp_2 .linea span i .color_3 {
    fill: #0c7eb5;
}

.comp_3 .linea {
    top: 5px;
    right: 0;
}
.comp_3 .linea span{
    position: absolute;
    left: -60%;
    width: 61%;
    height: 2px;
    background: #003575;
}
.comp_3 .linea span i{
    position: absolute;
    right: -18px;
    transform: translateY(-50%);
}
.comp_3 .linea span i .color_1 {
    fill: rgb(0 53 117 / 34%);
}
.comp_3 .linea span i .color_2 {
    stroke: rgb(0 53 117 / 34%);
}
.comp_3 .linea span i .color_3 {
    fill: #003575;
}

.comp_4 .linea {
    top: 5px;
    right: 0;
}
.comp_4 .linea span{
    position: absolute;
    left: -60%;
    width: 61%;
    height: 2px;
    background: #08a452;
}
.comp_4 .linea span i{
    position: absolute;
    right: -18px;
    transform: translateY(-50%);
}
.comp_4 .linea span i .color_1 {
    fill: rgb(8 164 82 / 34%);
}
.comp_4 .linea span i .color_2 {
    stroke: rgb(8 164 82 / 34%);
}
.comp_4 .linea span i .color_3 {
    fill: #08a452;
}
#acdNosotros .accordion-button{
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}
.parallax-nosotros.parallax-img{
    width: 90%;
}
.accordion-button i{
    font-size: 0.7rem;
}
.box-tower{
    margin: 0 auto;
    text-align: center;
    width: 550px;
    height: 296px;
    position: relative;
    z-index: 2;
}
.box-tower article{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    /* overflow: hidden; */
    display: block;
    z-index: 3;
}
.box-tower article span {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 132px;
    height: 42px;
    font-weight: 400;
    line-height: 1;
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.box-tower figure{
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: -1;
}
@keyframes shimmer{
    0% {
/*    -webkit-mask-position: right;*/
    transform: scale(1.03);
}
    100% {
/*        -webkit-mask-position: left;*/
        transform: scale(1.0);
    }
}

.box-tower figure img{
    /*-webkit-mask: linear-gradient(-60deg,#000 30%,#0005,#000 70%) right/300% 100%;
    background-repeat: no-repeat;*/
/*    animation: shimmer 5.5s infinite;*/
}
.box-tower .s_1 {
    top: 4px;
    left: 38px;
}
.box-tower .s_2 {
    top: 87px;
    left: 7px;
}
.box-tower .s_3 {
    top: 172px;
    left: 3px;
}
.box-tower .s_4 {
    top: 251px;
    left: 38px;
}
.box-tower .s_5 {
    top: 3px;
    left: 387px;
}
.box-tower .s_6 {
    top: 87px;
    left: 422px;
}
.box-tower .s_7 {
    top: 172px;
    left: 428px;
    width: 80px;
}
.box-tower .s_8 {
    top: 251px;
    left: 390px;
    width: 155px;
}
.box-tower article span:hover{
    color: #133571;
    font-weight: 700;
}
@-webkit-keyframes pulse-green{
    0%{transform:scale(0.98);box-shadow:0 0 0 0 rgba(51,116,95,0.7)}
    70%{transform:scale(1.1);box-shadow:0 0 0 10px rgba(51,116,95,0)}
    100%{transform:scale(0.98);box-shadow:0 0 0 0 rgba(51,116,95,0)}
}
@-ms-keyframes pulse-green{
    0%{transform:scale(0.98);box-shadow:0 0 0 0 rgba(51,116,95,0.7)}
    70%{transform:scale(1.1);box-shadow:0 0 0 10px rgba(51,116,95,0)}
    100%{transform:scale(0.98);box-shadow:0 0 0 0 rgba(51,116,95,0)}
}
@-moz-keyframes pulse-green{
    0%{transform:scale(0.98);box-shadow:0 0 0 0 rgba(51,116,95,0.7)}
    70%{transform:scale(1.1);box-shadow:0 0 0 10px rgba(51,116,95,0)}
    100%{transform:scale(0.98);box-shadow:0 0 0 0 rgba(51,116,95,0)}
}
@keyframes pulse-green{
    0%{transform:scale(0.98);box-shadow:0 0 0 0 rgba(51,116,95,0.7)}
    70%{transform:scale(1.1);box-shadow:0 0 0 10px rgba(51,116,95,0)}
    100%{transform:scale(0.98);box-shadow:0 0 0 0 rgba(51,116,95,0)}
}
.circle_tower {
    position: absolute;
    top: 87px;
    left: 218px;
    height: 123px;
    width: 130px;
    padding: 0;
    border: 0;
    background: transparent;
    animation: pulse-green 1.5s infinite;
    border-radius: 50%;
}
.popup-lr .form-control{
    border: 1px solid #133571 !important;
}
.popup-lr aside{
    position: relative;
}
.popup-lr aside i {
    position: absolute;
    right: 10px;
    color: #252525;
    line-height: 1.7;
    z-index: 2;
    pointer-events: none;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
option{
    font-weight: 100;
}

/*final css*/

/*_____________________________________*/
/*_____________________________________*/
/*_____________________________________*/
/* ------  Media Query   ------*/
/*_____________________________________*/
/*_____________________________________*/
/*_____________________________________*/
@media (min-width: 991px) and (max-width: 1200px){
    .logo img {
        height: 13px;
    }
    #navbarsPrincipal ul li a{
        font-size: 0.8rem;
    }
    .btn-idioma a {
        font-size: 0.8rem;
    }
    .btn-extranet {
        font-size: 0.8rem;
    }
    .fondo-banner {
        height: 300px;
    }
    .content-banner picture img {
        height: 185px;
    }
}
@media (max-width: 1024px) {
    .mapa-popover figure img{
        max-width: 100%;
    }
    .mapa-popover button{
        height: 50px;
        width: 50px;
    }
    
}
/* fin 1024 */
@media(max-width: 991px){
    .h1-sm {
        font-size: 3.2rem;
    }
    .h2-sm {
        font-size: 2.6rem;
    }
    .h3-sm {
        font-size: 2.2rem;
    }
    .h4-sm {
        font-size: 1.8rem;
    }
    .h5-sm {
        font-size: 1.5rem;
    }
    .h6-sm {
        font-size: 1rem;
    }
    .fs-sm-2{
        font-size: 6.2rem;
    }
    .fs-sm-3{
        font-size: 5.2rem;
    }
    .fs-sm-4{
        font-size: 4.2rem;
    }
    .px-sm-0{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .flechas-abajo-xs {
        padding-bottom: 3rem;
    }
    .flechas-abajo-xs .splide__arrows.splide__arrows--ltr{
        position: absolute;
        bottom: 15px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 6.7rem;
    }
    .flechas-abajo-xs .splide__arrow{
        background: transparent !important;
        border: 2px solid #c7c7c7 !important;
        height: 2.2rem !important;
        width: 2.2rem !important;
        transition: all 0.4s ease;
    }
    .flechas-abajo-xs .splide__arrow svg {
        fill: #49494a !important;
        height: 1.2em !important;
        width: 1.2em !important;
        transition: all 0.4s ease;
    }
    .flechas-abajo-xs .splide__arrow:hover{
        border: 2px solid #999 !important;
    }
    .flechas-abajo-xs .splide__arrow:hover svg{
        fill: #222 !important;
    }
    .div-ul {
        margin-bottom: 0 !important;
        display: flex;
        width: 50%;
        padding: 0;
        text-align: right;
        margin-left: auto;
        justify-content: flex-end;
        align-items: center;
    }
    .div-ul li {
        display: table-cell;
        vertical-align: middle;
        width: 24%;
        padding: 0 0px;
        /* border-left: 1px solid #0d0d0d; */
    }
    .head-logo .navbar-toggler {
        /* position: fixed;
        top: 20px;
        right: 3%; */
        z-index: 999999;
        border: 0;
        outline: 0 !important;
        box-shadow: none;
        background: #f5f6f6;
    }
    .head-logo .navbar-toggler .icon-bar {
        display: block;
        height: 2px;
        border-radius: 1px;
        background-color: #fff;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
        margin-top: 6px;
        width: 30px;
        transform: rotate(45deg);
    }
    .head-logo .navbar-toggler .icon-bar + .icon-bar {
        transform: rotate(-45deg);
        margin-top: -2px;
    }
    .head-logo .navbar-toggler.collapsed {
        border: none;
        background: transparent;
        position: relative;
        right: 0;
        top: 0;
        padding: 3px 11px;
    }
    .head-logo .navbar-toggler .icon-bar {
        display: block;
        height: 2px;
        border-radius: 1px;
        background-color: #69696b;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
        margin-top: 6px;
        width: 30px;
        transform: rotate(45deg);
    }
    .head-logo .navbar-toggler.collapsed .icon-bar {
        background-color: #0d0d0d;
        transform: rotate(0deg);
        width: 30px;
    }
    .head-logo .navbar-toggler.collapsed .icon-bar + .icon-bar {
        transform: rotate(0deg);
        margin-top: 6px;
    }
    .box-portafolio a{
        width: calc(100% / 3.007);
    }
    .parallax-overlay{
        background-size: cover;
    }
    .parallax-overlay:before{
        z-index: 1;
    }
    .title-cuadro{
        font-size: 4.8rem;
    }
    .cart-menu {
        position: absolute;
        top: -40px;
        right: 60px;
    }
    .count-carrito {
        font-size: 0.86em;
        right: -11px;
        top: -11px;
        width: 1.1rem;
        height: 1.1rem;
    }
    .logo{
        padding-top: 1.25rem!important;
        padding-bottom: 1.25rem!important;
    }
    .logo img{
        height: 40px;
        padding: 5px;
        margin-top: 0;
        max-width: 100%;
    }
    .fondo-banner {
        height: 250px;
    }
    .content-banner picture img {
        height: 100px;
    }
    aside.title-banner{
        /*bottom: 45%;
        text-align: center;*/
        bottom: 40%;
        text-align: center;
        width: 60%;
        margin: 0 0 0 auto;
        height: 40px;
    }
    .mapa-popover button {
        height: 60px;
        width: 60px;
    }
    .post_smootScroll {
        margin-top: -50px;
    }
    
}
/*fin 991*/
@media(max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
    .h1, h1 {
        font-size: 2.2rem;
    }
    .h2, h2 {
        font-size: 1.9rem;
    }
    .h1-xs {
        font-size: 2.3rem;
    }
    .h2-xs {
        font-size: 2rem;
    }
    .h3-xs {
        font-size: 1.7rem;
    }
    .h4-xs {
        font-size: 1.4rem;
    }
    .h5-xs {
        font-size: 1rem;
    }
    .fs-5 {
        font-size: 1.3rem !important;
    }
    .fs-4 {
        font-size: 1.5rem !important;
    }
    .fs-3 {
        font-size: 1.8rem !important;
    }
    .fs-2 {
        font-size: 2.1rem !important;
    }
    .fs-1 {
        font-size: 2.4rem !important;
    }
    .banner-home .team-scroll{
        bottom: 2rem;
    }
    aside.title-banner {
        /*bottom: 45%;
        text-align: center;*/
    }
    aside.title-banner h1 {
        font-size: 2rem;
    }
    aside.title-banner h4 {
        font-size: 1rem;
    }
    .banner-home .team-scroll{
        bottom: 0;
    }
    .title-cuadro{
        font-size: 2.5rem;
    }
    .box-integramos aside {
        padding: 15px;
        font-size: 1rem;
    }
    .lista-filtros li a {
        padding: 2px 1px 0;
        margin-right: 2px;
        margin-bottom: 0;
    }
    .box-portafolio a{
        width: 100%;
    }
    .box-servicio-barras {
        overflow: hidden;
    }
    .box-servicio{
        padding: 20px 8px;
    }
    .title-cuadro-blanco{
        font-size: 2.5rem;
        padding: 0.2rem 1rem 0rem;
    }
    .logo{
        padding-top: 1.25rem!important;
        padding-bottom: 1.25rem!important;
    }
    .logo img{
        height: 20px;
        padding: 2px;
        margin-top: 0;
    }
    .div-ul{
        width: 90%;
    }
    .post_smootScroll {
/*        margin-top: -20px;*/
    }
    .btn-social a{
        width: 26px;
        height: 26px;
    }
    .cubitos{
        width: 31%;
    }
    body{
        font-size: 0.85rem;
    }
    .box-services figure{
        height: 50px;
        margin-bottom: 1rem;
    }
    .box-componente figure {
        display: none;
        text-align: center;
    }
    .box-componente aside {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: auto;
    }
    .linea {
        top: 12px !important;
        right: 0 !important;
        left: 0 !important;
        text-align: center;
    }
    .linea span {
        right: 0 !important;
        left: 50% !important;
        height: 62% !important;
        width: 2px !important;
    }
    .linea span i {
        left: -13px !important;
        right: 0 !important;
        transform: translateY(-50%);
    }
    .titulo-services{
        margin-bottom: 10px;
        text-align: center;
        padding: 10px;
    }
    .comp_1 .titulo-services{
        background: #04755d;
        color: #fff !important;
    }
    .comp_2 .titulo-services{
        background: #0c7eb5;
        color: #fff !important;
    }
    .comp_3 .titulo-services{
        background: #133571;
        color: #fff !important;
    }
    .comp_4 .titulo-services{
        background: #08a452;
        color: #fff !important;
    }
    .mapa-popover{
        text-align: center;
        display: inline-block;
        margin: 0 auto;
    }
    .mapa-popover figure img {
        width: 340px;
    }
    .mapa-popover button {
        height: 28px;
        width: 28px;
        top: 4px;
    }
    .brand_1 {
        /* left: 6.4%; */
    }
    .brand_2 {
        top: 3px !important;
        /* left: 21.5%; */
    }
    .brand_3 {
        top: 4px !important;
        /* left: 36.3%; */
    }
    .brand_4 {
        top: 2px !important;
    }
    .brand_5 {
        top: 2px !important;
        /* left: 64.7%; */
    }    
    .brand_6 {
        top: 5px !important;
        /* left: 76.5%; */
    }
    .brand_7 {
        top: 5px !important;
        /* left: 88%; */
    }
    .content-tower{
        transform: scale(0.6) translateX(-25%);
    }
    .logo-fot {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 10px;
    }
    .logo-fot figure {
        width: auto;
    }
    .logo-fot figure img {
        height: 50px;
    }
}
/*fin 767*/
@media(max-width: 320px) {
    html {
        font-size: 70%;
    }
    .col-xs-12{
        width: 100% !important;
    }
    .div-ul{
        width: 100%;
    }
    .mapa-popover button {
        height: 21px;
        width: 21px;
    }
    .mapa-popover figure img {
        width: 260px;
    }
    .content-tower {
        transform: scale(0.45) translateX(-54%);
    }
    .logo img{
        height: 13px;
    }
    .head-logo .navbar-toggler.collapsed{
        padding: 0 6px 0 4px;
    }
    .logo-fot figure {
        width: 20%;
    }
}
/*fin 320*/
/*_____________________________________*/
/*_____________________________________*/
/*_____________________________________*/
/* ------  Min media Query   ------*/
/*_____________________________________*/
/*_____________________________________*/
/*_____________________________________*/
@media (min-width: 320px) and (max-width: 767px) {
    .w-xs-100{
        width: 100% !important;
    }
    .w-xs-95{
        width: 95% !important;
    }
    .w-xs-90{
        width: 90% !important;
    }
    .w-xs-85{
        width: 85% !important;
    }
    .w-xs-80{
        width: 80% !important;
    }
    .w-xs-70{
        width: 70% !important;
    }
    .w-xs-60{
        width: 60% !important;
    }
    .w-xs-50{
        width: 50% !important;
    }
    .w-xs-40{
        width: 40% !important;
    }
    .w-xs-30{
        width: 30% !important;
    }
    .w-xs-20{
        width: 20% !important;
    }
    .w-xs-10{
        width: 10% !important;
    }
}
@media (min-width: 767px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
    .w-sm-100{
        width: 100% !important;
    }
    .w-sm-95{
        width: 95% !important;
    }
    .w-sm-90{
        width: 90% !important;
    }
    .w-sm-85{
        width: 85% !important;
    }
    .w-sm-80{
        width: 80% !important;
    }
    .w-sm-70{
        width: 70% !important;
    }
    .w-sm-60{
        width: 60% !important;
    }
    .w-sm-50{
        width: 50% !important;
    }
    .w-sm-40{
        width: 40% !important;
    }
    .w-sm-30{
        width: 30% !important;
    }
    .w-sm-20{
        width: 20% !important;
    }
    .w-sm-10{
        width: 10% !important;
    }
}
@media (min-width: 991px) and (max-width: 1200px){
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 767px){
    .py-sm-55 {
        padding-top: 5rem!important;
        padding-bottom: 5rem!important;
    }
    .py-sm-6 {
        padding-top: 6rem!important;
        padding-bottom: 6rem!important;
    }
    .py-sm-7 {
        padding-top: 7rem!important;
        padding-bottom: 7rem!important;
    }
    .py-sm-8 {
        padding-top: 8rem!important;
        padding-bottom: 8rem!important;
    }
    .py-sm-9 {
        padding-top: 9rem!important;
        padding-bottom: 9rem!important;
    }
    .fondo-imagen .container{
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
        text-align: left;
    }
}
/*fin min-width 767*/
@media (min-width: 991px) {
    .pt-lg-52 {
        padding-top: 4rem!important;
    }
    .pt-lg-55 {
        padding-top: 5rem!important;
    }
    .pt-lg-6 {
        padding-top: 6rem!important;
    }
    .pt-lg-7 {
        padding-top: 7rem!important;
    }
    .pt-lg-8 {
        padding-top: 8rem!important;
    }
    .pt-lg-9 {
        padding-top: 9rem!important;
    }
    .pb-lg-52 {
        padding-bottom: 4rem!important;
    }
    .pb-lg-55 {
        padding-bottom: 5rem!important;
    }
    .pb-lg-6 {
        padding-bottom: 6rem!important;
    }
    .pb-lg-7 {
        padding-bottom: 7rem!important;
    }
    .pb-lg-8 {
        padding-bottom: 8rem!important;
    }
    .pb-lg-9 {
        padding-bottom: 9rem!important;
    }
    .py-lg-52 {
        padding-top: 4rem!important;
        padding-bottom: 4rem!important;
    }
    .py-lg-55 {
        padding-top: 5rem!important;
        padding-bottom: 5rem!important;
    }
    .py-lg-6 {
        padding-top: 6rem!important;
        padding-bottom: 6rem!important;
    }
    .py-lg-7 {
        padding-top: 7rem!important;
        padding-bottom: 7rem!important;
    }
    .py-lg-8 {
        padding-top: 8rem!important;
        padding-bottom: 8rem!important;
    }
    .py-lg-9 {
        padding-top: 9rem!important;
        padding-bottom: 9rem!important;
    }
    .w-lg-100{
        width: 100% !important;
    }
    .w-lg-95{
        width: 95% !important;
    }
    .w-lg-90{
        width: 90% !important;
    }
    .w-lg-85{
        width: 85% !important;
    }
    .w-lg-80{
        width: 80% !important;
    }
    .w-lg-70{
        width: 70% !important;
    }
    .w-lg-60{
        width: 60% !important;
    }
    .w-lg-50{
        width: 50% !important;
    }
    .w-lg-40{
        width: 40% !important;
    }
    .w-lg-30{
        width: 30% !important;
    }
    .w-lg-20{
        width: 20% !important;
    }
    .w-lg-10{
        width: 10% !important;
    }
    .col-lg-25 {
        flex: 0 0 auto;
        width: 19.666667%;
    }
    .ps-lg-52 {
        padding-left: 4rem!important;
    }
    .pe-lg-52 {
        padding-right: 4rem!important;
    }
    .ps-lg-55 {
        padding-left: 5rem!important;
    }
    .pe-lg-55 {
        padding-right: 5rem!important;
    }
    .opacity-lg-0{
        opacity: 0 !important;
    }
    .fondo-banner .container{
        max-width: 850px !important;
    }
    .cart-menu{
        width: 264px;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        margin-bottom: 0;
    }
    .btn-extranet{
        margin-left: 0 !important;
        margin-right: 0.6rem !important;
    }
    .post_smootScroll.post_one {
        padding-top: 0rem!important;
    }
    .post_smootScroll{
        margin-top: -3rem;
        padding-top: 3rem!important;
    }
}
/*fin min-width 991*/
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
    .h1, h1 {
        font-size: 2.3rem;
    }
    /*.h2, h2 {
        font-size: 2rem;
    }
    .h3, h3 {
        font-size: 1.7rem;
    }
    .h4, h4 {
        font-size: 1.2rem;
    }
    .h5, h5{
        font-size: 1rem;
    }
    .h6, h6{
        font-size: 0.8rem;
    }*/
    .modal-xl {
        --bs-modal-width: 1020px;
    }
    .py-lg-55 {
        padding-top: 5rem!important;
        padding-bottom: 5rem!important;
    }
    .py-lg-6 {
        padding-top: 6rem!important;
        padding-bottom: 6rem!important;
    }
    .py-lg-7 {
        padding-top: 7rem!important;
        padding-bottom: 7rem!important;
    }
    .py-lg-8 {
        padding-top: 8rem!important;
        padding-bottom: 8rem!important;
    }
    .py-lg-9 {
        padding-top: 9rem!important;
        padding-bottom: 9rem!important;
    }
}
/*fin min-width 1200*/
@media (min-width: 991px) and (max-width: 1399px){
    #navbarsPrincipal ul li a{
        padding: 1rem 0.4rem;
    }
    .btn-extranet{
        padding-left: 0.6rem !important;
        padding-right: 0.6rem !important;
    }
}
@media (min-width: 1300px){

}
/*fin min-width 1300*/
@media (min-width: 1600px){
    .h1, h1 {
        font-size: 2.3rem;
    }
    .h2, h2 {
        font-size: 2.1rem;
    }
    .h3, h3 {
        font-size: 1.9rem;
    }
    .h4, h4 {
        font-size: 1.4rem;
    }
    .fs-1 {
        font-size: 2.5rem!important;
    }
    .fs-2 {
        font-size: 2rem!important;
    }
    .fs-4 {
        font-size: 1.7rem!important;
    }
    .lista-filtros li a h3 {
        font-size: 20px;
    }
    .logo img{
        height: 23px;
        margin-top: 1rem;
    }
}
/*fin min-width 1200*/
