﻿:root{
  --ink-900:#0b1622;
  --ink-800:#0f1e2c;
  --brand:#0e6b4a;
  --soft:#f4f7fb;
}
/*body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif;color:#1b2430;}
*/a{text-decoration:none;}
.topbar{background:linear-gradient(180deg,var(--ink-900),var(--ink-800));color:rgba(255,255,255,.85);}
.topbar-link{color:rgba(255,255,255,.85);}
.topbar-link:hover{color:#fff;}
.icon-pill{width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.10);color:#fff;}
.icon-pill:hover{background:rgba(255,255,255,.18);color:#fff;}
.icon-pill--dark{background:rgba(255,255,255,.08);}
.nav-main{background:rgba(255,255,255,.92);backdrop-filter:blur(10px);border-bottom:1px solid rgba(15,30,44,.08);}
.brand-text{line-height:1.05;}
.brand-title{font-size:.88rem;font-weight:700;color:var(--ink-800);}
.brand-sub{font-size:.76rem;color:rgba(15,30,44,.70);}
.nav-link{font-weight:600;color:rgba(15,30,44,.82)!important;}
.nav-link.active{color:var(--brand)!important;}
.btn-pill{border-radius:999px;}
.btn-icon{width:38px;height:38px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(15,30,44,.15);background:#fff;}
.btn-icon:hover{background:#f6f8fb;}
.hero{position:relative;padding:3.2rem 0 0;overflow:hidden;}
.hero-bg{position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(11,22,34,.82) 0%,rgba(11,22,34,.28) 60%,rgba(11,22,34,.10) 100%),url("./assets/hero.jpg");background-size:cover;background-position:center;transform:scale(1.02);}
.hero-copy{padding:3.2rem 0 2.2rem;}
.text-white-75{color:rgba(255,255,255,.75)!important;}
.news-card{background:rgba(15,30,44,.60);border:1px solid rgba(255,255,255,.10);border-radius:20px;padding:14px;color:#fff;max-width:560px;box-shadow:0 18px 40px rgba(0,0,0,.22);}
.news-thumb{width:150px;height:110px;object-fit:cover;border-radius:14px;border:1px solid rgba(255,255,255,.12);}
.news-label{font-size:.78rem;letter-spacing:.12em;font-weight:700;opacity:.85;}
.news-title{font-size:.98rem;line-height:1.25;margin-top:.35rem;}
.dot{width:9px;height:9px;border-radius:999px;background:rgba(255,255,255,.35);}
.dot.active{background:#2dd4bf;}
.stats-strip{margin-top:2.8rem;background:linear-gradient(90deg,rgba(8,45,63,.92),rgba(6,83,122,.92));color:#fff;padding:1.2rem 0;}
.stat-big{font-size:3rem;font-weight:800;letter-spacing:-.02em;line-height:1;}
.stat-text{max-width:420px;color:rgba(255,255,255,.82);font-size:.95rem;}
.section-soft{background:linear-gradient(180deg,#fff 0%,var(--soft) 55%,#fff 100%);}
.text-brand{color:var(--brand);}
.services-grid{background:#0f2232;}
.pred { color: #0071AC!important; }
.imgBiblio { width: 100%; max-width: 150px; height: auto; aspect-ratio: 3/4; object-fit: cover; }
.imgService { width: 100%; height: 100%; object-fit: cover; }
.aspectImg { width: 100%; max-width: 200px; height: auto; aspect-ratio: 3/4; object-fit: cover; }
.pAspect { color: #0E4633; font-size: 2.5em; } 
.psubAspect { color: #cc0000; font-size: 24px; } 
.pUnic { font-size: 18px; }
/*.service-tile{position:relative;min-height:210px;display:block;}
.service-tile img{width:100%;height:100%;object-fit:cover;filter:saturate(.95) contrast(1.05);}*/
/*.service-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(0,0,0,.55) 100%);display:flex;align-items:flex-end;padding:18px;}
.service-title{color:#fff;font-weight:800;text-shadow:0 10px 30px rgba(0,0,0,.35);}*/

.logo-bubble{width:150px;height:150px;border-radius:999px;background:rgba(255,255,255,.95);display:flex;align-items:center;justify-content:center;margin:0 auto;box-shadow:0 12px 30px rgba(0,0,0,.18);}
.logo-bubble img{max-width:78%;max-height:78%;object-fit:contain;}

.footer{background:linear-gradient(180deg,var(--ink-900),#07101a 80%);color:#fff;}
.footer-link{display:block;color:rgba(255,255,255,.70);padding:.18rem 0;font-size:.92rem;}
.footer-link:hover{color:#fff;}
.footer-link--inline{display:inline-block;padding:0;}
/*.footer-cta{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.10);}*/
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.10);
    background: #0E4633;
}
@media (max-width: 991.98px){
  .hero-copy{padding:2.2rem 0 1.2rem;}
  .news-card{max-width:100%;}
  .stat-big{font-size:2.5rem;}
}

.footer-title {
    font-weight: 700;
    margin-bottom: .8rem;
    color: #049CBA;
    font-size: 16px;
}
/*footer menu movil*/
.footer-mobile {
    padding: 20px;
}

.footer-mobile-item {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

/* TITULO */
.footer-mobile-title {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    font-weight: 600;
    cursor: pointer;
}

    /* ICONO */
    .footer-mobile-title span {
        transition: transform 0.3s ease;
    }

/* ROTACIÓN */
.footer-mobile-item.active .footer-mobile-title span {
    transform: rotate(45deg);
}

/* CONTENIDO */
.footer-mobile-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

    /* LINKS */
    .footer-mobile-content a {
        display: block;
        padding: 8px 0;
        color: #ccc;
        text-decoration: none;
        font-size: 14px;
    }

/*footer menu movil*/

body{
    margin-top: 135px;
}

.title-card {
    min-height: 50px;
}

/*HEADER*/
header{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: auto;
    z-index: 99;
}

.header-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 55px;
    background-color: #141B29;
    padding: 0 20px;
}

.logo-header img {
    width: 200px;
}

.header-top a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.item-link-submenu a:hover span {
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
}

.f2:hover {
    text-decoration: underline;
}

img#img1 {
    width: 167px;
}

.imagenes-footer img {
    width: 99px;
    height: auto;
    margin-right: 40px;
}

img.imgsfooter {
    width: 121px;
}

.txt-lines {
    display: -webkit-box;
    -webkit-line-clamp: 6; /* Número de líneas */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.btn-redes-movil{
    display: none;
}


@media (max-width: 768px) {
    .div-video img {
        width: 100%;
    }

   
}
.links-top a:first-child {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #fff;
}

.redes-header a {
    color: #000;
    background-color: #fff;
    border-radius: 6px;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.header-links {
    height: 80px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.modal-search {
    color: #141B29;
    font-size: 25px;
    margin: 0 15px;
    cursor: pointer;
}

.modal-dialog.modal-size {
    max-width: 800px;
    margin-top: 185px;
}

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


.content-search .btn{
    height: 60px;
    width: 23%;
}

.content-search .input-group{
    width: 75%;
}

.content-search .input-group .form-control {
    border-radius: 12px !important;
    background-color: transparent;
    padding-left: 50px;
    border-right: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border: 2px solid #141B29;
}

.content-search .input-group i {
    position: absolute;
    left: 10px;
    top: 18px;
    font-size: 25px;
}

.icon-cerrar {
    border: 2px solid #141B29;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 0 !important;
    text-align: center;
    width: 50px !important;
}

.btn:focus,
.form-control:focus {
    box-shadow: none !important;
}

.links-header .option-header {
    color: #585F6D;
    font-size: 15px;
    border: none;
    background-color: transparent;
    margin: 0 5px;
    display: inline-flex;
    align-items: center;
    border-bottom: 2px solid transparent;
}

.links-header .option-header.active {
    color: #0E4633;
    border-bottom: 3px solid #0E4633;
    font-weight: 600;
}

.links-header .option-header:hover{
    color: #0071AC;
    border-bottom: 3px solid #0071AC;
}

.links-header button i {
    margin-left: 5px;
    margin-top: 3px;
}

.form-suscribe {
    background: linear-gradient(90deg,rgba(29, 65, 101, 1) 0%, rgba(7, 101, 155, 1) 100%);
}

.links-submenu.size-full{
    width: 800px;
}

.sub-submenu {
    position: absolute;
    width: 400px;
    top: 52px;
    background-color: #fff;
    left: 101%;
    transform: translate(-50%, 0);
    border-top: 4px solid #049cba;
    padding: 25px;
    display: none;
    border-left: 1px solid #049cba;
}

.sub-submenu.show {
        display: block;
    }

.sub-submenu a{
    font-size: 16px;
    color: #141B29;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.sub-submenu a i {
    color: #0071AC;
    font-size: 25px;
    opacity: 0;
    transition: 0.3s all linear;
}

.sub-submenu a:hover i {
    opacity: 1;
}

.sub-submenu a:hover {
    font-weight: 600;
}

.sub-submenu a:last-child {
    margin-bottom: 0;
}

.back-submenu {
    display: flex;
    align-items: center;
    color: #0071AC;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
    cursor: pointer;
}

.back-submenu i{
    margin-right: 10px;
    font-size: 20px;
}

.div-menu-servicios {
    width: 48%;
/*    height: 500px;
    overflow-y: scroll;*/
}

.links-submenu {
    height: 500px;
    overflow-y: scroll;
}



/* ancho de la barra */
.links-submenu::-webkit-scrollbar {
    width: 8px;
}

/* fondo */
.links-submenu::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
}

/* barra */
    .links-submenu::-webkit-scrollbar-thumb {
        background: #049cba;
        border-radius: 10px;
    }

/* hover */
    .links-submenu::-webkit-scrollbar-thumb:hover {
        background: #049cba;
    }

.div-menu-servicios h5{
    color: #417293;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-bottom: 1px solid #585F6D66;
    padding-bottom: 5px;
    margin-bottom: 15px;
}


/*CINTILLO*/
.cintillo-home {
    background-image: url(/assets/img/fondos/bg-banner-num.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.cintillo-home .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 180px;
}

.cintillo-home p{
    color: #fff;
    font-size: 16px;
    max-width: 400px;
    margin: 0;
}

.cintillo-home span{
    color: #fff;
    font-size: 80px;
    font-weight: 800;
}

/*GENERALES*/
.container {
    max-width: 1440px;
    padding: 0 25px;
}

.section-pad {
    padding: 3.2rem 0;
}

/*TITULOS*/

h3 {
    font-size: 2rem;
}

/*BUTTONS*/

.btn{
    height: 48px;
    border-radius: 16px;
    font-weight: 500;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
}

.btn-green {
    background-color: #0E4633;
    color: #fff;
    border: 1px solid #0E4633;
}

.btn-green:hover{
    background: linear-gradient(263.77deg, #0E4633 0.63%, #11985B 97.67%);
    color: #fff;
    border: 1px solid #0E4633;
}

.btn-white {
    background-color: #fff;
    color: #0E4633;
    border: 1px solid #fff;
}

    .btn-white:hover {
        border: 1px solid #11985B;
        color: #fff;
        background-color: #11985B;
    }

.btn-outline {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
}

.btn-outline:hover{
    border: 1px solid #11985B;
    color: #fff;
    background-color: #11985B;
}

.btn-outline-green{
    border: 1px solid #0E4633;
    color: #0E4633;
    background-color: transparent;
}

.btn-outline-green:hover {
    border: 1px solid #11985B;
    color: #fff;
    background-color: #11985B;
}

.txt-lines2.show {
    display: block;
}

.info-slider-retail.full-size{
    height: auto;
}

.txt-lines.show {
    display: block;
}

.btn-mas {
    display: inline-flex;
    margin-bottom: 20px;
    color: #0E4633;
    font-weight: 600;
    align-items: center;
    cursor: pointer;
}

.btn-mas i{
    margin-left: 5px;
}

/*affiliates*/
.affiliates {
    background-image: url(/assets/img/fondos/bg-banner-asoc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/*Tools*/

.tool-logo img {
    max-width: 100%;
    height: auto;
}

.bg-dots-ver {
    position: absolute;
    top: -50px;
    right: -60px;
    width: 265px;
}

.bg-rounded {
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 25px;
}


/*CARD*/

.bg-gradient-card {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #1E3F6299;
    opacity: 0.6;
}

.service-tile {
    height: 320px;
}

#card-01 {
    background-image: url(/assets/img/home/servc-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#card-02 {
    background-image: url(/assets/img/home/servc-02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#card-03 {
    background-image: url(/assets/img/home/servc-03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#card-04 {
    background-image: url(/assets/img/home/servc-04.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.info-card {
    position: absolute;
    top: 200px;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background: transparent;
    border-top: 0;
    padding: 50px 25px 25px;
    transition: all 0.3s ease-in;
}

.service-tile:hover .info-card p {
    opacity: 1;
}

.service-tile:hover .info-card {
    top: 0;
    background: linear-gradient(264.84deg, #0071AC -16.1%, #1E3F62 97.9%);
    border-top: 5px solid #049CBA;
}


.info-card h5{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
}

.info-card p{
    font-size: 18px;
    opacity: 0;
}

.info-card a {
    font-size: 50px;
    color: #049CBA;
}

.triangle-blue{
    position: absolute;
    z-index: 9;
    width: 35px;
    top: 0;
    left: 15px;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.service-tile:hover .triangle-blue {
    opacity: 1;
}

.info-hero {
    color: #fff;
    position: absolute;
    top: 10%;
    left: 5%;
    max-width: 550px;
}

.info-hero p{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}

.info-hero h2{
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
}

.item-submenu {
    position: relative;
    display: inline-flex;
}

.links-submenu {
    position: absolute;
    width: 400px;
    top: 52px;
    background-color: #fff;
/*    left: 50%;*/
    border-top: 4px solid #049cba;
    padding: 25px;
    display: none;
}


.links-submenu.show{
    display: block;
}

.item-link-submenu a {
    font-size: 16px;
    color: #141B29;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.item-link-submenu a:hover{
    font-weight: 600;
}

.item-link-submenu p {
    color: #585F6D;
    font-size: 14px;
    /*border-bottom: 1px solid #585F6D;*/
    padding-bottom: 5px;
}

.item-link-submenu:last-child p{
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

.item-link-submenu a i{
    color: #0071AC;
    font-size: 25px;
    opacity: 0;
    transition: 0.3s all linear;
}

.item-link-submenu a:hover i{
    opacity: 1;
}

.triangle-blue2 {
    position: absolute;
    z-index: 9;
    width: 35px;
    top: -18px;
    left: 50%;
    transition: all 0.3s ease-in-out;
    transform: translate(-50%, 0);
}


/*SLIDER NEWS*/
.slider-news {
    margin: 50px auto;
}

.slider-news.owl-theme .owl-dots .owl-dot,
.slider-news-hero.owl-theme .owl-dots .owl-dot{
    position: relative;
    margin: 0 10px;
}

.slider-news.owl-theme .owl-dots .owl-dot span,
.slider-news-hero.owl-theme .owl-dots .owl-dot span{
    width: 10px;
    height: 10px;
    background: #7A7A7A;
    transition: all .2s ease;
}

.slider-news.owl-theme .owl-dots .owl-dot.active span, 
.slider-news.owl-theme .owl-dots .owl-dot:hover span,
.slider-news-hero.owl-theme .owl-dots .owl-dot.active span, 
.slider-news-hero.owl-theme .owl-dots .owl-dot:hover span{
    background: #049CBA;
}

.slider-news.owl-theme .owl-dots .owl-dot:focus,
.slider-news.owl-theme-hero .owl-dots .owl-dot:focus{
    border: none;
    outline: none;
}

.slider-news.owl-theme .owl-dots .owl-dot.active::before,
.slider-news-hero.owl-theme .owl-dots .owl-dot.active::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 25px;
    border: 2px solid #049CBA;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.slider-news.owl-theme .owl-nav [class*=owl-],
.slider-retail.owl-theme .owl-nav [class*=owl-]{
    height: 48px;
    width: 48px;
    background-color: #EFEFF0;
    border-radius: 16px;
    border: 1px solid #141B29;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #141B29;
    position: absolute;
    top: 38%;
    transform: translate(0, -38%);
    display: none;
    transition: all 0.3s ease-in-out;
}

.slider-news.owl-theme .owl-nav [class*=owl-]:hover,
.slider-retail.owl-theme .owl-nav [class*=owl-]:hover{
    color: #141B29;
    background-color: #EFEFF0;
}

.slider-news.owl-theme .owl-nav [class*=owl-] i,
.slider-retail.owl-theme .owl-nav [class*=owl-] i{
    font-size: 21px;
}

.slider-news.owl-carousel .owl-nav button.owl-next,
.slider-retail.owl-carousel .owl-nav button.owl-next{
    right: 15px;
}

.slider-news.owl-carousel .owl-nav button.owl-prev,
.slider-retail.owl-carousel .owl-nav button.owl-prev {
    left: 15px;
}

.slider-news.owl-carousel:hover .owl-nav [class*=owl-],
.slider-retail.owl-carousel:hover .owl-nav [class*=owl-]{
    display: flex;
}

/*CIRCULARES*/
.circulars-image {
    box-shadow: 7.82px 7.82px 19.54px 0px #585F6D1F;
    border-radius: 160px;
}

.info-circulars{
    margin-top: 50px;
}

.info-circulars p {
    color: #585F6D;
    font-weight: 700;
    font-size: 24px;
}

.info-circulars h4 {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 20px;
    font-weight: 400;
}

.info-circulars h4 span{
    font-weight: 700;
}

.bg-lines {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 247px;
}

.bg-dots-hor {
    position: absolute;
    left: 15px;
    top: 15%;
    width: 240px;
}

.bg-green {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 40%;
}

/**/

.sldier-hero{
    position: absolute;
    right: 15px;
    bottom: 15px;
    max-width: 700px;
}

.slider-news-hero.owl-theme .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.img-hero-slider {
    width: 124px;
}

.img-hero-slider img{
    border: 4px solid #FFFFFF29;
    border-radius: 16px;
}

.info-slide-hero{
    max-width: 400px;
}

.info-slide-hero h5 {
    color: #fff;
    font-size: 20px
    ;
}

.info-slide-hero p {
    color: #fff;
    font-size: 18px;
}

.slider-news-hero.owl-theme .item a {
    color: #049CBA;
    font-size: 42px;
    padding-right: 10px;
}

.content-links-header{
    position: relative;
}

.links-submenu#amda{
    left: -16%;
}

.links-submenu#servicios {
    height: 450px;
}

.links-submenu#cifras {
    left: 13%;
    height: 300px;
}

.links-submenu#normativas {
    left: 30%;
    height: 450px;
}

.links-submenu#eventos {
    left: 43%;
    height: 400px;
}


/*FORMULARIO NEWSLETTER*/
.form-suscribe {
    position: fixed;
    top: 135px;
    right: -100%;
    z-index: 9;
    height: calc(100% - 135px);
    padding: 70px 50px 50px;
    width: 540px;
    overflow-y: scroll;
    color: #fff;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;
    transition: 0.3s all ease-in-out;
}

.form-suscribe.show{
    right: 0;
}

.form-suscribe::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

.cerrar-suscribe {
    position: absolute;
    right: 0;
    top: -50px;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
}

.form-suscribe h4{
    font-size: 28px;
    color: #fff;
    margin-bottom: 20px;
}

.form-suscribe p {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 20px;
}

.form-suscribe .form-check a {
    color: #fff;
    text-decoration: underline;
}

.info-hero .btn{
    display: inline-flex;
    margin-right: 15px;
}

.info-hero .btn-green{
    display: none;
}

/*menu movil*/
.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hamRotate.active {
    transform: rotate(45deg);
}

.hamRotate180.active {
    transform: rotate(180deg);
}

.line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #000;
    stroke-width: 5.5;
    stroke-linecap: round;
}

.ham1 .top {
    stroke-dasharray: 40 139;
}

.ham1 .bottom {
    stroke-dasharray: 40 180;
}

.ham1.active .top {
    stroke-dashoffset: -98px;
}

.ham1.active .bottom {
    stroke-dashoffset: -138px;
}

.menu-button {
    display: none;
    margin-right: -12px;
    padding-left: 10px;
}

.back-submenu2 {
    display: none;
    align-items: center;
    color: #0071AC;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
    cursor: pointer;
}

    .back-submenu2 i {
        margin-right: 10px;
        font-size: 20px;
    }

.buttons-header .acceso-movil {
    display: none;
    color: #141B29;
    font-size: 25px;
    margin: 0 15px;
    cursor: pointer;
}

/*Footer*/

.head-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px solid #585F6D;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.contact-footer a{
    color: #fff;
    display: flex;
    align-items: center;
}

.contact-footer a:first-child{
    border-right: 1px solid #fff;
    margin-right: 15px;
    padding-right: 15px;
}

.contact-footer a i{
    font-size: 20px;
    margin-right: 5px;
    margin-top: 3px;
}

.btn-wa {
    background: #92C13F;
    color: #0E4633;
    height: 80px;
    display: flex; 
    justify-content: center;
    align-items: center;
    width: 300px;
    font-size: 16px;
    border-radius: 24px;
    font-weight: 500;
}

.btn-wa:hover {
    background: linear-gradient(270deg, #92C13F 0%, #33CF62 100%);
}

.btn-tel {
    background: #005CB2;
    color: #fff;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    font-size: 16px;
    border-radius: 24px;
    font-weight: 500;
}

.btn-tel:hover{
    background: linear-gradient(263.77deg, #0E4633 0.63%, #11985B 97.67%);
    border: 1px solid #000;
}

.banner-section{
    padding: 50px;
}

.banner-section h3{
    color: #fff;
    font-weight: 300;
    font-size: 36px;
}

.banner-section p{
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.pleca-04 {
    background-image: url(/assets/img/plecas/Secc02-04.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.subtitle-section {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 50px;
}

.items-retail-section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.item-rs {
    width: 31%;
    margin-bottom: 20px;
}

.item-rs i{
    width: 48px;
    height: 48px;
    background-color: #000;
    color: #fff;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    margin-bottom: 20px;
}

.item-rs h4{
    font-size: 20px;
    font-weight: 500;
    color: #141B29;
}

.item-rs p {
    font-size: 15px;
    font-weight: 400;
    color: #585F6D;
}

.info-slider-retail{
    height: 350px;
    padding: 20px;
}

.owl-carousel.slider-retail .owl-stage {
    padding-left: 0 !important;
}

.info-slider-retail h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    min-height: 50px;
}

.info-slider-retail .btn{
    margin-bottom: 25px;
}

.info-slider-retail p {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.owl-carousel.slider-retail .item {
    box-shadow: 4px 4px 12px 0px #141B2929;
    margin-bottom: 16px;
    border-radius: 16px;
    border: 1px solid #585F6D3D;
}

.owl-carousel.slider-retail .item img{
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
}

.div-video{
    text-align: center;
    margin: 50px auto;
}

.div-video iframe{
    border-radius: 16px;
}

.banner-img-retail{
    border-radius: 16px;
    margin: 50px auto;
    text-align: center;
    display: block;
}

/*lavado de dinero*/

.pleca-01-azul {
    background-image: url(/assets/img/plecas/Secc04-03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.section-div{
    justify-content: space-between;
}

.content-section-mid{
    width: 70%;
}

.sidebar{
    width: 25%;
}

.card-person {
    display: flex;
    flex-wrap: wrap;
    width: 400px;
    padding: 10px;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 7.82px 7.82px 19.54px 0px #585F6D1F;
    z-index: 10;
    position: relative;
}

.card-person img{
    width: 48px;
    border-radius: 30px;
    height: 48px;
    margin-right: 10px;
}

.card-person span{
    font-size: 16px;
    font-weight: 500;
}

.card-person p{
    color: #585F6D;
    font-size: 15px;
    margin-bottom: 0;
}

.link-email {
    color: #0071AC;
    border-right: 1px solid #000;
    padding-right: 5px;
    font-size: 14px;
}

.card-tel {
    color: #141B29;
    font-size: 14px;
    font-weight: 400;
}

.info-banner-section .circulars-image {
    width: 600px;
    margin-left: 20%;
    z-index: 9;
    position: relative;
}

.info-banner-section .bg-dots-hor {
    left: 0;
}

.content-videos .nav-item {
    width: 48%;
}

.content-videos ul{
    justify-content: space-between !important;
}

.content-videos .nav-item button{
    border: 2px solid #585F6D;
    border-radius: 30px;
    color: #585F6D;
    background: #fff;
    height: 47px;
    width: 100%;
    margin-bottom: 20px;
}

.content-videos .nav-item button.active {
    background-color: #141B29;
    border: 2px solid #141B29;
    color: #fff !important;
    font-weight: 600;
}

#pills-tabContent .div-video iframe{
    width: 85% !important;
    height: 400px;
    margin: 0 auto;
}

.calculadoras-content {
    background-color: #EFEFF0;
    border-radius: 16px;
}

.calculadora {
    border: 1px solid #585F6D3D;
    width: 330px;
    background-color: #fff;
    border-radius: 16px;
    margin: 0 auto;
}

.item-dato-calculadora {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border-top: 1px solid #585F6D3D;
}

.item-dato-calculadora p{
    margin: 0;
    font-size: 15px;
    font-weight: 500;
}

.item-dato-calculadora span{
    margin: 0;
    font-size: 15px;
    font-weight: 500;
}

.buttons-calculadora {
    padding: 15px;
}

.head-calculadora {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    align-items: center;
    justify-content: space-between;
}

.head-calculadora .input-group{
    width: 50%;
}

.calculadoras-content ul li{
    width: 50%;
}

    .calculadoras-content ul li .nav-link {
        color: #585F6D !important;
        border-bottom: 1px solid #585F6D !important;
        border-radius: 0;
        padding: 15px;
        font-size: 18px;
        width: 100%;
        background-color: transparent !important;
        font-weight: 400 !important;
    }

    .calculadoras-content ul li .nav-link.active {
        color: #141B29;
        border-bottom: 4px solid #141B29 !important;
        background-color: transparent !important;
        font-weight:600 !important;
    }

.legal-calculadora {
    color: #585F6D;
    font-size: 15px;
    display: block;
    text-align: center;
}

.item-descarga {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.link-descarga {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    color: #0071AC;
}

.link-descarga i {
    font-size: 25px;
}

.info-archivo a {
    font-size: 18px;
    color: #0071AC;
    font-weight: 500;
}

.info-archivo span {
    color: #585F6D;
    font-size: 14px;
    display: block;
    font-weight: 400;
}

.sidebar h5 {
    color: #417293;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.sidebar h4 {
    font-size: 24px;
    font-weight: 700;
    color: #141B29;
    margin-bottom: 25px;
}


/*Ventas Ligeras*/

.pleca-01-rosa {
    background-image: url(/assets/img/plecas/Secc03-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.list-tabs{
    width: 200px;
}

.container-tabs{
    width: calc(100% - 250px)
}

.pills-anios span {
    height: 45px;
    width: 80px;
    background-color: #fff;
    color: #141B29;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 4px 4px 12px 0px #141B2929;
    border-radius: 16px;
    margin-right: 10px;
    cursor: pointer;
    margin-bottom: 15px;
    border: 1px solid #141B29;
}

.pills-anios span.active{
    background-color: #141B29;
    color: #fff;
    border: 1px solid #141B29;
}
.cards-hor{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.card-hor-info {
    padding-top: 10px;
}

.item-card-hor {
    border: 1px solid #D7D9DC;
    background-color: #fff;
    border-radius: 16px;
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    width: 48%;
    margin-bottom: 25px;
}

.item-card-hor img{
    border-radius: 12px;
    width: 148px;
    height: 148px;
    margin-right: 15px;
}

.item-card-hor h5{
    color: #417293;
    font-size: 16px;
    font-weight: 600;
}

.item-card-hor p {
    font-size: 18px;
    color: #141B29;
    font-weight: 400;
}

.item-card-hor span {
    font-size: 16px;
    color: #585F6D;
    display: flex; 
    align-items: center;
}

.item-card-hor span i{
    font-size: 20px;
    margin-top: 3px;
}

.list-tabs .nav-link {
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
    color: #7A7A7A;
    padding: .5rem 0;
}

    .list-tabs .nav-link span {
        width: 12px;
        height: 12px;
        border-radius: 30px;
        background-color: #7A7A7A;
        display: inline-flex;
        margin-right: 10px;
        position: relative;
    }

    .list-tabs .nav-link.active span {
        background-color: #049CBA;
    }

    .list-tabs .nav-link.active {
        background-color: transparent;
    }

    .list-tabs .nav-link.active span:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 25px;
        height: 25px;
        border: 2px solid #049CBA;
        border-radius: 50%;
        transform: translate(-50%, -50%);
    }

.link-blue {
    color: #0071AC;
    font-size: 15px;
    margin-bottom: 15px;
    display:  inline-flex;
}

.item-card-dir{
    display: flex;
    flex-wrap: wrap;
    width: 48%;
    margin-bottom: 30px;
}

.item-card-dir img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    margin-right: 30px;
}

.item-card-dir h5 {
    font-size: 20px;
    font-weight: 500;
    color: #141B29;
}

.item-card-dir p {
    color: #585F6D;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
}

.item-card-dir small {
    color: #585F6D;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    display: inline-flex;
}

.link-card-mail {
    font-size: 15px;
    color: #0071AC;
    font-weight: 400;
    display: flex;
    align-items: center;
    font-size: 15px;
}

/*.item-card-dir a{
    display: flex;
    align-items: center;
    font-size: 15px;
}*/

.link-card-tel {
    color: #0D482D;
    display: flex;
    align-items: center;
    font-size: 15px;
}

.link-card-tel i,
.link-card-mail i {
    color: #0D482D;
    margin-right: 10px;
    font-size: 20px;
    margin-top: 3px;
}

.accordion-item,
.accordion-button:not(.collapsed),
.accordion-button {
    background-color: #EFEFF0;
    color: #141B29;
}

.accordion-item button {
    color: #141B29;
    font-size: 18px;
    font-weight: 700;
}

.accordion-body {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.accordion-body img {
    max-width: 320px;
}

.banner-footer2 {
    width: 450px;
    height: 80px;
    background-color: #fff;
    border-radius: 16px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner-footer2 img {
    width: 55px;
    height: 55px;
    border-radius: 8px;
}

.banner-footer2 i {
    color: #005CB2;
    font-size: 35px;
}

.banner-footer2 span {
    color: #585F6D;
    font-size: 15px;
}

.banner-footer2 p {
    color: #141B29;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}

.footer-cta {
    border-bottom: 1px solid #585F6D;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.btn-wa i, .btn-tel i {
    font-size: 25px;
    margin-right: 10px;
}

/********Comunidades******/
.comunidad-amda {
    background-color: #f2f2f2;
}

.btn-amda {
    background-color: #0d482d;
    color: #fff;
    font-weight: 600;
    padding: 12px 10px;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-decoration: none;
}

    .btn-amda:hover {
        background-color: #146c43;
        color: #fff;
    }

.comunidades-img {
    width: 50%;
}


@media (max-width: 1400px) {
    .info-hero {
        top: 10%;
    }

    .sldier-hero {
        position: absolute;
        right: 15px;
       /* bottom: 14%;*/
    }

    .links-header .option-header {
        font-size: 14px;
    }

    .links-submenu#amda {
        left: -17%;
    }

    .links-submenu#servicios {
        left: -34%;
    }

    .links-submenu#cifras {
        left: 11%;
    }

    .links-submenu#normativas {
        left: -5%;
    }

    .links-submenu#eventos {
        left: 42%;
    }

    .banner-img-retail{
        width: 100%;
    }

    .sub-submenu {
        width: 300px;
        left: 96%;
    }

}

@media (max-width: 1300px){

    .buttons-header .btn-green{
        display: none;
    }

    .info-hero .btn-green {
        display: inline-flex;
    }

    .btn-wa,
    .btn-tel{
        width: 200px;
    }


}


@media (max-width: 1200px) {
    .info-hero h2 {
        font-size: 32px;
    }

    .info-hero p {
        font-size: 18px;
    }

    /*.sldier-hero {
        bottom: 27%;
    }*/

    .cintillo-home span {
        font-size: 52px;
        margin-right: 15px;
    }

    .info-circulars h4 {
        font-size: 32px;
        line-height: 36px;
    }

    .tool-logos div img{
        width: 85%;
    }

    .header-links a img{
        width: 170px;
    }

    .links-submenu#servicios {
        left: -26%;
    }

    .links-submenu#servicios .triangle-blue2 {
        left: 44%;
 
    }

    .info-banner-section .circulars-image {
        width: 450px;
    }

    .title-card {
        min-height: 70px;
    }


}

@media (max-width: 1100px) {

    .form-suscribe p {
        font-size: 16px;
        line-height: 18px;
    }

    .form-suscribe h4 {
        font-size: 24px;
    }

    .content-forms .form-check  label{
        font-size: 14px;
    }

    .form-suscribe {
        padding: 50px 25px 25px;
        width: 450px;
    }

    .cerrar-suscribe {
        top: -35px;
    }

    .info-slide-hero p {
        font-size: 16px;
        line-height: 20px;
    }

    .info-hero h2 {
        font-size: 28px;
    }

    .info-hero p {
        font-size: 16px;
    }

    .menu-button {
        display: block;
    }

    .links-header {
        position: fixed;
        right: -100%;
        top: 135px;
        background-color: #fff;
        height: calc(100% - 135px);
        width: 450px;
        padding: 50px 25px;
        flex-direction: column;
        display: flex;
        overflow-y: scroll;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none;
        /*transition: 0.3s all ease-in-out;*/
        border-top: 4px solid #049cba;
    }

    .links-header.show {
        right: 0;
    }

    .links-header::-webkit-scrollbar {
        display: none; /* Chrome, Safari */
    }

    .links-header .option-header {
        font-size: 16px;
        color: #141B29;
        font-weight: 500;
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 20px;
        margin-left: 0;
        padding-left: 0;
    }

    .links-header button i {
        transform: rotate(-90deg);
        font-size: 20px;
    }

    .links-header .option-header.active {
        color: #141B29;
        border-bottom: none;
        font-weight: 500;
    }

    .logo-header img {
        width: 200px;
    }

    .header-links a img {
        width: auto;
    }

    .header-links .logo-header img {
        width: 200px;
    }

    .links-submenu,
    .sub-submenu {
        position: fixed;
        right: -100%;
        left: unset;
        transform: unset;
        background-color: #fff;
        top: 135px;
        width: 450px;
        height: calc(100vh - 135px);
        overflow-y: scroll;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none;
    }

    .links-submenu::-webkit-scrollbar,
    .sub-submenu::-webkit-scrollbar{
        display: none; /* Chrome, Safari */
    }

    .links-submenu.show, .sub-submenu.show {
        right: 0;
        left: unset !important;
    }

    .triangle-blue2 {
        top: -2px;
        left: 5%;
        transform: rotate(180deg);
    }

    .back-submenu2 {
        display: flex;
    }

    .item-link-submenu a {
        font-weight: 600;
    }

    .links-submenu.size-full {
        width: 450px;
    }

    .div-menu-servicios {
        width: 100%;
    }

    .banner-inicial {
        height: calc(100vh - 135px);
        background-image: url(/assets/img/home/hero-img.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .banner-hero-home{
        display: none;
    }

    .item-card-hor img {
        width: 100px;
        height: 100px;
    }

    .sub-submenu{
        border-left: 0;
    }


    .btn-redes-movil {
        display: flex;
        background-color: #fff;
        justify-content: center;
        align-items: center;
        padding: 2px;
        border-radius: 6px;
    }

    .redes-header.show {
        right: 8px;
    }

    .redes-header {
        position: absolute;
        right: -100%;
        top: 55px;
        background-color: #000;
        padding: 10px 10px 10px 0;
        border-radius: 8px;
        transition: 0.3s all linear;
    }

    .slider-news.owl-theme .owl-nav [class*=owl-], .slider-retail.owl-theme .owl-nav [class*=owl-] {
        top: 30%;
    }
}


@media (max-width: 991px) {


    .buttons-cintillo {
        flex-direction: column;
    }

    .buttons-cintillo a:first-child{
        margin-bottom: 10px;
    }

    .modal-dialog.modal-size{
        max-width: 600px;
    }

    .banner-section {
        padding: 25px 50px;
    }

    .content-section-mid {
        width: 100%;
    }

    .sidebar {
        width: 100%;
    }

    .item-calculadora{
        padding-right: 20px;
        padding-left: 20px;
    }

    .item-card-hor {
        width: 100%;
    }

    .item-card-hor img {
        width: 125px;
        height: 125px;
    }

    .item-card-dir {
        width: 100%;
    }

    .accordion-body img {
        max-width: 200px;
    }

    .banner-footer2 {
        margin-bottom: 20px;
    }

    .btn-wa, .btn-tel {
        width: 48%;
    }
    .comunidades-img {
        width: 100%;
    }

    .info-slider-retail {
        height: 360px;
    }
}

@media (max-width: 768px) {

    .tool-logos div img {
        width: 70%;
        margin-bottom: 25px;
    }

    .bg-rounded {
        left: 15px;
    }

    .sldier-hero {
        bottom: 15px;
        width: 100%;
        left: 0;
        right: unset;
        padding: 0 15px;
    }

    .cintillo-home .container {
        flex-direction: column;
        height: auto;
        padding: 50px 0;
    }

    .cintillo-home p {
        max-width: 100%;
        padding: 30px 25px;
    }

    .buttons-cintillo {
        flex-direction: row;
    }

    .buttons-cintillo a:first-child{
        margin: 0;
    }

    .cintillo-home span {
        font-size: 80px;
        margin-right: 0;
    }

    .info-hero {
        width: 90%;
        left: 5%;
        top: 5%;
    }

    .info-hero p {
        font-size: 16px;
    }

    .info-hero h2 {
        font-size: 24px;
    }

    .info-card {
        top: 65px;
    }

    .info-card p {
        opacity: 1;
    }

    .info-card h5 {
        margin-bottom: 15px;
    }

    .modal-dialog.modal-size {
        max-width: 90%;
    }

    .info-slide-hero {
        max-width: 300px;
    }

    .info-slide-hero p {
        display: -webkit-box;
        -webkit-line-clamp: 3; /* número de líneas */
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .item-rs {
        width: 48%;
    }

    .banner-section p {
        font-size: 18px;
    }

    .banner-section h3 {
        font-size: 24px;
    }

    .div-video iframe {
        width: 100%;
    }

    .subtitle-section {
        font-size: 28px;
        margin-bottom: 25px;
    }

    .banner-section {
        padding: 25px;
    }

    .content-videos .nav-item {
        width: 100%;
    }

    #pills-tabContent .div-video iframe {
        width: 100% !important;
        height: 315px;
    }

    .calculadoras-content ul li {
        width: 100%;
    }

    .container-tabs {
        width: 100%;
    }

    .list-tabs {
        width: 100%;
    }

        .list-tabs .nav-link {
            margin-right: 20px;
        }

    .accordion-body{
        flex-wrap: wrap;
    }

    .accordion-body img{
        margin: 0 auto 25px;
    }

    .info-acordion-item {
        width: 100%;
    }

    .head-footer img {
        margin: 0 auto 30px;
    }

    .contact-footer {
        justify-content: center;
        width: 100%;
    }

    .banner-footer2 {
        width: 100%;
    }

    .banner-footer2 p,
    .banner-footer2 span{
        font-size: 13px;
    }

    .item-card-dir img {
        width: 48px;
        height: 48px;
        border-radius: 10px;
        margin-right: 100px;
    }

    .footer-cta a {
        margin-bottom: 20px;
    }
}


@media (max-width: 568px) {

    .buttons-cintillo {
        flex-direction: column;
        width: 100%;
        padding: 0 25px;
    }

    .buttons-cintillo a{
        width: 100%;
        margin-left: 0 !important;
    }

    .buttons-cintillo a:first-child{
        margin-bottom: 15px;
    }

    .links-header {
        width: 100%;
        top: 105px;
        height: calc(100vh - 105px);
    }

    .links-submenu,
    .links-submenu.size-full {
        width: 100%;
        top: 105px;
        height: calc(100vh - 105px);
        z-index: 99;
    }

    .sub-submenu{
        width: 100%;
        top: 105px;
        height: calc(100vh - 105px);
        z-index: 101;
    }

    .header-links a img {
        width: 150px;
    }

    .img-hero-slider {
        width: 64px;
    }

    .slider-news-hero.owl-theme .item a {
        font-size: 25px;
    }

    .info-slide-hero h5 {
        font-size: 18px;
    }

    .buttons-header .btn-outline-green{
        display: none !important;
    }

    .buttons-header .acceso-movil{
        display: flex;
    }

    .buttons-header .acceso-movil,
    .modal-search {
        margin: 0 10px;
    }

    .menu-button {
        padding-left: 0;
    }

    .form-suscribe {
        width: 100%;
        top: 105px;
        height: calc(100vh - 105px);
    }

    .info-slide-hero p {
        font-size: 14px;
        line-height: 18px;
    }

    .info-slide-hero {
        max-width: 200px;
    }

    .pleca-slider{
        width: 100%;
    }

    .info-hero .btn {
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px;
    }

    .header-links {
        height: 60px;
    }

    body {
        margin-top: 105px;
    }

    .header-top {
        height: 45px;
    }

    .banner-inicial {
        height: calc(100vh - 105px);
    }

    .item-rs {
        width: 100%;
    }

    .banner-img-retail {
        margin: 25px auto 50px;
    }

    .info-banner-section .circulars-image {
        width: 100%;
        margin: 0;
    }

    .calculadora {
        width: 100%;
    }

    .card-person {
        width: 100%;
        margin-bottom: 20px;
        justify-content: center;
    }

    .card-person img {
    width: 100px;
    border-radius: 60%;
    height: 100px;
    margin-right: 0;
    margin-bottom: 20px;
}
    .item-card-hor img {
        width: 80px;
        height: 80px;
    }

    .pills-anios span {
        flex: 0 0 auto;
    }


    .pills-anios {
        flex-wrap: nowrap !important;
        overflow-x: scroll;
    }

    .accordion-item button {
        font-size: 16px;
    }

    .banner-footer2 {
        flex-wrap: wrap;
        height: auto;
        justify-content: center;
        text-align: center;
    }

        .banner-footer2 img {
            margin: 0 auto 15px;
        }

    .head-footer img{
        width: 100%;
    }

    .btn-wa, .btn-tel {
        width: 100%;
    }
    .imagenes-footer {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 2 columnas */
        gap: 15px;
        justify-items: center; /* centra cada imagen */
    }
        .imagenes-footer a {
            display: inline-block;
        }

        .imagenes-footer img {
            display: block;
            max-width: 100%;
            height: auto;
        }

    .footer .imagenes-footer img {
        margin-right:0;
    }

    .info-slider-retail {
        padding: 20px 15px;
    }


    .slider-news.owl-carousel .owl-nav button.owl-prev, .slider-retail.owl-carousel .owl-nav button.owl-prev {
        left: 0;
    }

    .slider-news.owl-carousel .owl-nav button.owl-next, .slider-retail.owl-carousel .owl-nav button.owl-next {
        right: 0;
    }

    .slider-news.owl-theme .owl-nav [class*=owl-], .slider-retail.owl-theme .owl-nav [class*=owl-] {
        top: 28%;
    }

    .info-slider-retail {
        height: 340px;
    }

    .footer-cta h3{
        font-size: 24px;
    }
}

@media (max-width: 481px) {

    .header-top a {
        font-size: 12px;
    }

    .links-top a:first-child {
        padding-right: 7px;
        margin-right: 5px;
    }

    .content-videos .nav-item button{
        font-size: 14px !important;
    }

    .info-slider-retail h5 {
        font-size: 18px;
        min-height: auto;
    }

    .info-slider-retail {
        height: 330px;
    }
}
@media print {
    body > * {
        visibility: hidden;
        height: 0 !important;
        overflow: hidden !important;
    }

    #pills-calcCamion,
    #pills-calcCamion * {
        visibility: visible;
    }

    #pills-calcCamion {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: auto !important;
        overflow: visible !important;
    }

    #pills-calcVehiculo,
    #pills-calcVehiculo * {
        visibility: visible;
    }

    #pills-calcVehiculo {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: auto !important;
        overflow: visible !important;
    }

    html, body {
        height: auto !important;
        overflow: hidden !important;
    }

    @page {
        size: A4;
        margin: 10mm;
    }
}


