@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.ttf') format('truetype');
    src: url('fonts/Roboto-Regular.eot');
}


html, body {
    font-family: 'Roboto', sans-serif ;
    background: #ffffff;
    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;
}

.aside{
    background: linear-gradient(DodgerBlue, white, white,white,white,white);
    border-radius: 20px;
    overflow-y: scroll;
    overflow: hidden;
}
/*estipos para vista home*/
.home{
    background-image: linear-gradient(white, rgb(219, 215, 215) );
    border-radius: 20px;
    min-height: 600px;
    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: linear-gradient(-180deg, DodgerBlue,white) !important;
    border-radius: 20px 20px 0px 0px;
    height: 100px;
    display: grid;
    align-items: center;
    justify-content: center;
}
.encabezadoContenido h2{
    margin-top: 0px;
    line-height: 100px;

}

.barraEncabezado{
    background-color: white;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    border-bottom: 3px solid #ccc;
}

.barraEncabezado button, h4, select{
    height: 30px;
    margin: 20px;
}

.barraEncabezado h4{
    width: 130px;
    line-height: 30px;
}


.contenidoPagina{
    background-color: white;
    
}
/*fin*/
.reloj,.minusc {
    color: white;
    text-align: center;
    font-size: 5em;
    margin-top: 5%;
    position: fixed;
    width: 100%;
    
}

.minusc{
    text-align: center;
    color: white;
    font-size: 2em;
    margin-top: 12%;
}

.CajaCategoria {
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 25px;
    overflow: hidden;
    padding: 20px;
    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
    border: 3px solid #ffffff;
    -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);
    background-image: url("img/categoria.png")
}

.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);
}

.text-tittle {
    color: black;
    font-size: 50px;
    text-align: center;
    font-weight: bold;
    font-weight: 900;
    font-family: "Bernard MT Condensed", Times, serif;
}

.text-tittle img {
    max-width: 45%;
}

.top-margin {
    margin-top:20%;
}

.labels_roja {
    text-align: center;
    font-size: 75px;
    border: 2px solid #ac2925;
    padding: 20px;
    border-radius: 40px;
    cursor: pointer;
}

.labels_azul {
    text-align: center;
    text-color: #204d74;
    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: #7d2341;
    background: -moz-linear-gradient(-45deg, #7d2341 0%, #dddddd 50%, #ffffff 51%, #ffffff 71%, #f6f8fb 100%);
    background: -webkit-linear-gradient(-45deg, #7d2341 0%, #dddddd 50%, #ffffff 51%, #ffffff 71%, #f6f8fb 100%);
    background: linear-gradient(135deg, #7d2341 0%, #dddddd 50%, #ffffff 51%, #ffffff 71%, #f6f8fb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d2341', 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;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}

.form li a {
    padding-left: 20px;
    height: 50px;
    line-height: 50px;
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    color: #686868;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.form li a:hover {
    background: #3e4e68;
    color: #fff;
}

.form li a.profile {
    border-left: 5px solid #008747;
}

.form li a.messages {
    border-left: 5px solid #fecf54;
}

.form li a.settings {
    border-left: 5px solid #cf2130;
}

.form li a.logout {
    border-left: 5px solid #dde2d5;
}

.form li:first-child a:hover, .form li:first-child a {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.form li:last-child a:hover, .form li:last-child a {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.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);
}

.fondoPantalla {
    background-image: url("../img/Menu_Back.jpg"); 
    background-size: 100%; 
    background-repeat:no-repeat;
	background-attachment: fixed ;
    height: 2290px;
    width: 100%;
    
            
}

.navMenu{
    margin-top: 18%;
    text-align:center;
    position: fixed;
    z-index: 2;
}
.navHijo{
    display: inline-block;
    
}
.botonesMenu{
    height: 100px;
    width: 100px;
    
}

.subTitulo{
    color: black;
    box-shadow: 5px 5px  black;
    background-color: #ECECEC;
    border-radius: 75px;
    font-family: Georgia, 'Times New Roman', Times, serif !important;
    font-weight: 900;
    font-style: italic;
    padding: 10px;
    
}

.menuBottom{
    display: block;
    margin-top: 38%;
    text-align: center;
    z-index: 1;

}
.menuImage{
    height:330px;  
    width:350px;
    margin: 15px;
   
}
/* para mejorar modales*/

.modal-content {
    border-radius: 20px !important;
    background: linear-gradient(-45deg, white, #ccc, white,rgba(207, 203, 203)) !important;
}
.modal-header{
    border-radius: 20px 20px 0 0;
    background-color: #5CB1EC !important;
    color: white ;
    text-transform: uppercase;
}
.modal-title{
    font-size: 30px;
    color: #991339;
    -webkit-text-stroke: 0.5px white;
    word-spacing: 15px;
}


.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:80%;
	margin-bottom:10%;
}
#carousel-bounding-box {
		width:100%;
	height:900px;
}


#myCarousel{
width:100%;
	height:1000px;
}
/*.carousel-inner{
	width:100%;
	height:1000px;
}
/*.item{
	width:100%;
	height:1000px;
	
}
*/
 .imgTamanio{
	width:100%;
	
	 max-height:1000px;
}

#slider-thumbs  .thumbnail{
background-color:transparent;	
}

/*fin*/

.hide-bullets {
list-style:none;
margin-left: -40px;
margin-top:20px;
}