html {
    font-family: 'Raleway', sans-serif;
    scroll-behavior: smooth;
}
#main-cont{
    min-height: calc(100vh - 400px);
}
#top-bar{
    background-color: #006937;
    color:#fff;
    font-size:16px;
    font-weight: bold;
    padding:0.75em 40px 0.75em 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#top-bar #user-cont{
    display: flex;
    align-items: center;
}
#top-bar #user-cont a{
    max-width: 45vw;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#top-bar #user-cont .icon{
    font-size:1.5em;
}

#top-bar #user-cont a#superuser-icon, #top-bar #user-cont a#user-icon{
    text-decoration:none;
}
.social-media-icons{
    display:flex;
    gap:0.5em;
    justify-content: center;
}
.social-media-icons li{
    font-size:0.75em;
    background-color:#c4c4c4;
    padding:0.5em;
    border-radius: 1em;
    color:#fff;
}
.social-media-icons li a {
    color:#fff;
    text-decoration: none;
}
.social-media-icons li a:hover {
    color:#fff;
    text-decoration: none;
}
#top-bar #user-cont a {
    color:#fff;
    text-decoration:none;
    text-transform: uppercase;
    padding:5px;
}
#top-bar a:hover{
    text-decoration: underline;
}
.logo{
    width:200px;
	/* 03/2026 debido a logo circular por 60 años */
	max-height: 105px;  
	object-fit: contain;
	object-position: left;
}
#main-bar{
    padding:1em 40px 1em 40px;
    display:flex;
    direction:row;
    justify-content: space-between;
    
}
#nav {
    display:flex;
    padding:1em;
    align-content: center;
    align-items: center;
}
#nav a{
    font-size:18px;
    font-weight: bold;
    text-transform:uppercase;
    color:#000;
    text-decoration:none;
    padding:0.5em;
}
#nav a:hover{
    color:#006937;
}


#nav-vivo {
    display:none;
    padding:1em;
    align-content: center;
    align-items: center;
	margin-left:auto;
}
#nav-vivo a{
    font-size:14px;
    font-weight: bold;
    text-transform:uppercase;
    text-decoration:none;
	margin-left: 0.5em;
    color:red;
    cursor:pointer;
    position:relative;
}

/*//////////////////////////////////////////////////////*/
/* Notificaciones de transmisión en vivo en barra de menús */
/* a[class^="live"], a[class*=" live-"] 	/* comienzan con live o contienen live- con un espacio delante */

a.live {
    /*color:red;*/
    cursor:pointer;
    position:relative;
}
#nav a.live {
    color:red;
}
a.live.prox::after {
    content:"Próxima Transmisión";
	color: #ff7f27;
}
a.live.manana::after{
    content:"Mañana en vivo";
}
a.live.hoy::after{
    content:"Hoy en vivo";
}
a.live.ahora::after{
    content:"En vivo ahora!";
}

/*//////////////////////////////////////////////////////*/

@keyframes blink {
    from {opacity: 100%;}
    to {opacity: 0%;}
  }
a.live .icon {
	color: red;
    /*animation-name: blink;*/
	animation-name: none;
    animation-duration: 1s;
    animation-iteration-count: infinite;
	margin-right: 0.2em;
}
a.live.prox .icon {
	color: #ff7f27;
}
a.live.hoy .icon {
    animation-name: blink;
}
a.live.ahora .icon {
    animation-name: blink;
}

/*#nav a.nolive{
    color:#c4c4c4 ;
    cursor:pointer;
    position:relative;
}*/
/* Popup con información de transmisión en vivo */
.live .popuptext {
    visibility: hidden;
    position: absolute;
    margin-left: -120px;
	margin-bottom: 5px;
    /*padding: 8px 0;*/
	padding: 8px;
    z-index: 1;
    bottom: 100%;
    left: 50%;

    width: 250px;
    text-transform: initial;
    font-size: 0.7em;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
}
.live .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
/* Toggle this class - hide and show the popup */
.live .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}


/*.nolive .popuptext {
    visibility: hidden;
    width: 200px;
    text-transform: initial;
    font-size: 0.75em;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -100px;
}
.nolive .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}*/

/* Toggle this class - hide and show the popup */
/*.nolive .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}*/

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
from {opacity: 0;} 
to {opacity: 1;}
}

@keyframes fadeIn {
from {opacity: 0;}
to {opacity:1 ;}
}
  
#menu-cont{
    align-self: center;
}
#menu-cont a{
font-size:2em;
    color:#006937;
    margin: 0.5em;
}
.hide{
    display:none;
}
#search {
    background-color: #006937;
    padding: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}
#main-menu{
    background-color:#006937;
    padding:2em 4em 2em ;
}
#main-menu a {
    color:#fff;
    font-weight:bold;
    line-height:2em;
}
#main-menu a.main-link{
    font-size:2em;
}
#main-menu .main-link-set{
    margin-top:1em;
}
#main-menu a.main-vertoggle{
    margin-left:1em;
}
#main-menu ul.sub-links{
    margin-left:2em;
    margin-bottom:1em;
}
#main-menu ul.sub-links li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #fff; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
  }
#search input{
    width:70%;
    border-radius: 2em;
    padding:0.75em;
    border:none;
}
#search input:focus{
    outline: none;
}
#search a{
    color:#fff;
    padding: 0.5em;
    border:solid 1px #fff;
    border-radius: 1em;
    font-weight:bold;
    margin-left:0.8em;
}
section{
    padding:1em 40px 1em 40px;
}
.vermas{
    color:#000;
    text-transform: uppercase;
    font-weight:600;
}
.vermas:hover{
    color:#006937;
}

#hero{
    display:grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1em;
    padding-top:0;
}
/*#hero div {
    min-height:50px;
}*/
#hero #novedades{
    grid-column: 1/3;
    grid-row: 1/3;
    
    background-color:#d6d6d6;
    padding:1em;
    display:block;
}
#hero #productos-y-servicios{
    grid-column: 3/5;
}
#hero .hero-element{
    position:relative;
}
#hero .hero-element .title-cont{
    position:absolute;
    left:0.5em;
    top:0.5em;
    z-index:9;
    display:flex;
    background-color:#DCE3EB;
    padding:1em;
    border-radius:15px;
    font-size:18px;
    font-weight:bold;
    align-items: center;
    transition: background-color 500ms, color 500ms;
    color: #000;
}
#hero .hero-element .title-cont:hover{
    background-color:#006937;
    color:#fff;
}
#hero .hero-element h1, #hero .hero-element h2{
    z-index:9;
}
#hero .hero-element .title-cont h2{
    text-transform: uppercase;
}
#hero .hero-element .title-cont .icon{
    font-size:1.5em;
    margin-right:0.25em;
    
}
#hero .hero-element {
    color:#fff;
    font-weight:bold;
    background-color:#000;
    display:flex;
    justify-content:flex-end;
    flex-direction: column;
    padding:1em;
    overflow:hidden;
    min-height:200px;
}
#hero .hero-element a{
    color:#fff;
}

#hero .hero-element .hero-element-background{
    position:absolute;
    width: 100%;
    height:100%;
    left:0;
    top:0;
    z-index: 0;
    background-image: url(../img/placeholder.png);
    background-position: 50% 50%;
    background-size: cover;
    opacity:60%;
    transition: transform 500ms, opacity 500ms;
}
#hero .hero-element:hover > .hero-element-background{
    transform:scale(1.30);
    opacity:100%;
}

#hero .hero-element h1{
    font-size:1.5em;
    text-transform: uppercase;
    margin-bottom:0.5em;
}
#hero #productos-y-servicios.hero-element h1{
    font-size:2em;
}

#extras{
    /*padding:1em 40px 1em 40px;*/
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:1em;
}
#extras a{
    display:block;
    color:#000;
    line-height:1.5em;
    font-weight:600;
}
#extras a:hover{
    color:#006937;
    font-weight:bold;
}
#extras .title-cont {
    background-color: #c4c4c4;
    padding: 0.5em;
    display: flex;
    border-radius: 15px;
    height: 2em;
    align-items: center;
    transition: background-color 500ms;
}
#extras .title-cont:hover{
    background-color:#006937;
}
#extras .icon{
    font-size:2em;
    margin: 0 0.25em 0 0.25em;
}
#extras .links-cont{
    padding:1em;
}
#extras .links-cont .vermas{
    margin-top:0.5em;
}
.vermas:hover{
    font-weight:bold;
}
#extras a.title{
    color:#fff;
}
a.title h4{
    font-weight: bold;
    font-size:16px;
    text-transform: uppercase;
    margin-top: 0.15em;
    line-height: 1em;
}
.flex-band .title-cont{
    display:flex;
    align-items:center;
    font-weight: bold;
    font-size:18px;
    color:#006937;
}
.flex-band .title-cont h2{
    text-transform:uppercase;
}
.flex-band .title-cont h3{
    font-size:0.75em;
}
.flex-band .title-cont .icon{
    font-size:2.5em;
    margin-right:0.15em;
}
.flex-band{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.flex-band .section-cont{
    /*overflow:hidden;*/
}
.flex-band a.vermas{
    color:#006937;
    font-weight:600;
    width: 6em;
    text-align:right;
	min-width:6em;
}
#doc-interes.flex-band .section-cont{
    padding:2em 3em 2em 3em;
    display:flex;
    gap:4em;
}
#doc-interes.flex-band .section-cont a{
    transition: transform 500ms, box-shadow 500ms;
}
#doc-interes.flex-band .section-cont a:hover{
    transform:scale(1.1);
    box-shadow: #1c1c1c50 0px 5px 10px;
}
.flex-band .section-cont a img{
    width:100%;
}
#tweets .title a{
    color:#006937;
}
#doc-interes.flex-band a.vermas{
    color:#ffffff;
    font-weight:600;
    width: 10em;
}
#sitios .section-cont {
    display: flex;
    gap: 2em;
    align-items: center;
    padding-left:1em;
    padding-right:1em;
}

#doc-interes{
    background: linear-gradient(90deg, #ffffff 0%, #006937 100%);
}
#sitios{
    background: linear-gradient(90deg, #ffffff 0%, #c4c4c4 100%);
}
footer{
    padding:1em 40px 1em 40px;
    margin-top:3em;
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: center;
    font-weight:bold;
   /*margin-bottom:3em; */
   margin-bottom:0.5em;
}
footer #datos-cont{
    display:grid;
    width:50%;
    grid-template-columns:repeat(2, 1fr);
    border-right: solid 3px #006937;
}
footer .dato{
    padding:1em;
    border-left: solid 3px #006937;
}
footer a{
    color:#000;
}
footer a:hover{
    color:#006937;
}
footer #footer-logo-cont{
    margin-right:2em;
}
footer #contacto-cont{
    width:20%;
    display:flex;
    justify-content: space-between;
}
footer .dato {
    display:flex;
}
footer .dato .icon{
    margin-right:0.5em;
}
.button-cta{
    background-color:#006937;
    color:#fff;
    padding: 1em 1.75em 1em 1.5em;
    border-radius: 10px;
    text-align:center;
    display:block;
	width:-moz-fit-content; /*for Firefox 3+ and Firefox for Android 4+*/
    width:fit-content;
    display: flex;
}
.button-cta .icon{
    font-size:2em;
    margin-right:0.25em;
}
#social-media-footer {
    margin-top:1em;
}
#social-media-footer ul li{
    background-color:#006937;
    font-size:1em;
}
#up {
    background-color: #c4c4c4;
    font-size: 1.5em;
    /* padding: 0.75em; */
    width: 2em;
    height: 2em;
    border-radius: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    margin-top:-2em;
}
.whatsappFloat {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 1000;
    background-color: transparent;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    transition: background-color 0.25s;
}
.whatsappFloat:before {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    font-family: FIconos;
    font-size: 20px;
    content: '';
    left: 0;
    right: 0;
    background: url(../img/whatsapp.png);
    background-size: cover;
}

.img-radio {
    border: 0px;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
}
.img-sombra {
    border: 0px;
    box-shadow: 0 2px 5px #555;
}
.img-radio-sombra, .img-sombra-radio {
    border: 0px;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    box-shadow: 0 2px 5px #555;
}

@media only screen and (max-width: 1440px) {
    #main-bar {
      font-size:12px;
    }
    #nav a {
    font-size: 14px;
  }
  .logo {
    /*width: 160px;*/
	max-height: 85px;  /* 03/2026 debido a logo circular por 60 años */
}
#top-bar{
    font-size:14px;
}
}

@media only screen and (max-width: 1200px) {
    #main-bar {
      font-size:12px;
    }
    #nav a {
    font-size: 12px;
  }
  .logo {
    /*width: 140px;*/
	max-height: 75px;  /* 03/2026 debido a logo circular por 60 años */

}
#top-bar{
    font-size:14px;
}
.flex-band a.vermas {
    font-size:14px;
    width: 8em;
}
#doc-interes.flex-band a.vermas {
    width: 14em;
}
#tweets.flex-band a.vermas {
    width: 16em;  /* pablo */
}
}
@media only screen and (max-width: 1024px) {
    #menu-cont a {
        margin: 0.25em;
    }
    #top-bar, #main-bar, footer, section {
        padding: 1em 20px 1em 20px;
    }
    #top-bar {
        font-size: 12px;
    }
    .social-media-icons li {
        font-size: 1em;
    }
    #hero {
        font-size:14px;
    }
    #hero .hero-element .title-cont {
        border-radius: 10px;
        font-size: 14px;
    }
    
    a.title h4 {
        font-size: 14px;
        border-radius: 10px;
    }
    section{       
            font-size: 12px;
    }
    .flex-band .title-cont {
        font-size: 14px;
    }
    .flex-band a.vermas {
        font-size:12px;
        width: 8em;
    }
    #sitios .section-cont {
        display: flex;
        gap: 1em;
    }
    #doc-interes.flex-band .section-cont {
        padding: 2em 1em 2em 3em;
        display: flex;
        gap: 2em;
    }
    footer #footer-logo-cont {
        margin-right: 1em;
    }
    footer #datos-cont,  footer #contacto-cont {
        font-size: 12px;
    }
    .whatsappFloat {
        right: 10px;
        bottom: 10px;
    }
}
/*////////////////////////////////////
///
/// MOBILE LAYOUT
///
//////////////////////////////////// */
@media only screen and (max-width: 960px) {
    #nav{
        display:none;
    }
    #nav-vivo{
        display:flex;
    }
	
	.live .popuptext {
		width: 200px;
	}
}
@media only screen and (max-width: 768px) {
    #main-menu {
        padding: 1.5em 1.5em 1.5em 1.5em;
    }
    #hero #novedades {
        grid-column: 1/5;
    }
    #hero #productos-y-servicios {
        grid-column: 1/5;
    }
    #calendario{
        grid-column: 1/3;
    }
    #informacion{
        grid-column: 3/5;
    }
    #extras {
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 1em;
    }
    #extras .links-cont{
        display:none;
    }
    .flex-band{
        display:grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .section-cont {
        grid-column: 1/4;
    }
    .vermas  {
        grid-column: 3/3;
        grid-row: 1;
    }
    #main-menu{
        font-size:14px;
    }
    footer{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    footer #datos-cont{
        grid-column: 1 / 4;
        grid-row:2;
        width:auto;
        margin-top:2em;
    }
    footer #contacto-cont{
        grid-column: 2/4;
        grid-row:1;
        justify-content: end;
        width:100%;
    }
    #doc-interes.flex-band .section-cont {
        padding: 2em 1em 2em 1em;
    }
    #sitios .section-cont {
        margin-top:1em;
    }
}
@media only screen and (max-width: 540px) {
    #social-media-top{
        display:none;
    }
}
@media only screen and (max-width: 450px) {
    #main-menu{
        font-size:12px;
    }
    .section-cont a:nth-child(n+4) {
        display:none;
     }
     #hero .hero-element h1 {
        font-size: 1.25em;
    }
    a.live::after {
		font-size: 10px;
    }
	a.live.prox::after {
        content:"Próximo vivo";
	}
}
@media only screen and (max-width: 375px) {
    #top-bar, #main-bar, footer, section {
        padding: 1em 10px 1em 10px;
    }
    #main-menu{
        font-size:12px;
    }
    .section-cont a:nth-child(n+4) {
        display:none;
     }
     #hero .hero-element h1 {
        font-size: 1em;
    }
    #hero .hero-element .title-cont {
        font-size: 12px;
    }
    #hero .hero-element {
        min-height: 150px;
    }
    #top-bar{
        font-size: 10px;
    }
    .logo{
		/*width:100px;*/
		max-height: 55px;  /* 03/2026 debido a logo circular por 60 años */
	}
    footer #datos-cont, footer #contacto-cont {
        font-size: 10px;
    }
}
