
@charset "utf-8";

:root {
    --title-color: #f94982;
    --text-color: #3a3e3c;
    
    
    /* --oscuro1: #6D24C9;
    --oscuro2:  #2A43CC; */
    --oscuro1: #f94982;
    --oscuro2:  #aecc64;


    /* --amarillo: #E4D567; */ 
    --amarillo: #eee2d3;

    --bg-cream-color: #EFE4D3;
    /* --bg-yellow-color: #090F77; */
    --bg-yellow-color: #f94982;
    
    --socialmedia-bg: #f94982;
    --socialmedia-color: #22190b;

    --morado: #f94982;

    /* --morado: #6D24C9; */
    --rojo: #C40506;
    --gris: #EDEDED;
    --txt: #626262;

}

body, td, th, input, select, textarea, p, h1, h2, h3, h4, h5, h6, a, li{
    font-family: 'Montserrat', sans-serif;
    color:#626262;
}
body, td, th, input, select, textarea{
    font-size:14px;
}

h1{color:var(--title-color);}
h2{color:var(--title-color);}
h3{color:var(--text-color);}
h4{color:#626262;}
h5{color:#626262;}
h6{color:#4B7D0D;}
/* Estilos para las zebras */
.zebra { margin-top:15px; margin-bottom:20px;}
.zebra td { border-bottom: 1px solid #f1f1f1;}
.zebra tr.alt td {      background: #f7f7f7;}
.zebra tr.over td { background: #EDEDED;}
.zebra tr.title td { background-color: #EDEDED; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #999; }
/* Retoques al jQuery UI*/
.ui-state-default, .ui-widget-content .ui-state-default { background: #6D8A0A; color:#FFF; border:none; }
.ui-state-active, .ui-widget-content .ui-state-active { color:#FFF; border:none; background-color: #6D8A0A; background-image:none; }
.ui-state-default, .ui-widget-content .ui-state-default * { color:#FFF; border:none; }
.ui-state-active, .ui-widget-content .ui-state-active * { color:#FFF; border:none; }
.ui-widget-header, .ui-widget-content { border:none; background:#FFF; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color:#FFF; }
.ui-tabs-nav { border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #626262; padding-bottom:5px; border:none; }
.ui-tabs .ui-tabs-nav li a{ padding:5px;}
.margin{margin: 5px;}
.clear{clear: both;}
#MenuVertical{padding: 0; margin: 0; width: 172px; float: left;  margin-right: 27px;}
#MenuVertical li { list-style-position: inside; list-style-type: none; padding: 0px; margin-top: 3px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-image: url(vineta.gif); }
#MenuVertical li a { color: #4B7D0D; display: inline; list-style-position: inside; list-style-type: none; padding: 0px; font-size: 13px; font-weight: normal; text-decoration: none; margin: 0px; }
.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover{
    background: #4B7D0D!important;
}


.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    background-color: var(--oscuro2);
    color: var(--gris);
}

.nav-tabs{
    border-bottom: 1px solid var(--oscuro2);
}
.carousel-control.right, .carousel-control.left{background-image:none !important;}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {margin: auto;}
.btn-default {
    color: #fff;
    background-color: #5CB600;
    border-color: #5CB600;
    transition: all .3s ease;
}
.btn-default:hover{
    background-color: #4B7D0D;
    transition: all .3s ease;
    color: #fff;
}
#dashboardPG .dashboard-item .dashboard-item-container a:hover {
    background: linear-gradient(90deg, #fff, #F7FFE4 );
}
/* Paddings */

.p-x{padding-left: 0px!important; padding-right: 0px!important;}
.p-y{padding-top:0px!important; padding-bottom:0px!important;}
.p-0{padding: 0px}
.p-1{padding: 1em;}
.p-2{padding: 2em;}
.p-3{padding: 3em;}
.p{
    padding: 1em;
}
.imagen_ver_evento{
    display: none;
}

.flex-header {
    display: flex;
}

/* Tags */
p {
    font-weight: 300;
    line-height: 1.5;
    text-align: justify;
}
a {
    transition: all 0.3s ease-in-out;
}
a:hover{
    text-decoration: none;
    color: var(--azul);
}
a:visited,a:active,a:focus{
    text-decoration: none !important;
}
*:focus{
    outline: none !important;
}
/*------------*/

.site-content {
    padding-top: 70px;
}
.site-content, .my-container{
    max-width: 1200px;
    margin: 0 auto;
}
.prueba {
    padding-top: 56px;
}


/*------------*/

.w-100{
    width: 100%;
}

/* HEADER */
header.home {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    transition: all .3s ease;
    padding: 1.5rem 2rem;
    background: #aecc64;
}

.header-content {
    align-items: center;
    position: relative;
}

.content-info-header {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.nav-brand {
    max-width: 150px;
    position: absolute;
    top: -18px;
    left: -29px;
    padding: 1rem 0rem 1rem 2rem;
}
.nav-brand:before {
    content: "";
    display: block;
    width: 128%;
    height: 118%;
    background: url(formaLogo2.svg);
    position: absolute;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: top;
    top: -4px;
    left: 0;
    z-index: -1;
}


.nav-brand img{
    transition: all .3s ease;
    width: 100%;
}


.img-menu-izq {
    padding: 8px;
}



/*para quitar los submenus en la vista responsive*/
.social-links, .main-nav-mobile {
    display: none;
}
/*para quitar los submenus en la vista de escritorio*/
#menu-main> li > ul {
    display: none;
}

a.toogle-menu { /*boton del menu responsive*/
    color: var(--amarillo);
    font-size: 25px;
    padding: 0 5px;
    line-height: 1;
}
.mm-menu {
    background-repeat: no-repeat;
    background-image: url(./newdesign/2026/flores_menu_top.png);
    /* background-image: url(./newdesign/2025/matas_menu_top.png); */
    /* background-image: url(matasFooter1.png); */
    background-color: #fff;
    border-color: #0000001a;
    color: var(--txt);
    background-position-x: center;
    background-position-y: bottom;
    background-size: contain;
}
ul.mm-listview {display: block !important;}

.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: var(--oscuro1);
    font-weight: bold;
    font-size: 16px;
}
.mm-menu .mm-listview .mm-btn_next::after {
    border-color:var(--txt);
}
.mm-menu .mm-btn::after, .mm-menu .mm-btn::before {
    border-color: var(--txt);
}
.mm-menu .mm-listview a:not(.mm-btn_next){
   color: var(--txt)!important;
}
.navbar-header{
    display: none;
}
.mm-menu .mm-listview a:not(.mm-btn_next){
    color: var(--txt)!important;
    font-weight: 600;
}

.mm-navbars_bottom > div {
    height: 50px;
    background: var(--oscuro1);
}
.mm-menu_navbar_bottom-1 .mm-panels {
    bottom: 50px;
}
.bg-icon {
    border-radius: 100%;
    height: 27px;
    width: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    color: var(--txt);
    background: #fff;
}

.redes-top{
    display: none;
}

/* Slider Home */

.slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 50;
    color: var(--txt);
    font-size: 20px;
    padding-top: 0px;
    line-height: 0;
    cursor: pointer;
    transition: all .3s ease-in-out;
    background: rgba(255, 255, 255, 0.4);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    margin: 0 25px;
}
span.arrow-right.slick-arrow {
    right: 0;
    left: auto;
}
.slick-arrow.slides-home:hover,
.slick-arrow:hover{
    border-color: var(--oscuro2);
    background: var(--oscuro1) !important;
    color: #fff;
}

/*dots slider*/

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
}
.slick-dots li {
    margin: 0 0.25rem;
}
.slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 100%;
    background-color: var(--amarillo);
    text-indent: -9999px;
    border: none;
}
.slick-dots li.slick-active button {
    background-color: var(--morado);
}
.slider-home .slick-dots  {
    position: absolute;
}


/*footer*/

.footer-portal{
    display: inline-block;
    width: 100%;
    background-color: #f1f0ee;
}
.poner, .footer-bottom{
    /* padding: 1em; */
    /* padding: 1em 0; */
    padding: 2em 0;
}
.poner {
    position: relative;
    z-index: 1;
}

.imagen-footer {
    max-width: 329px;
    margin: auto;
    padding-top: 27px;
}
h3.footer-tittle {
    font-size: calc(1em + 2vw);
    text-align: center;
    color: #606060;
    padding-bottom: 15px;
    font-weight: 600;
    margin-top: 30px;
}

.menu-1 > ul{
    padding: 0!important;
    list-style: none;
}

.menu-1 > ul > li > a {
    font-size: calc(0.9em + 1vw);
    color: #606060;
    font-weight: 600;
}
.menu-1 > ul > li {
    text-align: center;
    padding-bottom: 4px;
}
.border-righ{
    position: relative;
}

.page-footer > div > div > p {
    margin: 0;
    font-size: calc(0.9em + 1vw);
    text-align: center;
    margin-bottom: 14px;
    line-break: anywhere;
    color: #606060;
    font-weight: 600;
    display: block;
    line-height: 12px;
}

.Logo-footer {
    max-width: 358px;
    margin: auto;
    margin-top: 54px;
}
.organiza-footer {
    max-width: 262px;
    margin: auto;
    margin-top: 37px;
}

.data-pagina-web {
    display: inline-block;
    width: 100%;
    max-width: 634px;
    margin: auto;
    padding: 1rem 0;
    /* border-top: 1px solid #606060; */
    margin-top: 40px;
}

.footer-text > a {
    color: #606060;
    font-size: 12px;
    font-weight: 600;
}
.footer-exus{
  margin-top: 8px;  
}
.page-footer div {
    padding: 0;
}

.fin-footer {
    width: 100%;
    max-width: 100%;
    /* max-width: 1095px; */
    /* margin-bottom: -19px; */
}
.fin-footer > img{
    margin: 0;
    max-width: 1550px;
    width: 100%;
    margin: 0 auto;
}




/*titulos*/

h2.content-box-title, h2.mod-box-title {
    font-size: calc(1.2em + 1vw);
    width: fit-content;
    margin: 1em auto 1em;
    padding: 1rem 18vw;
    max-width: 900px;
    position: relative;
    text-align: center;
    font-weight: 800;
    width: 80%;
    /* color: #5E941F; */
    color: var(--title-color);
}
h2.content-box-title:after, h2.mod-box-title:after {
    content: "";
    display: block;
    width: 15vw;
    max-width: 100px;
    height: 25px;
    background: url(newdesign/arrow.png) no-repeat;
    /* background-image: url(titulos.png); */
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    /* filter: brightness(0) saturate(100%) invert(81%) sepia(95%) saturate(285%) hue-rotate(345deg) brightness(92%) contrast(94%); */
    filter: brightness(0) saturate(100%) invert(93%) sepia(18%) saturate(654%) hue-rotate(308deg) brightness(108%) contrast(87%);
}
h2.content-box-title:before, h2.mod-box-title:before {
    content: "";
    display: block;
    width: 15vw;
    max-width: 100px;
    height: 25px;
    background: url(newdesign/arrow.png) no-repeat;
    /* background-image: url(titulos.png); */
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: scaleX(-1);
    /* filter: brightness(0) saturate(100%) invert(81%) sepia(95%) saturate(285%) hue-rotate(345deg) brightness(92%) contrast(94%); */
    filter: brightness(0) saturate(100%) invert(93%) sepia(18%) saturate(654%) hue-rotate(308deg) brightness(108%) contrast(87%);
}

.tt-videos {
    margin: 1em 0;
    font-size: 20px;
    color: #4D4D4D;
    font-weight: 600;
    padding-left: 50px;
    position: relative;
    line-height: 1em;
}
.tt-videos:after {
    content: "";
    display: block;
    width: 202px;
    height: 35px;
    background-image: url(videos.png);
    position: absolute;
    left: 15px;
    top: 20px;
}

/*MENU LATERAL*/

.menu-slideHome-fondo {
    background-color: #000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999999998;
    opacity: .4!important;
}
.menu-slideHome {
    /*background-color: #f6f5f6;*/
    box-shadow: 1px 0 7px rgba(0, 0, 0, 0.4);
    height: 100%;
    left: -100%;
    position: fixed;
    top: 0;
    transition: all 0.2s ease;
    width: 100%;
    max-width: 550px;
    z-index: 9999999999999;
}
.menu-slideHome-flecha {
    left: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100px;
    height: 37px;
    z-index: 999999999999;
    top: 16%;
    display: flex;
    align-items: center;
}
.menu-slideHome.mostrar { left: 0; z-index: 99999999999999;}
.menu-slideHome.mostrar .menu-slideHome-flecha { 
    left: 100%; 
}
.menu-slideHome-container{height: 100%;}

.close-m{
    text-align: right;
    padding: 1rem;
}
#closeMenu {
    font-size: 25px;
    color: var(--morado);
    background: #fff;
    padding: 0 3px;
    border-radius: 100%;
}
#menu-left::-webkit-scrollbar-track {background-color: #ccc; border-radius: 5px; }
#menu-left::-webkit-scrollbar {width: 5px; border-radius: 5px; background-color: #5CB600; }
#menu-left::-webkit-scrollbar-thumb {background-color: #5CB600; border-radius: 5px; }

.content-proyectos {
    height: calc(100% - 46px);
    display: flex;
    padding: 0 2rem;
}
.menu-movil {
    display: block;
    width: 100%;
    max-width: 350px;
    /* background-image: url(matasMenu.png); */
    /* background-color: #f7f7f7; */
    /* background-image: url(./newdesign/matasMenu.png); */
    background-image: url(./newdesign/2026/footer.png);
    background-color: #fff;
    /* height: 80%; */
    margin: auto;
    max-height: 626px;
    border-radius: 0 0 60px 60px;
    /* padding: 22px 15px 95px; */
    padding: 22px 15px 82px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    background-size: contain;
    position: relative;
    box-shadow: 0px 3px 8px #00000080;
}
.menu-movil:before {
    content: "";
    display: block;
    width: 100%;
    max-height: 170px;
    background-image: url(./newdesign/2026/flores_menu_top.png);
    /* background-image: url(./newdesign/2025/matas_menu_top.png); */
    /* background-image: url(mataMenuTop.svg); */
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 13vw;
    top: -13vw;
}


#menu-left {
    margin: 0;
    padding: 20px 0;
    list-style: none;
    width: 100%;
    height: 100%;
    overflow-y: auto;




}
ul#menu-left > li {
    padding: 0 15px;
}
#menu-left > li > a {
    display: flex;
    width: 100%;
    height: 54px;
    margin: 10px auto 25px;
    background: #fff;
    box-shadow: 10px 0px 10px 2px #00000014;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    font-size: 13px;
    font-weight: bold;
    color: #606060;
    line-height: 1em;
    padding: 5px 15px;
    text-transform: uppercase;
    transition: all .3s ease;
}




/*SECTION LOGOS ------------------*/

.fondo-logos {
    background-image: url(fondoLogos.svg);
    background-size: 350%  145px;
    background-position-x: right;
    background-position-y: top;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 145px;
}
.content-logos {
    display: flex;
    width: 80%;
    padding-right: 10px;
}
.logo-banner {
    width: 100%;
    max-width: 166px;
    display: block;
    margin: 5px 10px;
}
.txt-logo {
    font-size: 11px;
    font-weight: 500;
    color: var(--text-color);
    margin: 0;
    padding-bottom: 5px;
    text-align: center;
    line-height: 1em;
}
.img-logo {
    display: block;
    width: 166px;
    height: 75px;
    object-fit: contain;
}





/*SECTION SLIDERS*/

.color{
    background: #fff;
    margin: 1rem 0px;
}

.slider-conttent {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 4rem 0;
}

.tt-slider {
    font-weight: 900;
    font-size: calc(1em + 2vw);
    text-align: center;
    line-height: 1.1em;
    margin: 0;
    padding: 0 2rem;
    padding-bottom: 30px;
}

.slider-left{
    width: 100%;
}

.fondo-slider {
    display: flex;
    width: 100%;
    background: var(--oscuro2);
    /* background-color: #225503d4; */
    padding: 30px 15% 74px 22%;
    border-radius: 0 50px 50px 0;
    position: relative;
    max-width: 895px;
    height: 430px;
}

.image_left::after,
.image_right::after {
    content: "";
    background: url(newdesign/2026/block_slides.png) no-repeat;
    /* background: url(newdesign/2026/footer_blocks.png) no-repeat; */
    /* background: url(newdesign/2025/footer_blocks.png) no-repeat; */
    /* background: url(newdesign/bird_slider.png) no-repeat; */
    position: absolute;
    z-index: 1;
    bottom: 0;
    /* width: 560px;
    height: 160px; */
    /* width: 460px;
    height: 123px; */
    width: 600px;
    height: 160px;
    /* height: 176px; */
}

.image_left::after {
    left: 0;
    border-radius: 0 0 0 50px;
}


.image_right::after {
    right: 0;
    border-radius: 0 0 50px 0;
}


/* .left .fondo-slider {
    background: url(newdesign/matasSlider.png) no-repeat;
    border-radius: 50px 0 0 50px;
} */

.txt-slider {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.tt-slider-main {
    color: #fff;
    font-weight: bold;
    font-size: calc(1em + 1vw);
    position: relative;
    padding-bottom: 30px;
    margin: 0;
}
.tt-slider-main:before {
    content: "";
    display: block;
    width: 140px;
    height: 21px;
    background: url(newdesign/arrow.png);
    /* background-image: url(titulosSliders.png); */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    position: absolute;
    bottom: 6px;
    left: -22px;
    filter: brightness(0) saturate(100%) invert(81%) sepia(95%) saturate(285%) hue-rotate(345deg) brightness(92%) contrast(94%);
}

.txt-slider-main {
    margin: auto;
    font-size: calc(0.7em + 1vw);
    color: #fff;
    font-weight: 500;
    text-align: left;
    /* background-color: var(--bg-yellow-color); */
    position: relative;
    z-index: 2;
}

.img-slider {
    display: block;
    width: 80%;
    max-width: 796px;
    max-height: 558px;
    height: 56vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: -50px 0;
    position: relative;
}

.content-slider .slick-dots {
    position: relative;
}





/*ITEMS HOME ----------------*/

.item-home {
    display: block;
    width: 100%;
    max-width: 332px;
    margin: auto;
    position: relative;
}
.item-home:before {
    content: "";
    display: block;
    width: 265px;
    height: 100px;
    box-shadow: 0px 2px 13px #00000026;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    bottom: 0;
    z-index: -1;
}



.item-top {
    width: 100%;
    height: 268px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 68px;
    padding-top: 2rem;
}
.img-item {
    width: 100%;
    max-width: 134px;
    height: 134px;
    position: relative;
    display: flex;
}
.img-i {
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    position: relative;
    z-index: 2;
    object-fit: contain;
    object-position: center;
    /* filter: brightness(0) saturate(100%) invert(14%) sepia(64%) saturate(6693%) hue-rotate(250deg) brightness(74%) contrast(107%); */
filter: brightness(0) saturate(100%) invert(72%) sepia(65%) saturate(7247%) hue-rotate(313deg) brightness(98%) contrast(99%);
}

.img-item:before {
    content: "";
    display: block;
    width: 145px;
    height: 146px;
    background: url(newdesign/animation_circle.png);
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    filter: brightness(0) saturate(100%) invert(72%) sepia(65%) saturate(7247%) hue-rotate(313deg) brightness(98%) contrast(99%);
    /* filter: brightness(0) saturate(100%) invert(14%) sepia(64%) saturate(6693%) hue-rotate(250deg) brightness(74%) contrast(107%); */
}

.img0:before {
   left: -67px;
   top: -46px; 
   transition: all 2s ease;
   transform: translate(0);
}
.item-home:hover .img0:before {
    transform: matrix(0.45,-0.89,0.89,0.45,-17,27);
}

.img1:before {
    right: -95px;
    bottom: -20px;
    transform: rotate(90deg);
    transition: all 2s ease;
}
.item-home:hover .img1:before {
    transform:matrix(0.99,0.14,-0.14,0.99,-3,-44);
}

.img2:before {
    left: -78px;
    bottom: -20px;
    transform: rotate(-90deg);
    transition: all 2s ease;
}
.item-home:hover .img2:before {
    transform:matrix(0.99,0.14,-0.14,0.99,21,-48);
}

.img3:before {
    right: -93px;
    top: -68px;
    transition: all 2s ease;
    transform: translate(0);
}
.item-home:hover .img3:before {
    transform:matrix(0.21,0.98,-0.98,0.21,2,23);
}




.txt-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 228px;
    height: 152px;
    background: #fff;
    margin: auto;
    margin-top: -68px;
    padding: 14px;
}

.tt-item {
    font-size: calc(1em + 2vw);
    color: #000;
    font-weight: 500;
    letter-spacing: -0.03px;
    margin: 0;
    padding: 2rem 0;
    text-align: center;
    position: relative;
    z-index: 1;
}
.tt-item:before {
    content: "";
    display: block;
    width: 66px;
    height: 71px;
    background: url(newdesign/title_items.png);
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 9px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    filter: brightness(0) saturate(100%) invert(86%) sepia(11%) saturate(1604%) hue-rotate(29deg) brightness(90%) contrast(91%);
    /* filter: brightness(0) saturate(100%) invert(81%) sepia(95%) saturate(285%) hue-rotate(345deg) brightness(92%) contrast(94%); */
    /* filter: brightness(0) saturate(100%) invert(97%) sepia(6%) saturate(813%) hue-rotate(328deg) brightness(97%) contrast(94%); */
    /* filter: brightness(0) saturate(100%) invert(14%) sepia(64%) saturate(6693%) hue-rotate(250deg) brightness(74%) contrast(107%); */
}

.enlace-item {
    margin: auto;
    font-size: 14px;
    font-weight: 500;
    color: #606060;
    text-align: center;
    transition: all .3s ease;
}


.flotante-transmision{
    display: none;
}


/*SECTION TRANSMISION -------------------*/


.sec-tab{
    overflow: hidden;
}

.content-transmision {
    padding: 2rem 0;
    margin: 2rem 0;
}
.cont-pestaña {
    max-width: 1400px;
    margin: auto;
}

.pestaña-transmision {
    font-size: calc(1em + 2vw);
    width: 70%;
    max-width: 332px;
    color: var(--title-color);
    font-weight: 900;
    text-align: center;
    height: 103px;
    line-height: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    padding: 0 30px;
    position: relative;
    margin-bottom: -7px;
}
.pestaña-transmision:before {
    content: "";
    display: block;
    width: 580px;
    height: 103px;
    background-image: url(tab.svg);
    position: absolute;
    left: -30px;
    bottom: 0;
    z-index: -1;
}
.pestaña-transmision:after {
    content: "";
    display: block;
    width: 100vw;
    height: 103px;
    background-color: #EDEDED;
    position: absolute;
    left: 86px;
    bottom: 0;
    z-index: -2;
}


.content-data-transmision {
    background: linear-gradient(#EDEDED, #fff);
}
.cont-trans {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1400px;
    margin: auto;
    color: rgb(244, 182, 28);

    color: rgb(223, 12, 27);


}

.txt-transmision {
    padding: 30px 80px;
    /* background-image: url(matasTrasmision.png); */
    /* background-image: url(newdesign/birds_90.png); */
    /* background-image: url(newdesign/2025/matasRight.png); */
    background-image: url(newdesign/2026/flores__right.png);
    background-repeat: no-repeat;
    background-size: contain;
    /* background-position: top left; */
    background-position: top right;
    margin: 2rem 0;
}

.tt-trans {
    font-size: calc(1em + 2vw);
    font-weight: 900;
    color: var(--title-color);
    margin: 0 0 30px -80px;
    width: calc(100% + 80px);
    padding-left: 80px;
    position: relative;
}
.tt-trans:before {
    content: "";
    display: block;
    max-width: 50px;
    width: 100%;
    max-height: 101px;
    height: 100%;
    /* background-image: url(figuraTrasmision.png); */
    /* background-image: url(footerRight2.png); */
    background-image: url(./newdesign/2026/footer_right.png);
    /* background-image: url(./newdesign/2025/footer_right.png); */
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}

.tt-trans > span {
    font-size: calc(1em + 2vw);
}

.txt-trans {
    margin: 0;
    font-weight: 600;
    color: #626262;
    text-align: left;
    font-size: calc(1em + 1vw);
    width: 100%;
    max-width: 442px;
}

.btn-trans {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 235px;
    width: 100%;
    height: 49px;
    text-align: center;
    font-weight: 900;
    font-size: 13px;
    margin-top: 15%;
    padding: 5px 20px;
    line-height: 1em;
    background-image: url(./newdesign/2026/boton_block.png);
    /* background-image: url(hoverTrasmision.png); */
    color: #fff;
    background-size: 100% 100%;
    text-shadow: 0px 1px 3px #000;
}

.redes-trans {
    color: #606060;
    font-size: 17px;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    text-shadow: 1px 2px 4px #fff;
}
.redes-trans > a {
    display: flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    background: var(--socialmedia-bg);
    border-radius: 100%;
    margin: 6px;
}
.redes-trans > a > span {
    color: #fff;
    font-size: 24px;
    text-shadow: none;
}

.video-transmision{
    width: 100%;
    max-width: 774px;
    margin: auto;
}
/* .youtube > iframe {
    width: 100%;
    height: 60vw;
    max-width: 774px;
    max-height: 517px;
} */

.item-video {
    display: block;
    width: 100%;
    max-width: 774px;
    max-height: 517px;
    height: 75vw;
    background-size: cover;
    background-position: center;
}
.marca {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: #00000026;
    transition: all .3s ease;
}
.marca > span {
    font-size: calc(3em + 3vw);
    color: #e0000099;
}

.marca:hover{
    background: transparent;
    cursor: pointer;
}

.modal-lg {
    width: 100%;
    max-width: 1400px;
}


.img-banner {
    max-height: 700px;
    object-fit: cover;
    object-position: center;
}





/*SECTION ALIADOS*/

.content-aliados {
    display: flex;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 130vw;
    max-height: 600px;
    position: relative;
    background-blend-mode: multiply;
    align-items: center;
    justify-content: center;
}

.parallax {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
} 
.parallax > div {
    width: 100%;
    /* background-color: #5E941F; */
    background-color: var(--bg-yellow-color);
}

.img-parallax{
    mix-blend-mode: multiply;
}

.cont-aliados {
    background: #fff;
    height: 296px;
    width: 100%;
}
.tt-aliados {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: auto;
    padding: 1rem
}
.tt-aliados > h2 {
    display: block;
    width: 30%;
    color: #606060;
    font-weight: 600;
    font-size: calc(0.6em + 1vw);
    margin: 0;
}
.tt-aliados > h2:first-child {
    text-align: right;
}
.tt-aliados > h2:last-child {
    text-align: left;
}


.figura-aliados {
    display: block;
    width: 30%;
    max-width: 350px;
    height: 10px;
    margin: 0 10px;
    position: relative;
}

.figura-aliados:after{
    content: "";
    display: block;
    width: 100%;
    max-height: 280px;
    height: 10vw;
    position: absolute;
    left: 0;
    bottom: -35px;
    background-image: url(./newdesign/2026/flores_circulo.png);
    /* background-image: url(./newdesign/2025/flores-circulo.png); */
    /* background-image: url(icono-2024.png); */
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
}

.cont-slide-aliados {
    padding: 4rem 1rem;
}
.img-aliado {
    background-repeat: no-repeat;
    display: block;
    width: 128px;
    height: 128px;
    margin: 5px auto;
    background-size: contain;
    background-position: center;
}





/*EFECTOS ------*/

.redes-top > a:hover {
    background: var(--verde2);
}

#menu-left > li > a:hover {
    /* background-image: url(./newdesign/menuHover.png); */
    background-image: url(./newdesign/2026/boton_menu.png);
    background-size: 100% 100%;
    background-position: center;
    color: #fff;
    text-shadow: 0px 0px 6px #000000de;
    transition: all .3s ease;
}
.slides-home:hover {
    background: var(--verde2)!important;
}
.item-home:hover {
    transform: scale(1.04);
}
.enlace-item:hover {
    color: var(--verde2);
    transition: all .3s ease;
}

.btn-trans:hover {
    color: #fff;
    transform: scale(1.08);
}
.redes-trans > a:hover {
    background: var(--morado);
}
.img-aliado:hover {
    transform: scale(1.06);
}
.menu-1 > ul > li > a:hover {
    color: var(--verde2);
}


.img-escritorio{display: none;}


.boton {
    display: flex;
    width: 100%;
    height: 40px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0 9px 2px #00000014;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1em;
    font-size: 13px;
    color: #606060;
    text-transform: uppercase;
    font-weight: 600;
    max-width: 220px;
    margin: 5px 0;
}


.boton:hover{
    /* background-image: url(menuHover.png)!important; */
    background-image: url(./newdesign/2026/boton_menu.png) !important;
    background-size: 100% 100%;
    background-position: center;
    color: #fff!important;
    text-shadow: 0px 0px 6px #000000de;
    transition: all .3s ease;
    background-color: #0000;
    background-repeat: no-repeat;
}


/*snipets --------------------- */


.circulo {
    position: relative;
    /* background-image: url(snippet2.png); */
    background-image: url(newdesign/circle_matas.png);
    background-repeat: no-repeat;
    width: 234px;
    padding: 20px 10px 10px 23px;
    background-size: contain;
    z-index: 0;
    background-position: center;
}

.circulo > img {
    border-radius: 0px 100% 100% 100%;
    overflow: hidden;
    box-shadow: 0px 0px 20px #00000059;
    width: 200px;
    height: 200px;
    object-fit: cover;
    position: relative;
    z-index: 2;
}

.circulo:before {
    content: "";
    display: block;
    width: 260px;
    height: 260px;
    /* background-image: url(https://www.pagegear.co/es/dominios/pereirafil.com/plantillas/2021/recursos/newdesign/2025/circular-hojas.png); */
    background-image: url(./newdesign/2026/autores.png);
    
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: -14px;
    top: -16px;
    z-index: -1;
}

/* .circulo:after {
    content: "";
    display: block;
    width: 152px;
    height: 127px;
    background-image: url(hojas-na1.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: -10px;
    bottom: -20px;
    z-index: -1;
    transform: scale(-1);
} */


.rojo {
    filter: grayscale(1);
}
.rojo:hover {
    /* filter: grayscale(0) brightness(25%) sepia(100%) hue-rotate(-50deg) saturate(800%) contrast(100%); */
    filter: grayscale(0) brightness(50%) sepia(100%) hue-rotate(19deg) saturate(800%) contrast(100%);
}

.content-rojo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.persona-circulo {
    max-width: 290px;
    margin: 2rem 1rem 1rem;
}

.tt-persona {
    text-align: center;
    font-weight: 400;
    font-size: calc(1em + 1vw);
    line-height: 1em;
    margin: 2rem 0 0;
}

.persona-circulo > p {
    text-align: center;
    font-size: 16px;
}

.gris {
    filter: grayscale(0);
    transition: all .3s ease;
}
.gris:hover {
    filter: grayscale(1);
    transition: all .3s ease;
}

.sepia{
    filter: sepia(1);
    transition: all .3s ease;
}
.sepia:hover {
    filter: sepia(0);
    transition: all .3s ease;
}


.icons-header{
    display: flex;
    gap: 12px;
    align-items: center;
}
.boton-inscripcion{
    background: var(--amarillo);
    color: var(--text-color);
    padding: 5px 13px;
    border-radius: 11px;
    text-decoration: none;
    font-weight: bold;
    font-size: clamp(7px, calc((100vw - 300px) / (991 - 300) * (12 - 7) + 7px), 12px);
}





/* Media Queries */
@media (min-width: 500px) {

    .menu-slideHome {
        left: -500px;
        width: 500px;
    }

    .content-logos {
        justify-content: flex-end;
    }

    .menu-slideHome-container {
        background: #fff;
    }

    .txt-slider {
        max-width: 557px;
    }
    .fondo-slider, .left .fondo-slider{
        border-radius: 50px;
        margin: auto;
    }
    .img-slider{
        margin: 15px 0;
        border-radius: 50px;
    }

    .slider-left{
        width: 80%;
    }

    .fondo-logos {
        background-size: 317% 145px;
    }
    .txt-logo {
        font-size: 15px;
        padding-bottom: 10px;
    }
    .redes-trans{
        justify-content: flex-start;
    }
    .content-aliados {
        height: 90vw;
    }

}

@media (min-width: 600px) {
    .fondo-logos {
        background-size: 1640px 145px;
    }
    .figura-aliados {
        height: 70px;
    }

    .tt-aliados > h2{
        font-size: 18px;
    }

    .cont-aliados{
        height: initial;
    }

    h2.content-box-title, h2.mod-box-title {
        padding: 1rem 120px;
        font-size: 35px;
        width: fit-content;
    }
}




@media (min-width: 768px){
    .img-escritorio{display: block;}

    .txt-slider-main {
        padding-left: 50px;
    }

    .tt-slider{
        font-size: 28px;
    }
    .tt-slider-main{
        font-size: 25px;
    }
    .txt-slider-main{
        font-size: 18px;
    }

    .tt-item{
        font-size: 22px;
    }
    .pestaña-transmision{
        font-size: 33px;
    }

    .tt-trans{
        font-size: 42px;
    }
    .tt-trans > span {
        font-size: 62px;
    }
    .txt-trans{
        font-size: 20px;
    }
    .tt-aliados > h2{
        font-size: 24px;
    }

    h3.footer-tittle {
        font-size: 28px;
    }
    .menu-1 > ul > li > a {
        font-size: 15px;
    }
    .page-footer > div > div > p {
        font-size: 18px;
    }
        
    .tt-persona {
        font-size: 20px ;
    }



}

@media (min-width: 992px){

     .banner-internas {
        /* background-position: 0 2rem !important; */
        /* height: 40vw !important; */
        background-position-x: center !important;
        background-position-y: 6rem !important;
    }
    


    .tt-aliados > h2 {
        width: 33%;
    }

    .img-slider{
        border-radius: 0;
    }
    .prueba {
        padding-top:0px;
    }


    .slider-home {
        height: calc(100vh - 138px);
    }
    .img-banner {
        display: block;
        width: 100%;
        height: calc(100vh - 273px);
        object-fit: cover;
        object-position: center;
    }


    /*SLIDERS HOME*/

    .slider-home{
        overflow: hidden;
    }
    .slider-conttent {
        flex-wrap: nowrap;
        max-width: 1400px;
        margin: auto;
    }

    .img-slider {
        width: 70%;
        height: 45vw;
    }
    .tt-slider {
        font-size: 28px;
        padding-bottom: initial;
        padding: 0 40px 0 1rem;
        position: absolute;
        width: 100%;
        text-align: left;
        line-height: 1em;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
    }

    .tt-slider-main{
        font-size: 25px;
    }

    .txt-slider-main{
        font-size: 15px;
    }

    .slider-left {
        height: 558px;
        display: flex;
        flex-direction: column;
        width: 40%;
        position: relative;
    }

    .fondo-slider, .left .fondo-slider{
        max-width: initial;
    }

    .fondo-slider {
        margin: auto;
        margin-right: -93px;
        position: relative;
        z-index: 1;
        background-color: #0000;
        padding-left: 0;
    }

    .fondo-slider:before {
        content: "";
        display: block;
        position: absolute;
        width: 100vw;
        height: 100%;
        right: 0;
        top: 0;
        background: var(--bg-yellow-color);
        /* background: #215503c7; */
        mix-blend-mode: multiply;
        border-radius: 0 50px 50px 0;
        z-index: -1;
    }

    
    .slick-arrow.slides-home {
        right: 15%;
        left: initial;
        bottom: 17px;
        background: #fff;
        width: 38px;
        height: 38px;
        border: 2px solid #979797;
        border-radius: 7px;
        font-size: 40px;
        display: flex!important;
        align-items: center;
        justify-content: center;
        margin: 0 5px;
        top: initial;
    }

    span.arrow-right.slides-home.slick-arrow {
        right: 10%;
        left: auto;
    }

    /*slider 2*/

    .left .slider-conttent {
        flex-direction: row-reverse;
    }
    .left .fondo-slider {
        margin-right: initial;
        margin-left: -93px;
        padding: 30px 22% 74px 20%;
        padding-right: 0;
    }

    .left .fondo-slider:before {
        /* background: #225503d4; */
        background: var(--bg-yellow-color);
        right: initial; 
        left: 0;
        border-radius: 50px 0 0 50px;
    }

    .left .tt-slider {
        padding: 0 1rem 0 40px;
    }



    /*footer*/

    .border-righ:before{
        content: "";
        display: block;
        width: 1px;
        height: 313px;
        background: #606060;
        position: absolute;
        right: -15px;
        top: 50px;
    }
    .fin-footer {
        /* margin-top: -140px; */
    }

    h3.footer-tittle {
        text-align: right;
        margin-top: 50px;
    }
    .menu-1 > ul > li {
        text-align: left;
    }
    .page-footer > div > div > p {
        text-align: right;
    }
    .Logo-footer {
        margin-left: auto;
        margin-top: 54px;
    }
    .organiza-footer {
        margin-right: 48px;
        margin-left: auto;
        margin-top: 37px;
    }


    /*transmision*/

    .cont-trans{
        flex-wrap: nowrap;
        padding: 2rem;
    }
    .txt-transmision {
        width: 50%;
    }
    .video-transmision {
        width: 55%;
        padding-left: 20px;
    }



    /*menu banner*/

    .menu-slideHome-flecha {
        width: 170px;
        height: 69px;
        top: 0px;
        display: none;
    }
    .menu-slideHome-flecha.show{
        display: flex;
    }

    .cont-menu-banner {
        position: absolute;
        top: 11rem;
        left: 0;
        width: 30%;
        max-width: 550px;
        background: #ffffff5c;
        height: 100%;
        display: flex;
        align-items: flex-start;
        padding-bottom: 6px;
    }

    #menu-left {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: 1 1 0;
        justify-content: flex-start;
    }

    ul#menu-left > li {
        display: flex;
        flex-grow: 1;
        flex-basis: 0;
        width: 100%;
        max-width: 278px;
        max-height: 54px;
        min-height: 35px;
        margin-bottom: 6%;
    }

    #menu-left > li > a {
        width: 100%;
        height: 100%;
        font-size: 13px;
        margin: 0;
    }

    #menu-left li#last{
        margin: 0!important;
    }

    .cont-menu-banner .menu-movil:before {
        height: 25%;
        top: -25%;
        max-height: 200px;
    }

    .cont-menu-banner .menu-movil {
        width: 85%;
        margin: 0 auto;
        /* height: 71%; */
    }

    



    /*MENU ESCRITORIO ****************+*/

    header.home{
        position: relative;
        height: 138px;
    }

    .ct-header {
        height: 100%;
    }

    .header-top {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        padding: 0px 1rem;
        max-width: 1200px;
        margin: auto;
    }
    .content-redes {
        display: flex;
        align-items: center;
        position: absolute;
        right: 10px;
        width: 350px;
        justify-content: flex-end;
    }
    .nav-brand {
        max-width: 330px;
        width: 100%;
    }
    .header-content{
        justify-content: center;
        height: 100%;
    }
    .navbar-header{
        display: block;
        width: 100%;
    }
    .flex-header{
        display: flex;
        flex-direction: column;
    }
    .nav-mobile {
        display: none;
    }
    .content-info-header {
        width: 100%;
        display: flex;
        justify-content: center;
        padding-left: 385px;
    }

    .redes-top {
        display: flex;
        width: 17%;
        align-items: center;
        justify-content: center;
        padding-left: 2rem;
        flex-wrap: wrap;
        border-left: 2px solid #fff;
        margin-left: 2rem;
        max-width: 200px;
    }
    .redes-top > a {
        display: flex;
        width: 35px;
        height: 35px;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        border-radius: 100%;
        color: var(--text-color);
        background: var(--amarillo);
        margin: 5px;
    }

    .redes-top > a:hover {
        background: var(--morado);
    }

    nav.main-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    nav.main-nav > ul {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    nav.main-nav ul li a {
        display: block;
        font-size: calc(0.3em + 1vw);
        line-height: 1em;
        font-weight: 600;
        color: #fff;
        padding: 5px;
        border-radius: 20px;
        margin-right: 10px;
        text-align: center;
        white-space: nowrap;
        transition: all .3s ease;
    }

    .lastMenuPlus > a {
        background: var(--amarillo);
        padding: 7px 13px!important;
        color: var(--text-color) !important;
    }


    #menu-main > li > a:hover,
    #menu-main > li > a:focus{
        color: #fff;
        /* text-shadow: 0px 1px 2px var(--oscuro1); */
    }
    #menu-main > li > a{
        position: relative;
    }

    #menu-main > li > a:after{
        content: "";
        display: block;
        width: 0%;
        height: 4px;
        background: var(--amarillo);
        position: absolute;
        bottom: -6px;
        left: 0;
        transition: all .3s ease;
    }

    #menu-main > li > a:hover:after{
       width: 100%;
       transition: all .3s ease;
    }

    .lastMenuPlus > a:after{
        display: none!important;
    }

    .lastMenuPlus > a:hover {
        background: var(--oscuro1);
        color: #fff!important;
    }


    ul.submenu {
        position: absolute;
        min-width: 150px;
        transform: translateX(-50%);
        padding-top: 2px!important;
        left: 50%;
        box-shadow: 0 0 0px black;
        display: none;
        transition: all .3s ease;
    }
    ul.submenu li a {
        font-size: 12px !important;
        padding: 5px !important;
        background: #02020278;
        color: #fff!important;
        border-bottom: 1px solid;
        line-height: 1em!important;
        border-radius: 0!important;
    }

    nav.main-nav ul li {
        position: relative;
    }
    ul.subsubmenu {
        position: absolute;
        left: 100%;
        top: 0;
        min-width: 150px;
    }

    .flotante-transmision{
        display: block;
        position: fixed;
        bottom: 140px;
        right: -1%;
        z-index: 10;
    }

    
}

@media(min-width: 1200px){

    .txt-slider-main {
        font-size: 18px;
    }

    .cont-menu-banner #menu-left > li > a {
        font-size: 15px;
    }

}


@media(min-width: 1400px){
    .img-slider{
        min-width: 796px;
    }
    .slider-left{
        width: 100%;
    }

    .txt-slider-main {
        line-height: 33px;
    }

    .slick-arrow.slides-home {
        right: 20%;
    }
    span.arrow-right.slides-home.slick-arrow {
        right: 16%;
        left: auto;
    }
    .tt-aliados{
        max-width: 1010px;
    }
    .figura-aliados {
        width: 100%;
    }

    .nav-brand {
        max-width: 380px;
    }
    .content-info-header {
        padding-left: 445px;
    }
    nav.main-nav ul li a{
        margin-right: 30px;
    }
    .txt-transmision {
        margin-right: 20px;
    }

    .cont-trans {
        padding: 6rem 1rem;
    }
    .color {
        margin: 1rem 0px;
    }
    .slider-conttent.left {
        padding-top: 0;
    }
    .content-items {
        max-width: 1400px;
        margin: auto;
    }
    .cont-slide-aliados {
        padding: 5rem 1rem;
        max-width: 1400px;
        margin: auto;
    }

    .menu-movil{
        /* height: 100%; */
    }
    .menu-movil:before {        
        height: 170px;
        top: -170px;
    }
    .content-proyectos {
        padding-top: 9vw;
    }



}

@media(min-width: 1500px){

    .footer-top {
        /* background-image:FooterRight2.png); */
        /* background-image: url(./footerRight2.png); */
        /* background-image: url(./newdesign/2025/footer_right.png); */
        /* background-size: contain; */
        background-image: url(./newdesign/2026/footer_right.png);
        background-repeat: no-repeat;
        background-position-y: center;
        background-position-x: right;
    }

    .pestaña-transmision {
        padding-right: 0;
    }

    .menu-1 > ul > li > a {
        font-size: 17px;
    }


}

@media(min-width: 1640px){

    .fondo-logos {
        max-width: 1640px;
        margin-left: auto;
        position: relative;
    }

    .fondo-logos:before {
        content: "";
        display: block;
        width: 100vw;
        height: 20px;
        background: #8b8b8b;
        position: absolute;
        right: 1630px;
        top: 0px;
        box-shadow: 0px 2px 20px #00000080;
        z-index: -1;
    }

}

@media(min-width: 1700px){

    .cont-menu-banner{
        height: 100%;
    }
    .menu-movil{
        /* height: 100%; */
    }
    .nav-brand {
        max-width: 360px;
        padding: 0;
        top: -3px;
        left: 72px;
    }

    .nav-brand:before {
        width: 640px;
        height: 224px;
        top: -18px;
        left: -100px;
    }

    .content-info-header {
        padding-left: 590px;
    }

    nav.main-nav ul li a{
        font-size: 21px;
        margin-right: 50px;
    }

    .redes-top {
        width: 19%;
    }

    .redes-top > a {
        width: 62px;
        height: 60px;
        font-size: 35px;
        margin: 2%;
        margin-right: 15px;
    }
    .lastMenuPlus > a {
        padding: 10px 28px!important;
    }

    .content-proyectos {
        padding-top: 100px;
    }
    #menu-left > li > a {
        font-size: 19px;
    }


}


/* PopUp */
.modal-popUp .modal-dialog {
    width: 100%;
    max-width: 1100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) !important;
    margin: 0;
    padding: 15px;
}
.modal-popUp button.close span {
    line-height: 1;
}
.modal-popUp .modal-body,.modal-popUp .modal-body .col-xs-12 {
    padding: 0 !important;
}
.modal-popUp button.close {
    position: absolute;
    background: white;
    right: -8px;
    top: -12px;
    z-index: 1;
    width: 25px;
    height: 25px;
    opacity: 1 !important;
    border-radius: 50%;
}


@media(max-width: 767px){
    .nav-tabs{
        border-bottom: none;
    }
    [id^="tabbedContentsMod"] ul.nav-tabs{
        margin-bottom: 15px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }
}
































