@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.ttf') format('truetype');
    src: url('fonts/Roboto-Regular.eot');
}

@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-Regular.ttf') format('truetype');
    
}


html, body {
    font-family: 'Roboto', sans-serif ;
    background: #b86767;
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #e1e0e0 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #e1e0e0 100%);
    background: radial-gradient(ellipse at center, #ffffff 0%, #e1e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e0e0', GradientType=1);
}

textarea {
    resize: none;
}
.container-2{
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    min-width: 970px ;
    height: calc(100vh - 750px);
    margin-top: 150px;
    overflow: scroll;

}

.bg-scala1{
    background-color: #3498DB;
}
.display-block{
    display: block;
    width: 100%;
}
.header-page{
    display: block;
    box-sizing: border-box;
    background: #811839;
     border-bottom: solid 1px #ccc;
    margin-top: 10px;
    margin-bottom: 10px;
}

.page-logo{
    float: left;
    text-align: center;
    width: 100px;
    height: 100px;
    padding: 5px;
    box-sizing: border-box;
    margin-left: 70px;
}
.page-logo >img {
    
    width: 70px;
    height: 90px;
}

.tex-logo{
    line-height: 100px;
    letter-spacing: 3px;
    color: #811839;
    font-family: "Ubuntu";
    font-size: 2em !important;
    font-weight: bold;
    -webkit-text-stroke: 1px #fff;
}


.aside{
    overflow-y: scroll;
    overflow: hidden;
    background: #811839;
    padding-bottom: 10px;
}
.aside-logo{
    
    display: block;
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
}

.aside-logo .logo-aside{
    width: 100px;
    height: 100px;
    margin-top: 10px;
    margin-left:  auto;
    margin-right:  auto;
    border-radius: 99%;
    background-color:#3c3c3c ;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-aside >img{
    width: 100px;
    height: 100px;
    
    margin-left:  auto;
    margin-right: auto;
}

/*estipos para vista home*/
.home{
    background: #FFF;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    
}
.circleGreen{
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background-color: chartreuse;
    margin: 0px auto;
}

.circleRed{
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background-color: red;
    margin: 0px auto;
}




.titleHome{
    color: white;
    font-family: "Roboto";
    font-size: 120px !important;
    font-weight: bold;
    text-shadow: 0px 0px 15px #811839;
    -webkit-text-stroke: 2px #811839;
    animation: showtext 5s linear;
}

@keyframes showtext{
    0%{
        transform: translateX(-400%) scale(3,3);
        opacity: 1;
    }50%{
        transform: translateX(400%) scale(4,4);
        opacity: 1;
    }75%{
        transform: translateX(-400%) scale(3,3);
        text-shadow: none;
        color: transparent;
        opacity:0 ;
    }100%{
        transform: translateX(0%) scale(1,1);
        text-shadow: 2px 2px 1px #811839;
        color: white;
        opacity: 1;
    }
}

.titleDos{
    text-align: center;
    animation: SubirTexto 5s linear;
}
@keyframes SubirTexto{
    from{
        transform: translateY(400%);
    }to{
        transform: translateY(0);
    }
}


/*find*/
/*Estolos para paginas*/
.encabezadoContenido{
    background: #fff !important;
    height: 70px;
    display: grid;
    align-items: center;
    justify-content: center;
}
.encabezadoContenido h2{
    margin-top: 0px;
    line-height: 70px;
    font-family: Ubuntu;

}

.barraEncabezado{
    background-color: white;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    border-bottom: 3px solid #ccc;
}

.barraEncabezado button, h4, select{
    margin-bottom: 10px;
    margin-left: 10px;
}

.barraEncabezado h4{
    width: 130px;
    line-height: 30px;
}


.contenidoPagina{
    background-color: white;
    
}
/*fin*/

.content-reloj{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.reloj,.minusc {
    color: #fff;
    text-align: center;
    font-size: 5em;
    position: relative;
    width: 100%;
    z-index: 1;
}
.text-white{
    color: white !important;
}
.minusc{
    text-align: center;
    color: #fff;
    font-size: 2em;
}
.card-cine{
    width:280px; 
    height:300px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 20px;
}
.card-teatro{
    width:400px; 
    height:711px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 20px;
}
.card2{
    width: 300px;
    height: 280px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 20px;
    margin: 10px;
}
.card2 > img{
    width: 100%;
    height: 202px;
}
.boton-card{
    background: #a60b21;
    color: #fff;
    width: 100%;
    display: block;
    height: 2em;
    line-height: 2em;
    font-family: Roboto;
    font-weight: 500;


}
.boton-card:hover{
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.CajaCategoria {
    font-family: Ubuntu;
    color: #a60b21;
    text-shadow: 1px 1px 8px #0c0c0c;
    font-size: 1.2rem;
    text-align: center;
    line-height: 240px;
    overflow: hidden;
    height: 250px;
    width: 200px;
    margin-bottom: 20px;
    border-radius: 30px;
    box-shadow: 13px 18px 63px -18px rgba(0, 0, 0, 0.836);
    background: #ccc;
    position: relative;
    transition: all 2s ease-in-out;
    
}
.CajaCategoria::after,.CajaCategoria::before{
 content: "";
border-radius: 50%;
height: 300px;
width: 300px;
position: absolute;
bottom: -180px;
background: #00bcdf;
z-index: 0;

margin-left:auto;
margin-right:auto;
left:-50px;

}
/*.CajaCategoria::before{
    top: -5px;
    left: -5px;
}*/

.CajaCategoria:hover  {
background: #00bcdf;
transform: scale(1.1);
color: #fff;
}

.sombras {
    border: none;
    -webkit-box-shadow: 13px 18px 63px -18px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 13px 18px 63px -18px rgba(0, 0, 0, 0.75);
    box-shadow: 13px 18px 63px -18px rgba(0, 0, 0, 0.75);
}

.box-list{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 90%;
    height: 170px;
    border: solid 1px #a60b21;
    border-radius:  100px   ;
    margin-bottom: 3rem;
    margin-top: 1rem;
    transition: background-color 2s ease-out;
}

.box-list:hover{
    background-color: #a60b21;
    color: white;
}

.circle-box{
    position: absolute;
    width: 200px;
    height: 200px;
    background-color: #A60B21;
    border-radius: 99%;
    transition: background-color 2s ease-out;

}
.box-list:hover .circle-box{
    background-color: #fff;
    border: solid 1px #A60B21 ;
}
.circle-box-1{
    left: -10px;
    top: -20px;
}

.circle-box-2{
    right: -5px;
    top: -20px;
}

.circle-number{
    font-size: 15rem;
    color: #fff;
    text-align: center;
    transition: color 2s ease-out;
}
.box-list:hover .circle-number{
    color:#a60b21;
    
}

.text-tittle {
    font-size: 4rem;
    text-align: center;
    font-weight: bold;
    font-family: Roboto;
    z-index: 1;
}
.text-info{
    color: #2D1F1E;
    font-size: 4rem;
    font-weight: bold;
    font-family: sans-serif;
    letter-spacing: 2px;
    text-shadow: 2px 2px 8px #1b1b1b;
}

.text-tittle img {
    max-width: 45%;
}

.m-x-60 {
    margin-top:30px;
    margin-bottom: 30px;
}

.labels_roja {
    text-align: center;
    font-size: 75px;
    border: 2px solid #ac2925;
    padding: 20px;
    border-radius: 40px;
    cursor: pointer;
}

.labels_azul {
    text-align: center;
    font-size: 75px;
    border: 7px solid #204d74;
    padding: 20px;
    border-radius: 40px;
    cursor: pointer;
    background: brown;
}

.btn-circle.btn-xl {
    width: 200px;
    height: 200px;
    padding: 10px 16px;
    border-radius: 100px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-radius {
    border-radius: 100px !important;
}

.btn-light {
    background: #a60b21;
    background: -moz-linear-gradient(-45deg, #a60b21 0%, #dddddd 50%, #ffffff 51%, #ffffff 71%, #f6f8fb 100%);
    background: -webkit-linear-gradient(-45deg, #a60b21 0%, #dddddd 50%, #ffffff 51%, #ffffff 71%, #f6f8fb 100%);
    background: linear-gradient(135deg, #a60b21 0%, #dddddd 50%, #ffffff 51%, #ffffff 71%, #f6f8fb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a60b21', endColorstr='#f6f8fb', GradientType=1);
    color: #3f345f !important;
    background-size: 600% 600%;
    -webkit-animation: AnimationName 3s ease infinite;
    -moz-animation: AnimationName 3s ease infinite;
    animation: AnimationName 3s ease infinite;
    -webkit-animation: AnimationName 3s ease infinite;
    -moz-animation: AnimationName 3s ease infinite;
    animation: AnimationName 3s ease infinite;
    border-style: solid;
    border-color: red;
}

.btn-lg {
    padding: 50px 100px;
}

.labels_verde {
    text-align: center;
    font-size: 75px;
    border: 7px solid #204d74;
    padding: 20px;
    border-radius: 40px;
    cursor: pointer;
    background: brown;
}

.labels_amarilla {
    text-align: center;
    font-size: 75px;
    border: 7px solid #204d74;
    padding: 20px;
    border-radius: 40px;
    cursor: pointer;
    background: brown;
}

ul.form {
    position: relative;
    background: #fff;
    margin: auto;
    padding: 0;
    list-style: none;
    overflow: hidden;
    
}

.form li a {
    padding-left: 20px;
    height: 35px;
    line-height: 35px;
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    color: rgba(19, 19, 19, 0.8);
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.form li a:hover {
    background-color: #a60b21;
    color: #fff;
    transform: translateX(15px);
}





.form li a:hover i {
    color: #ea4f35;
}

.form li.selected a {
    background: #3e4e68;
    color: #fff;
}

#ui-datepicker-div {
    z-index: 99 !important;
}

#emo_logo {
    width: 150px;
    border-radius: 10%;
    margin-left: 0;
    -webkit-border-radius: 10%;
    box-shadow: 0px 0px 15px 15px #ec731e;
    -webkit-box-shadow: 0px 0px 15px 15px #ec731e;
}

.emo_logo_move {
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

.emo_slide {
    animation-duration: 3s;
    animation-name: slidein;
    -moz-animation-duration: 3s;
    -moz-animation-name: slidein;
    -webkit-animation-duration: 3s;
    -webkit-animation-name: slidein;
}

@-moz-keyframes slidein {
    from {
        margin-left: 0%;
    }
    to {
        margin-left: 100%;
    }
}

@-webkit-keyframes slidein {
    from {
        margin-left: 0%;
    }
    to {
        margin-left: 100%;
    }
}

@keyframes slidein {
    from {
        margin-left: 0%;
    }
    to {
        margin-left: 100%;
    }
}

.borde {
    border: 15px solid #ffffff;
    box-shadow: 10px;
    box-shadow: 10px 10px 10px 1px rgba(0, 0, 0, 0.68);
}
.divider{
    display: block;
    height: 5px;
    width: 100%;
    box-shadow: 0px 2px 8px rgb(59, 59, 59);
    margin-top: 10px;

}
.fondoPantalla::before{
    content: "";
    background: #A60B21;
    border-radius: 20px 20px 0 0 ;
    height: 15rem;
    width: 50vw;
    position: absolute;
    left: 25vw;
    bottom: 0px;
}

.fondoPantalla {
    background:  linear-gradient(to top , rgba(255, 255, 255, 0.644) ,rgba(184, 184, 184, 0.658)),url(../img//wallpaper1.jpg);
    /*background: #fff;*/
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 1920px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content:center;
}
.fondoPantalla::after{
    content: "";
    background: url(../img/logo.png);
    position: absolute;
    background-repeat: no-repeat;
   height: 315px;
   width: 225px;
    top: 0px;
    left: 40%;
    z-index: 0;
}


.navMenu{
    display: block;
    top:12%;
    position: absolute;
    text-align:center;
    width: 100%;
    z-index: 2;
}
.navHijo{
    display: block;
    
}
.botonesMenu{
    height: 100px;
    width: 100px;
    
}

.subTitulo{
    color: #2D1F1E;
    font-family: Ubuntu;
    font-weight: 500;
    padding: 10px;
    
}

.menuBottom{
    display: flex;
    text-align: center;
    z-index: 1;
    flex-wrap: wrap;
    justify-content: center;

}
.menuLetter{
    width: 50px;
    position: absolute;
    left: 30px;
}
.menuLetter-item{
    width: 40px;
    height: 40px;
}
.ItemBottom{
    display: flex;
    flex-direction: column;
}
.menuImage{
    height:330px;  
    width:350px;
    margin: 25px;
   
}
/* para mejorar modales*/

.modal-content-2 {
    position: relative;
    border-radius: 20px !important;
    background: #fff;
    height: 1300px;
    width: 100%;
}

.modal-content-2::before{
    content: "";
    background: white;
    clip-path: circle(10.4% at 0 0);
    position: absolute;
    height: 1000px;
    width: 100%;
}

.modal-header-2{
    border-radius: 20px 20px 0 0;
    text-transform: uppercase;
    position: relative;
    height: 300px;
}
.modal-title-2{
    color: #2D1F1E;
    position: absolute;
    font-size: 3.5em;
    font-family: ROBOTO;
    font-weight: bold;
    text-align: center;
    -webkit-text-stroke: 0.5px white;
    word-spacing: 15px;
    right: 120px;
    top: 70px;
    
}
.redes-Sociales{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 300px;
    position: relative;
    right: 150px;

}

 .titleSocialmedia{
     display: block;
    font-size: 3em;
    font-family: roboto;
    display: block;
    width: 90%;
    text-align: center;


}
.social-item{
    width: 200px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.social-item > img{
    width: 78px;
    height: 78px;
}

.logoModal{
    position: absolute;
    left: 60px;
    top: 30px;
}

.horario{
    margin-top: 50px;
    width: 100%;
    padding: 20px;
    text-align: center;
}

.imgStyle{
    border-radius: 20px;
    width: 90%;
    box-shadow: 2px 0px 8px black ;
}
.styleDescri{
    color: black;
    font-weight: bold;  
}

/*para carousel*/
.col-center{
	margin:0px auto;
	width:100%;
	margin-top:5%;
}
#carousel-bounding-box {
	width:100%;
	height:800px;
}


#myCarousel{
width:100%;
	height:800px;
}
.carousel-caption{
	top: 3px;
	padding-top: 3px;
}
/*.item{
	width:100%;
	height:1000px;
	
}
*/
 .imgTamanio{
	width:100%;
	height:800px;
}

#slider-thumbs  .thumbnail{
background-color:transparent;	
}

/*fin*/

.hide-bullets {
list-style:none;
margin-left: -40px;
margin-top:20px;
}