body {
	background: linear-gradient(-45deg, #31ccf1, #525252, #12aa5e, #fce3b4);
	background-size: 800% 800%;
	animation: gradient 15s ease infinite;
	height: 100vh;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}



.container-fluid {
   background-color: transparent;
   margin-top: 12px;
}

.logocosmica {  
    width:100%;
    height:100px; 
    background-color: #fff;
 
}

.logocosmica img{
    width:300px;
    height:auto;   
    margin: 0 auto;
}

.slider-container{
    width: 100%;
    height: auto;
    margin: 0px;
    margin-bottom: 20px;
    text-align: center;
}

.slider1{
    width: 45%;
    height: auto;
    margin: 0px;
    display: inline-block;
    
}

.slider2{
    width: 45%;
    height: auto;
    margin: 0px;
    display: inline-block;
}

.slider1 img{
    width: 90%;
    height: auto;
    margin: 12px;
}

.slider2 img{
    width: 90%;
    height: auto;
    margin: 12px;
}


.container2023 {
    width: 100%;
    height: auto;
    text-align: center;
}

.container2023 img{
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}








.img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%; 
  color: transparent;
  white-space: nowrap;
}
.bts-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 1002;
}
.bts-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.bts-popup-container {
  position: relative;
  width: 90%;
  max-width: 500px;
  margin: 4em auto;
  background: #fff;
  border-radius: none; 
  text-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.bts-popup-container img {
  padding: 0px 0 0 0;
}
.bts-popup-container p {
	color: #15614C;
  padding: 10px 40px;
}
.bts-popup-container .bts-popup-button {
  padding: 5px 25px;
  border: 0px solid #15614C;
	display: inline-block;
  margin-bottom: 0px;
}

.bts-popup-container a {
  color: #15614C;
  text-decoration: none;
  text-transform: uppercase;
}


.inicio{
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
}

   .inicio img{
     width: 100%;
  max-width: 500px;
  height: auto;
    }   

.cosmica2023 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
    position: relative;
}

.cosmica2023 h2 {
   color: #dc2d09;
   text-decoration:underline;
   font-weight: 600;
}

.cosmica2023 h2:hover{
   color: #ac55e9;
}

.cosmica2023 img {
    width: 50%;
    height: auto;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
}

@media screen and (max-width: 660px) 
    {

.logocosmica img{
    width: 290px;
    height:auto;   
}      
        
.cosmica2023 img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
        }    
}





.web2022 {
    height: 200px;
    margin-top: 50px;
}

.web2022 h1 {
    font-size: 22px;
    text-align: center;
    font-weight: 500;}

.web2022 p {
    color: #FF7272;
    font-weight: 600;
    text-align: center;}

.web2022 p:hover{
    color: lightslategrey;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.marquesina{
    width: 100%;
    height: auto;
    margin: 0px;
}

.spot{
    width: auto;
    height: auto;
    padding: 0px;
    margin: 0 auto;
    text-align: center;
}

.spot img{
    max-width: 460px;
    height: auto;
    margin: 0 auto;
}


#programa{
    width: 100%;
    height: auto;
    text-align: center;
}


.prog22{
    width: 100%;
    height:90px;
    text-align: center;
    margin-bottom: 33px;
}

.prog22 h1{
    font-size: 33px;
    font-family: Ubuntu, Arial;
    color: grey;
    padding: 20px;
}

.prog22 h1:hover{
    color: #000;
    -webkit-transition: color 1s; 
    transition: color 1s;
}

.datos {
    text-align: center;
}

.videocosmico {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

.videocosmico video{
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.videocosmico img{
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

@media screen and (max-width: 992px) 
    {
   .center {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
}  

        .slider1{
            width: 100%;
            display: block;
            margin-bottom: 12px;
        }
        
          .slider2{
            width: 100%;
            display: block;
            margin-bottom: 12px;
        }
        
.slider1 img{
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
}

.slider2 img{
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
}   
        
.prog22 h1{
    font-size: 20px;
}


@media screen and (max-width: 992px) 
    {
   .web2022 h1 {
    font-size: 18px;   
    text-align: center;
    font-weight: 500;}
    }   
}



.bts-popup-container .bts-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
.bts-popup-container .bts-popup-close::before, .bts-popup-container .bts-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 16px;
  height: 3px;
  background-color: #fff;
}
.bts-popup-container .bts-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.bts-popup-container .bts-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 6px;
  top: 13px;
}



.calenbotones{
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding:50px;
    text-align: center;
    border-radius: 30px;
}

.calenbotones img{
    max-width: 200px;
    height: auto;
    margin: 0 auto;
    padding:20px; 
    display: inline-block;
    border-radius: 30px;
}

.calenbotones img:hover {
    -webkit-filter: brightness(90%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.expobotones{
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding:0px;
    text-align: center;
}

.expobotones img{
    max-width: 240px;
    height: auto;
    margin: 0 auto;
    padding:0px; 
    display: inline-block;
}

.expobotones2{
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding:0px;
    text-align: center;
}

.expobotones2 img{
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding:0px; 
    display: inline-block;
}

.afichecos{
    width: 100%;
    height: auto;
    text-align: center;
}

.afichecos img{
    max-width: 100%;
    height: auto;
    text-align: center;

}

   .calendar{
    width: 100%;
    height: auto;
    padding: 50px;
    display: block;
    background-color: #000;
    margin: 0 auto;
    text-align: center;
}



    .calendar img{
    width: 250px;
    height: auto;
    padding: 12px;
    display: inline-block;
}




.calendar img {
    -webkit-filter: brightness(90%);
}

.calendar img:hover {
    -webkit-filter: brightness(100%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}


.calendartxt2 h2{
    text-align: center;
    font-size: 22px;
    color: #FF7272;
    padding: 12px; 
    font-weight: 500;
}

.calendartxt2 a:hover{
    filter: brightness(120%);
}

.calendartxt2 a{
    text-align: center;
    font-size: 22px;
    color: seagreen;
    padding: 12px; 
    font-weight: 500;
}


.ellosentre{
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
    margin: 0 auto;
    text-align: center;
}

.ellosentre img{
    max-width: 40%;
    height: auto;
    padding: 0px;
    margin: 12px;
    display: inline-block;
}

.ellosentre p{
    max-width: 80%;
    height: auto;
    font-size: 14px;
    color: #e8e8e8;
    text-align: justify;
    margin: 0 auto;
    padding: 50px;
}

.ellosentre h2{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #e8e8e8;
    text-align: center;
    color: #e8e8e8;
}

.transver{
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
    margin: 0 auto;
    text-align: center;
}

.transver img{
    max-width: 750px;
    height: auto;
}


.piedepagina{
    width: 100%;
    height: auto;
    background-color: transparent;
    padding: 0px;
    margin: 0 auto;
    
}

.fila{
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.fila p{
    margin-top: 0px;
    text-align: center;
}

.fila2{
    width: 100%;
    height: auto;
    display: block;
    margin-top: 50px;
    margin-bottom: 20px;
}

.fila2 p{
    margin-top: 0px;
    text-align: center;
}

.logos1{
    margin-top:0px;
    margin-bottom: 12px;
    display:inline-block;
    width:25%;
    height:auto;
    background-color: #fff;
    margin: 0 auto;
}

.logos1 img{
    display:inline-block;
    width:90px;
    height:90px;
    background-color: #fff;
    margin: 12px;
}

.logos2{
    margin-top:0px;
    margin-bottom: 12px;
    display:inline-block;
    width:50%;
    height:auto;
    background-color: #fff;
    text-align: center;
}

.logos2 img{
    display:inline-block;
    width:100px;
    height:auto;
    background-color: #fff;
    margin: 7px;
}

.logos3{
    margin-top:0px;
    margin-bottom: 12px;
    display:inline-block;
    width:35%;
    height:auto;
    background-color: #fff;
    text-align: center;
}

.logos3 img{
    display:inline-block;
    width:110px;
    height:auto;
    background-color: #fff;
    margin: 5px;
}

.logos4{
    margin-top:0px;
    margin-bottom: 12px;
    display:inline-block;
    width:100%;
    height:auto;
    background-color: #fff;
    text-align: center;
}

.logos4 img{
    display:inline-block;
    width:125px;
    height:auto;
    background-color: #fff;
    margin: 12px;
}

.logos5{
    margin-top:0px;
    margin-bottom: 12px;
    display:inline-block;
    width:35%;
    height:auto;
    background-color: #fff;
    text-align: center;
}

.logos5 img{
    display:inline-block;
    width:120px;
    height:auto;
    background-color: #fff;
    margin: 12px;
}

.logos7 {
    width:100%;
    height:auto;
    background-color: #fff;
    margin: 0px;
    padding: 0px;
}

.logos7 img{
    display:block;
    width:100%;
    height:auto;
}

.menuacervo{
    width: 50%;
    height: auto;
    margin-top: 66px;
    margin: 0 auto;
    padding: 50px;
    text-align: center;
}
.menuacervo a{
    padding: 12px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}



footer p{
    font-size:12px;
    padding:25px;
    color: #000;
}

@media screen and (min-width: 992px) 
    {
    .redessociales{
     display:none;
    }   
}

summary{
    color: #fff;
}

.programacionov {
    width: 100%;
    height: 66px;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    background-image: url("../img/banner_nov1.png");
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.programacionov p{
    font-size: 16px;
    color: seagreen;
    padding: 0px;
    margin: 12px;
    text-align: center;
    position: relative;
    font-weight: 800;
}

.programacionov p:hover{
   color: #fff;
    -webkit-transition: color 1s; 
    transition: color 1s;
}


@media (max-width: 992px) and (min-width: 300px) {   

.ellosentre img{
    max-width: 100%;
    height: auto;
    padding: 12px;
    margin: 0 auto;
    display: block;
}
    
    .ellosentre p{
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #e8e8e8;
    text-align: justify;
    margin: 0 auto;
    padding: 7px;
}
    
    
     .fila {
        width: 100%;
        height: auto;
        padding: 0;
        display: block;
        margin: 0 auto;
        text-align: center;
    } 
    
        .fila img{
        text-align: center;
        margin: 0 auto;
    } 
    
        .fila p{
        padding: 12px;
        margin-top: 50px;
        vertical-align: top;     
    } 
    
        .logos1{
        width:100%;
        height: auto;
        padding:0px;
        display: block;
        margin: 12 auto;
        text-align: center;
    }
    
 .logos1 img{
    width: 120px;
    height: auto;
     padding: 12px;
     display: block;
     margin: 0 auto;
     text-align: center;
}    
    
    .logos2{
    width:100%;
        height: auto;
        padding:0px;
        display: block;
        margin: 0 auto;
        text-align: center;
}

.logos2 img{
    width: 100px;
    height: auto;
     padding: 12px;
     display: inline-block;
}
    
.logos3{
    width:100%;
        height: auto;
        padding:0px;
        display: block;
        margin: 0 auto;
        text-align: center;
}

.logos3 img{
    width: 150px;
    height: auto;
     padding: 15px;
     display: block;
    text-align: center;
    margin: 0 auto;
}
    
    .logos4{
    width:100%;
    height: auto;
    padding:0px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.logos4 img{
    width: 175px;
    height: auto;
     padding: 15px;
     display: block;
    text-align: center;
    margin: 0 auto;
}   
    
.logos5{
    width:100%;
    height: auto;
    padding:0px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.logos5 img{
    display:block;
    width:200px;
    height: auto;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
}
}




.cajauno{
    width: 100%;
    min-height: 500px;
    padding: 20px;
    margin-top: 20px;
}



.accionarimg{
    width: 50%;
    height: auto;
    margin: 0 auto;
    padding: 0px;
    display: inline-block;
    text-align: right;
    vertical-align: top;
    background-color: #fff;
}

.accionarimg img{
    width: 100%;
    max-width: 450px;
    height: auto;
    padding: 20px;
    vertical-align: top;
}

.accionartxt {
    width: 40%;
    height: auto;
    display: inline-block;
}

.accionartxt h1{
    text-align: left;
    font-size: 22px;
    color: darkslategrey;
    margin: 33px;
}

.accionartxt h2{
    text-align: left;
    font-size: 20px;
    color: seagreen;
    margin: 33px;
    font-weight: bold;
}

.accionartxt p{
    text-align: left;
    font-size: 14px;
    color: darkslategrey;
    margin: 33px;
}

.accionartxt a{
    text-align: left;
    font-size: 14px;
    color: seagreen;
}

.accionartxt a:hover{
    color: darkgrey;
}

.accionartxt span{
    font-size: 12px;
} 

.accionartxt summary{
    margin-left: 33px;
} 



.accionarimg2{
    width: 50%;
    height: auto;
    margin: 0 auto;
    padding: 0px;
    display: inline-block;
    text-align: right;
    vertical-align: top;
    background-color: #fff;
}

.accionarimg2 img{
    width: 100%;
    max-width: 450px;
    height: auto;
    padding: 20px;
    vertical-align: top;
}

.accionartxt2 {
    width: 40%;
    height: auto;
    display: inline-block;
}

.accionartxt2 h1{
    text-align: left;
    font-size: 22px;
    color: #447876;
    margin: 33px;
}

.accionartxt2 h2{
    text-align: left;
    font-size: 20px;
    color: #FF7272;
    margin: 33px;
    font-weight: bold;
}

.accionartxt2 p{
    text-align: left;
    font-size: 14px;
    color: darkslategrey;
    margin: 33px;
}

.accionartxt2 a{
    text-align: left;
    font-size: 14px;
    color: #FF7272;
}

.accionartxt2 a:hover{
    color: darkgrey;
}

.accionartxt2 span{
    font-size: 12px;
} 

.accionartxt2 summary{
    margin-left: 33px;
} 


.acciondate{  
    width:300px;
    padding:0px;

}

.acciondate h2{  
    color:seagreen;
    padding:0px;
    font-size: 14px;
}


.videocosmik{
    width: auto;
    height: auto;
    text-align: center;
    margin: 0 auto;
    border: 1px solid;
    border-color: #424242;  
}

.accionarvid{
    width: 50%;
    height: auto;
    margin: 0 auto;
    padding: 20px;
    display: inline-block;
    vertical-align: top;
}

 @media screen and (max-width: 900px) {
.accionarimg{
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0px;
    display: block;
    text-align: right;
}

.accionarimg img{
    width: 100%;
    height: auto;
}

.accionartxt {
    width: 100%;
    height: auto;
    display: block;
}

.accionartxt h2{
    text-align: left;
    font-size: 16px;
    color: seagreen;
}

.accionartxt p{
    text-align: left;
    font-size: 12px;
    color: lightgray;
}        
        }



 @media screen and (max-width: 900px) {
.accionarimg2{
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0px;
    display: block;
    text-align: left;
}

.accionarimg2 img{
    width: 100%;
    height: auto;
}

.accionartxt2 {
    width: 100%;
    height: auto;
    display: block;
}

.accionartxt2 h2{
    text-align: left;
    font-size: 16px;
    color: #FF7272;
}

.accionartxt2 p{
    text-align: left;
    font-size: 12px;
    color: darkslategrey;
}        
        }



@media (max-width: 900px) and (min-width: 481px) {
    .logos1{
        width:100%;
        height: auto;
        padding:0px;
        display: block;
        margin: 12 auto;
        text-align: center;
    }
 .logo01 img{
    width: 100px;
    height: auto;
     padding: 0px;
     display: inline-block;
     text-align: center;
}     
    
    .accionar{
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 12px;
    display: block;
}

.accionar img{
  width: 100%;
  max-width: 500px;
  height: auto;
  padding: 12px;
}
}

   #popup {
            position:absolute;
            margin:0 auto;
            top: 45%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 9999999;
            display: none;
        }

#close{
    background-color: #000;
    color: #fff;
    position: inherit;
    right: 0px;
    top: 0px;
}
    
        @media screen and (max-width: 480px) {
            
        #popup {
        width:90%;
        top: 33%;
        margin: 0 auto;
        height:auto;}
            
        #popup img{
            width:100%;
            height:auto;
           }
        }




body {margin:0;height:2000px;}

.icon-bar {
  position: fixed;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.icon-bar a {
  width: 50px;
  height: 50px; 
  vertical-align: middle;
  text-align: center;
  padding: 10px;    
  display: block;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #505050;
}

.facebook {
  background: #12aa5e;
  color: white;
}

.twitter {
  background: #12aa5e;
  color: white;
}

.instagram {
  background: #12aa5e;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

.content {
  margin-left: 75px;
  font-size: 30px;
}



@media screen and (max-width: 990px) {
    .redessociales{
        width: 100%;
        margin:0 auto;
        text-align: center;
    }   
    
    .redessociales img{
        width: 75px;
        height: auto;
        padding: 20px;
    }
    
    .icon-bar{
        display: none;
    }
}




.dropdown a{
  width: 120px;   
  height: 50px;;
  color: #447876;
  font-size: 14px;
  border: none;
  margin: auto;
  text-align: center;
}

.dropdown-content {  
  display: none;
  position: absolute;
  background-color: #e6e6e6;
  min-width: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
  z-index:999;
}

.dropdown-content a {
  font-size: 12px;
  font-family: Ubuntu, Arial;
  color: #202020;    
  padding: 7px;
  text-decoration: none;
  text-align: left;    
  display: block; 
  min-width: auto;    
  border-bottom: solid #dadada;
  vertical-align: middle;
}


.dropdown-content a:hover {background-color: #447876;
color: #fff; }

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #447876;}


@media (min-width: 300px) and (max-width: 660px) {
    
    .accionarvid{
        width: 100%;
        height: auto;
    }    
    
.cajauno{
    padding: 0px;
}
    
    .logocosmica {
    max-width:100%;
    height:auto; 
    margin-left: 0px;       
}

    .logocosmica img{
    max-width:250px;
    height:auto;   
}
    
    .calendar{
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    text-align: center;
    top:12px;
    padding: 12px;
}

    .calendar img{
    padding: 12px;
    display: block;
    margin: 0 auto;
}
    
    .calendartxt2{
        width: 100%;
        margin:0px;
        padding: 0px;
        text-align: center;
    } 
    
    .calendartxt2 h2{    
    font-size: 16px;
    padding-top: 20px; 
    font-weight: 600;
}
    
    .videocosmik{
    width: 100%;
    height: auto;
    text-align: center;  
}
    .videocosmik video{
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
}
    
}
 