/* Estilo de las flechas prev y next */
.prev, .next {
	position: absolute;
	top: 10%; /* Centrar verticalmente */
	transform: translateY(-50%); /* Ajustar al centro exacto */
	background-color: rgba(0, 0, 0, 0.5); /* Fondo semitransparente */
	font-size: 18px;
	padding: 10px 20px;
	border: none;
	cursor: pointer;
	z-index: 10; /* Asegurar que estén sobre el contenido */
  }
  
  /* Flecha izquierda */
  .prev {
	left: 10px; /* Posición al borde izquierdo */
  }
  
  /* Flecha derecha */
  .next {
	right: 10px; /* Posición al borde derecho */
  }
  
  /* Hover para mejorar la experiencia */
  .prev:hover, .next:hover {
	background-color: rgba(0, 0, 0, 0.8); /* Fondo más oscuro */
  }
@media only screen and (max-width: 768px) {
	/* For mobile phones: */
	.bx2-cs {
		font-size: 19px  !important;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.mySlides.fade img {
		min-height: 410px;
		width: auto;
		height: 300px !important;
	}
	.numbertext {
		color: #fff;
		font-size: 12px;
		padding: 10px 12px;
		position: absolute;
		top: 0;
		width: 100%;
		background-color: #0000001c;
		height: 300px !important;
	}
	.descripcion-principal{
		display: none !important;
	}

	.bx3-cs {
		font-size: 14px;
		float: right;
		margin-right: 10px;
		margin-top: -48px;
	}


	.bx2-cs {
		font-size: 28px;
		margin-top: 20px;
		margin-bottom: 20px;
		padding-bottom: 46px !important;
	}

  }

.main_frame{
	text-align: center;
}
.bx2-cs {
    background-color: #00000063;
    padding: 3%;
    border-radius: 7px;
}

/*ua_main_content*/
.ua_main_content{
	
	width: 80%;
	display: inline-grid;
}

.btn_status{
	width: 100px;
	font-size: 14px;
	padding: 10px;
}
.Active{
	
	background-color: #1ed931;
}
.Inactive{

	background-color: #e82323;

}

.bx2-cs a {
	text-decoration: none !important;
	color: white !important;
}
.title-sec-grid-cs a {
	color: white !important;
	text-decoration: none;
}
.ajax-loader {
  visibility: hidden;
  background-color: rgba(255,255,255,0.7);
  position: absolute;
  z-index: +100 !important;
  width: 100%;
  height:100%;
}
.ajax-loader img {
  position: relative;
  top:50%;
  left:50%;
}

/*link*/
.linkify{
	text-decoration: none !important;
	color: white;
	padding: 10px;
	border-radius: 5px;

}
.linkblock{
	min-height: 60px;
}
.lbl-grid {
	display: grid;
	grid-template-columns: auto auto;
	padding: 10px;
}

.content-img-cs{
	list-style: none;
}
.grid-sec-cs.right-cs.sec-cs {
    max-width: 100%;
    background-color: #ececec;
    margin: 0px 0% 0px 0%;
}
.sub-box-grid-cs {
	display: grid;
	grid-template-columns: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	font-family: sans-serif;
}
.sub-box-slider-cs {
	font-family: sans-serif;
}
.grid-boxes-cs {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 200px;
}
.brid-box-overlay-cs {
	height: 200px;
}
.brid-box-overlay-cs {
	height: 200px;
	background-color: #00000061;
	color: white;
}
.bx1-cs {
	margin: 268px 0px 0px 0px;
	padding: 8px 10px;
	background-color: #00aced;
	display: inline-block;
	font-size: 16px;
}
.snap-div {
    width: 72%;
}
.bx2-cs {
	font-size: 28px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.bx3-cs {
    font-size: 14px;
    float: right;
    margin-right: 10px;
	margin-top: -40px;
}
.scnd-grid-box-div-cs {
    max-width: 100%;
    font-size: 18px;
    margin: 0px 10px;
    height: 30px;
}
.thrd-grid-box-div-cs {
    margin: 40px 10px;
    font-size: 11px;
}
.first-grid-box-div-cs {
	display: inline-block;
	background-color: #d52929;
	padding: 0px 5px;
	margin-left: 12px;
	margin: 82px 10px 10px 10px;
}
.radiotv {
    background-color: #00A9AF !important;
}
* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 2s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
.slider-sec-cs {
	width: 100%;
	float: left;
}
.slideshow-container {
	min-height: 410px !important;
	background-color: #ececec;
}
.mySlides.fade img {
    min-height: 410px;
    width: auto;
    height: 592px;
}
.numbertext {
    color: #fff;
    font-size: 12px;
    padding: 10px 12px;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #0000001c;
    height: 592px;
}
@media only screen and (max-width: 600px) {
	.slider-sec-cs {
		width: 100%;
		float: none;
		margin: 16px 0px;
	}
	.slideshow-container {
		min-height: 268px !important;
		background-color: #ececec;
	}
	.mySlides.fade img {
		min-height: 270px;
		/* width: auto; */
	}
	.bx1-cs {
		margin: 125px 0px 0px 0px;
		padding: 0px 10px;
		background-color: #d52929;
		display: inline-block;
		font-size: 16px;
	}
	.sub-box-grid-cs {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
		font-family: sans-serif;
	}
	.grid-sec-cs.right-cs.sec-cs {
		max-width: 100%;
		background-color: #ececec;
		margin: 0px 0% 0px 0%;
	}

}