@import url('slider.css');
@import url('login.css');

body {
    margin-top: 0px;
    width: 100%;
	padding : 0px;
    margin: 0px;
	text-align : justify;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	color : #000;
    background: #014073;
    
}

a{
    text-decoration: none;
}

.menu , .slider, .slider_login, .barra-mensajes, .mensaje-u, .contenido, .menu_categoria{
    /*width: 1150px*/
    max-width: 1220px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

.titulo2 {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    background: #fff;
    transition: all 0.5s;
}

.lo_reciente{
    height: 41px;
    margin-right: 10px;
}

.btn-menu-ce{
    display: none;
    transition: all 0.5s;
}

.buscar{
    margin-right: 20px;
    border: solid 1px black;
    border-radius: 10px;
}

.container-4{
    overflow: hidden;
    width: 450px;
    vertical-align: middle;
    white-space: nowrap;
}

.container-4 input#search_text{
    width: 433px;
    height: 36px;
    background: #fff;
    border: none;
    font-size: 10pt;
    float: left;
    color: #232833;
    padding-left: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 10px;
    cursor: pointer;
}

.container-4 input#search_text::-webkit-input-placeholder {
    color: #65737e;
}
 
.container-4 input#search_text:-moz-placeholder { /* Firefox 18- */
    color: #65737e;  
}
 
.container-4 input#search_text::-moz-placeholder {  /* Firefox 19+ */
    color: #65737e;  
}
 
.container-4 input#search_text:-ms-input-placeholder {  
    color: #65737e;  
}

.container-4 button.icon{
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
 
    border: none;
    background: #232833;
    /*background: #23283300;*/
    height: 39px;
    width: 50px;
    color: #fff;
    opacity: 0;
    font-size: 10pt;
 
    -webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -ms-transition: all .55s ease;
    -o-transition: all .55s ease;
    transition: all .55s ease;
}

.container-4:hover button.icon, .container-4:active button.icon, .container-4:focus button.icon{
    outline: none;
    opacity: 1;
    border: none;
    margin-left: -46px;
}
 
.container-4:hover button.icon:hover{
    /*background: white;*/
}

.container-4 input#search_text:focus{
    border: none;
    outline: none;
}

.barra-mensajes{
    margin-top: 10px;
    height: auto;
    background: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.mensaje{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 5px;
}

.rojo{
    border: solid 1px #ff3232;
    background: #ffb2b2;
    font-size: 18px;
    color: #000;
    border-radius: 10px;
    text-align: center;
}
    
.negro{
    border: solid 1px #323232;
    background: #cccccc;
    font-size: 18px;
    color: #000;
    border-radius: 10px;
    text-align: center;
}
    
.azul{
    border: solid 1px #1919ff;
    background: #e5e5ff;
    font-size: 18px;
    color: #000;
    border-radius: 10px;
    text-align: center;
}
    
.verde{
    border: solid 1px #66b266;
    background: #b2d8b2;
    font-size: 18px;
    color: #000;
    border-radius: 10px;
    text-align: center;
}
    
.normal{
    border: solid 0px #014073;
    background: #fff;
    font-size: 17px;
    color: #203c66;
    border-radius: 10px;
    text-align: center;
}

.mensaje-u {
    width: 100%;
    padding: 7px 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    background: #fff;
    color: #203c66;
    font-size: 17px;
}

.menu_categoria{
    height: auto;
    margin-top: 10px;
    background: #fff;
}

.contenido{
    display: flex;
    height: max-content;
    background: #fff;
    justify-content: space-between;
    padding-top: 5px;
    overflow: hidden;
}

.con1 {
    width: 75%;
    height: max-content;
    overflow: hidden;
    min-height: 400px;
    padding: 10px 25px;
    transition: all 1s;
}

.con2 {
    width: 25%;
    min-height: 400px;
    transition: all 1s;
    padding-right: 5px;
}

.logo-movil {
    display: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
}

.accordion {
    display: none;
}

.menu_m {
    padding-top: 5px;
}

.menu_m ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.menu_m li {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.menu_m li a {
    display: block;
    color: #6FB3D9;
    text-align: center;
    padding: 14px 16px;
    font-size: 18px;
    text-decoration: none;
}

#cerrar {
    display: none;
}

.menu-categ2 {
    background: #014073;
    font-family: 'Bree Serif', serif;
    /* border-radius: 12px 12px 0px 0px; */
    border-radius: 0px 15px 15px 0px;
    margin-right: 5px;
}

.menu-categ2 p {
    font-size: 26px;
    text-align: center;
    color: #fff;
    padding-bottom: 9px;
    padding-top: 9px;
    margin: 5px;
    font-weight: bold;
}

.cue-menu li {
    list-style: none;
}

.cue-menu a {
    background: #6FB3D9;
    display: block;
    padding: 13px 11px;
    margin-bottom: 4px;
    text-decoration: none;
    border-radius: 0px 15px 15px 0px;
    margin-right: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    TEXT-ALIGN: left;
}

.cue-menu .m-red {
    background: #014073;
    color: #fff;
}

.m-celu {
    display: none !important;
}

.new-a {
    position: relative;
}

.img_new_menu {
    position: absolute;
    width: 40px;
    top: 0;
    right: 0;
    margin-right: 5px;
    margin-top: 2px;
}

.titulo {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    background: #fff;
    border-bottom: 1px solid #4982cb;
    margin-bottom: 20px;
    font-size: 18px;
    transition: all 0.35s;
}

.cuadros {
    clear: both;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.reciente_cadro {
    clear: both;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    border-radius: 5px;
    border: solid 1px #b7b1b1;
    padding: 16px 0px;
}

.reciente_cadro label {
    color: #014073;
    font-size: 20px;
    clear: both;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: solid 2px #645e5e;
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.reciente_genero {
    margin-top: 35px;
}
/*
.box{
    width: 140px;
    height: 220px;
    position: relative;
    border-radius: 7px;
    margin: 10px;
    box-shadow: 0 7px 6px rgb(0 0 0 / 9%), 0 10px 27px rgb(0 0 0 / 14%);
    border: solid 1px #191511a1;
    transition: all 0.5s;
}
*/

.box{
	width: 140px;
	box-shadow: 2px 2px 30px rgba(0,0,0,0.2);
    border: solid 1px #191511a1;
	border-radius: 10px;
	overflow: hidden;
	margin: 9px;
	transition: all 1s ;
    position: relative;
}

.cuadros_serie a{
    margin: 10px;
}

.cuadros_serie .box{
    margin: 0px;
}

.slide-img{
	/*height: 247px;*/
	height: 220px;
	position: relative;
	transition: all 1s
}

.slide-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.detail-box {
    position: absolute;
    width: 100%;
    height: 30%;
    bottom: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    white-space: revert;
    align-items: flex-start;
    /*padding: 5px 8px;*/
    box-sizing: border-box;
    font-family: calibri;
    background: rgba(0, 0, 0, 0.71);
    /*border-top: 1px solid #7da129;*/
    backdrop-filter: blur(1px);
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 0px 0px 10px 10px;
    z-index: 2;
}

/*
.slide-img{
    width: 140px;
    height: 220px;
    position: relative;
}

.slide-img img{
    width: 100%;
    height: 100%;
    border-radius: 7px;
    object-fit: cover;
}

.detail-box{
    position: absolute;
    width: 100%;
    height: 30%;
    bottom: 0;
    color: #fff;
    z-index: 1;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    display: flex;
    justify-content: center;
    white-space: revert;
    overflow: hidden;
    align-items: flex-start;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.detail-box::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    ///background: rgb(185, 185, 185, 0.1);
    background: rgba(0, 0, 0, 0.71);
    backdrop-filter: blur(1px);
    z-index: -1;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    transition: all 0.5s;
}
*/

.overlay {
    position: absolute;
    top: 0;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    width: 100%;
    z-index: 3;
    opacity: 0;
    display: none;
    transition: opacity 0.3s ease-in-out;
}

.buy-btn {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: calibri;
    border-radius: 7px;
    margin-bottom: 10px;
    font-size: 28px;
    padding-top: 7px;
    margin: 5px;
}

img.nuevo {
    position: absolute;
    width: 90px;
    height: 90px;
    transition: all 0.5s;
    z-index: 1;
}

/*
.type {
    padding: 5px;
    font-size: smaller;
    text-align: center;
    font-weight: 300;
}

.type2 {
    padding: 5px;
    font-size: smaller;
    text-align: center;
    font-weight: 300;
}
*/

.type {
    padding: 5px;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
}

.type2 {
    padding: 5px;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
}

.type span {
    width: 100%;
    /* height: 75px; */
    padding: 7px 0px 7px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: small;
    text-align: center;
    font-weight: 200;
    text-transform: uppercase;
    transition: all 1s;
}


.box:hover .nuevo{
    width: 70px;
    height: 70px;
    transition: all 0.5s;
}

.box:hover .detail-box{
    border-radius: 10px;
    height: 100%;
    align-items: center;
    transition: all 0.5s;
}

.box:hover .detail-box::before{
    border-radius: 7px;
    transition: all 0.5s;
    backdrop-filter: blur(3px);
}

.box:hover .overlay{
    opacity: 1;
    display: flex;
    transition: opacity 0.9s ease-in-out;
}

.btn-cargarmas{
    display: none;
}

.barra{
    /*width: 1150px; */
    max-width: 1220px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    background: #fff;
}

.redes{
    display: none;
}

.nombre_g {

}

.nombre_g h2 {
    background: #014073;
    padding: 11px 11px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 17px;
}

.nombre_g a{
    border: solid 2px #668957;
    background: #93c47d;
    float: right;
    margin-right: 40px;
    width: 150px;
    height: 25px;
    border-radius: 7px;
    margin-bottom: 20px;
}

.nombre_g .ok {
    border: solid 2px #aa2e25;
    background-color: #ea1f1fa6;
}

.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;
    width: 50px;
    height: 20px;
}

.btncanbiar {
	position: absolute;
    margin-top: -36px;
    right: 30px;
    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;
    margin-right: 40px;
}

.btncanbiar span{
    margin-bottom: -7px;
    line-height: 0;
}

.total-con {
    float: left;
    margin-left: 40px;
    margin-bottom: 20px;
}

.total-con h2 {
    border: solid 2px #b7b1b1;
    border-radius: 7px;
    padding: 11px 11px;
    color: #014073;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
    margin: 0;
}

.container-fluid{
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}

.container-fluid .dentro{
    width: 70%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    background: #e9fbff;
    padding-bottom: 20px;
    border: solid 1px #bddee5;
    border-radius: 10px;
    text-align: center;
}

.container-fluid .dentro h2 {
    font-size: 26px;
    color: #697b7f;
    font-weight: bold;
}

.icon-bookmark-star-favorite {
    color: #e3a930;
}

.icon-list-add {
    color: #7da129;
}

.icon-play {
    color: #fff;
}

.paginacion {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.paginacion a:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.paginacion a.activo {
    background-color: #014073;
    color: white;
}

.paginacion a {
    border: 1px solid gray;
    color: #000;
    float: left;
    padding: 8px 16px;
    font-weight: 600;
}

.paginacion a:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.cargando_img_serie {
    /* width: 40%; */
    height: 112px;
    margin-left: 25%;
    margin-right: 25%;
}

.img_ocultar {
    display: none;
}

.loadmore {
    width: 80%;
    background-color: #014073;
    padding: 0.7rem 2rem;
    justify-content: center;
    margin: 10px 16px 10px 16px;
    animation-duration: 1.5s;
}

.Botoness a{
    height: 25px;
    border-radius: 7px;
    margin-left: 40px;
}

.lista_capitulos {
    background: rgb(227 223 223 / 25%);
    border-radius: 10px;
    padding: 20px;
    width: 88%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    margin-top: 80px;
}

.litass {
    background: #fff;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 3px;
    border: solid 1px #a7a2a2;
}

.litass img {
    width: 60px;
    height: 60px;
    margin: 10px;
    border-radius: 10px;
}

.nombreeee {
    width: 100%;
    max-width: 500px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nombreeee a {
    min-height: 20px;
    width: 100%;
    text-align: center;
    text-align: start;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    color: #252323;
    font-weight: 500;
    /* font-size: 19px; */
    font-size: 17px;
}

.busca_a {
    width: 100%;
    text-align: start;
    color: #252323;
    font-weight: 500;
    /* font-size: 19px; */
    font-size: 17px;
}

.botones {
    display: flex;
}

.nombreeee img {
    transform: rotate(270deg);
    position: absolute;
    width: 50px;
    height: 50px;
    margin: 0;
    margin-left: -11px;
}

.botones a {
    width: 50px;
    /* height: 50px; */
    text-align: center;
    font-size: 27px;
    border-left: solid 1px #676565;
    padding-top: 9px;
}

.tipoo {
    padding: 7px 20px;
    background: #ffe166;
    width: max-content;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 10px 10px 0px 0px;
}

.car-vivos{
    width: 110px;
    height: 110px;
    border: solid 1px #abaaaaee;
    border-radius: 10px;
    margin: 7px;
    cursor: pointer;
}

.car-vivos img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.car-vivos .texto{
    display: none;
}

.cuadro_vivoo{
    background: #d9edf7;
    margin-top: 12px;
    border: solid 1px #b7a0a0;
    border-radius: 5px;
    padding-bottom: 10px;
    padding-top: 20px;
    display: flex;
    width: 92%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.alert-info {
    margin-bottom: 10px;
    margin-top: 20px;
    padding: 10px;
    background: #d9edf7;
    color: #000;
    font-weight: 700;
    /* font-size: 14px; */
    border-radius: 9px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
}

.table-bordered {
    border: solid 1px #afa4a4;
    background: #fff;
    border-radius: 10px;
    border-collapse: collapse;
    font-weight: 600;
    width: 100%;
}

.table-bordered>tbody>tr>td, th {
    border: solid 1px #afa4a4;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    color: #252323;
}

.table-bordered th, td {
    border: solid 1px #afa4a4;
    border-collapse: collapse;
}

.table-bordered .alert {
    background: #d9edf7;
    padding: 5px;
    border-radius: 5px;
}

.titu_vivo {
    WIDTH: 90%;
    color: #fff;
    font-size: 18px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    background: #014073;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
}

.cuadro_alert{
    background: #d9edf7;
    margin-top: 40px;
    border: solid 1px #b7a0a0;
    border-radius: 5px;
    padding-bottom: 10px;
    padding-top: 20px;
    width: 92%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.Botoness {
    margin-top: -55px;
}

/* Acordeon styles */

.half {
    /*float: left; */
    width: 97%;
    padding: 0 1em;
    /* border-bottom: 209px; */
    padding-bottom: 20px;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.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;
}

.soporte-table td{
    border: 0px solid;
}

.car-vivos2 {
    width: 110px;
    height: 160px;
    border: solid 1px #abaaaaee;
    border-radius: 10px;
    margin: 7px;
    cursor: pointer;
    overflow: hidden;
}

.car-vivos2 img {
    width: 100%;
    height: 120px;
    border-radius: 10px;
}

.car-vivos2 .texto2 {
    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;
}

.lista_capitulos2 {
    background: rgb(227 223 223 / 25%);
    border-radius: 10px;
    padding: 20px;
    width: 88%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    margin-top: 50px;
}

.lista_capitulos2 .tipoo{
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    background: #014073;
    font-size: 12px;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    color: #fff;
    margin-bottom: 10px;
    font-size: 15px;
}

.nombre_genero {
    color: #4F6B95;
    /* font-size: .75rem; */
    text-align: center;
    background-color: #1c3f76;
    padding: 0.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;
}

.listar{
    float: right;
    width: 150px;
    height: 25px;
    margin-right: 25px;
    text-decoration: none;
    font-weight: 600;
    color: #ffffff;
    background-color: #769c4e;
    border-radius: 7px;
    border: 2px solid #5c793c;
    cursor: pointer;
}

a.icon-trash {
    color: #cd2727dd;
    cursor: pointer;
}

#calendario_favo {
    width: 99.7%;
    margin-top: -12px;
    margin-bottom: 15px;
    border: solid 1px #a6a2a2;
}

#calendario_favo #contenedorCalendario{
    width: 100%;
}

.pagos{
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    background: #d9edf7;
    margin-top: 25px;
}

.pagos h3{
    border: solid 1px #014073;
    padding-left: 5px;
    padding-right: 5px;
    width: 80px;
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 0px;
    color: azure;
    background: #014073
}

.pagos img {
    height: 90px;
}

.paypal {
    width: 60%;
    border-radius: 10px;
}

.jjj {
    background: #d9edf7;
    margin-top: 25px;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

.jjj .titu {
    border: solid 1px #014073;
    padding-left: 5px;
    padding-right: 5px;
    width: 80px;
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 0px;
    color: azure;
    background: #014073;
}

.jjj .ttt {
    margin-top: 0px;
    border: solid 1px #014073;
    background: #014073;
    color: #014073;
}

.alert-info {
    overflow: hidden;
    text-align: center;
}

.dds {
    width: 85% !important;
    margin-top: 10px;
}

.largo {
    float: left;
    width: 44%;
    padding: 5px;
    margin-right: 25px;
    text-align: center;
}

.largo img {
    width: 70%;
}

.mitad {
    width: 100%;
    clear: both;
    text-align: center;
    font-size: 25px;
}

.mitad .mitadimg {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.main-login{
    margin-top: 10px;
	border: 1px solid #ddd;
    border-radius: 14px;
    background-color: white;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    margin-top: 30px;
    overflow: hidden;
}

.control-label {
    font-size: 18px;
    margin-bottom: 5px;
}

.main-login .form-group .cols-sm-10 {
    padding-top: 5px;
    padding-bottom: 12px;
}

.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: 96%;
    margin-bottom: 0;
}

.input-group .form-control {
    display: table-cell;
}

.form-control {
    display: block;
    height: 24px;
    padding: 6px 12px;
    font-size: 15px;
    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-item2 {
    width: 90%;
    margin-top: 17px;
    margin-left: auto;
    margin-right: auto;
    /* margin: 5px; */
}

.list-group-item2 .icon-play {
    color: #080F28;
}

.list-group-item {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.salir_menu{
    display: none;
    color: #fff;
    border: solid 2px #fff;
    border-radius: 7px;
    margin-right: 20px;
    font-size: 20px;
    font-family: arial;
    padding: 5px 15px;
}

.buscar2{
    display: none;
    transition: all 0.5s;
}

/** TABLE VIVO **/

.table_vivos{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.tabla_tr {
    width: 98%;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    border-bottom: 1px solid #afa4a4;
    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 #afa4a4;
}

.tabla_th {
    border-left: 1px solid #afa4a4;
    border-top: 1px solid #afa4a4;
    padding: 6px;
    font-weight: 700;
    background: #fff;
    color: #000;
}

.tabla_td {
    border-left: 1px solid #afa4a4;
    padding: 6px;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.tabla_td img{
    width: 45px;
    height: 45px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    cursor: pointer;
}

.t_th_1 {
    width: 40%;
}

.t_th_2 {
    width: 60%;
}

.t_th_3 {
    width: 30%;
}

.t_th_4 {
    width: 15%;
}

.t_th_5 {
    width: 55%;
}

.alert_t{
    background: #d9edf7;
    color: #000;
    border-radius: 10px;
    padding: 5px;
    width: 100%;
}

.paginacion_abc {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    border-bottom: solid 1px #e3e3e3dd;
    text-align: center;
}

.paginacion_abc a {
    padding: 5px 10px;
    color: #014073;
    border: solid 1px #014073;
    font-size: 17px;
    display: inline-flex;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 5px;
    transition-duration: 0.4s;
    transition: all 500ms ease;
    font-weight: 500;
    margin-left: 3px;
    margin-right: 3px;
    
}

.paginacion_abc a:hover{
    color: #fff;
    background: #014073;
    transition-duration: 0.4s;
    transition: all 500ms ease;
}

/** PROMOCIONAR **/

.procionar_div {
    width: 97%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.procionar_div .tabs-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: transform 0.5s ease-in-out;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.procionar_div .tabs-text {
    width: 16%;
    display: flex;
    flex-direction: row;
    min-width: 162px;
}

.procionar_div p{
    color: #000000;
    font-size: 24px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

.procionar_div .tabs-pesta {
    width: 90%;
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row;
    overflow-x: auto;
}

.procionar_div .tab {
    padding: 10px;
    cursor: pointer;
    /* background: #ffffff; */
    border-bottom: 2px solid #6fb3d9;
    border-radius: 5px 5px 0 0;
    color: #000;
    margin-left: 2px;
    transition: background-color 0.3s, color 0.3s;
    white-space: nowrap;
}

.tabs-button {
    width: 10%;
    min-width: 90px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* margin-left: 10px;*/
}

.tabs-button button {
    display: none;
    background-color: #013864;
    color: #ffffff;
    padding: 0px 10px 4px 10px;
    border: none;
    border-radius: 4px;
    margin-right: 5px;
    cursor: pointer;
    font-size: 25px;
}

.tabs-button button:hover {
    background-color: #0056b3;
}

.procionar_div .tab:hover {
    background-color: #fff;
    color: #212121;
    border-color: #013864;
}

.procionar_div .tab.active {
    background-color: #013864;
    color: white;
    border-color: #6fb3d9;
}

.tabs-pesta::-webkit-scrollbar {
    width: 1px;
    display: none;
}

.tabs-pesta::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 5px;
}

.tabs-pesta::-webkit-scrollbar-track {
    background-color: transparent;
}

.procionar_div .carousel-procionar {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}

.procionar_div .carousel-procionar .carousel-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
    overflow-x: auto;
}

.procionar_div .carousel-wrapper::-webkit-scrollbar {
    width: 1px;
    display: none;
}

.procionar_div .carousel-wrapper::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 5px;
}

.procionar_div .carousel-wrapper::-webkit-scrollbar-track {
    background-color: transparent;
}

.procionar_div .carousel-procionar .carousel {
    display: flex;
}

.procionar_div .carousel-procionar button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.procionar_div .carousel-procionar .prev {
    left: 0px;
    height: 100%;
    width: 70px;
    z-index: 3;
    font-size: 35px;
    background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(255 255 255) 35%, rgb(255 255 255 / 0%) 100%);
    color: #013966;
    display: none;
}

.procionar_div .carousel-procionar .next {
    right: 0px;
    height: 100%;
    width: 70px;
    z-index: 3;
    font-size: 35px;
    background: linear-gradient(270deg, rgb(255 255 255) 0%, rgb(255 255 255) 35%, rgb(255 255 255 / 0%) 100%);
    color: #013966;
    display: none;
}

.infoPromocion {
    min-width: 250px;
    border: 1px solid #191511a1;
    border-radius: 10px;
    margin: 20px 0px 20px 20px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow: 0 6px 9px rgba(0, 0, 0, 0.3), 0 7px 16px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}

.infoPromocion:hover {
    transform: scale(1.07); /* Escala ligeramente al pasar el ratón */
}

.infoPromocion:hover a.Promocion-btn{
    display: flex;
}

.infoPromocion .imagenPromocion {
    border: 0px solid;
    height: 140px;
    width: 100%; /* Añadido para que la imagen ocupe el 100% del contenedor */
    border-radius: 10px;
    object-fit: fill;
}

.infoPromocion .data, .infoPromocion .header {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    transition: transform 0.3s;
}

.infoPromocion .data {
    bottom: 0;
    padding: 10px;
    height: 80%;
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.infoPromocion .header {
    top: 0;
    padding: 10px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    height: 40%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    z-index: 2;
}

a.Promocion-btn {
    text-decoration: none;
    color: #fff;
    margin-left: 10px;
    width: 40px;
    height: 33px;
    display: none;
    justify-content: center;
    align-items: center;
    border: solid 1px #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 7px;
    margin-bottom: 10px;
    font-size: 31px;
    padding: 7px 0px 0px 0px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

a.Promocion-btn nav{
    color: #fff !important;
}

a.Promocion-btn:hover {
    background: #ffffff;
    color: #013864;
    border-color: #013864;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

a.Promocion-btn:hover nav {
    color: #013864 !important;
}

.infoPromocion h2, .infoPromocion p {
    margin: 0; /* Añadido para quitar el margen predeterminado */
    color: white;
}

.infoPromocion h2 {
    font-size: 18px;
    font-weight: 600;
    text-align: start;
}

.infoPromocion p {
    font-size: 15px;
    /* text-align: center; */
    font-weight: 200;
    text-transform: uppercase;
    margin-top: 3px;
}

.infoPromocion .temporadas {
    font-weight: bold;
}

.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;
}

.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;
    margin-left: auto;
    margin-right: auto;
}

.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 #000000;
    border-radius: 9px;
    max-width: 400px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.card_pago p {
    margin: 5px 0;
    color: #000000;
    font-size: 15px;
}

.titulo_pago {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    color: #000000;
}