@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

/***********************************
 * PALETA DE COLORES Y TIPOGRAFIAS *
 **********************************/
:root{
    --amarillo : #fbda63;
    --rosa: #f8a198;
    --naranja: #f39f5f;
    --azul: #a9dcde;
    --turqueza: #4a8a9e;
    --verde: #cbcd00;
    --fondo: #fdf6ec;
    --guinda: #b74b46;
    --fondo-input: #f4f1ea;
    --nunito: "Nunito", sans-serif;
}

/*********************
 * ESTILOS GENERALES *
 ********************/
.liga-final{
	background-color: var(--rosa);
	font-weight: 700;
	color: #000;
	padding: 3px;
	border-radius: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
.liga-final:nth-child(2){
	background-color: var(--amarillo);
}
.radios{
	display: flex;
	font-weight: 700;
	font-size: 16px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.radios > article{
	display: flex;
	justify-content:center;
	align-items: center;
}
.radios > article > inpnut{
	margin-left: 5px;
}

.colores-paquete{
	display: flex;
	width: 100%;
}
.circulo-color{
	width: 30px;
	height: 30px;
	border-radius: 20px;
	margin: 2px;
	cursor: pointer;
}
.circulo-color:hover{
	border:solid 1px ;
}
#buscador{
	display: none;
}
.fa-plus{
	margin-right: 1vw;
}
.accion{
	text-align: center;
	color: transparent;
}
.fondo-aviso > a div{
	width: 200px;
	height: 100px;
	background-position: center center;
	background-size: cover;
}
.eliminar{
	cursor: pointer;
	color: var(--rosa);
	font-size: 18px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.editar{
	cursor: pointer;
	color: var(--turqueza);
	font-size: 18px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.tope{
    width: 100%;
    height: 100px;
}
*{
    box-sizing: border-box;
    position: relative;
    margin: 0px;
}
h1, h2, h3, h4, h5, p{
    width: 100%;
}
body{
    margin: 0 auto;
    font-weight: 400;
    background-color: #FFF;
    font-family: var(--nunito);
    -webkit-font-smoothing:antialiased;
    color: #000;
    font-size: 14px;
}
section{
    display: flex;
    /*flex-direction: column;*/
    flex-wrap: wrap;
    width: 100%;
    min-height: 100vh;
    padding-left: 360px;
    padding-right: 60px;
    justify-content: flex-start;
    align-items: flex-start;
    /*overflow: hidden;*/
    background-image: url(images/BEE_USER-12.svg);
    background-position: center center;
    background-size: cover;
    padding-top: calc(5vh + 80px);
}
/*section > *{
    padding-left: 2%;
    padding-right: 2%;
}*/
h1{
    font-size: 3.5vw;
    font-weight: 900;
    line-height: .9;
    text-align: center;
    font-family: var(--sans);
    padding-top: 2vw;
    padding-bottom: 2vw;
}
h2{
    font-size: 1.4vw;
    font-weight: 900;
    line-height: 1;
}
p{
    font-size: 1.1vw;
    font-weight: 400;
    line-height: 1.2;
    font-family: var(--anek);
    margin: 0px;
}
h3{
    font-size: .9vw;
    font-weight: 700;
}

/*********************
 *      HEADER       *
 ********************/
header{
    position: fixed;
    top: 0px;
    width: 100%;
    height: 50px;
    z-index: 10;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    z-index: 2;
    justify-content: center;
    background-color: var(--azul-oscuro);
    display: none;
}
header > a{
    width: 220px;
    display: block;
}
header > a > img{
    width: 85%;
    margin-left: 15%;
    height: auto;
    top: 60px;
}


/*********************
 *    BOTON MENU     *
 ********************/
input[type="checkbox"], .logo-movil{
    display:none;
}
input[type="checkbox"].boton-asistencia{
	display: block;
}
.acotacion-1{
	color: var(--naranja);
	font-size: 24px;
}
.acotacion-2{
	color: var(--guinda);
	font-size: 24px;
}
#boton-lineas{
    display: flex;
    flex-direction: column;
    width: 45px;
    cursor: pointer;
    right: 5%;
    /*position:fixed;*/
    z-index: 11;
    top: 0vw;
    right: 1%;
    box-sizing: content-box;
    padding: 10px;
    position: fixed;
    display: none
}
#boton-lineas span{
    background: var(--rosa);
    height:3px;
    margin: 4px 0;
    transition: .4s  cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
#boton-lineas span:nth-of-type(1){
    width:50%;
}
#boton-lineas span:nth-of-type(2){
    width:100%;
}
#boton-lineas span:nth-of-type(3){
    width:65%;
}    
input[type="checkbox"]:checked ~ span:nth-of-type(1){
    transform-origin:bottom;
    transform:rotatez(45deg) translate(1px,0px)
}
input[type="checkbox"]:checked ~ span:nth-of-type(2){
    transform-origin:top;
    transform:rotatez(-45deg)
}
input[type="checkbox"]:checked ~ span:nth-of-type(3){ 
    transform-origin:bottom;
    width:50%;
    transform: translate(30px,-11px) rotatez(45deg);
    transform: translate(15px, -4px) rotatez(45deg);
}
.abierto{
    background-color: var(--verde);
}

/*********************
 *        MENU       *
 *********************/
nav{
	position: fixed;
	padding-top: 30px;
	padding-bottom: 30px;
	left: 60px;
	width: 240px;
	height: 90vh;
	top: 5vh;
	background-color: #FFF;
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
	z-index: 2;
}
nav > a, nav > div{
	display: block;
	width: 100%;
	font-weight: 600;
	color: #000;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	padding-left: 20%;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
}
nav > div{
	margin-top: 50px;
}
nav > a:hover{
	background-color: var(--amarillo);
}
nav > a:nth-child(1){
	background-image: url(images/Bee-Logo.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 70%;
	height: 120px;
	width: 100%;
	background-color: #FFF;
	margin-bottom: 30px;
}
nav > a > p, nav > div > p{
	width: 20px;
	cursor: pointer;
}
nav > a > span, nav > div > span{
	padding-left: 10px;
	cursor: pointer;
}

nav > div:hover > p, nav > div:hover > span{
	color: var(--rosa);
}

/*********************
 *    BIENVENIDA     *
 *********************/
.bienvenida{
	position: absolute;
	top: 5vh;
	left: 360px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	z-index: 2;
}
.bienvenida > p{
	font-size: 30px;
	font-weight: 800;
	width: calc(100% - 80px);
	padding-left: 10px;
}
.bienvenida > div{
	width: 80px;
    height: 80px;
    background-color: var(--rosa);
    border-radius: 40px;
    color: #FFF;
    font-size: 60px;
    text-align: center;
    line-height: 110px;
    overflow: hidden;
}

/*********************
 *     PAQUETES      *
 *********************/
.paquetes{
	padding-top: 200px;
}
.paquetes > article{
	width: 200px;
	height: 200px;
	border-radius: 30px;
	padding: 30px;
	color: #FFF;
	margin: 10px;
	background-position: bottom left;
	background-size: 75px;
	background-image: url(images/BEE_flor-18.svg);
	background-repeat: no-repeat;
}
.paquetes > article:nth-child(1n) > form > button:hover{
	color: var(--rosa);
}
.paquetes > article > h1{
	font-size: 24px;
	font-weight: 600;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.paquetes > article > h2{
	font-size: 24px;
	font-weight: 800;
	margin-top: 5px;
}
.paquetes > article > form{
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.paquetes > article > form > button{
	border: 0px;
	background-color: transparent;
	border: solid 1px #FFF;
	width: 45px;
	height: 45px;
	border-radius: 30px;
	font-size: 20px;
	line-height: 45px;
	color: #FFF;
}
.paquetes > article > form > button:hover{
	background-color: #FFF;
}

/*********************
 *   MAIN CONTAINER   *
 *********************/
#main-container{
	padding-left: 360px;
	padding-top: 150px;
	background-color: #F00;
    align-content: flex-start;
}
#main-container > aside {
	width: 100%;
}
#main-container > aside.nuevo-contenedor{
	background-color: #FFF;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 500px;
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
	border-radius: 50px;
	display: none;
	margin-top: 20px;
}
#main-container > aside.nuevo-contenedor > h1, #main-container > aside.nuevo-contenedor > h3{
	font-size: 26px;
	color: var(--rosa);
	padding: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	width: calc(50% - 1px);
	padding-left: 2%;
	padding-right: 2%;
	text-align: right;
	margin-top: 25px;
}
#main-container > aside.nuevo-contenedor > h3{
	text-align: left;
	border-left: solid 2px var(--rosa);
}
#main-container > aside.nuevo-contenedor > h2{
	border: 0px;
	cursor: normal;
}
#main-container > aside.nuevo-contenedor > h2:hover{
	background-color: transparent;
	color: #000;
}
#main-container > aside > img{
	width: 75%;
	border-radius: 3vw;
	margin-bottom: 1vw;
}
#main-container > aside > h2{
	border: solid 1px var(--rosa);
	width: fit-content;
	padding: 8px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 15px;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}
#main-container > aside > h2:hover{
	background-color: var(--rosa);
	color: #FFF;
}
#main-container > aside.notificaciones{
	width: 60% ;
	background-color: var(--rosa);
	border-radius: 40px;
	padding: 40px;
	color: #FFF;
}
#main-container > aside.notificaciones > aside > div:nth-child(1){
	display: none;
}
#main-container > aside.notificaciones > table{
	width: 100%;
}
#main-container > aside.notificaciones > table th{
	display: none;
}
#main-container > aside.notificaciones > table tr:nth-child(1){
	border: 0px;
}
#main-container > aside.notificaciones > table tr{
	border-bottom: solid 1px #FFF;
}
.clases-del-mes{
	width: 23%;
	margin-left: 3%;
	border-radius: 40px;
	padding-bottom: 30px;
	background-color: var(--azul);
	overflow: hidden;
}
.clases-del-mes > h2{
	font-size: 110px;
	color: var(--turqueza);
	text-align: center;
	padding-top: 15px;
	line-height: 1;
	margin-bottom: 0px;
	border-top: solid 25px var(--turqueza);
}
.clases-del-mes > p{
	font-size: 18px;
	color: var(--turqueza);
	text-align: center;
}
#formulario-extra{
	display: flex;
}
#formulario-extra > article{
	margin-right: 5px;
}

/*********************
 *    AJAX RESULT    *
 *********************/

#ajax-result{
	display: flex;
	flex-wrap: wrap;
}
#ajax-result > aside{
	display: none;
}
#ajax-result table{
	width: 100%;
}
/*#ajax-result th{
	display: none;
}*/
#ajax-result tr:first-child{
	border:0px;
	background-color: transparent;
	color: #999;
	font-size: 12px;
}
#ajax-result tr{
	background-color: #FFF;
    width: 100%;
    display: inline-flex;
    margin-bottom: 5px;
    border-radius: 10px;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    justify-content: normal;
    align-items: center;
}
#ajax-result td{
	text-align: left;
}
#ajax-result td.boton{
	text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}
#ajax-result td.color > div{
	width: 30px;
	height: 30px;
	border-radius: 25px;
}
#ajax-result > a{
	width: 100%;
	color: #000;
	line-height: 2;
	padding-left: 2%;
	padding-right: 2%;
	background-color: var(--verde);
	margin-top: .5vw;
	margin-bottom: .5vw;
	border-radius: 1.5vw;
	padding-top: 1vw;
	padding-bottom: 1vw;
	display: flex;
	flex-wrap: wrap;
}
#ajax-result > a > h2{
	width: 100%;
	line-height: 1;
}
#ajax-result > a > p{
	width: 33%;
	font-size: 1vw;
	line-height: 1;
}
#ajax-result > a.liga-tareas{
	line-height: 1.5;
}
/*#ajax-result > a:nth-child(1){
	background-color: var(--verde);
	margin-top: 2vw;
}
#ajax-result > a:nth-child(2){
	background-color: var(--rojo);
	color: #FFF;
}
#ajax-result > a:nth-child(3){
	background-color: var(--amarillo);
}
#ajax-result > a:nth-child(4){
	background-color: var(--rosa);
}*/
#ajax-result > article{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	color: #000;
	padding-top: .6vw;
	padding-bottom: .6vw;
	padding-left: 2%;
	padding-right: 2%;
	/*background-color: var(--verde);*/
	/*margin-top: .5vw;
	margin-bottom: .5vw;*/
	border-radius: 2vw;
}
#ajax-result > article:first-child{
	margin-top: 2vw;
}
#ajax-result > article > p{
	width: 100%;
}

#ajax-result > p{
	border-bottom: solid 1px #000;
	line-height: 2;
}
#ajax-result > p > span{
	font-weight: 800;
}


/*********************
 *     BOOTSTRAP	 *
 *********************/
#confirm-ajax-message{
	background-color: var(--rosa);
}
#close-ajax-message{
	background-color: var(--amarillo);
	color: #000;
	font-weight: 700;
}
.externo{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 30px;
}
#borrar{
	background-color: var(--amarillo);
	color: #FFF;
	border:0px;
	border-radius: 30px;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	padding: 2px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100px;
}
#guardar-papa{
	background-color: var(--rosa);
	color: #FFF;
	border:0px;
	border-radius: 30px;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	padding: 2px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100px;
}
#content{
	width: 400px;
	padding: 30px;
	padding-top: 80px;
	padding-bottom: 80px;
}
#content .modal-body{
	padding-bottom: 40px !important;
	padding-top: 30px !important;
}
.modal{
	background-color: rgba(255,255,255,.5) !important;
}
#ajax-message-body{
  text-align: center;
}
.modal-content{
	background-color: #FFF;
	border-radius: 50px;
    padding: 15px;
}
.modal-content input{
	border-radius: 0px; 
}
.modal-content textarea{
	border-radius: 0px; 
}
.modal-title{
	width: 100%;
	padding-left: 10px;
	font-weight: 900;
	color: var(--rosa);
	font-size: 24px;
	text-align: center;
}
.modal-title > span{
	font-weight: 700;
}
.ck.ck-editor{
	margin-bottom: 10px;
}
.modal-body{
  padding: 35px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  /*background-color: #FFF !important;*/
}
.modal-dialog{
	width: 400px !important;
}
.btn-primary{
  background-color: #000;
  color: #000;
  border-radius: 20px;
  font-weight: 900;
}
#guardar{
	background-color: var(--amarillo);
	box-shadow: none;
}
#guardar:hover{
  background-color: var(--azul);
  color: #000;
}
#close-ajax-post{
	background-color: var(--rosa);
	color: #000 !important;
	font-weight: 900;
	box-shadow: none;
}
#close-ajax-post:hover{
	background-color: var(--verde);
}
.form-control{
  background-color: var(--fondo-input) !important;
  border-radius: 3vw;
  margin-bottom: 10px;
}
.form-outline{
	background-color: var(--fondo-input);
}
.form-outline .form-control:focus~.form-label{
  color: var(--rosa) !important;
}


.form-outline .form-control~.form-notch .form-notch-leading {
    border-top: 1px solid var(--rosa) !important;
    border-bottom: 1px solid var(--rosa) !important;
    border-left: 1px solid var(--rosa) !important;
}
 .form-outline .form-control~.form-notch .form-notch-middle {
    border-bottom: 1px solid !important;
    border-color: var(--rosa) !important;
}
.form-outline .form-control~.form-notch .form-notch-trailing {
    border-color: currentcolor currentcolor currentcolor var(--rosa); !important;
    border-bottom: 1px solid var(--rosa) !important;
    border-right: 1px solid var(--rosa) !important;
    border-top: 1px solid var(--rosa) !important;
}


.form-outline .form-control:focus~.form-notch .form-notch-leading {
    border-top: .125rem solid var(--rosa) !important;
    border-bottom: .125rem solid var(--rosa) !important;
    border-left: .125rem solid var(--rosa) !important;
    box-shadow:-1px 0px 0px 0px var(--rosa), 0px 1px 0px 0px var(--rosa), 0px -1px 0px 0px var(--rosa) !important;
}
 .form-outline .form-control:focus~.form-notch .form-notch-middle {
    border-bottom: .125rem solid !important;
    border-color: var(--rosa) !important;
    border-top:none !important;
    box-shadow: 0 1px 0 0 var(--rosa) !important;
}
.form-outline .form-control:focus~.form-notch .form-notch-trailing {
    border-color: currentcolor currentcolor currentcolor var(--rosa); !important;
    border-bottom: .125rem solid var(--rosa) !important;
    border-right: .125rem solid var(--rosa) !important;
    border-top: .125rem solid var(--rosa) !important;
    box-shadow: 1px 0 0 0 var(--rosa), 0 -1px 0 0 var(--rosa), 0 1px 0 0 var(--rosa) !important;
}
.form-outline .form-control.form-control-sm~.form-label{
	font-size: 16px !important;
	font-weight: 700;
}
.modal-header{
	border-bottom: 0px !important;
}
.modal-footer{
	border-top: 0px !important;
	    justify-content: space-around;
	    align-items: center;
}
/*.form-outline .form-control:focus~.form-label {
    color: var(--rosa);
    font-weight: 24px !important;
}*/
.form-outline .form-control.form-control-sm{
	font-size: 16px !important;
}
#hue-demo{
	border: solid 1px var(--rosa);
    border-radius: 5px;
    font-weight: 700;
}

/*.form-outline .form-control~.form-label{
  font-weight: 700;
  font-size: 16px;
}*/

/*.btn{
  text-transform: unset !important;
}*/
.modal-header{
  /*padding-left: 35px !important;
  padding-left: 35px !important;
  background-image: url(bannerperfil.png);
  background-position: center center;
  background-size: auto 100%;
  background-color: var(--ajax-result-color-icono);*/
}
/*.btn-floating{
  margin: 0px !important;
  margin-right: 5px !important;
}*/
/*.form-outline .form-control.active~.form-notch .form-notch-middle, .form-outline .form-control:focus~.form-notch .form-notch-middle {
  border-top: 1px transparent !important;
}*/




/*********************
 *    	 LOGIN   	 *
 *********************/
.login{
	background-image: url(images/BEE_USER-13.svg);
	background-size: cover;
	background-position: center center;
	background-image: url(images/BEE_USER-13.svg);
    background-size: cover;
    background-position: center center;
    padding: 0px;
    justify-content: center;
    align-items: center;
}
.login > form{
	width: 350px;
	height: 400px;
	padding: 30px;
	background-color: var(--fondo);
	border-radius: 40px;
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	flex-wrap: wrap;
}
.login > form > div{
	width: 200px;
	height: 135px;
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(images/Bee-Logo.png);
	margin-bottom: 5px;
}
.login > form > input{
	background-color: #FFF;
	border: 0px;
	width: 100%;
	border-radius: 30px;
	padding-left: 5%;
	padding-right: 5%;
	height: 40px;
	font-family: var(--nunito);
	margin-bottom: 10px;
}
.login > form > *::placeholder{
	font-size: 12px;
	font-weight: 700;
}
.login > form > article{
	width: 98%;
	margin-top: 30px;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.login > form > article > a{
	font-weight: 700;
	font-size: 14px;
	color: #000;
}
.login > form > article > a:hover{
	color: var(--guinda);
}
.login > form > article > input[type=submit]{
	background-color: var(--amarillo);
	border:0px;
	border-radius: 40px;
	width: 120px;
	font-weight: 800;
	height: 40px;
	font-size: 16px;
}
.login > form > article > input[type=submit]:hover{
	color: #FFF;
	background-color: var(--rosa);
}


/******************************
*         CALENDARIO
******************************/
#calendar-container{
     position: relative;
    font-size: 0px;
    font-family: var(--texto);
    border-radius: 60px;
    border: solid 1px var(--rosa);
    overflow: hidden;
    scale: .9;
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
}
#date{
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 160px;
  padding-left: 15px;
  height: 365px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: var(--color-titulo);
  display: none;
}
#date h5{
  padding-top: 20px;
  color: rgba(255,255,255,.7);
  font-weight: 400;
}
#date h2{
  color: #FFF;
  font-size: 36px;
}
#calendar{
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 430px;
  height: 365px;
  padding: 20px;
  padding-bottom: 30px;
  background-color: #FFF;
  -webkit-box-shadow: 0px 10px 31px -9px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 10px 31px -9px rgba(0,0,0,0.5);
box-shadow: 0px 10px 31px -9px rgba(0,0,0,0.5);
  overflow: hidden
}
#calendar section{
	all: unset;
  position: relative;
  width: 860px;
  display: inline-block;
}
#calendar p{
  position: absolute;
  top: 0px;
  font-size: 20px;
  top: 37px;
  z-index: 2;
  cursor: pointer;
}
#calendar .prev{
  left: 25%;
  /*display: none;*/
}
#calendar .next{
  /*right: 25%;*/
  left: 75%;
}
#calendar p:hover{
  color: var(--ajax-result-fondo-cabecera);
}
#calendar article{
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 390px;
  margin-right: 20px;
}
#calendar h2{
  font-size: 20px;
  position: relative;
  width: 100%;
  text-align: center;
  line-height: 50px;
  padding: 0px;
  margin: 0px;
  padding-top: 10px;
}
.days{
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.day, .day-name, .blank-day{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 7px;
  margin-right: 7px;
  border-radius: 20px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
}
.day{
  cursor: pointer;
  border: solid 1px var(--turqueza);
    height: 34px;
    border-radius: 13px;
}

.blank-day{
  cursor: initial;
}
.day-name{
    font-weight: 500;
    background-color: var(--rosa);
    color: #FFF;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
}
.day:hover{
  background-color: var(--turqueza);
  animation-name: day-hover;
  animation-duration: .3s;
  animation-fill-mode: forwards;
  font-weight: 700;
  color: #FFF;
}
.blank-day:hover{
  background-color: #FFF;
  animation-name: none;
}
.past-day{
  background-color: #e1e1e1;
  cursor: not-allowed;
  color: transparent;
}
.past-day:hover{
  animation-name: none;
  background-color: #ccc;
  color: #333;
  cursor: not-allowed;
}
.active-day{
	color: var(--rosa);
}
.empty-day{
  color: #ccc;
  cursor: default;
}
.empty-day:hover{
  animation-name: none;
  background-color: #FFF;
  color: #ccc;
}
.activo{
  background-color: var(--turqueza);
  color: #FFF;
}
.inactivo{
  animation-name: day-leave;
  animation-duration: .3s;
  animation-fill-mode: forwards;
}

#hours{
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 365px;
  width: 431px;
  padding-left: 10px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #FFF;
  padding-top: 30px;
  padding-bottom: 30px;
  border-left:solid 1px #f2f2f2;
}

.hour{
  position: relative;
  width: calc(100% - 20px);
  margin-left: 5px;
  margin-right: 10px;
  border-bottom: solid 1px #f2f2f2;
  line-height: 40px;
}
.hour h2{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  width: 100px;
  padding-right: 10px;
  text-align: center;
  border-right: solid 1px #f2f2f2;
  color: var(--ajax-result-fondo-cabecera);
}
.hour h3{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  width: 110px;
  text-align: center;
  border-right: solid 1px #f2f2f2;
}
.hour div{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  align-items: center;
  font-size: 14px;
}
.hour div .btn{
  margin-bottom: 5px !important;
  background-color: var(--amarillo);
}
.hour div .btn:hover{
	background-color: var(--rosa);
}
.hour-header h2, .hour-header h3, .hour-header div{
  font-weight: 700;
  color: #333;
}
#hours{
  background-color: #FFF;
}
#hours p{
  font-size: 15px;
  position: absolute;
  width: 100%;
  text-align: center;
  height: calc(100% - 30px);
  display: flex;
  align-items: center;
  justify-content: center;
}
#hours h5{
  position: relative;
  width: 100%;
  text-align: center;
  height: 300px;
  line-height: 300px;
  margin: 0px;
  padding: 0px;
  font-size: 64px;
  color: #ccc;
}


/*********************
 *       FOOTER      *
 ********************/
footer{
    padding-left: 5%;
    padding-right: 8.5%;
    height: 13vw;
    background-color: var(--fondo);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
footer > img{
    width: 10%;
    height: auto;
}
footer > div{
    width: 80px;
    display: flex;
    justify-content: space-between;
}
footer > div > a{
    font-size: 1.4vw;
    color: var(--rosa);
}


@media (max-width: 480px){
	h2{
		font-size: 5vw;
	}
	p{
		font-size: 5vw;
	}
	nav {
        width: 90%;
        left: 5%;
        top: 2vw;
        display: none;
        z-index: 4;
    }
	#main-container{
		padding-left: 0px;
		padding-left: 10%;
		padding-right: 10%;
		padding-bottom: 40px;
		flex-wrap: wrap;
		overflow-x: hidden;
	}
	#main-container > aside{
		overflow: auto;
	}
	#main-container > aside.notificaciones{
		width: 100%;
	}
	.clases-del-mes{
		width: 100%;
		margin-top: 10px;
	}
	.bienvenida{
		left: 5%
	}
	#boton-lineas {
        display: flex;
        top: 18px;
        right: 5%;
        scale: .7;
    }
	#ajax-result{
		width: 400% !important;
	}
	.modal-dialog {
	    width: 80% !important;
	    margin-left: 10%;
	    margin-right: 10%;
	}
	nav > a:nth-child(1){
		background-size: 60%;
	}
	.paquetes {
	    padding-top: 200px;
	    padding-left: 10%;
	    padding-right: 10%;
	    justify-content: center;
	    padding-top: 140px;
	}
	#main-container > aside.nuevo-contenedor > h1, #main-container > aside.nuevo-contenedor > h3{
		width: 100%;
		text-align: center;
	}
	#main-container > aside.nuevo-contenedor > h3{
		text-align: center;
		border: 0px;
	}
	#calendar{
		width: 360px;
		height: auto;
	}
	#calendar section{
		width: 340px;
	}
	#calendar article{
		width: 100%;
		margin-right: 0px;
	}
	#calendar-container, #main-container > aside.nuevo-contenedor{
		border-radius: 0px;
	}
	.day, .day-name, .blank-day{
		width: 32px;
	}
	#hours{
		padding-right: 0px;
		padding-left: 0px;
		width: 360px;
	}
	#calendar-container{
		scale: 1;
		border:0px;
		box-shadow: none !important;
	}
	.prev, .next{
		display: none;
	}
	.hour{
		width: 100%;
	}
	.hour-header h2, .hour-header h3, .hour-header div, .hour h2, .hour h3, .hour div{
		font-size: 13px;
		width: 88px;
	}
	#main-container > aside > img{
		width: 100%;
		margin-top: 30px;
	}
}





a{
	text-decoration: none;
	color: inherit;
}


