* {
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;  
}
progress {
  display: inline-block;
  vertical-align: baseline;

}
body {
  font-family: 'Raleway', sans-serif;
   -webkit-overflow-scrolling: none;
   overflow-y:;
  overflow-x: hidden;
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
  width:100%; 
}
main {
  width:100%;
  height:100vh;
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
  overflow:scrolling; 
  
}

  .menu{
    background:#0c3f43;  
 } 


  .menu{
    background:#0c3f43;  
 } 
 
 .logo {
    display: inline-block; 
    margin-top:8px;
    margin-left:10px;
    text-align: center;
}
 
 .logo img {
   width:50px;
   height:50px;
}

 .nav-expanded{
	  display:block;
     }

.sidenav-overlay{
  background-color:transparent;
  position:fixed;
  display:none;
  left:0;
  z-index:2;
}

.navbar-fixed{
	z-index:999;
}

.nav-wrappers ul li {
    position: relative;
}

.nav-wrappers ul ul {
    background: #0c3f43;
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    padding-top: 5px;
    display: none;
    flex-direction: column;
    z-index: 1000;
}

.nav-wrappers ul li:hover > ul {
    display: flex;
}

.nav-wrappers ul ul li {
    width: 100%;
    display: block;
}

/*submenu*/

.nav-wrappers ul ul{
    background:#0c3f43;  
    position: absolute;
    flex-direction:column; 
	width:128px;
	padding-top:5px;
	height:auto;
	margin:0 auto;
	display: none;
	top: 100%;
	z-index:1;
  }
    
  .nav-wrappers ul li {
    position: relative;
}

    .menu .dropdown ul li{
	  width:200px;
      display:block;
    }   
	
  /* Estilos para el menú de escritorio */
  
#nav-mobile ul.right {
    display: flex;
    justify-content: center;
    align-items: center; 
    list-style-type: none; 
    padding: 0;
}

ul.right li a {
    display: flex;
    align-items: center; 
    text-decoration: none;
    color: white; 
    font-size: 16px;
}

/* Estilos para el menú móvil */
ul#nav-mobile {
    list-style-type: none; 
    padding: 0;
}

ul#nav-mobile .navigation {
    display: flex;
    flex-direction: column; 
    align-items: center; 
}

ul#nav-mobile .navigation li a {
    text-decoration: none;
    color:white; 
    font-size: 16px; 
	text-align:center;
    align-items: center;
}

ul#nav-mobile .enlaces {
    text-align: center; 
    margin-top: 20px; 
	color:white;
}

ul#nav-mobile .enlaces a {
    text-decoration: none;
    color: white; 
    font-size: 16px;
    display: flex;
    align-items: center; 
}

/* Estilos comunes para íconos Material Icons */
.material-icons-outlined {
    font-family: 'Material Icons Outlined';
    font-size: 24px; 
    margin-right: 5px;
}


/* General Styles */

.nav_perfil {
    width:100%;
	margin: 0 auto;	
    height:150px;								
	padding-top:5px;	 
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	display:inline-block;
    flex-direction: column; 
    background:#0c3f43;  
  }
  
  .nav_logo {	
    width:90%; 		
	position:relative;
	height:150px;  									
	text-align:center;
	top:20px;
	margin:0 auto;
  }

.nav_logo img { 
    height: 100px;         
}

.enlaces {
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background:#0c3f43;  
}

.enlaces h2, .enlaces a, .enlace p {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    margin: 0 auto;
}

.enlaces img {
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: -20px;
}

/* Navigation Styles */
.navigation {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* Sidenav Styles */
.sidenav {
    width: 87%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background:#0c3f48;     
    z-index: 999;
}

.sidenav li a {
    width: 100%;
    height: 100%;
    color: white;
    margin-top: 5px;
    background-color: transparent; /* Add a default color if needed */
}

.navigation li {
    position: relative;
    width: 100%;
    height: auto;
    padding: 5px;
    top: 30px;
    transition: all 0.3s;
    text-align: center;
}

/* Responsive Styles */
@media (min-width: 993px) {
    .sidenav-trigger, #nav-mobile {
        display: none;
    }

    .nav-wrappers ul li {
        width: 128px;
        display: block;
    }

     .share_btn, .modal_wraper, .modal_container {
        display: none;
    }
}

@media (max-width: 992px) {
    .sidenav {
        width: 53%;
    }
	
	.logo{
	  display:none;
	}

    .navigation li {
        padding: 10px;
    }
}

@media (max-width: 690px) {
    .sidenav {
        width: 87%;
    }
}

@media (max-width: 479px) {
    .enlaces h2 {
        height: 80px;
    }
}

/* Color Span */
span {
    color:white;
}
 
#contenido {
  width:100%;
  height:;
  overflow: hidden; 
  display:hidden;
  margin-top:0px;
  border-top: solid 2px #c1c1c1;
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
 
}

.elemento {
  height:100%;
  display: none;
  margin-bottom:;
  -webkit-box-sizing:content-box;
  box-sizing:content-box; 
}

article .elemento {
  width:100%;
  height:;
  display:hidden;
  margin-top:2px;
  margin:0 auto;

  -webkit-box-sizing:content-box;
  box-sizing:content-box;
}

.elemento article p {
  max-width:98%;
  margin-left: 20px;
  margin-right: 20px;
  text-align:justify;
  color:white;
  margin-bottom:20px;
  font-size:15px;
  line-height:1.5em;
}

.elemento.visible {
  display:block;
}

.contain_radio {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh; 
  background: url("../imagenes/") no-repeat center center;
  background-size: cover; 
}

.contain_radio .logo{
    padding-top:0px;
    display: flex;
	 height:100vh;
    justify-content: center;
    align-items: center;
    margin:0 auto;  
    flex-direction: column;
}

.contain_radio .logo img{
    padding-top:4px;
    width: 150px;
    height: 150px;
	padding-bottom:20px;
    justify-content: center;
    flex-wrap: wrap;
	margin:0 auto; 
}

.inline {
    display: inline; 
    margin-right: 10px; 
}
	
  #weather {
    text-align: center;
    border-radius: 10px; 
    margin: 0 auto; 
}

#tiempo{
    width:35px;
    height:35px;
	top:5px;
    object-fit: contain;
}

#weather-img {
    width:40px;
    height:40px;
    object-fit: contain;
}

 #locationName{
    font-size:14px; 
    font-weight: bold;
    margin-bottom: 10px; 
}

#texto-clima {
    font-size: 12px; 
    color: black; 
    margin-bottom: 10px; 
}

#texto-temp {
    font-size:12px; 
    color:black; 
}

#humidity, 
#windSpeed {
    font-size:12px; 
    color:black; 
}

 .player-container{
  background:#0c3f43;  
  position:absolute;
  bottom: 0;
  width: 100%;  
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;

}

.contain_radio .live-message{
  position: absolute;
  left: 5%; 
}

.live-message label{
color:;
}

.contain_radio .live-message{
  font-size: 1rem;
  animation: animate .s;
}

.contain_radio .live-messages{
  position: absolute; 
  right: 5%;
}

.live-icon img{
  width:50px;
  height:50px; 
}

.saludo .icon {
    width:60px; 
    height:60px; 
}

.saludo img {
    width:40px; 
    height:40px; 
}


.trasmisor{
	width:320px;
	height:350px;
	position: fixed;
	bottom:0;
	z-index: 1;
	right:0;
	display:none;
	background-color:snow;
}

.radio{
	width: 100%;
	height:40px;
	cursor: pointer;
    align-items: center;
	user-select: none;
	padding: 4px 0;
     background:#0c3f43; 
	text-aling: center;
	color: #fff;
	position: relative; 
	padding-right: 50px;
  }

.radio p{
	text-align: center;
	color:white;
	padding-top:px;
	margin: 0 auto;
	font-size:20px;
}

.radio span{
	color:white;
}

.whatsapp-button {
   position: absolute;
   right: 0;
   top:0;
   z-index: 10;
   text-align:center;
   display: flex;
   align-items: center;
   text-decoration: none;
}

.whatsapp-button img {
  width: 40px; 
  height:40px; 
}

/*Section Emisoras*/

.trasmisor .carousel-wrapper {
  width: 100%;
  height: auto;
  position: absolute;
  text-align: center;
  font-family: sans-serif;
}

.trasmisor .owl-carousel .owl-nav {
  overflow: hidden;
  height: 0;
}

.trasmisor .owl-theme .owl-dots .owl-dot.active span,
.trasmisor .owl-theme .owl-dots .owl-dot:hover span {
  background: #5110e9;
}

.trasmisor .owl-carousel .item {
  width: 100%;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.trasmisor .owl-carousel .item img {
  width: 90px;
  height: 90px;
  padding-top: 30px;
  margin: 0 auto;
}

.trasmisor .owl-carousel .content {
  padding: 15px;
  color: white;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height:230px;
}

.trasmisor .owl-carousel .content .title {
  width: 100%;
  font-size: 18px;
  display: flex;
  padding-top: 10px;
  justify-content: center;
  flex-wrap: wrap;
  color: orange;
}

.trasmisor .owl-carousel .content .sub-title {
  font-size: 14px;
  color: orange;
  line-height: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.trasmisor .owl-carousel .content p {
  width: 97%;
  text-align: justify;
  padding-top: 10px;
  font-size:13px;
  margin: 0 auto;
  color:black;
  margin-bottom:20px;
  flex-grow: 1;
}

.trasmisor .owl-carousel .nav-button {
  display: none;
}

.trasmisor .owl-carousel .owl-prev.disabled,
.trasmisor .owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.25;
}

.trasmisor .item .btns {
    display: inline-block;
    width: 150px; 
    height: 45px; 
    padding: 0; 
    margin-bottom: 10px;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}
 
.contain_radio .live-messages,.fa-circle{
  text-shadow:2px 2px 1px rgb(248, 24, 110);
  color: red;
  font-size: 1rem;
  animation: animate .s;
}

@keyframes animate{
  0%{
    opacity: 0;
  }
  50%{
    opacity: 0.2;
  }
  100%{
    opacity: 0;
  }
}

.submenu {
  display: flex;
  align-items: center;
  gap:4px;
}

.contain_radio .control-container{
  width: max-content;
  height:80px;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.contain_radio .spacing{
  width: 100%;
  border: 1px solid;
  display: inline-block;
  height:;
}


#player-container #playPauseBtn {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  background-color: gainsboro;
  display: flex;
  align-items: center;
  justify-content: center;
}

#player-container #playPauseBtn svg {
  width: 28px;
  height: 28px;
  fill: #000;
}


#playPauseBtn {
  width: 40px;
  height: 40px;
  cursor: pointer;
}



/* Estado PLAY */
#playPauseBtn.play .pause-icon {
  display: none;
}

/* Estado PAUSE */
#playPauseBtn.pause .play-icon {
  display: none;
}

@media (min-width:320px)and (max-width:570px){
 .trasmisor, .carousel-wrapper{
	width:100%;
	height:340px;
	position: fixed;
     }
 }
	
    
.share_btn {
  width:50px;
  height:50px;
  margin-top:5px;
  float:right;
  margin-right:5px;
  outline: none;
  cursor: pointer;
  border-radius: 4px;
  border: 2px solid transparent;
 }

.modal_wraper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color:;
  padding: 5px;
  place-items: center;
  display: none;
  margin-bottom:10px;
}
.modal_wraper.active {
  display:flex;
}
 .modal_container {
  max-width:100%;
  width:100%;
  height:260px;
  left:0 auto;
  position:;
  bottom: 0;
  background-color:;
  box-shadow: 0 1px 6px #0001, 0 2px 10px #0002;
}

.modal_wraper .modal_container .header {
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: red;
}

.modal_wraper .modal_container .header .close {
  width:20px;
  height:20px;
  border: none;
  background-color:;
  outline: none;
  margin-top:-8px;
  font-size: 1.5rem;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.modal_wraper .modal_container .header .close > * {
  pointer-events: none;
}

.modal_wraper .modal_container .header .close:hover {
  color: #f44336;
}

.modal_wraper .modal_container .boxes {
  padding: 20px 20px 50px;
}

.modal_wraper .modal_container .boxes .social_media {
  display: flex;
  align-items: center;     /* centra horizontalmente */
  justify-content: center; /* centra verticalmente si el modal tiene altura */
  gap: 1rem;               /* separación entre secciones */
  text-align: center;
}

/* Centra todos los íconos de redes */
.modal_wraper .modal_container .boxes .social_media {
  display: flex;
  justify-content: center; /* centra los íconos horizontalmente */
  align-items: center;
  gap: 10px;               /* espacio entre los íconos */
   justify-content: flex-end; /* los empuja hacia la derecha */
}

.modal_wraper .modal_container .boxes .social_media a{
  text-decoration: none;
  margin:0 auto;
  width: 40px;
  height: 40px;
  padding-top:8px;
  background-color: gray;
  font-size: 1rem;
  display: flex;
  place-content: center;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 2px 10px #0003;
}

.modal_wraper .modal_container .boxes .social_media a:hover {
  transform: scale(1.1);
  background-color: #666;
}

.fb {
  background-color: #3b5999 !important;
}
.wa{
  background-color: #55acee !important;
}
.ce {
  background-color: #0077b5 !important;
}
.tl {
  background-color: #bd081c !important;
}
.ins
  background-color: #e4405f !important;
}

.copy_wraper {
  padding-top: 30px;
}

.header strong{
  display: flex;
  margin-bottom:15px;
  color:black;
  font-size:16px;
}

.copy_wraper strong{
  display: flex;
  margin-bottom: 15px;
  color:black;
  font-size:16px;
  margin:0 auto;
}

.copy_wraper .copy_url_wraper {
  border: 1px solid #2196f3;
  border-radius: 6px;
  display: flex;
  padding: 6px;
}
.copy_wraper .copy_url_wraper input {
  width: 100%;
  height:40px;
  outline:none;
  border: none;
  pointer-events: none;
  padding: 0 10px;
  margin-bottom:10px;
  background-color:white;
}

.copy_wraper .copy_url_wraper .copy_url_btn {
  border: none;  
  width: 100px;
  height:40px;
  outline: none;
  padding: 10px 15px;
  display: inline-flex;
  border-radius: 6px;
  font-size: 18px;
  background-color: #2196f3;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 2px 10px #0002;
  transition: 0.3s ease-in-out;
}

.copy_wraper .copy_url_wraper .copy_url_btn:hover {
  box-shadow: 0 2px 15px #0005, 0 2px 6px #0002;
}



@media (min-width:320px)and (max-width:479px){
	
 .share_btn {
  width:50px;
  height:50px;
  top:10px;
  float:right;
  margin-right:5px;
  outline: none;
  cursor: pointer;
  border-radius: 4px;
  border: 2px solid transparent;
 }

.modal_wraper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color:;
  padding: 15px;
  place-items: center;
  display: none;
  margin-bottom:10px;
}

.modal_wraper.active {
  display:flex;
}

 .modal_container {
  max-width:100%;
  width:100%;
  height:342px;
  left:0;
  position:;
  bottom: 0;
  background-color:red;
  box-shadow: 0 1px 6px #0001, 0 2px 10px #0002;
  justify-content: center;
  position:absolute;
  bottom:0;
  background-color:azure;
  box-shadow: 0 1px 6px #0001, 0 2px 10px #0002;
}

.modal_wraper .modal_container .header {
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: red;
}

.modal_wraper .modal_container .header .close {
  width:20px;
  height:20px;
  border: none;
  background-color:;
  outline: none;
  font-size: 1.5rem;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.copy_wraper .copy_url_wraper input {
  width: 100%;
  height:40px;
  outline:none;
  border: none;
  pointer-events: none;
  padding: 0 10px;
  margin-bottom:10px;
  background-color:white;
 }
}

@media (min-width:480px)and (max-width:570px){
	
.share_btn {
  width:50px;
  height:50px;
  top:10px;
  float:right;
  margin-right:5px;
  outline: none;
  cursor: pointer;
  border-radius: 4px;
  border: 2px solid transparent;
 }

.modal_wraper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color:;
  padding: 15px;
  place-items: center;
  display: none;
  margin-bottom:10px;
}
.modal_wraper.active {
  display:flex;
}
 .modal_container {
  max-width:100%;
  width:100%;
  height:342px;
  left:0;
  position:;
  bottom: 0;
  background-color:red;
  box-shadow: 0 1px 6px #0001, 0 2px 10px #0002;
  justify-content: center;
  position:absolute;
  bottom:0;
  background-color:azure;
  box-shadow: 0 1px 6px #0001, 0 2px 10px #0002;
}

.modal_wraper .modal_container .header {
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: red;
}

.modal_wraper .modal_container .header .close {
  width:20px;
  height:20px;
  border: none;
  background-color:;
  outline: none;
  font-size: 1.5rem;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.copy_wraper .copy_url_wraper input {
  width: 100%;
  height:40px;
  outline:none;
  border: none;
  pointer-events: none;
  padding: 0 10px;
  margin-bottom:10px;
  background-color:white;
 }
}


@media (min-width:571px)and (max-width:860px){
	
.share_btn {
  width:50px;
  height:50px;
  top:10px;
  float:right;
  margin-right:5px;
  outline: none;
  cursor: pointer;
  border-radius: 4px;
  border: 2px solid transparent;
 }

.modal_wraper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color:;
  padding: 15px;
  place-items: center;
  display: none;
  margin-bottom:10px;
}
.modal_wraper.active {
  display:flex;
}
 .modal_container {
  max-width:100%;
  width:100%;
  height:342px;
  left:0;
  position:;
  bottom: 0;
  background-color:red;
  box-shadow: 0 1px 6px #0001, 0 2px 10px #0002;
  justify-content: center;
  position:absolute;
  bottom:0;
  background-color:azure;
  box-shadow: 0 1px 6px #0001, 0 2px 10px #0002;
}

.modal_wraper .modal_container .header {
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: red;
}

.modal_wraper .modal_container .header .close {
  width:20px;
  height:20px;
  border: none;
  background-color:;
  outline: none;
  font-size: 1.5rem;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.copy_wraper .copy_url_wraper input {
  width: 100%;
  height:40px;
  outline:none;
  border: none;
  pointer-events: none;
  padding: 0 10px;
  margin-bottom:10px;
  background-color:white;
 }
}

@media (min-width:861px)and (max-width:992px){
	
 .share_btn {
  width:50px;
  height:50px;
  top:10px;
  float:right;
  margin-right:5px;
  outline: none;
  cursor: pointer;
  border-radius: 4px;
  border: 2px solid transparent;
 }

.modal_wraper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color:;
  padding: 15px;
  place-items: center;
  display: none;
  margin-bottom:10px;
}

.modal_wraper.active {
  display:flex;
}

 .modal_container {
  max-width:100%;
  width:100%;
  height:350px;
  left:0;
  position:;
  bottom: 0;
  box-shadow: 0 1px 6px #0001, 0 2px 10px #0002;
  justify-content: center;
  position:absolute;
  bottom:0;
  background-color:azure;
  box-shadow: 0 1px 6px #0001, 0 2px 10px #0002;
  }
}


/*Section inicio */


.home {
    width: 100%;
    height:90vh;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.slider {
    display: flex; 
    height:95vh;
    transition: transform 0.5s ease; 
}

.slide {
    min-width: 100%; 
	height:100%;
    position: relative;
	display: flex;
    justify-content: center;  
    align-items: center;   
}


.slide img {
    width: 100%; 
    height: 100%; 
    object-fit: cover;
}

.caption {
    position: absolute;
    text-align: center;
    color: white;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 10px;
   	width:50%;
    z-index: 1;
}

.typewrite {

    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    animation: typing 2s steps(30) 1s forwards;
}

@keyframes typing {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@keyframes blink {
    50% {
        border-color: transparent;
    }
}
@media (min-width:320px) and (max-width:860px){
	.home {
    width: 100%;
    height: 95vh;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.slider {
    display: flex; 
    height:95vh;
    transition: transform 0.5s ease; 
  }
.caption {
    position: absolute;
    text-align: center;
    color: white;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 20px;
    border-radius: 10px;
   	width:98%;
    z-index: 1;
}

.typewrite {

    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    animation: typing 2s steps(30) 1s forwards;
   }
} 

.inicio-matrix{
			width:100%;
			height:auto;
			padding-top:5px;
			background: #0C1A1A;
			display: flex;
            justify-content: center;
            flex-wrap: wrap;
			margin-bottom:10px;
			margin: 0 auto;
		}
		
		.caja-matrix{
		  width:52%;
		  height:auto;
		  padding-top:px; 
		  margin:0 auto;
		  margin-bottom:2px; 
		}
		
		.caja-matrix h3{
		text-align:center;
		color:white;
		padding-top:10px;
		font-size:20px;
		}
		
		.caja-matrix p{
		  width:90%;
		  text-align:center;
		  color:white;
		  text-align:justify;
		  padding-top:25px;
		   margin:0 auto;
		  font-size:14px;
		}
		
  aside{
	display: inline-block;
	background:url(../imagenes/.jpg);
	width:45%;
	height:auto;
    margin-bottom:3px;
    margin:0 auto;	
}
		
  aside .video-responsive{
    position:relative;
    width: 100%;
    height: 98%;
    background: transparent;
}
  .video-slider {
		width: 100%;
		height:100%;
		background:;
		position: relative;
	    top:0;
		overflow: hidden; 
		z-index:1;
	}
	.slides {
		position: absolute;
		top: 0;
		left: 100%;
		height:100%;
		width: 100%;
		text-align: center;
		overflow: hidden;
		z-index:1;
	}
	.slides:first-child{
		left: 0;
	}
	.video{
		height: 100%;
		width: 98%;
		border:0;
	}
	.slide-arrow{
		position: absolute;
		top: 0;
		left: 0;
		height: 45%;
		width: 15%;
		color:red;
		cursor: pointer;
		opacity: .5;
		z-index:1;
	}
	.slide-arrow:hover{
		opacity: 1;
	}
	.slide-arrow:after{
		content: "\003c";
		text-align: center;
		display: block;
		height: 10%;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		font-size: 3em;
	}
	.slide-arrow.right:after{
		content: "\003e";
	}
	.slide-arrow.right{
		left: auto;
		right: 0;
	}	
	

	.publicidades{
	width:90%;
	height:auto;
	text-align: center;
	padding-top:px;
	margin:0 auto;
	margin-bottom:px;	
}
.adsbygoogle{
	display: flex;
	width:85%;
	height:auto;
	justify-content: center;
	flex-wrap: wrap;
	background-color:;
	padding-top:px;
    margin-bottom:px;
	margin: 0 auto; 
}

.vote-count span{
   color:white;
}

.vote-button{
	color:white;
}

 @media(max-width: 860px){
    .inicio-matrix{
      width:100%;
	  height:auto;
	  padding-top:5px;
	  display: flex;
      flex-wrap: wrap;
	  flex-direction:column;
	  margin-bottom:5px
	}
		
	.caja-matrix{
		  width:98%;
		  padding-top:5px; 
		  height:auto;
		  margin:0 auto;
		  margin-bottom:10px;
	
		}
		
		.caja-matrix h3{
		text-align:center;
		color:;
		padding-top:10px;
		font-size:23px;
		}
		
		 .inicio-matrix .caja-matrix p{
		  width:90%;
		  text-align:center;
		  color:;
		  text-align:justify;
		  padding-top:25px;
		  margin:0 auto;
		  font-size:14px;
		}
aside {
    display: inline-block;
    width: 95%;
    height: 350px;
    margin: 0 auto 3px;	
}

aside .video-responsive {
    position: relative;
    width: 100%;
    height: 100%;
    background: transparent;
}

aside .video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0; /* Ensure it aligns correctly */
    width: 100%;
    height: 100%; /* Consider adjusting if overflow is an issue */
}
   
   .publicidades{
	width:90%;
	height:auto;
	text-align: center;
	padding-top:px;
	margin:0 auto;
	margin-bottom:10px;	
}
.adsbygoogle{
	display: flex;
	width:85%;
	height:auto;
	justify-content: center;
	flex-wrap: wrap;
	background-color:;
	padding-top:px;
    margin-bottom:15px;
	margin: 0 auto;
  }
}

/*Section Portafolio*/
#bloggers{
	width:100%;
	height:auto;
    text-align: center; 
	margin: 0 auto;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top:2px;
	margin-bottom:2;
	 background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../imagenes/1.jpg);
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-size: cover;     
}
#bloggers .contenido_block{
	display: flex;
	width:100%;
	height:auto;
	justify-content: center;
	flex-wrap: wrap;
	background-color:;
    padding-bottom:0px;
	margin: 0 auto;   
     
}
#bloggers .contenido_block .radiox{
	width:31.5%;
   display:inline-block;
	height:auto; 
	flex-grow: 1;
	text-align: center;
	font-size:30px;
	padding-top:0px;
	padding-bottom:20px;
	text-align:justify;
	margin: 10px;
	background-color:IndianRed;	    
}
#bloggers h3{
	text-align: center;
	font-size:28px;
	color:white;
	padding-bottom:20px;
    font-family:arial;	
	margin-top:30px;
	
}
#bloggers h4 {
	text-align: center;
	font-size:25px;
	color:white;
	padding-bottom:10px;
    font-family:arial;	
	padding-top:20px;
}
#bloggers p{
	width:95%;
	text-align: center;
	font-size:14px;
	color:white;	
	margin:0 auto;
	padding-top:0px;	
	text-align:justify;
	font-family:arial;
}
#bloggers img {
	width:98%;
	height:300px;
	padding-top:px;
	margin:0 auto;
	display:flex;
}

 #bloggers .description{
    flex-grow: 1;
	padding-bottom:30px;
 }
 
 #bloggers .fb-like {
	width:auto;
	display: block;
    text-align: center;
	margin:0 auto; 
}


 #bloggers .btn1 {
	width:30%;
	height:30px;
	display: block;
    background-color:coral;
    text-decoration: none;
    color: #fff;
	font-size:16px;
	padding-top:5px;
    text-align: center;
	margin:0 auto; 
}


/* Responsive a 961px- 1280px  */
 
@media (min-width:861px)and (max-width:1280px){
	
	#bloggers{
	width:100%;
	height:auto;
    text-align: center; 
	margin: 0 auto;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top:2px;
	margin-bottom:2px;
}
#bloggers .contenido_block{
	display: flex;
	width:100%;
	height:auto;
	justify-content: center;
	flex-wrap: wrap;
	background-color:;
    padding-bottom:0px;
	margin: 0 auto;
}
#bloggers .contenido_block .radiox{
	width:31%;
	height:auto;
	flex-grow: 1;
	display:inline-block;
	text-align: center;
	font-size:30px;
	padding-top:0px;
	padding-bottom:20px;
	text-align:justify;
	margin: 10px;
}
#bloggers h3{
	text-align: center;
	font-size:28px;
	color:white;
	margin-bottom:20px;
    font-family:arial;	
	padding-top:20px;
	
}
#bloggers h4 {
	text-align: center;
	font-size:25px;
	color:white;
	padding-bottom:10px;
    font-family:arial;	
	padding-top:20px;
}
#bloggers p{
	width:95%;
	height:130px;
	text-align: center;
	font-size:14px;
	color:white;	
	margin:0 auto;
	padding-top:0px;	
	text-align:justify;
	font-family:arial;
}
 #bloggers .description{
    flex-grow: 1;
	padding-bottom:30px;
 }

#bloggers img {
	width:98%;
	height:300px;
	padding-top:px;
	margin:0 auto;
	display:flex;
  } 
}


@media (min-width:320px)and (max-width:860px){
#bloggers{
	width:100%;
	height:auto;
    text-align: center; 
	justify-content: center;
	flex-wrap: wrap;
	margin-top:px;
}
#bloggers .contenido_block{
	width:100%;
	height:auto;
	margin-bottom:px;
    align-items:flex-start;
	flex-direction:column;
}
#bloggers .contenido_block .radiox {
	width:100%;
	flex-direction:column;
	text-align: center;
	font-size:30px;
	padding-top:20px;
	padding-bottom:10px;
	margin:0 auto;
	font-family:arial;
	margin-bottom:10px;
}
#bloggers h3{
	text-align: center;
	font-size:28px;
	color:white;
    font-family:arial;		
	padding-top:20px;
	padding-bottom:35px;
	margin-bottom:15px;
}
#bloggers h4 {
	text-align: center;
	color:white;	
}
#bloggers p{
	width:90%;
	height:auto;
	text-align: center;
	font-size:14px;
	color:white;
	margin:0 auto;
    text-align:justify;	
	padding-top:20px;	
	margin-bottom:20px;
	font-family:arial;
}
#bloggers img {
	width:85%;
	height:300px;
	display:flex;
	padding-top:px;
	margin:0 auto;
 }
}

  .play {
            width: 50px;
            height: 50px;
            cursor: pointer;
            background-image: url('imagenes/play.png');
            background-size: cover;
        }

  /* Modal */
  .slideshow{
  width:100%;
  height:300px;
  position: relative;
  overflow: hidden;
    }
    
     #bloggers .mySlides1 img,
     #bloggers .mySlides2 img ,
     #bloggers .mySlides3 img {
	  width:100%; 
	  height:;
	  margin:0 auto;
	  z-index:0;
    }
  
    .prev,
    .next {
      cursor: pointer;
      position: absolute;
      top:40%;
      width: auto;
      padding: 16px;
      margin-top:0px;
      color:snow;
      font-weight: bold;
      font-size: 18px;
      transition: 0.6s ease;
      border-radius: 0 3px 3px 0;
      user-select: none;
    }
	
     #bloggers .note p{
      width:100%;
	  height:30px;
      background-color:;
     margin:0 auto;
	 color:red;
	 font-size:16px;
	 display:none;
    }
    .next {
      right: 0;
      border-radius: 3px 0 0 3px;
    }
    .prev:hover,
    .next:hover {
      background-color:red;
    }
  
 
 @media screen and (min-width:480px) and (max-width:960px) {
	 
     #bloggers .mySlides1 img,
     #bloggers .mySlides2 img ,
     #bloggers .mySlides3 img{
	  width:95%; 
	  height:300px;
	  margin:0 auto;
    }
 
    .prev,
    .next {
      cursor: pointer;
      position: absolute;
      top:40%;
      max-width:100%;
      padding: 16px;
      color:red;
      font-weight: bold;
      font-size: 18px;
      transition: 0.6s ease;
      user-select: none;
    }
	
    .next {
      right: 0;
      border-radius: 3px 0 0 3px;
    }
	
	  .prev {
      left: 0;
      border-radius: 3px 0 0 3px;
    }
    .prev:hover,
    .next:hover {
      background-color: #f1f1f1;
      color: black;
    }
  }
  
  
  @media screen and (min-width:320px) and (max-width:479px) {
	 
 #bloggers .radio{
   display: flex;
	width:98%;
	height:auto;
	justify-content: center;
	flex-wrap: wrap;
	background:url(../imagenes/recargado.jpg);
    padding-bottom:0px;
	margin-bottom:10px;
	margin: 0 auto;
    }
	 
    #bloggers .mySlides1 img,
     #bloggers .mySlides2 img ,
     #bloggers .mySlides3 img{
	  width:100%; 
	  height:350px;
	  margin:0 auto;
	  top:0;
    }
 
    .prev,
    .next {
      cursor: pointer;
      position: absolute;
      top:40%;
      max-width:100%;
      padding: 16px;
      color: snow;
      font-weight: bold;
      font-size: 18px;
      transition: 0.6s ease;
      user-select: none;
    }
	
    .next {
      right: 0;
      border-radius: 3px 0 0 3px;
    }
	
	  .prev {
      left: 0;
      border-radius: 3px 0 0 3px;
    }
    .prev:hover,
    .next:hover {
      background-color: #f1f1f1;
      color: black;
    }
  }
  
  
  /* Margin for podcasts*/
        .boxes-podcast{
			width:100%;
			height:auto;
			padding-top:30px;
		    margin-bottom:10px;
            justify-content: center;
            flex-wrap: wrap;
			display:flex;
			margin:0 auto; 
			background-color:DarkCyan;
		}
		
		.caja-portfa{
		  width:40%;
		  height:auto;
		  background-color:;
		  padding-top:5px;
		  margin-bottom:5px; 
		  background-repeat:no-repeat;
		  margin:0 auto;
		}
		
		.caja-portfa h3{
		text-align:center;
		color:white;
		font-size:25px;
        margin-top:0px;
		margin-bottom:35px;
		}
		
		.fb_back{
			width:98%; 
            height:390px; 
            overflow-y:;
            background-color:white;  
           -webkit-border-radius: 1px; 
           -moz-border-radius: 1px; 
            border-radius: 1px; 
           -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.44);
            margin: 0 auto;
			margin-bottom:10px;
		}


      #sc-widget{
		  width:100%;
		  height:100%;
	  }		


 
@media (min-width:691px)and (max-width:861px){
    .boxes-podcast{
	  width:100%;
	  height:auto;
	  display: flex;
	  top:0px;
      justify-content: center;
      flex-wrap: wrap;
	  align-items:flex-start;
	  flex-direction:column;
	 }
	 
    .caja-portfa{
		  width:100%;
		  height:auto;
		  padding-top:20px;
		  margin: 0 auto;
		  margin-bottom:15px;
		}	
   .caja-portfa h3{
		text-align:center;
		color:white;
		font-size:25px;
        margin-top:0px;
		padding-bottom:15px;
		}
		
	.fb_backg{
			width:95%;
			height:395px;
			overflow-y:;
			background-color:white;
		    padding-top:px;
			text-align:center;
			margin:0 auto;
		}  
   }
   
@media (min-width:320px)and (max-width:860px){
    .boxes-portfa{
	  width:100%;
	  height:auto;
	  display: flex;
	  top:0px;
      justify-content: center;
      flex-wrap: wrap;
	  align-items:flex-start;
	  flex-direction:column;
	 }
	 
    .caja-portfa{
		  width:100%;
		  height:auto;
		  padding-top:5px;
		  margin-bottom:15px;
		}	
    .caja-portfa h3{
		text-align:center;
		color:white;
		font-size:25px;
		padding-top:15px;
		padding-bottom:15px;
		}
		
		.fb_back{
			width:98%;
			height:380px;
			overflow-y:;
			background-color:white;
		    padding-top:px;
			text-align:center;
			margin:0 auto;
		} 	
      }	
	  
	
 /*containers*/
.containers{
    width:100%;
    height:300px;
    padding-top:2px;
	padding-bottom:2px;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	text-align:center;
	
}
.header-video {
  position: absolute;
  margin-top: 10px;
  margin:0 auto;
  width:100%;
  height:300px;
  overflow: hidden; 
}
.header-video video {
  min-width: 100%;
  min-height: 100%; 
}
.header-overlay {
  height:300px;
  width:100%;
  position: absolute;
  margin-top:px;
  margin:0 auto;
  background: #303952;
  z-index:;
  opacity: .85;
}
.header-containex{
  z-index: 0;
  margin: 0 auto;
}
.containers .header-containex h1{
  font-size: 40px;
  padding-top:60px;  
  padding-bottom: 3rem;
  margin-bottom: 0;
  color:white;
  margin:0 auto;
  text-align:center;
  font-family: 'Lobster', cursive;
}
.containers p{
  font-size:25px;
  display: block;
  vertical-align:middle;
  padding-bottom: 3rem;
  text-align:center;
  margin: 0 auto;
  color:white;
}
.btn {
  width:40%;
  height:40px;
  background: #c44569;
  color: #fff;
	display: block;
    background-color:coral;
    text-decoration: none;
    color: #fff;
	font-size:16px;
	padding-top:5px;
    text-align: center;
	margin:0 auto; 
}

@media (min-width:320px)and (max-width:960px){
.containers{
    width:100%;
    height:280px;
    margin-top:px;
    margin-bottom:2px;
}

.header-overlay {
  height:280px;
  width:100%;
  position: absolute;
  margin-top:0px;
  background: #303952;
  z-index: ;
  opacity: .85;
}
.header-containex {
  z-index: 2;
  margin: 0 auto;
}

.containers p{
  width:100%;
  font-size:16px;
  display: block;
  padding-top:0;
  text-align:center;
  margin:auto;
  color:white;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.btn {
  width:50%;
  background: #c44569;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;

 }
}

/*Portafolio*/

	.boxes-portfolio{
			width:100%;
			height:auto;
			padding-top:30px;
			margin-bottom:10px;
            justify-content: center;
            flex-wrap: wrap;
			display:flex;
			margin:0 auto; 
			background-color:DarkSeaGreen;
		}
		
		.caja-portfolio{
		  width:40%;
		  height:auto;
		  background-color:;
		  padding-top:5px;
		  margin-bottom:5px; 
		  background-repeat:no-repeat;
		  margin:0 auto;
		}
		
		.caja-portfolio h3{
		text-align:center;
		color:white;
		font-size:25px;
        margin-top:10px;
		margin-bottom:35px;
		}
		
		.fb_background{
			width:98%; 
            height:390px; 
            overflow-y:scroll;
            background-color:white;  
           -webkit-border-radius: 1px; 
           -moz-border-radius: 1px; 
            border-radius: 1px; 
           -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.44);
            margin: 0 auto;
			margin-bottom:10px;
		}
			
		.fb-page{
			width:98%;
			height:390px;
			overflow-y:;
			background-color:white;
		    padding-top:10px;
			text-align:center;
			margin:0 auto;
		}	
       .fb-page img{
			width:98%;
			height:370px;
		}	

@media (min-width:961px)and (max-width:1280px){
 .boxes-portfolio{
			width:100%;
			height:auto;
			margin-top:0px;
			margin-bottom:px;
			display: flex;
            justify-content: center;
            flex-wrap: wrap;
	        padding-bottom:15px;
		}
		
		.caja-portfolio{
		  width:45%;
		  height:auto;
		  background-color:;
		  padding-top:5px;
		  margin-bottom:15px; 
		  background-repeat:no-repeat;
		  margin:0 auto;
		}
		
		.caja-portfolio h3{
		text-align:center;
		color:white;
		font-size:25px;
        padding-top:0px;
		margin-bottom:35px;
		}
		
		.fb_background{
			width:98%;
			height:390px;
			overflow-y:scroll;
			background-color:white;
		    padding-top:5px;
			text-align:center;
			margin:0 auto;
		}
			
		.fb-page{
			width:98%;
			height:380px;
			overflow-y:scroll;
			background-color:;
		    padding-top:10px;
			text-align:center;
			margin:0 auto;
		}
     }
 
@media (min-width:691px)and (max-width:960px){
   .boxes-portfolio{
	  width:100%;
	  height:auto;
	  display: flex;
	  top:0px;
      justify-content: center;
      flex-wrap: wrap;
	  align-items:flex-start;
	  flex-direction:column;
	 }
	 
    .caja-portfolio{
		  width:100%;
		  height:auto;
		  padding-top:20px;
		  margin: 0 auto;
		  margin-bottom:15px;
		}	
   .caja-portfolio h3{
		text-align:center;
		color:white;
		font-size:25px;
        padding-top:0px;
		padding-bottom:15px;
		}
		
	.fb_background{
			width:98%;
			height:395px;
			overflow-y:scroll;
			background-color:white;
		    padding-top:5px;
			text-align:center;
			margin:0 auto;
		}
		
    .fb-page{
			width:98%;
			height:380px;
			overflow-y:;
			background-color:white;
		    margin-top:10px;
			margin: 0 auto;
			text-align:center;
		}  
   }
   
@media (min-width:480px)and (max-width:690px){
   .boxes-portfolio{
	  width:100%;
	  height:auto;
	  display: flex;
	  margin-top:5px;
      justify-content: center;
      flex-wrap: wrap;
	  align-items:flex-start;
	  flex-direction:column;
	 }
	 
    .caja-portfolio{
		  width:98%;
		  height:auto;
		  padding-top:20px;
		  margin: 0 auto;
		  margin-bottom:15px;
		}	
    .caja-portfolio h3{
		text-align:center;
		color:white;
		font-size:25px;
        margin-top:0px;
		padding-bottom:10px;
		}
		
	.fb_background{
			width:100%;
			height:390px;
			overflow-y:scroll;
			background-color:white;
		    padding-top:5px;
			text-align:center;
			margin:0 auto;
		}
		
    .fb-page{
			width:100%;
			height:380px;
			overflow-y:;
			background-color:white;
		    margin-top:10px;
			margin: 0 auto;
			text-align:center;
		}
	  .fb-page img{
	      width:98%;
		  height:370px;
		}	
		
    .maps{
    width:98%;
    height:380px;
	margin:0 auto;
	color:white;
	padding-top:10px;
	margin-bottom:px;
    background-color:;
     }  
   }	
@media (min-width:346px)and (max-width:479px){
    .boxes-portfolio{
	  width:100%;
	  height:auto;
	  display: flex;
	  margin-top:5px;
      justify-content: center;
      flex-wrap: wrap;
	  align-items:flex-start;
	  flex-direction:column;
	 }
	 
    .caja-portfolio{
		  width:98%;
		  height:auto;
		  padding-top:20px;
		  margin: 0 auto;
		  margin-bottom:15px;
		}	
    .caja-portfolio h3{
		text-align:center;
		color:white;
		font-size:25px;
        margin-top:0px;
		padding-bottom:10px;
		}
		
	.fb_background{
			width:100%;
			height:390px;
			overflow-y:scroll;
			background-color:white;
		    padding-top:5px;
			text-align:center;
			margin:0 auto;
		}
		
    .fb-page{
			width:100%;
			height:380px;
			overflow-y:;
			background-color:white;
		    margin-top:10px;
			margin: 0 auto;
			text-align:center;
		}
	  .fb-page img{
	      width:98%;
		  height:370px;
		}	
		
    .maps{
    width:98%;
    height:380px;
	margin:0 auto;
	color:white;
	padding-top:10px;
	margin-bottom:px;
    background-color:;
     }  
   }
	 
	 
@media (min-width:320px)and (max-width:345px){
    .boxes-portfolio{
	  width:100%;
	  height:auto;
	  display: flex;
	  margin-top:5px;
      justify-content: center;
      flex-wrap: wrap;
	  align-items:flex-start;
	  flex-direction:column;
	 }
	 
    .caja-portfolio{
		  width:98%;
		  height:auto;
		  padding-top:10px;
		  margin: 0 auto;
		  margin-bottom:15px;
		}	
    .caja-portfolio h3{
		text-align:center;
		color:white;
		font-size:25px;
		margin-top:5px;
		padding-bottom:15px;
		}
		
	.fb_background{
			width:100%;
			height:390px;
			overflow-y:scroll;
			background-color:white;
		    padding-top:5px;
			text-align:center;
			margin:0 auto;
		}
		
    .fb-page{
			width:100%;
			height:380px;
			overflow-y:;
			background-color:white;
		    margin-top:10px;
			margin: 0 auto;
			text-align:center;
		}
 	 .fb-page img{
		   width:98%;
		   height:370px;
		}	
   .maps{
    width:98%;
    height:380px;
	margin:0 auto;
	color:white;
	padding-top:10px;
	margin-bottom:px;
    background-color:;
     }  
   }	
	 
/*Section Privacidad*/
.privacy{
	width:100%;
	min-height:100vh;
	margin: 0 auto;
    padding-top:20px;
	margin-bottom:4px;
	display: flex;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.privacy h2{
	text-align: center;
	font-size:16px;
	padding-top:2px;
	margin-top:5px;
	padding-bottom:15px;
	color:black;
}
.privacy-container{
	width:98%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom:20px;
	margin:0 auto;
}
.privacy-text{
    width:98%;
	display: flex;
    flex-direction: column;
	padding-top:10px;
	color: #fff;
	margin: 0 auto;
}
.privacy-text p{
    width:95%;
	text-align:center;
	text-align: justify;
	padding-bottom:15px;
	font-size:16px;
	color:black;
	margin:0 auto;
}
@media (min-width:691px) and (max-width:960px){
.privacy{
	width: 97%;
	height:auto;
	margin: 0 auto;
    padding-top:20px;
	margin-bottom:4px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.privacy h2{
	text-align: center;
	font-size:16px;
	padding-top:2px;
	margin-top:5px;
	padding-bottom:15px;
	color:black;
}
.privacy-container{
	width:98%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom:20px;
}
.privacy-text{
    width:98%;
	display: flex;
    flex-direction: column;
	padding-top:10px;
	color: #fff;
	margin: 0 auto;
}
.privacy-text p{
    width:95%;
	text-align:center;
	text-align: justify;
	padding-bottom:15px;
	font-size:16px;
	
	margin:0 auto;
 }
}
@media (min-width:320px) and (max-width:690px){
.privacy{
	width: 97%;
	height:auto;
	margin: auto;
    padding-top:20px;
	margin-bottom:4px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.privacy h2{
	text-align: center;
	font-size:16px;
	padding-top:2px;
	margin-top:5px;
	padding-bottom:15px;
	color:black;
}
.privacy-container{
	width:98%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom:20px;
	display:inline:block;
}
.privacy-text{
    width:98%;
	display: flex;
    flex-direction: column;
	padding-top:10px;
	color: #fff;
	margin: 0 auto;
}
.privacy-text p{
    width:95%;
	text-align:center;
	text-align: justify;
	padding-bottom:15px;
	font-size:16px;
  }
}

/*artistas*/

.artistas{
	width: 100%;
	min-height:100vh;
    background-color:snow;
    padding-top:40px;
	margin-bottom:4px;
	flex-wrap: wrap;
    display: flex;
    flex-direction: column; 
	margin: 0 auto;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.artistas-text h3{
	text-align: center;
	font-size:18px;
	padding-top:2px;
	margin-top:5px;
	color:black;
}
.artistas-text h2{
	text-align: center;
	font-size:14px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:5px;
	color:black;
}
.artistas-container{
	width:98%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom:20px;
	display:inline:block;
}
.artistas-item{
	width: 30%;
	display:inline-block;
	position: relative;
	overflow: hidden;
	margin:10px;
	margin:0 auto;
}
.artistas_item .embed-res{
	width: 30%;  
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	
}
.embed-res iframe{
   width:100%;
   height:280px;
   background-color:black;
  }
  
.artistas-text{
    width:98%;	
	height:200px;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	padding-top:10px;
	background-color: #fff;
    border: 1px solid #ccc;
	margin: 0 auto;
	color:black;
}
.artistas-text p{
    width:95%;
	text-align:center;
	text-align: justify;
	padding-bottom:15px;
}
.artistas-item:hover .artistas-img{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}


@media (min-width:480px) and (max-width:960px){
.artistas{
	display: flex; 
	width:95%;
	height:auto;
	justify-content: center;
	flex-wrap: wrap;
	background-color:snow;
	margin-bottom:20px;
	padding-top:20px;
    height:auto;
    align-items:flex-start;
	flex-direction:column;
	margin:0 auto;
}

.artistas-text h3{
	text-align: center;
	font-size:18px;
	padding-top:2px;
	margin-top:5px;
}
.artistas-text h2{
	text-align: center;
	font-size:14px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:5px;
}
.artistas-item{
	width: 98%;
	height:auto;
	margin-top:10px;
	position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;  
	flex-wrap: wrap; 
}
.artistas-container{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom:20px;  
	flex-direction: column;
	width:100%;
}
.artistas_item .embed-res{
	width: 97%;  
    display: flex;
    align-items: center;
    justify-content: center;  
}
 .embed-res iframe{
   width:97%;
   height:280px;
   background-color:black;
   flex-direction: column;
  }
.artistas-text{
    width:95%;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	padding-top:10px;
	margin: 0 auto;
}

.embed-res{
   width:97%;
   padding-bottom:0px;
  }
.embed-res iframe{
   width:97%;
   height:300px;
  }
.artistas-text p{
    width:95%;
	text-align: justify;
	padding-bottom:5px;
	padding-top:2px;
	font-size:14px;
    margin:0 auto;
}
.artistas-item:hover .artistas-img{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
  }
}

@media (min-width:346px) and (max-width:479px){
.artistas{
	display: flex; 
	width:95%;
	height:auto;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom:10px;
	padding-top:15px;
    height:auto;
    align-items:flex-start;
	flex-direction:column;
	margin:0 auto;
}
.artistas h1{
	text-align: center;
	font-size:25px;
	padding-top:40px;
	padding-bottom:35px;
}
.artistas-text h3{
	text-align: center;
	font-size:18px;
	padding-top:2px;
	margin-top:5px;
}
.artistas-text h2{
	text-align: center;
	font-size:14px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:5px;
}
.artistas-item{
	width:100%;
	height:auto;
	margin-top:10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 
	margin:0 auto;
}
.artistas-container{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom:20px;  
	flex-direction: column;
	width:100%;
}
.embed-res{
   width:98%;
   padding-bottom:0px;
  }
.embed-res iframe{
   width:98%;
   height:300px;
  }
.artistas-text{
    width:98%;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	padding-top:10px;
	margin: 0 auto;
}
.artistas-text p{
    width:96%;
	text-align: justify;
	padding-bottom:5px;
	padding-top:2px;
	font-size:14px;
    margin:0 auto;
}
.artistas-item:hover .artistas-img{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
  }
}


@media (min-width:320px) and (max-width:345px){
.artistas{
	display: flex; 
	width:95%;
	height:auto;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom:10px;
	padding-top:15px;
    height:auto;
    align-items:flex-start;
	flex-direction:column;
	margin:0 auto;
}
.artistas h1{
	text-align: center;
	font-size:25px;
	padding-top:40px;
	padding-bottom:35px;
}
.artistas-text h3{
	text-align: center;
	font-size:18px;
	padding-top:2px;
	margin-top:0px;
	padding-bottom:0px;
}
.artistas-text h2{
	text-align: center;
	font-size:14px;
	padding-top:2px;
	margin-top:5px;
	padding-bottom:5px;
}
.artistas-item{
	width:100%;
	height:auto;
	margin-top:10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 
	margin:0 auto;
}
.artistas-container{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom:20px;  
	flex-direction: column;
	width:100%;
}
.embed-res{
   width:98%;
   padding-bottom:0px;
  }
.embed-res iframe{
   width:98%;
   height:300px;
  }
.artistas-text{
    width:98%;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	padding-top:10px;
	margin: 0 auto;
}
.artistas-text p{
    width:97%;
	text-align: justify;
	padding-bottom:5px;
	padding-top:2px;
	font-size:14px;
    margin:0 auto;
}
.artistas-item:hover .artistas-img{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
  }
}


/*Section noticias*/
	 
.notas_page{
  width:100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align:justify;
  color:black;
  padding-top:20px;
  margin-bottom:2px;
  font-size:15px;
  line-height:1.5em;
  background-color:snow;  
 } 
	 
  .jumbotron{
	width:100%;
	height:100px;
    font-family: Montserrat, sans-serif;
	text-align:center;
	padding-top:5px;
	margin-bottom:10px;
	
}
 .jumbotron h3{
    color:black;
    margin-top:px;
	font-size:25px;
    font-family: Montserrat, sans-serif;
	text-align:center;
}

#publicaciones{
	width:100%;
	height:auto;
    background-color:;
	margin: 0 auto;
}
	
.containst .advert-container{
        width:25%;
        padding-bottom:2px;
        height: auto;
		margin-top:18px;
        background-color:white;
	    display: flex;
		margin-right:25px;
	    flex-direction:column;
    }
	
	.container-fluids{
		width:95%;	
        height:auto;
		text-align:center;
		background:url(../imagenes/.jpg);	
		margin-top:10px;
		padding-top:10px;
		padding-bottom:10px;
		margin-left:5px; 
	}
    .advert-container p{
        padding-top:70px;
        color: yellow;
        font-family: Arial;
        font-weight: bold;
		font-size:18px;
    }
	
    .advert-container .imagen img{
        width:90%;
        height:120px;
		padding-top: 10px;
    }
    .advert-container .imagen p{
        display:;
		color:white
    }
	
	#Adds{
	width:95%;
	height:auto;
	height:200px;
	padding-top:10px;
	margin-top:10px;
	margin:0 auto;		
}
#imgAdd{
	width:96%;
	height:200px;
	display:flex;
	padding-top:10px;
	padding-bottom:10px;
	margin:0 auto;
}

 .main-contain{
	width:100%;
	height:auto;
	font-size: 15px;   
    margin-bottom:2px;
	margin-left:;
 }
 .container-fluid{
	width:98%;
	height:auto;
    padding-top:5px; 
	padding-bottom:5px;
	margin:0 auto;
 }
 
 .contec{
	width:100%;
	height:auto;
    font-size:20px;
    padding-top:px; 
	padding-bottom:15px;
	margin-bottom: 2px;  

}
.contec h1, .contec h2, .contec h3, .contec h4{
	font-weight: bold;
	color:white;
	margin:0 auto;
	margin-bottom:20px;
	margin-top:5px;
}

/* Estilizando la caja de noticias */
.news-box {
  width:70%;
  background-color:;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  flex-grow: 1;
}

 .news-box h3 {
  font-size:18px;
  color: black;
  text-align: center; 
}

.news-box .note{
  font-size: 14px;
  color:black;
  line-height: 1.6;
  margin-bottom: 20px;
}

.news-box img {
  width: 100%;
  height: 250px;
  border-radius: 8px;
  display: block;
  margin: 0 auto;
}

.news-box .imagen h5 {
  font-size: 14px;
  margin-top: 10px;
  color: #555;
}

.contec .datetime {
  display: flex;             
  justify-content: flex-end;  
  align-items: center;     
  gap: 5px;                
  margin-top: 15px;     
  margin-bottom: 15px;       
}

.contec .datetime span {
  color:black;              
  font-size: 14px;        
  margin-right: 10px;      
}


.contec .datetime .glyphicon {
  color: red;               
  font-size: 18px;         
}

 #contex .back-button {
    margin-top: 20px;
    padding: 10px 15px;
    background-color: #007bff;
    display: block;
    padding: 5px;
    text-decoration: none;
    text-align: center;
	margin:0 auto;
}

.back-button:hover {
    background-color: #0056b3;
}

#contex .news-boxs {
  width:70%;
  height:auto;
  padding-bottom:10px;
  margin-bottom:10px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.news-box .note_info p{
	width:85%;
	height:auto;
	color:black;
	text-align:justify;
	margin-bottom:15px;
	padding-bottom:15px;
	padding-top:20px;
	font-size:16px;
    margin:0 auto;
}

#contex .news-boxs h2{
	color:black;
	font-size:22px;
	margin:0 auto;
	text-align:center;
}

#contex .news-boxs h3{
	text-align:center;
	font-weight: bold;
	color:black;
	font-size:18px;
	margin:0 auto;
	margin-bottom:20px;
	margin-top:5px;
}

#contex .news-boxs p{
	width:95%;
	height:auto;
	color:black;
	text-align: center;
	text-align:justify;
	padding-top:20px;
	padding-bottom:15px;
	font-size:16px;
    margin:0 auto;
}

.news-boxs img {
  width: 95%;
  height: 250px;
  border-radius: 8px;
  display: block;
  display: block;
  margin: 0 auto;
}

.news-boxs .imagen h5 {
  font-size: 14px;
  padding-top: 10px; 
  text-align:center;
  margin-bottom: 10px; 
  color: #555;
  margin:0 auto;
}

.news-container {
    width: auto;
    background-color: transparent;
    padding-top:20px;	
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-between;
}

.news {
    display: flex; 
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 10px; 
}

.infoes {
    display: flex; 
    flex: 1; 
    margin: 0 10px; 
}

.top-info {
    display: flex;
    flex-direction: column; 
    justify-content: space-between; 
    background-color: white;
    border: 1px solid #444;
    border-radius: 5px;
    padding: 15px; 
    flex-grow: 1; 
    transition: transform 0.2s; 
}

.top-info .date{
  color: black;              
  font-size: 14px;        
  margin-right: 10px;      
}

.top-info p {
    flex-grow: 1;    
    color: black;
    font-size: 14px;
	padding-top:10px;
}

.top-info:hover {
    transform: scale(1.02);
}

.top-info img {
    width:95%;
    margin:0 auto;	
    height: 250px;
    border-radius: 5px;
    object-fit: cover; 
}

.news img{
  width:95%;
  margin:0 auto;  
}

.infoes h2 {
    color: black; 
    margin: 5px 0;
}

.top-info h3 {
	text-align:center;
	font-weight: bold;
	color:black;
	font-size:18px;
	margin:0 auto;
	margin-bottom:10px;
	padding-top:20px;
}


.loader {
    display: none;
    margin: 20px auto;
}

.boton_content {
    display: flex;
    justify-content: center;
    align-items: center;

}

#boton {
	width:auto;
    padding: 10px 15px;
    background-color: #007bff;
    color: white;
    border: none; 
    cursor: pointer; 
    text-align: center;
}

#boton:hover {
    background-color: #45a049; 
	margin:0 auto;
}


#gif{
	display:none;
	font-size: 100px;
}
.loader {
	border: 16px solid white;
	border-radius: 50%;
	border-top: 16px solid #1a1e23;
	width: 70px;
	height: 70px;
	margin-bottom: 10px;
	-webkit-animation: spin 1s linear infinite; 
	animation: spin 1s linear infinite;
}

 #notas{
	 width:100%;
	 height:auto;
	 display:inline-block;
	 vertical-align:top;
	 margin-top:10px;
	 margin-bottom:20px;
	 display: flex;
	justify-content: center;
	flex-wrap: wrap;
 }
 
.stats .glyphicon, .container_pie .glyphicon {
    float:right;
    margin-bottom: 20px;
    color:black;
    vertical-align: middle; 
	margin: 0 auto;
	text-align:center;
}
		
.container_pie {
	width:98%;
	height:70px;
	margin:0 auto;
	margin-top:40px;
	padding-bottom:10px;
	background-color:;
    color:black;
}
.container_pie p {
	text-align: center;
	font-size:14px;
	color:black;	
	padding-top:25px;
	margin-bottom:20px;
	text-align:center;
	margin: 0 auto;
}

.glyphicon{
	height:auto;
	text-align: center;
	font-size:30px;
	color:;	
	padding-top:25px;
	margin-bottom:20px;
	text-align:center;
	margin: 0 auto; 
}
#myPage{
	margin: 0;
	padding: 0;
	width:100%;
	height:100vh;
    background-color:black;
    vertical-align: middle;
	text-align:center;
}



/* Medium and Large Devices Desktops */
@media (min-width: 961px) { 
   
 .jumbotron h1{
    color:white;
    padding-top:10px;
    font-family: Montserrat, sans-serif;
	text-align:center;
}
    .main-contains{
        width: calc(100% - 300px); 
		background:url(../imagenes/elemento.jpg);
        margin-left:15px;
	}
    .advert-container{
        width:15%;
        padding-bottom:20px;
        height: auto;
		margin-right:5px;
		margin-top:18px;
        background-color:white;
	    display: flex;
	    flex-direction:column;
	    float:right;
    }
    .advert-container p{
        padding-top: 10px;
        color: #000;
        font-family: Arial;
    }
    .advert-container .imagen img{
        padding-top: 20px;
    }
    .advert-container .imagen p{
        padding-top: 5px;
    }
	
 #notas_titular .contec h2{
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #2E2E2E;
	color:white;
	font-size:18px;
  } 
  
  .contec h2{
	width:100%;
	margin:0 auto;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size:15px;
	color:white;
	text-align:center;
  }
}

/* Small Devices Tablets*/
@media (min-width:320px) and (max-width:960px) {
	
  .jumbotron{
	width:100%;
	height:120px;
    color: #fff;
    font-family: Montserrat, sans-serif;
	text-align:center;
	
}

.main-contain{
	width:98%;
	height:auto;
	background-color:mintcream;
    margin-top:15px;	
	margin-bottom:15px;
	margin: 0 auto;

}

	
.containst .advert-container{
        width:70%;
		height:250px;
        padding-bottom:20px;
        height: auto;
		margin-top:18px;
        background-color:;
	
        align-items:flex-start;
	    flex-direction:column;
		margin:0 auto;
		margin-bottom:30px;
		display:none;
    }
    .advert-container p{
        padding-top: 10px;
        color: #000;
        font-family: Arial;
    }
    .advert-container .imagen img{
        padding-top: 20px;
    }
    .advert-container .imagen p{
        padding-top: 5px;
    }
	
  #notas_titular .contec h2{
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: #2E2E2E;
	color:white;
	font-size:20px;
  }
  
  .contec {
	width:100%;
	height:auto;
    font-size:20px;
    padding-top:px; 
	padding-bottom:15px;
	margin:0 auto;
	margin-bottom: 2px;  
   background-color:;
  }
  
  #contex{
	overflow-y:auto;
   }
  
    .news {
	  flex-direction: column; 
    }
	
  .contec .news-box{
    width:100%;
    padding-top:10px;
    margin-bottom:10px;
    flex-direction: column; 
  }

   #contex .news-boxs{
    width:100%;
    padding-top:10px;
    margin-bottom:10px;
    flex-direction: column; 
  }
  
  .news-boxs img{
    width:95%;
	margin:0 auto;
  }
  
    .infoes {
        margin: 10px 0; 
    }

    .top-info {
        padding: 10px;
    }

    #boton{
    width: 40%;
    margin-top: 20px;
    padding: 10px 15px;
    background-color: #007bff;
    display: block;
    text-decoration: none;
    text-align: center;
	margin:0 auto;
    }
}



/*artistas*/


.contenedors {
            width:100%;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
			margin-top:10px;
            justify-content: center;
            gap: 10px;
        }

        .cards {
            width: 32.5%;
            box-sizing: border-box;
            display: flex;
            padding-top: 5px;
            flex-direction: column;
            background-color: #fff;
            border: 1px solid #ccc;
            border-radius: 5px;
            overflow: hidden;
        }

        .card-headers{
            height: 250px;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            overflow: hidden;
            flex-grow: 1;
        }

        .sliders {
            position: relative;
            width: 100%;
            height: 100%;
            display: flex;
        }

        .slides {
            min-width: 100%;
            transition: transform 0.5s ease;
        }

        .slides img {
            width: 100%;
            height: auto;
            display: block;
        }

        .prev, .next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background-color: rgba(0, 0, 0, 0.5);
            color: white;
            border: none;
            padding: 10px;
            cursor: pointer;
            font-size: 24px;
            z-index: 10;
        }

        .prev {
            left: 10px;
        }

        .next {
            right: 10px;
        }

        .card-bodys {
            padding: 20px 15px;
            text-align: justify;
            display: flex;
            flex-direction: column;
            flex-grow: 1;
        }

        .card-titles {
            text-align: center;
            margin: 0 0 10px 0;
			font-size:14px;
        }

        .card-descriptions {
            width: 98%;
            margin-top: 20px;
            margin-bottom: 20px;
            flex-grow: 1;
        }
		
		 .card-descriptions p{
            width: 98%;
            margin-top: 20px;
            margin-bottom: 20px;
            font-size:12px;
        }

        .vote-counts {
            font-size: 14px;
            color: black;
        }

       .vote-button {
    display: flex;
    padding: 2px 4px;
    font-size: 14px;
	margin:0 auto;
}
	
	.vote-button span {
      font-size: 14px;
      padding: 8px 12px; 
	  color:black;
    }

        .vote-button:hover,
        .vote-button:focus {
            background-color: #f0f0f0;
            color: var(--secondary);
        }
		
		ul {
            list-style-type: none; 
            padding: 0; 
            margin: 0; 
        }
		
		
		 @media (min-width: 320px) and (max-width: 860px) {
            .contenedors {
                width: 100%;
                display: block;
                margin: 0 auto;
				padding-top:10px;
			
                flex-direction: column;
            }

            .cards {
                width: 100%;
                display: flex;
                padding-top: 5px;
			    margin-bottom:10px;
                flex-direction: column;
            }

            .card-bodys {
                display: flex;
                flex-direction: column;
            }

            .card-headers img {
                width: 98%;
                height: 100%;
				margin:0 auto;
            }

            .card-descriptions {
                margin-top: 20px;
                margin-bottom: 30px;
                flex-grow: 1;
            }

            .vote-button {
                display: flex;
                padding: 2px 4px;
                font-size: 14px;
            }

            .vote-button span {
                font-size: 14px;
                padding: 8px 12px;
                color: black;
            }
        }


  .saludo{
	text-align: center;
	top:1px;
	font-size:20px;
	color:red;
 left:0;	
}

#saludo img{
	width:45px;
	height:45px;
	margin-top:px;
	font-size:20px;
	color:; 
    display: inline-block;
    margin-right:15px;
	margin-left:0:
}


.mapas{
	margin: 0;
	padding: 0;
	width:100%;
	height:auto;
    background-color:snow;
    vertical-align: middle;
	text-align:center;
}

.visitas{
    width:90%;
	height:80vh;
	 padding-top:0px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0 auto;  
	background-color:snow;
    flex-direction: column;
}


 /*scollup icon*/
.scrollup {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	opacity: .8;
	position: fixed;
	bottom:20px;
	right: 5px; 
	color: red;
	cursor: pointer;
	background-color:red;
	z-index: 1;
	transition: opacity .5s, background-color .5s;
	-moz-transition: opacity .5s, background-color .5s;
	-webkit-transition: opacity .5s, background-color .5s;
}
.scrollup:hover {
	background: #82ca9c;
	opacity: 1;
}
.scrollup i {
	font-size: 13px;
	position: absolute;
	opacity: 1;
	color: #fff;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	margin-left: -6px;
	text-decoration: none;
}
 

/* Pie de pagina con iconos*/	
  
footer {
	width:100%;
	height:100%;
	font-family: Raleway;
	padding-top:2px;
}
.footer-container {
	width:100%;
	height:100%;
	background: #0b1121;  
	color: #fff;
}
.footer-main {
	width: 100%;
	height:100%;
    margin: 0 auto;
	padding: 10px 0;
	display: flex;
	flex-wrap: wrap;
}
.footer-main .footer-columna {
	width: calc(95% / 3);
	text-align: justify;
	text-align:center;
	margin:0 auto;
	flex-direction:column;
}
.footer-main .footer-columna:nth-child(2) {
	padding: 0 20px;
}
.footer-main .footer-columna h3 {
	font-size: 32px;
	padding-top:0px;
	color:white;
	margin-bottom: 20px;
}
.footer-main .footer-columna input[type="email"] {
	border: none;
	width:80%;
	 height: 40px;
	border: 1px solid #00C6EE;
	font-size: 14px;
	padding: 10px;
	font-family: Raleway;
	text-align:center;
}

.footer-main .footer-columna  .paypal-button {
            width:150px;
            height: 50px;
            display:inline-block;
            text-align: center;
			margin-top:25px;
			margin-bottom:10px;
            border-radius: 5px;
            text-decoration: none;
            color: #000;
        }

/*.footer-main .footer-columna input[type="name"] {
	border: none;
	width:80%;
	 height: 40px;
	border: 1px solid #00C6EE;
	font-size: 14px;
	padding: 10px;
	font-family: Raleway;
	margin-bottom:10px;
}*/
.footer-main .footer-columna #Message{
	  width:80%;
      height:50px;
      resize: none;
      margin-top:5px;
	  Padding-top:15px;
      border: solid 1px var(--lightgrey);
      font-family: 'Roboto-Regular';
      font-size: 14px;
	  text-align:center;
}
.footer-main .footer-columna input[type="submit"] {
	border: none;
	background: #00C6EE;
	color:white;
	display:flex;
	margin:0 auto;
	padding: 10px 40px;
	font-size: 18px;
	margin-top: 10px;
	cursor: pointer;
	font-family: Raleway;
	text-align:center;
}
.footer-main .footer-columna p {
    width:95%;
	text-align: justify;
	text-align:center;
	font-size:16px;
	}
.footer-main .footer-columna span p {
	display: block;
	text-align:center;
	margin-top:10px;
	margin-bottom: 15px;
	font-family: Raleway;
	color:white;
}

.main-copy-redes{
	width:70%; 
	padding: 5px 0;
	margin: auto;
	display: flex;
 }
	
.footer-copy a{
    width:100%;
    text-decoration: none;
    color:white;
	font-size:18px;
	}
	
.footer-main .footer-columna span{
	color:white;

}

.footer-copy h4{
    text-decoration:arial;
    color:white;
	font-size:12px;
	}
.footer-copy-redes {
	width: 100%;
	display:inline-block;
	padding-bottom:0px;
	background: #0b1121;  
	border-top: 3px solid #fff;
}
.main-copy-redes {
	width:70%; 
	padding: 5px 0;
	margin: auto;
	display: flex;
}
.main-copy-redes .footer-copy {
	width: 70%;
	height:auto;
	color: #fff;
	margin-bottom:5px;
}
.main-copy-redes .footer-copy span{
	color:white;
}
.main-copy-redes .footer-redes {
	width: 30%;
	display: flex;
    padding: 15px 0;
	flex-wrap: wrap;
	justify-content: space-between;
	
}
.main-copy-redes .footer-redes a{
	display: inline-block;
	text-decoration: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius:50%;
	background: #fff;
	color:black;
	text-align: center;
}

.main-copy-redes .footer-redes i{
	display: inline-block;
}



@media screen and (max-width: 1023px) {

footer {
    width: 100%;
    font-family: Raleway;
    padding-top: 5px;
}

.footer-main .footer-columna {
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

.footer-main .footer-columna h3 {
    padding-bottom: 30px;
    font-size: 35px;
}

.footer-main .footer-columna p {
    font-size: 14px;
    width:90%;
    margin: 0 auto;
    text-align: justify;
}

/* Contenedor redes */
.main-copy-redes {
    width:90%;
    display: flex;
    justify-content: center; 
}

/* Redes en línea */
.main-copy-redes .footer-redes {
	width:40%;
    display: flex;
    justify-content: center;
    gap: 5px; /* separación entre iconos */
    padding: 15px 0;
}

/* Iconos */
.main-copy-redes .footer-redes a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    color: black;
    text-decoration: none;
	
 }
}
 
 

@media(max-width: 690px){
.footer-container {
	width: 100%;
	background:;
	color: #fff;
}
.footer-main {
	width: 98%;
	max-width: 1000px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}
.footer-main .footer-columna {
	width:98%;
	text-align: justify;
	text-align:center;
}
	.footer-main .footer-columna h3 {
		padding-bottom:20px;
		padding-top:0px;
		font-size:32px;
	}
   /*.footer-main .footer-columna input[type="name"] {
	border: none;
	width:60%;
	border: 1px solid #00C6EE;
	font-size: 14px;
	padding: 10px;
	font-family: Raleway;
	margin:0 auto;
	margin-bottom:10px;
  }*/
   .footer-main .footer-columna input[type="email"] {
	border: none;
	width:80%;
	height:40px;
	border: 1px solid #00C6EE;
	font-size: 14px;
	margin-top:7px;
	font-family: Raleway;
	margin:0 auto;
	display:block;
  }
  
  .footer-main .footer-columna #Message{
	  width:80%;
	  height:40px;
      resize: none;
      margin-top:5px;
      border: solid 1px var(--lightgrey);
      font-family: 'Roboto-Regular';
      font-size: 14px;
	  text-align:center;
}
.footer-main .footer-columna input[type="submit"] {
	width:40%;
	border: none;
	background: #00C6EE;
	color: #fff;
	padding: 10px 40px;
	font-size: 18px;
	margin-top: 10px;
	cursor: pointer;
	font-family: Raleway;
  }
  
  	.footer-main .footer-columna p {
	font-size: 14px;
	width:95%;
	padding: 15px 0;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	text-align:justify;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	}
	
	
	.footer-main .footer-columna span p {
	width:95%;
	 flex-direction:column;
	display: flex;
	margin:0 auto;
	color:white;
	margin-bottom: 15px;
	font-family: Raleway;
	text-align:center;
   }
   
   .footer-main .footer-columna span{
	color:white;
}

  .footer-copy h4{
    text-decoration:arial;
    color:white;
	font-size:12px;
	}
   
   .footer-copy-redes {
	width: 100%;
	height:auto;
	display:flex;
	flex-direction:column; 
	display:flex;
	padding-bottom:0px;
	background:;
	border-top: 3px solid #fff;
}
.main-copy-redes {
	width:100%; 
	height:auto; 
	flex-direction:column;
	padding: 5px 0;
	margin: auto;
	display: flex;
}
.main-copy-redes .footer-copy {
	width: 100%;
	height:auto;
	color: #fff;
	margin-bottom:5px;
	text-align:center;
}

	.main-copy-redes .footer-redes {
		width: 80%;
		text-align:center;
		margin:0 auto;
	}

.main-copy-redes .footer-redes a {
	display: inline-block;
	text-decoration: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius:50%;
	background: #fff;
	color:black;
	text-align: center;
	margin-bottom:15px;
  }
}  


.fb_background .chat {
    width:100%;
	height:380px;
    margin: 0 auto;
    background-color: #fff; /* White background for a clean look */
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Soft shadow for depth */
}


/* Estilos generales del modal */
.modal_box {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0; /* Posiciona el modal en la parte inferior */
  left:0;
  height: 400px; /* Altura fija del modal */ 
  align-items: center;
  justify-content: flex-start; /* Alinea el contenido hacia arriba */
  z-index: 9999; /* Asegura que el modal esté por encima de otros elementos */
}

.modal_box.active {
  display: flex; /* Muestra el modal cuando tiene la clase 'active' */
}

/* Contenedor interno del modal */
.modal_containers {
  max-width:500px;
  width:100%;
  height:400px;
  left:0 auto;
  bottom: 0;
  background-color: white; /* Fondo blanco */
  box-shadow: 0 1px 6px #0001, 0 2px 10px #0000; 
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
   z-index: 9999;
}
.modal_box .close i{
  color:white;
  outline: none;
  cursor: pointer;
}

/* Estilos del header */
.header_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px; /* Espaciado alrededor del contenido */
  border-bottom: 1px solid #ccc; /* Línea divisoria en la parte inferior */
  background:#0c3f43; 
}

.header_box h3 {
  margin: 0 auto; /* Elimina márgenes del título */
  font-size: 18px;
 text-align:center;
 font-weight: bold;
  color: white; /* Color oscuro para el texto */
}

.header_box button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
  color: #333; /* Color del ícono */
}

.header_box button i {
  font-size: 20px; /* Asegura que el icono sea suficientemente grande */
}

/* Caja de chat 
#chat-box {
  width: 80%;
  
  overflow-y:hidden;
  display: flex;
  border: 1px solid #ccc;
  padding-top: 0px; 
  padding-bottom: 0px; 
  background-color: #f9f9f9;
  margin-bottom: 0px;
  margin: 0 auto;
}  */

.messages-container {
  width: 98%;
  margin: 0 auto;
  padding-top: 10px;
  background-color: #f9f9f9;
  flex-direction: column;
}

.message {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size:12px;
  background-color: #fff;
  flex-direction: column;
  color:black;
}


/* Estilos de los campos del formulario */
#usuario,
#comentario {
  width: 80%;
  border-radius: 4px;
  margin-top: 5px; /* Agregar margen superior */
  margin-bottom: 5px; /* Agregar margen inferior */
  border: 1px solid #000;
  box-sizing: border-box;
  padding-bottom:5px; /* Agregar padding en la parte inferior */
  font-size: 14px;
}

#comentario {
  height: 80px;
  resize: vertical; background-color:red;
}

.chats {
  width: 20%;
  height: 30px;
  display: block;
  border: none;
  padding-bottom:5px;
  border-radius: 4px;
  background-color: #2083f3;
  color: white;
  font-size: 16px;
  cursor: pointer;
  margin: 0 auto;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.chats:hover {
  background-color: #137aea;
  transform: translateY(-2px);
}

.chats:active {
  background-color: #0d6efd;
  transform: translateY(0);
}

/* Estilos responsivos */
@media (max-width: 768px) {

#chat-box {
  width: 90%;
}
	/* Estilos generales del modal */
.modal_box {
  width: 100%; /* Ocupa el 90% del ancho */
}

.modal_box.active {
  display: flex; /* Muestra el modal cuando tiene la clase 'active' */
}

/* Contenedor interno del modal */
.modal_containers {
  width: 100%; /* Utiliza el 100% del ancho disponible */
  flex-direction: column; /* Alinea los elementos de manera vertical */
}
  /* Para pantallas más pequeñas */
  #usuario,
  #comentario {
    width: 80%; /* Más ancho en pantallas pequeñas */
  }

  .chats {
    width: 20%; /* Aumenta el tamaño del botón de enviar */
  }
}

@media (max-width: 480px) {
  /* Para pantallas muy pequeñas (móviles) */
  #usuario,
  #comentario {
    width: 90%; /* Usa casi todo el ancho */
  }

  .chats {
    width: 20%; /* Usa más espacio para el botón */
  }
}
