@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
@import url('menu.css');
@import url('slider.css');
@import url('carrusel.css');
@import url('login.css');

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
	/*overflow-y: hidden;*/
}

body{
	justify-content: center;
	align-items: center;
	background-color: #080F28;
}

a{
	text-decoration: none;
}

.contenido{
	max-width: 1140px;
}

.vivo-p{
	margin-top: 20px;
	max-width: 1140px;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.vivo-p .titulo2{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 5px;
}

.series_carru .titulo2{
	margin-top: 40px;
}

.series_carru .titulo2{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.titulo2 h2{
	font-size: 2.05rem;
    line-height: 3.5rem;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    margin-right: 1.5rem;
    color: #fff;
    letter-spacing: -1px;
}

.nombre_g {
    border-bottom: 1.5px solid #e3a930;
    margin-bottom: 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nombre_g .Button{
	height: 40px;
	margin-right: 20px;
}

.nombre_g .ok{
	background-color: #ea1f1f70;
}

.nombre_g h2{
	font-size: 2.05rem;
    line-height: 3.5rem;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    margin-right: 1.5rem;
    color: #fff;
    letter-spacing: -1px;
	text-transform: capitalize;
}

	.nombre_g {
		padding-bottom: 6px;
		transition: all 1s;
	}
	
	.nombre_g h2 {
    	font-size: xx-large;
		line-height: normal;
		transition: all 1s;
	}
	
#contracena{
	-webkit-text-security: disc;
    -moz-webkit-text-security: disc;
    -moz-text-security: disc;
}

/*
.vivos{
	width: 100%;
    display: grid;
    grid-auto-rows: 190px;
    grid-gap: 30px;
    grid-template-columns: repeat(5, minmax(190px, 190px));
    justify-content: center;
    align-items: stretch;
}

.car-vivos{
	position: relative;
    padding: 3px;
    background: white;
    display: flex;
    grid-template-rows: 8fr 1fr 1fr;
	box-shadow: 0 2px 4px 1px rgb(0 0 0 / 10%);
    transition: 0.2s ease-in;
    border: solid 1.5px #eee;
    border-radius: 5px;
	flex-direction: column;
}
*/

.vivos {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.vivos2 {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.car-vivos {
    position: relative;
    padding: 3px;
    background: white;
    display: flex;
    box-shadow: 0 2px 4px 1px rgb(0 0 0 / 10%);
    transition: 0.2s ease-in;
    border: solid 1.5px #eee;
    border-radius: 5px;
    flex-direction: column;
    width: 190px;
    height: 190px;
    margin: 5px;
	transition: all 1s;
	/*white-space: nowrap;*/
    overflow: hidden;
}

.car-vivos img{
	width: 100%;
	height: 145px;
	border-radius: 5px;
}

.car-vivos .texto{
	border-top: solid 1.9px #e3a930;
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.5px;
	color: #000;
	padding-top: 5px;
	/*font-size: 18px;*/
	font-size: smaller;
	text-transform: uppercase;
}

.Button {
	border: 0;
	cursor: pointer;
	display: flex;
	vertical-align: top;
	text-align: center;
	line-height: normal;
	width: auto;
	border-radius: 3rem;
	color: #fff;
	background-color: #007aff;
	align-items: center;
	animation-name: fade;
  	animation-duration: 1.5s;
}

.sm{
	padding: 6px 1rem;
	font-size: .75rem;
	text-transform: uppercase;
	font-weight: 700;
}

.btncanbiar {
	border: 0;
    cursor: pointer;
    display: flex;
    vertical-align: top;
    text-align: center;
    line-height: normal;
    width: auto;
    border-radius: 10px;
    color: #fff;
    background-color: #007aff;
    align-items: center;
    animation-name: fade;
    animation-duration: 1.5s;
    padding: 5px 11px 10px 11px;
    font-size: 31px;
}

.btncanbiar span{
    margin-bottom: -7px;
    line-height: 0;
}

.total-con h2 {
    border: solid 2px #ffffff;
    border-radius: 5px;
    padding: 6px 1rem;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 17px;
    margin: 0;
}

.Button.loadmore, .Button.normal {
    background-color: #3D4F91;
	padding: .5rem 2rem;
	justify-content: center;
	margin: 10px 16px 10px 16px;
	animation-name: fade;
  	animation-duration: 1.5s;
}

.Button.loadmore {
    width: 100%;
}

.Button.loadmore:hover {
    background-color: #007aff;
	animation-name: fade;
  	animation-duration: 1.5s;
}

.Button span{
	padding-top: 4px;
}

.contenido{
	max-width: 1140px;
	width: 100%;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	display: flex;
    flex-direction: row-reverse;
	justify-content: space-between;
	transition: all 1s;
}

.con1 {
	width: 74%;
	min-height: 400px;
	padding-right: 1.5rem;
	transition: all 1s;
}

.con2 {
	width: 27%;
	min-height: 400px;
	transition: all 1s;
	padding-left: 5px;
    padding-right: 5px;
}

.cuadros{
	/*
	margin-top: 10px;
	display: grid;
    grid-auto-rows: 289px;
    grid-gap: 20px;
    grid-template-columns: repeat(4, minmax(180px, 180px));
    justify-content: center;
    align-items: stretch;
	*/
	flex-wrap: wrap;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cuadros .box{
	margin-bottom: 10px;
}

.tap {
    background: #ff000000;
    line-height: 3.5rem;
    border-bottom: 3px solid #fff0;
    /* padding-bottom: 8px; */
    text-transform: uppercase;
    color: #fff;
    border-bottom-color: #EDB709;
    font-weight: 700;
    padding: .5rem 0;
    border-radius: 0;
    margin-right: 1.5rem;
    vertical-align: top;
    letter-spacing: 0.8px;
}

.paginacion {
	flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-top: 20px;
    margin-bottom: 10px;
}

.paginacion a {
	color: white;
	float: left;
	padding: 8px 16px;
	font-weight: 600;
	background-color: #1E2747;
}

.paginacion a.activo {
	background-color: #007AFF;
	color: white;
}

.paginacion a:hover:not(.activo){
	background-color: gray;
}

.paginacion a {
	border: 1px solid gray;
}

.paginacion a:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.paginacion a:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.d_usuario{
	color: #4F6B95;
    /*font-size: .75rem;*/
    text-align: center;
    background-color: #141A32;
    padding: .5rem;
    text-transform: uppercase;
    border-radius: 3px;
    margin-bottom: 1.25rem;
	color: #fff;
	font-weight: 600;
    font-size: 14px;
	transition: all 1s;
}

.d_usuario2{
	color: #4F6B95;
    /*font-size: .75rem;*/
    text-align: center;
    background-color: #141A32;
    padding: .5rem;
    text-transform: uppercase;
    border-radius: 3px;
    margin-bottom: 1.25rem;
	color: #fff;
	font-weight: 600;
    font-size: 14px;
	transition: all 1s;
	display: none;
	width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.container-fluid{
	margin-top: 10px;
	margin-bottom: 10px;
	width: 650px;
    margin-left: auto;
    margin-right: auto;
	transition: all 1s;
}

.dentro {
    justify-content: center;
    text-align: center;
    color: #fff;
	margin-top: 20px;
}

#calendario {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
	margin-top: 10px;
}

.img-calendario{
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-calendario img {
    width: 70%;
    height: 300px;
    border-radius: 10px;
}

.Title {
    color: #4F6B95;
    font-size: .75rem;
    text-align: center;
    background-color: #141A32;
    padding: .5rem;
    text-transform: uppercase;
    border-radius: 3px;
    margin-bottom: 1.25rem;
	font-weight: 600;
    font-size: 14px;
	border-bottom: 1.5px solid #e3a930;
}

.AZList {
    /*white-space: nowrap;*/
    font-size: 0;
    overflow: auto;
    width: 100%;
    text-align: center;
    margin: 0 -.3rem;
}

.AZList>li {
    display: inline-block;
    vertical-align: top;
    padding: .3rem;
}

.AZList>li>a {
    display: block;
    border-radius: 3px;
    font-size: .75rem;
    line-height: 2rem;
    min-width: 2rem;
    padding: 0 .5rem;
    background-color: #1E2747;
    color: #fff;
}

/*
@media (min-width: 576px)
.AZList {
    white-space: normal;
}
*/

.lo-reciente {
	width: 100%;
    height: 100px;
    display: flex;
    justify-content: flex-start;
	padding: 5px;
	background: rgb(88 88 88 / 9%);
	margin-bottom: 7px;
    border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
	transition: all 1s;
}

.img-reciente img{
	width: 65px;
    height: 100%;
	border-radius: 5px;
}

.text-reciente {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	/*white-space: nowrap;*/
	overflow: hidden;
	font-weight: 600;
    letter-spacing: 0.5px;
	color: #fff;
	transition: all 1s;
}

.text-reciente h3{
	font-size: 13px;
	font-weight: 600;
	transition: all 1s;
}

.text-reciente h4{
	color: rgb(255 149 149 / 50%);
    font-size: small;
    font-weight: 700;
    text-transform: uppercase;
}

.lista_capitulos {
	background: rgb(214 214 214 / 25%);
	border-radius: 10px;
    padding: 20px;
	width: 95%;
    margin-right: auto;
    margin-left: auto;
	margin-bottom: 10px;
}

.litass {
    background: #fff;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 3px;
}

.busca_a {
    color: #252323;
    font-weight: 500;
    /* font-size: 19px; */
    font-size: 17px;
}

.nombreeee {
    width: 500px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.busca_a .nombreeee{
    width: 85%;
}

.nombreeee a {
	min-height: 44px;
	width: 100%;
    text-align: center;
    text-align: start;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
	color: #252323;
    font-weight: 500;
    /*font-size: 19px;*/
    font-size: 17px;
}

.nombreeee img {
    transform: rotate(270deg);
    position: absolute;
    width: 50px;
    height: 50px;
}

.botones {
    display: flex;
}

.botones a {
    width: 50px;
    /* height: 50px; */
    text-align: center;
    font-size: 27px;
    border-left: solid 1px #676565;
    padding-top: 9px;
}

.icon-list-add{
	color: #7da129;
}

.icon-bookmark-star-favorite {
    color: #e3a930;
}

.icon-play{
	color: #fff;
}

.botonescargar {
    display: flex;
    justify-content: space-around;
}

.botonescargar a {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #fff;
	margin-bottom: 6px;
    margin-top: -6px;
	transition: all 500ms ease;
}

.botonescargar a:hover{
	transition: all 500ms ease;
	border-bottom: 2px solid #7da129;
}

.botonc_s {
	border-bottom: 2px solid #7da129;
}

.cargando_img {
   	width: 40%;
    height: 112px;
    margin-left: 25%;
    margin-right: 25%;
}

.img_mostrar{
	display: block;
}

.img_ocultar{
	display: none;
}

.lista_vivo_c {
    width: 150px;
    /*height: 190px;*/
    height: 200px;
    margin: 10px;
	cursor: pointer;
}

.alert-info {
    margin-bottom: 10px;
    margin-top: 20px;
    padding: 10px;
    background: rgb(14 22 44);
    color: #fff;
    font-weight: 700;
    /* font-size: 14px; */
    border-radius: 9px;
    margin-left: 20px;
    margin-right: 20px;
}

.table_vivos {
    background: rgb(214 214 214 / 25%);
    border-radius: 10px;
    padding: 15px;
    margin-top: 30px;
}

.table-bordered {
    border: solid 1px #676565;
    background: #fff;
    border-radius: 10px;
	border-collapse: collapse;
	font-weight: 600;
    width: 100%;
}

.table-bordered th,td{
   border: solid 1px #676565;
   border-collapse: collapse;
}

.table-bordered .alert-info {
	color: #252323;
    /*background-color: #d9edf7;
    border-color: #bce8f1;*/
	margin-left: 0px;
	margin-right: 0px;
	margin-top: -3px;
}

.table-bordered>tbody>tr>td, th {
    border: solid 1px #676565;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
	color: #252323;
}

.tipoo {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    background: #e3a930;
    width: max-content;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 10px 10px 0px 0px;
}

.icon-trash {
    color: #ff4f4f;
	cursor: pointer;
}

.listar {
	height: 40px;
    width: 127px;
    /*margin-right: 20px;*/
    /* float: right; */
    margin-bottom: 10px;
    margin-left: 20px;
}

.btn-regis {
    background: #fff;
    color: #000 !important;
	margin-right: 5px;
}

.btn-regis:hover {
	color: #fff !important;
}

.main-login{
	border: 1px solid #ddd;
    border-radius: 14px;
    background-color: white;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}

.control-label {
    font-size: 18px;
    margin-bottom: 5px;
}

.main-login .form-group .cols-sm-10 {
    padding-top: 5px;
    padding-bottom: 10px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

.input-group-addon:first-child {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-addon {
    display: table-cell;
    padding: 6px 12px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    margin: 0;
}

.input-group .form-control:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group .form-control {
    display: table-cell;
}

.form-control {
    display: block;
    height: 37px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.input-group-addon {
    display: table-cell;
    padding: 6px 12px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    margin: 0;
}

.main-login button {
    margin-right: 20px;
    width: 200px;
}

.btn-primary {
    float: right;
    background: #403f40;
    border: solid 1px #403f40;
    height: 33px;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    width: 118px;
    cursor: pointer;
}

.list-group {
    width: 100%;
    padding: 10px;
}

.list-group-item {
    width: 100%;
    /* margin: 5px; */
}

.list-group-item2 {
    width: 97%;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    /* margin: 5px; */
}

.list-group-item2 .icon-play {
    color: #080F28;
}

.nombre_genero {
    color: #4F6B95;
    /* font-size: .75rem; */
    text-align: center;
    background-color: #141A32;
    padding: .5rem;
    text-transform: uppercase;
    border-radius: 3px;
    margin-bottom: 1.25rem;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    transition: all 1s;
    border-bottom: solid 1.5px #d5ad36;
}

.nombre_genero a{
	color: #fff;
}

.litass .img {
    width: 60px;
    height: 60px;
    margin: 10px;
    /* border-radius: 10px; */
}

img.scompleta {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.Botoness {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.forma_pago {
    width: 100%;
    background: #e3a930;
    display: flex;
    /* padding: 5px;
    text-align: center; */
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    border-radius: 5px;
    margin-bottom: 1.25rem;
    color: #080f28;
    font-weight: 600;
    font-size: 18px;
    transition: all 1s;
}

.forma_pago span{
    margin-top: 10px;
    font-size: 30px;
    padding-right: 5px;
    padding-left: 5px;
}

.barra{
	background-color: #141932;
    height: 70px;
	width: 100%;
    margin-top: 50px;
}


.pagos input[type="image"] {
    height: 80px;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 10px;
}

.pagos img{
	height: 90px;
}


.pagos a img{
    height: 50px;
}

.pagos h3{
	color: #fff;
	margin-bottom: 5px;
}

.pasosmar {
    display: flex;
    /* justify-content: center; */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    grid-gap: 20px;
    padding: 20px;
    color: #fff;
}

.pasosmar div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pasosmar img{
    width: 60%;
    height: fit-content;
}

/*
.redes{
    max-width: 1140px;
    padding: 0px 30px;
    height: 70px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
	color: #0000;
}
*/

.redes{
    max-width: 1140px;
    padding: 0px 30px;
    height: 70px;
    /* line-height: 70px; */
    margin: auto;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    color: #0000;
}

.redes nav{
	padding: 0;
    margin: 0;
    margin-bottom: -9px;
}

.redes a{
	color: #fff;
    font-size: 25px;
    border: 1px solid #fff;
    padding: 8px 7px;
    margin: 5px;
    border-radius: 5px;
}

.redes .info {
    display: flex;
    align-content: center;
    align-items: center;
    font-size: 15px;
}


.redes .info nav{
	font-size: 25px;
}

.redes .push-right{
	margin-left: auto;
}

.smartpit img{
    float: right;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-top: -14px;
    height: 40px;
}

.alert-info2{
   margin-top: 20px;
    max-width: 1100px;
    width: 95%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background-color: #141A32;
    font-weight: 600;
    font-size: 15px;
    border-bottom: 1.5px solid #e3a930;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.alert-info2 a{
	color: #fff;
    margin-top: -5px;
}

.alert-info2 span{
	font-size: 25px;
	margin-top: 4px;
}

.alert-info2 .icon-whatsapp{
    color: #25d366;
}

.alert-info2 .icon-facebook-alt{
    color: #047af9;
}

.alert-info2 .icon-phone{
    color: #fcfe48;
}
.paypal{
	width: 60%;
    border-radius: 10px;
}

.whua_login {
    border: solid 2px #25d366;
    padding: 0px 10px 0px 10px;
    font-size: 20px;
    margin-left: 10px;
    margin-bottom: 20px;
    float: left;
    margin-bottom: 20px;
    margin-top: -14px;
    height: 40px;
    border-radius: 5px;
    color: #25d366;
}

.whua_login .icon-whatsapp {
    FONT-SIZE: 25px;
    /* margin-top: 20px; */
    padding-top: 19px;
}

.registrar_login {
    margin-top: -20px;
    position: absolute;
    right: 20px;
    background: #4989da;
    border: solid 2px #4989da;
    padding: 5px 10px 5px 10px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    color: #fff;
    display: none;
}

/* Acordeon styles */

.half {
    /*float: left; */
    width: 100%;
    padding: 0 1em;
    /* border-bottom: 209px; */
    padding-bottom: 20px;
    padding-top: 10px;
}

.half .tab {
    position: relative;
    margin-bottom: 1px;
    width: 100%;
    color: #fff;
    overflow: hidden;
}

.half input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.half label {
    position: relative;
    display: block;
    padding: 0 0 0 1em;
    background: #33668f;
    border: solid 1px #014073;
    font-weight: bold;
    line-height: 2.5;
    cursor: pointer;
    font-size: 18px;
}

.half a{
    color: #000  !important;
}

.blue label {
  background: #2980b9;
}
.tab-content {
    max-height: 0;
    overflow: hidden;
    background: lavender;
    color: #000;
    -webkit-transition: max-height 0.35s;
    -o-transition: max-height 0.35s;
    transition: max-height 0.35s;
    font-size: 16.5px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.blue .tab-content {
  background: #3498db;
}
.tab-content p {
  margin: 1em;
}
/* :checked */
input:checked ~ .tab-content {
  /*max-height: 10em;*/
    max-height: max-content;
    border-radius: 0px 0px 5px 5px;
    padding: 10px 10px 10px 30px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
/* Icon */
label::after {
    position: absolute;
    right: 0;
    top: 0;
    /*display: block;*/
    display: none;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5;
    text-align: center;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
input[type="checkbox"] + label::after {
  content: "\2795";
}
input[type="radio"] + label::after {
  /*content: "\25BC";*/
    content: "\2795";
}
input[type="checkbox"]:checked + label::after {
  transform: rotate(315deg);
}
input[type="radio"]:checked + label::after {
    /*transform: rotateX(180deg);*/
    transform: rotate(315deg);
}

.lis_punto {
    margin-bottom: -7px;
}

.lis_punto2 {
    margin-bottom: -6px;
    /* width: 20px; */
    height: 24px;
}

.smart{
    margin-bottom: 40px;
}

.div_div {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    margin-bottom: 30px;
    margin-top: 20px;
}

.tab:first-child{
    border-radius: 5px 5px 0px 0px;
}

.tab:last-child{
   border-radius: 0px 0px 5px 5px; 
}

.smart img {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

img.nuevo {
    /*width: 50% !important;
    height: 30% !important;*/
    width: 90px !important;
    height: 90px !important;
    float: left;
    z-index: 1;
    position: absolute;
    transition: all 500ms ease;
}

.box:hover img.nuevo {
    /*width: 30% !important;
    height: 20% !important;*/
    width: 75px !important;
    height: 75px !important;
    transition: all 500ms ease;
    filter: grayscale(80%);
}

.cargando_img_serie {
    /* width: 40%; */
    height: 112px;
    margin-left: 25%;
    margin-right: 25%;
}

.li_buscar{
    display: none;
}

.cuadro_vivoo .titu_vivo{
    display: none;
}

.cuadro_vivoo {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
}


/** ESTILO DE LA TABLA **/

.table_vivos{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /*border: solid 1px #676565;*/
    border-radius: 10px;
}

.tabla_tr {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    border-bottom: 1px solid #000;
    background: #fff;
    justify-content: space-between;
}

.grupo1 {
    display: flex;
    width: 30%;
    justify-content: flex-start;
}

.grupo2 {
    width: 70%;
    display: flex;
    justify-content: flex-start;
    border-right: 1px solid #ddd;
}

.tabla_th {
    padding: 6px;
    font-weight: 700;
    font-size: 16px;
    background: #fff;
    color: #252323;
}

.tabla_td {
    border-left: 1px solid #000;
    padding: 6px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    color: #252323;
}

.tabla_td img{
    width: 50px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    cursor: pointer;
}

.t_th_1 {
    width: 40%;
}

.t_th_2 {
    width: 60%;
    border-left: 1px solid #000;
}

.t_th_3 {
    width: 30%;
    border-left: 1px solid #000;
}

.t_th_4 {
    width: 15%;
    border-left: 1px solid #000;
}

.t_th_5 {
    width: 55%;
    border-left: 1px solid #000;
}

.ata_vivo{
    display: none;
}

.paginacion_abc{
    display: none;
}

.img_new_menu{
    display: none;
}

.reciente_cadro {
    clear: both;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    border-radius: 5px;
    border-bottom: solid 1px #fff;
    padding: 16px 0px;
}

.reciente_cadro label {
    color: #fff;
    font-size: 20px;
    clear: both;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: solid 2px #fff;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.barra-mensajes{
    width: 100%;
    margin-top: 10px;
    height: auto;
    background: var(--fondo);
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.mensaje{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 5px;
    font-weight: bold;
}

.rojo{
    border: solid 1px #ff3232;
    background: #ffb2b2;
    font-size: 16px;
    color: #000;
    border-radius: 5px;
    text-align: center;
}
    
.negro{
    border: solid 1px #323232;
    background: #cccccc;
    font-size: 16px;
    color: #000;
    border-radius: 5px;
    text-align: center;
}
    
.azul{
    border: solid 1px #1919ff;
    background: #e5e5ff;
    font-size: 16px;
    color: #000;
    border-radius: 5px;
    text-align: center;
}
    
.verde{
    border: solid 1px #66b266;
    background: #b2d8b2;
    font-size: 16px;
    color: #000;
    border-radius: 5px;
    text-align: center;
}
    
.normal{
    border: solid 2px #014073;
    background: #f3f9fe;
    font-size: 16px;
    color: #000;
    border-radius: 5px;
    text-align: center;
}

.alert_t {
    width: 100%;
}

.promocionar_titulo {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    margin-top: -5px;
    padding-bottom: 4px;
    border-bottom: 1px solid #7da129;
}

.tabs-button button {
    display: none;
    background-color: #ffffff1a;
    color: #e3a930;
    padding: 0px 4px 4px 4px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 25px;
}

.tabs-titulo {
    width: 100%;
    max-height: 43px;
    margin-left: 5px;
    margin-right: 5px;
    color: #ffffff;
    font-size: .75rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.tabs-titulo .tab {
    cursor: pointer;
    padding: 7px;
    white-space: nowrap;
}

.tabs-titulo::-webkit-scrollbar {
    width: 1px;
    display: none;
}

.tabs-titulo::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 5px;
}

.tabs-titulo::-webkit-scrollbar-track {
    background-color: transparent;
}

.tabs-titulo .active {
    background: #fff;
    padding: 7px;
    color: #080f28;
    border-radius: 8px;
}

.lo-reciente .temporadas {
    font-weight: bold;
}

.contenido_carrucel {
    position: relative;
}

.contenido_promocionar {
    width: 100%;
    margin-top: 15px;
    max-height: 1500px;
    overflow-x: hidden;
    overflow-y: auto;
}

.contenido_promocionar::-webkit-scrollbar {
    width: 1px;
    display: none;
}

.contenido_promocionar::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 5px;
}

.contenido_promocionar::-webkit-scrollbar-track {
    background-color: transparent;
}

.fade-in {
    opacity: 0;
    transition: opacity 0.5s ease-in-out; /* Ajusta la duración y el tipo de transición según tus preferencias */
}

.fade-in.active {
    opacity: 1;
}

.contenido_carrucel .prev2 {
    top: 0px;
    height: 50px;
    width: 100%;
    z-index: 3;
    font-size: 35px;
    background: linear-gradient(179deg, rgb(8 15 40) 0%, rgb(8 15 40) 35%, rgb(255 255 255 / 0%) 100%);
    color: #fff;
    position: absolute;
    display: none;
}

.contenido_carrucel .next2 {
    bottom: 0px;
    height: 50px;
    width: 100%;
    z-index: 3;
    font-size: 35px;
    background: linear-gradient(360deg, rgb(8 15 40) 0%, rgb(8 15 40) 35%, rgb(255 255 255 / 0%) 100%);
    color: #fff;
    position: absolute;
    display: none;
}

.contenido_carrucel .arrow-up {
    transform: rotate(-90deg);
    margin-right: 5px;
}

.contenido_carrucel .arrow-down {
    transform: rotate(90deg);
    margin-left: 5px;
}

.Botton_pago {
    cursor: pointer;
    font-weight: 700;
    transition: all .2s;
    padding: 10px 20px;
    border-radius: 100px;
    background: #e3a930;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    font-size: 15px;
    width: fit-content;
    color: #080f28;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.Botton_pago:hover {
    background: #f1ba41;
}

.Botton_pago > svg {
    width: 34px;
    margin-left: 10px;
    transition: transform .3s ease-in-out;
}
  
.Botton_pago:hover svg {
    transform: translateX(5px);
}
  
.Botton_pago:active {
    transform: scale(0.95);
}
  
.card_pago {
    margin: 10px 20px 20px 20px;
    padding: 15px;
    border: 2px solid #ccc;
    border-radius: 9px;
    max-width: 400px;
    width: 80%;
}

.card_pago p {
    margin: 5px 0;
    color: #fff;
    font-size: 15px;
}

.titulo_pago {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    color: #fff;
}