@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900;1000&display=swap');
/*
  font-family: "Roboto", sans-serif;
  font-family: 'Nunito', sans-serif;
*/

:root{
  --ajax-result-fondo-tabla: #FFF;
  --ajax-result-fondo-celdas: #f2f2f2;
  --ajax-result-editar: #773192;
  --ajax-result-eliminar: #F00;
  --ajax-result-fondo-circulo: #FFF;
  --ajax-result-color-icono: #333;
  --ajax-result-color-titulo: #fff;
/*  --ajax-result-fondo-cabecera: #773192;*/
  --ajax-result-fondo-cabecera: #46CAD5;;
  --btn-extra: #863192 !important;


  --titulo:'Nunito', sans-serif;
  --texto: 'Nunito', sans-serif;
  --logo: url("../images/logo.png");
/*  --fondo-general: #f2f2f2;*/
/*  --color-titulo: #773192;*/
  --hover-fondo-botones: #a10ec4;
/*  --placeholder: #773192;*/
  --fondo-general: #f0f0f8;
  --color-ligas-menu: #94b2b3;;


  --color-titulo: #ff008d;
  --placeholder: #ff9900;


  --degradado: linear-gradient(45deg, rgba(231,202,62,1) 0%, rgba(225,90,223,1) 46%, rgba(8,9,65,1) 100%);
 
  --naranja: #ff9900;
  --rosa: #ff008d;
  --azul: #46CAD5;
  --azul-oscuro: #73C8D2;
  --gris: #888888;
  --azul-cielo: #dcf2f4;
  --amarillo: #ffe252;
  --azul-fosfo: #0deaec;
}

body{
  font-family: 'Nunito', sans-serif;
}

.flex{
  display: flex;
}
#buscador{
  position: absolute;
  top: 50px;
/*  padding-left: 50px;*/
  width: 250px;
/*  margin-left: 155px;*/
  display: flex;
/*  left: 155px;*/
}
#clave{
  font-weight: 300;
}
#ajax-result{
  padding: 20px;
  font-family: var(--tipografia-texto);
  margin-top: 50px;
}
#ajax-result > table{
  width: 100%;
  font-size: 10px;
  border-collapse: separate;
  border-spacing: 3px 5px;
  background-color: #FFF;
  border-radius: 0px 0px 10px 10px;
}
#ajax-result > table > tbody > tr > th{
  font-weight: 800;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  height: 30px;
}
#ajax-result > table > tbody > tr > th.accion{
  font-size: 12px;
}
#ajax-result > table > tbody > tr > td{
  font-weight: 400;
  background-color: var(--ajax-result-fondo-celdas);
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  height: 30px;
  border-color: var(--ajax-result-fondo-celdas);
  text-align: center;
}
#ajax-result > table > tbody > tr > td:first-child{
  border-radius: 30px 0px 0px 30px;
}
#ajax-result > table > tbody > tr > td.redondo{
  border-radius: 0px 30px 30px 0px;
  border-right: 10px;
}
#ajax-result  > table > tbody > tr > td.boton{
  width: 30px;
  padding: 2px;
  background-color: transparent;
}
#ajax-result > table > tbody > tr > td.boton > p{
  width: 30px;
  height: 30px;
  border-radius: 15px;
  cursor: pointer;
  margin: 0px;
  text-align: center;
  line-height: 30px;
  background-color: var(--color-titulo);
  color: #FFF;
}
#ajax-result > table > tbody > tr > td > p.editar:hover{
  color: #FFF;
  background-color: var(--placeholder);
}
#ajax-result > table > tbody > tr > td > p.eliminar:hover{
  color: #FFF;
  background-color: var(--placeholder);
}
#ajax-result > aside{
  background-color: var(--ajax-result-fondo-celdas);
  display: flex;
  padding: 10px;
  border-radius: 10px 10px 0px 0px;
  background-color: var(--ajax-result-fondo-cabecera);
}
#ajax-result > aside > div:first-child{
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: var(--ajax-result-fondo-circulo);
  text-align: center;
  line-height: 40px;
  color: var(--ajax-result-color-icono);
}
#ajax-result > aside > div:last-child{
  width: 300px;
  font-size: 24px;
  padding-left: 10px;
  display: flex;
  align-items: center;
}
#ajax-result > aside > div > h2{
  font-size: 16px;
  margin: 0px;
  color: var(--ajax-result-color-titulo);
}

.add-new{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  width: 100%;
  height: 100vh;
  background-color: rgba(255,255,255,.4);
}
.add-new form{
  padding: 15px;
  border-radius: 5px;
  background-color: #FA0;
}
#modal-post{
  background-color: rgba(255,255,255, .6);
}
.modal-title{
      text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    color: #FFF;
    font-family: var(--texto);
    font-weight: 800;
    font-size: 32px;
    line-height: 1;
    text-align: left;
    padding-left: 5%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.btn-close, .btn-floating{
  display: none;
}
.modal input, .modal button, .modal textarea, .add-new input, .add-new button, .system-form input, .system-form button, .input-group span, .form-check {
  margin-top: 10px;
}
.form-outline{
  background-color: #FFF !important;
}
.input-group span{
  background-color: var(--ajax-result-fondo-cabecera);
  color: #FFF;
}
.botonera{
  position: fixed;
  top: 50px;
  right: 50px;
  z-index: 10;
/*  display: none;*/
}
#submit{
  display: none;
}
#ajax-message-button{
  display: none;
}
#post input{
  font-family: var(--texto);
  font-size: 14px;
}
.modal-content{
  border-radius: 30px !important;
  overflow: hidden;
}


/* AJUSTES BOOTSTRAP */

#ajax-message-body{
  text-align: center;
}
.modal-body{
  padding: 35px !important;
  background-color: #FFF !important;
}
.btn-primary{
  background-color: var(--color-titulo) !important;
}
.btn-primary:hover{
  background-color: var(--placeholder) !important;
}
.btn{
  text-transform: unset !important;
}
.form-control{
  background-color: #fff !important;
}
.form-outline .form-control:focus~.form-label{
  color: var(--ajax-result-fondo-cabecera) !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:focus~.form-notch .form-notch-leading {
    border-top: .125rem solid var(--ajax-result-fondo-cabecera) !important;
    border-bottom: .125rem solid var(--ajax-result-fondo-cabecera) !important;
    border-left: .125rem solid var(--ajax-result-fondo-cabecera) !important;
    box-shadow:-1px 0px 0px 0px var(--ajax-result-fondo-cabecera), 0px 1px 0px 0px var(--ajax-result-fondo-cabecera), 0px -1px 0px 0px var(--ajax-result-fondo-cabecera) !important;
}
 .form-outline .form-control:focus~.form-notch .form-notch-middle {
    border-bottom: .125rem solid !important;
    border-color: var(--ajax-result-fondo-cabecera) !important;
    border-top:none !important;
    box-shadow: 0 1px 0 0 var(--ajax-result-fondo-cabecera) !important;
}
.form-outline .form-control:focus~.form-notch .form-notch-trailing {
    border-color: currentcolor currentcolor currentcolor #E4A11B !important;
    border-bottom: .125rem solid var(--ajax-result-fondo-cabecera) !important;
    border-right: .125rem solid var(--ajax-result-fondo-cabecera) !important;
    border-top: .125rem solid var(--ajax-result-fondo-cabecera) !important;
    box-shadow: 1px 0 0 0 var(--ajax-result-fondo-cabecera), 0 -1px 0 0 var(--ajax-result-fondo-cabecera), 0 1px 0 0 var(--ajax-result-fondo-cabecera) !important;
}
.form-outline .form-control:focus~.form-label {
    color: var(--ajax-result-fondo-cabecera) !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;
}

.form-outline .form-control~.form-label{
  color: #333;
}

/**
 * Ajustes extras
 **/

.progress{
  background-color: var(--fondo-inputs);
    height: auto;
    width: 100%;
    line-height: 0px;
    margin: 0px;
}
.progress-bar{
  width: 0%;
    height: 100%;
    background-color: var(--fondo-general);
    margin: 0px;
    height: 20px;
}
.progreso{
  position: relative;
    width: unset;
    height: unset;
    border-radius: 5px;
    background-size: cover;
    background-position: center center;
    background-color: transparent;
    border: solid 1px var(--color-titulo);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border:0px;
    margin-top: 20px;
}
label.nombre-archivo{
  width: 55%;
  margin-bottom: 1vw;
    text-align: center;
    margin-left: 5%;
    padding: 0.3vw;
    border-radius: 1vw;
    border:solid 1px var(--gris);
}
aside.no-margin{
  border:0px;
}
p#percent{
  margin: 0px;
    font-size: 1vw;
    color: var(--color-titulo);
    line-height: 1;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 20px;
    z-index: 2;
}
div.guardar, div.cancelar{
  margin-bottom: 0px;
  width: 140px;
  margin-left: 10px;
    margin-right: 10px;
}


/**********************
 *    MENU SISTEMA    *
 **********************/
/*#menu-sistema{
  position: fixed;
  width: 155px;
  height: 100vh;
  background-color: #FFF;
  display: inline-block;
  vertical-align: top;
  top: 0px;
  left: 0px;
  z-index: 2;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
#menu-sistema img{
  position: relative;
  width: 50%;
  margin-left: 25%;
  margin-top: 60px;
  margin-bottom: 35px;
}
#menu-sistema ul{
  position: relative;
  padding: 0px;
  margin: 0px;
  list-style: none;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
#menu-sistema li{
  position: relative;
  width: 90px;
  border-left: solid 5px #FFF;
  cursor: pointer;
  padding-left: 30px;
  padding-right: 30px;
  color: var(--color-ligas-menu);
  box-sizing: content-box;
}
#menu-sistema li:hover{
  border-color:var(--color-titulo);
  background-color: rgba(247, 239, 231, .3);
  color: var(--color-titulo);
}
#menu-sistema  li#logout:hover{
  border-color: var(--ajax-result-color-icono);
  color: var(--ajax-result-color-icono);
}
#menu-sistema  li#logout:hover input{
  color: var(--ajax-result-color-icono);
}
#menu-sistema li p{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 600;
  width: 75%;
  margin-top: 10px;
  margin-bottom: 10px;
}
#menu-sistema li p:nth-child(1){
  font-size: 16px;
  padding-right: 5px;
  width: 20%;
}
form#logout input[type=submit]{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 600;
  background-color: transparent;
  border:0px;
  font-family: 'Nunito', sans-serif;
  color: #555;
  padding-top: 17px;
  padding-bottom: 17px;
  cursor: pointer;
}
form#logout input[type=submit]:hover{
  color: var(--color-titulo);
}*/
#menu-sistema{
  position: fixed;
  width: 180px;
  height: 100vh;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  background-color: #FFF;
  z-index: 2;
  top: 0px;
}
#menu-sistema > img{
  position: relative;
    width: 50%;
    margin-left: 25%;
    padding-top: 30px;
    padding-bottom: 30px;
}
#menu-sistema > ul{
  position: relative;
  list-style: none;
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#menu-sistema > ul > a{
  position: relative;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  height: 35px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}
#menu-sistema > ul > a:hover{
  background-color: #f1f1f1;
}
#menu-sistema > ul > a > li{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 40px;
}
#menu-sistema > ul > a > li > p{
  font-size: 14px;
  margin: 0px;
}
#menu-sistema > ul > a > li > p:nth-child(1){
  width: 25%;
  text-align: center;
}
#menu-sistema > ul > a > li > p:nth-child(2){
  width: 75%;
}
#menu-sistema > ul > li{
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 10px;
}
#menu-sistema > ul > li > div{
 position: relative;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    background-color: #F00;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 35px;
    text-transform: uppercase;
    background-image: url(flecha.png);
    background-position: 131px center;
    background-repeat: no-repeat;
    background-size: 12px;
    color: #FFF;
    font-weight: 700;
    cursor: pointer;
}
#menu-sistema > ul > li > div > h4{
  position: relative;
  font-size: 12px;
  font-weight: 700;
  margin: 0px;
  width: 75%;
  line-height: 1;
}
#menu-sistema > ul > li > div > h3{
  position: relative;
    font-size: 18px;
    margin: 0px;
    margin-top: -3px;
    width: 20%;
    text-align: right;
    margin-right: 4%;
    line-height: 1;
}
#menu-sistema ol{
  position: relative;
    padding: 0px;
    margin: 0px;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: none;
}
#menu-sistema ol > a{
  position: relative;
  list-style: none;
  width: 100%;
}
#menu-sistema ol > a > li{
  position: relative;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    height: 40px;
    border-radius: 20px;
    background-color: #FFF;
    border:solid 1px #FFF;
    margin-top: 5px;
/*    margin-bottom: 5px;*/
}
#menu-sistema ol > a > li > p{
  position: relative;
  margin: 0px;
}
#menu-sistema ol > a > li > p:nth-child(1){
  width: 20%;
  text-align: center;
  font-size: 20px;
}
#menu-sistema ol > a > li > p:nth-child(2){
  width: 70%;
  padding-left: 5%;
}

#menu-sistema > ul > li#programa > div{
  background-color: var(--rosa);
}
#menu-sistema > ul > li#programa ol{
  color: var(--rosa);
}
#menu-sistema > ul > li#programa ol > a > li:hover{
  border:solid 1px var(--rosa);
} 

#menu-sistema > ul > li#pagos > div{
  background-color: var(--azul);
}
#menu-sistema > ul > li#pagos ol{
  color: var(--azul);
}
#menu-sistema > ul > li#pagos ol > a > li:hover{
  border:solid 1px var(--azul);
} 

#menu-sistema > ul > li#teachers > div{
  background-color: var(--naranja);
}
#menu-sistema > ul > li#teachers ol{
  color: var(--naranja);
}
#menu-sistema > ul > li#teachers ol > a > li:hover{
  border:solid 1px var(--naranja);
} 

#menu-sistema > ul > li#alumnado > div{
  background-color: var(--rosa);
}
#menu-sistema > ul > li#alumnado ol{
  color: var(--rosa);
}
#menu-sistema > ul > li#alumnado ol > a > li:hover{
  border:solid 1px var(--rosa);
} 

#menu-sistema > ul > li#pruebas > div{
  background-color: var(--azul);
}
#menu-sistema > ul > li#pruebas ol{
  color: var(--azul);
}
#menu-sistema > ul > li#pruebas ol > a > li:hover{
  border:solid 1px var(--azul);
} 

#liga-usuarios, #liga-notas, #liga-home{
  color: var(--naranja);
}
#liga-mensajeria, #liga-material, #liga-material-maestras{
  color: var(--rosa);
}
#liga-logout, #liga-reportes {
  color: var(--azul);
}

#liga-alumnos{
  color: var(--rosa);
}
#liga-diplomas{
  color: var(--rosa);
}



#menu-sistema > ul > li:hover ol{
  display: flex;
}

#main-container{
  position: relative;
/*  display: inline-block;*/
/*  vertical-align: top;*/
  min-height: 100vh;
  padding-left: 2%;
  padding-right: 2%;
  background-color: var(--fondo-general);
  padding-top: 5vw;
  padding-bottom: 5vw;
    margin-left: 180px;
  top: 0px;
  right: 0px;
  width: calc(100% - 180px);
/*  position: absolute;*/
}



#menu-sistema > ul.menu-interno > a:nth-child(3n) > li{
  color: var(--naranja);
}
#menu-sistema > ul.menu-interno > a:nth-child(3n + 1) > li{
  color: var(--rosa);
}
#menu-sistema > ul.menu-interno > a:nth-child(3n + 2) > li{
  color: var(--azul);
}


/**********************
 *     LOGIN        *
 **********************/
#container{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--fondo-general);
  background-image: url(../images/login.png);
  background-position: center center;
  background-size: cover;
}
#login{
  position: relative;
  width: 300px;
  padding-left: 35px;
  padding-right: 35px;
  height: 370px;
  background-color: #FFF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
#login div#logo{
  position: relative;
  width: 45%;
  height: 10vw;
  background-image: var(--logo);
  background-size: 80%;
  background-position: center center;
  background-repeat: no-repeat;
}
#login .form-outline{
  margin-top: 10px;
}
#login button{
  margin-top: 10px;
}
.form-outline .form-control{
  text-align: center !important;
}
.form-outline .form-control:placeholder{
  text-align: center !important;
}

/* Hamburguesa*/
.container-fluid{
  position: fixed;
    z-index: 999;
    width: 50px;
    height: 50px;
    top: 20px;
    left: 15px;
    display: none;
}
.animated-icon2{
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.animated-icon2 span{
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.animated-icon2 span {
  background: var(--ajax-result-fondo-cabecera);
}
.animated-icon2 span:nth-child(1) {
  top: 0px;
}
.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3){
  top: 10px;
}
.animated-icon2 span:nth-child(4){
  top: 20px;
}
.animated-icon2.open span:nth-child(1){
  top: 11px;
  width: 0%;
  left: 50%;
}
.animated-icon2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}
.aplicar-cupon{
  font-size: 12px;
  color: var(--rosa);
  font-weight: 700;
}
.aplicar-cupon:hover{
  color: var(--azul);
}
#ajax-form-button-liquidaciones{
  display: none;
}
@media (max-width: 576px){


  /*.container-fluid{
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 70px;
    top: 0px;
    left: 0px;
    background-color: var(--fondo-general);
  }*/
  .modal-sm {
      --mdb-modal-width: 350px !important;
  }
  #modal-body{
    padding-left:  30px !important;
    padding-right:  30px !important;
  }
  #login div#logo{
    height: 20vw;
  }
  #main-container{
    width: 100%;
/*    width: fit-content;*/
    left: 0px;
    padding: 0px;
    margin: 0px;
    overflow: auto;
  }
  /*#menu-sistema{
    left: -155px;
    right: calc(100% - 155px);
  }*/
  #buscador{
    position: fixed;
    margin:0px;
    left: 30px;
    top: 13px;
  }
  #ajax-result{
    width: fit-content;
  }
  .botonera{
    position: fixed;
    margin:0px;
    right: 30px;
    top: 13px;
  }
  .botonera span{
    display: none;
  }
  .container-fluid{
    display: block;
  }
  .input-group .input-group-text:nth-child(1){
    display: none;
  }


}


/******************************
 * AJUSTES PARA PAQUETES
 * ***************************/
 #paquetes-activos{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 80vh;
  font-family: "Roboto", sans-serif;;
}
#paquetes-activos article{
  width: 12vw;
  height: 19vw;
/*  height: fit-content;*/
  background-color: #FFF;
  border-radius: 1vw;
  text-align: center;
  margin: 1vw;
  overflow: hidden;
}
#paquetes-activos article.promo{
  height: fit-content;
  height: 16.6vw;
}
#paquetes-activos form{
  position: relative;
    width: 100%;
    height: 100%;
    display: flex;
  flex-direction: column;
  justify-content: center;
}
#paquetes-activos h2{
  font-size: 6vw;
    margin: 0px;
    padding-top: 0vw;
    font-weight: 300;
    color: var(--color-titulo);
}
#paquetes-activos h2.promocion{
                      text-decoration: line-through;
                      font-size: .9vw;
                      margin-top: 0px;
                      padding-top: 0px;
                      color: #555;
                    }
                    #paquetes-activos p.promocion{
                      text-decoration: line-through;
                      font-size: .9vw;
                      margin-top: 0px;
                      color: #888;
                      padding-bottom: 0px;
                    }
                    #paquetes-activos h5{
                      font-size: 1.2vw;
                      margin-top: 0px;
                      padding-top: 0px;
                      background-color: var(--color-titulo);
                      color: #fff;
                      padding-top: .3vw;
                      padding-bottom: .3vw;
                    }
#paquetes-activos h3, #paquetes-activos h4{
  font-size: 1.5vw;
    margin: 0px;
    font-weight: 300;
    color: var(--placeholder);
}
#paquetes-activos h4{
  font-weight: 600;
  padding-top: .4vw;
  padding-bottom: .4vw;
}
#paquetes-activos p{
  font-size: 1vw;
    margin: 0px;
    font-weight: 600;
    color: var(--placeholder);
    padding-bottom: 1vw;
}
#paquetes-activos form:hover{
  background-color: var(--placeholder);
}
#paquetes-activos form:hover h2, #paquetes-activos form:hover h3, #paquetes-activos form:hover h4, #paquetes-activos form:hover p{
  color: #FFF;
}
#paquetes-activos article:hover{
  background-color: var(--placeholder);
}
#paquetes-activos article:hover h2, #paquetes-activos article:hover h3, #paquetes-activos article:hover h4, #paquetes-activos article:hover p{
  color: #FFF;
}
#paquetes-activos input[name=PAQUETE_ELEGIDO]{
  position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0px;
    background-color: transparent;
    font-size: 0px;
    cursor: pointer;
}

@media (max-width: 480px){
  #paquetes-activos{
    width: 100%;
    align-content: center;
  }
  #paquetes-activos article{
    width: 45%;
  }
  #paquetes-activos h2{
    font-size: 15vw;
  }
  #paquetes-activos h3, #paquetes-activos h4{
    font-size: 4vw;
  }
  #paquetes-activos p{
    font-size: 3vw;
  }
  #paquetes-activos article{
    height: 50vw;
  }
}


/******************************
*         CALENDARIO
******************************/
#calendar-container{
  position: relative;
  font-size: 0px;
  font-family: var(--texto);
}
#date{
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 160px;
  padding-left: 15px;
  height: 400px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: var(--color-titulo);
}
#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: 400px;
  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{
  position: relative;
  width: 860px;
}
#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%;
}
#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: 40px;
  font-size: 14px;
}
.day{
  cursor: pointer;
}

.blank-day{
  cursor: initial;
}
.day-name{
  color: #999;
  font-weight: 500;
}
.day:hover{
  background-color: var(--ajax-result-fondo-cabecera);
  color: #FFF;
  animation-name: day-hover;
  animation-duration: .3s;
  animation-fill-mode: forwards;
}
.blank-day:hover{
  background-color: #FFF;
  animation-name: none;
}
.past-day{
  background-color: #ccc;
  cursor: not-allowed;
}
.past-day:hover{
  animation-name: none;
  background-color: #ccc;
  color: #333;
  cursor: not-allowed;
}
.active-day{
  border:solid 1px var(--ajax-result-fondo-cabecera);
}
.empty-day{
  color: #ccc;
  cursor: default;
}
.empty-day:hover{
  animation-name: none;
  background-color: #FFF;
  color: #ccc;
}
.activo{
  background-color: var(--ajax-result-fondo-cabecera);
  color: #FFF;
}
.inactivo{
  animation-name: day-leave;
  animation-duration: .3s;
  animation-fill-mode: forwards;
}

#hours{
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 400px;
  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;
  display: block;
}
.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;
}
.main-container{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#loader{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--ajax-result-fondo-cabecera);
/*  opacity: .8;*/
}
.spinner-grow{
  width: 3rem; 
  height: 3rem; 
  color:#FFF
}
.select-generico{
  margin-top: .8vw;
  width: 100%;
  border:solid 1px #ccc;
}

@keyframes day-hover{
  from{background-color: #FFF;}
  to{background-color: var(--ajax-result-fondo-cabecera);}
}
@keyframes day-leave{
  from{background-color: var(--ajax-result-fondo-cabecera);}
  to{background-color: #FFF;}
}




/* ARCHIVO */
.wrapper{
  position: relative;
  width: 100%;
  height: 90px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 5px;
  border: 2px dashed var(--ajax-result-fondo-cabecera);
  margin-top: 15px;
}
.wrapper  :where(i, p){
  color: var(--ajax-result-fondo-cabecera);
}
.wrapper > i{
  font-size: 20px;
}
.wrapper > p{
  margin-top: 5px;
  font-size: 14px;
  margin-bottom: 5px;
}

.wrapper > section .row{
  margin-bottom: 10px;
  background: #E9F0FF;
  list-style: none;
  padding: 15px 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper > section .row i{
  color: #6990F2;
  font-size: 30px;
}
.wrapper > section .details span{
  font-size: 14px;
}
.progress-area .row .content{
  width: 100%;
  margin-left: 15px;
}
.progress-area .details{
  display: flex;
  align-items: center;
  margin-bottom: 7px;
  justify-content: space-between;
}
.progress-area .content .progress-bar{
  height: 6px;
  width: 100%;
  margin-bottom: 4px;
  background: #fff;
  border-radius: 30px;
}
.content .progress-bar .progress{
  height: 100%;
  width: 0%;
  background: #6990F2;
  border-radius: inherit;
}
.uploaded-area{
  max-height: 232px;
  overflow-y: scroll;
}
.uploaded-area.onprogress{
  max-height: 150px;
}
.uploaded-area::-webkit-scrollbar{
  width: 0px;
}
.uploaded-area .row .content{
  display: flex;
  align-items: center;
}
.uploaded-area .row .details{
  display: flex;
  margin-left: 15px;
  flex-direction: column;
}
.uploaded-area .row .details .size{
  color: #404040;
  font-size: 11px;
}
.uploaded-area i.fa-check{
  font-size: 16px;
}

#saldos{
  position: fixed;
  right: 0px;
  top: 0px;
  width: 200px;
  background-color: #000;
  font-size: 15px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #FFF;
  padding: 5px;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#saldos > h2{
  font-weight: 300;
  margin-bottom: 0px;
  font-size: 14px;
  margin-right: 5px;
}
#saldos > h3{
  margin: 0px;
  font-size: 16px;
}


#saldo-promocional{
  position: fixed;
  right: 0px;
  top: 30px;
  width: 200px;
  background-color: var(--color-titulo);
  font-size: 15px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #FFF;
  padding: 5px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#saldo-promocional > h2{
  font-weight: 300;
  margin-bottom: 0px;
  font-size: 14px;
  margin-right: 5px;
}
#saldo-promocional > h3{
  margin: 0px;
  font-size: 16px;
}

#footer-platform, #buscador{
  display: none;
}

#paqueteria{
  position: relative;
  width: calc(100% - 155px);
  margin-left: 155px;
}

.paquetes{
  position: relative;
  margin-top: -10vw;
}
.paquetes span{
  font-weight: 800;
}
.paquetes > div{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.paquetes > div > article{
  position: relative;
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-left: 3%;
  margin-right: 3%;
  margin-bottom: 4vw;
}
#select-basico, #select-platinium, #select-pro{
  background-color: transparent;
    color: #000;
    font-weight: 700;
    width: 89%;
    border: 0px;
    margin-bottom: 1vw;
}
.zona-cupon{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zona-cupon > input{
  position: relative;
    width: 60%;
    border: 0px;
    font-size: .9vw;
    border-radius: 1vw;
    margin-right: 0%;
    text-align: center;
}
.zona-cupon > p{
  position: relative;
    width: 27%;
    margin: 0px;
    padding-left: 10px;
    font-size: .9vw;
    font-weight: 600;
    cursor: pointer;
    margin-right: 9%;
    background-color: var(--naranja);
    border-radius: 1vw;
    color: #FFF;
    margin-left: 3%;
}
.zona-cupon > p:hover{
  background-color: var(--rosa);
}
.paquetes > div > article > img{
  position: relative;
  height: 21vw;
}
.paquetes > div > article > h3{
  font-size: 2vw;
  font-weight: 700;
  margin: 0px;
}
.paquetes > div > article > h2{
  font-size: 2.7vw;
  font-weight: 800;
  margin: 0px;
}
.paquetes > div > article > h4{
  color: #FFF;
  font-size: 1.7vw;
  font-weight: 700;
  background-color: var(--naranja);
  border-radius: 2vw;
  margin: 0px;
  padding: .3vw;
  padding-right: 1vw;
  padding-left: 1vw;
  margin-top: 1vw;
  margin-bottom: 1vw;
}
.paquetes > div > article > ul{
  font-size: 1vw;
  background-color: var(--azul-cielo);
  padding-top: 3vw;
    padding-bottom: 3vw;
    border-radius: 3vw;
    width: 100%;
    padding-left: 15%;
    padding-right: 5%;
    position: relative;
}
.paquetes > div > article > form > input[type=submit]{
  font-size: 1.5vw;
  background-color: var(--naranja);
    border-radius: 3vw;
    width: 15vw;
    line-height: 3vw;
    border:0px;
    color: #FFF;
    font-weight: 700;
    position: relative;
}
.paquetes > div > article > form > input[type=submit]:hover{
  background-color: var(--azul);
}
.paquetes > div > article > ul > img{
      position: absolute;
    width: 35%;
    /* left: 0vw; */
    right: -4vw;
    top: -4vw;
}
.paquetes > div > article > a{
  color: #FFF !important;
  font-size: 1.7vw;
  font-weight: 700;
  background-color: var(--naranja);
  border-radius: 2vw;
  margin: 0px;
  padding: .3vw;
  padding-right: 1vw;
  padding-left: 1vw;
  width: 60%;
  text-align: center;
}
.paquetes > div > article:nth-child(1) > h2{
  color: var(--naranja);
}
.paquetes > div > article:nth-child(1) > h4, .paquetes > div > article:nth-child(1) > form > input[type=submit]{
  background-color: var(--naranja);
}
.paquetes > div > article:nth-child(1) > a{
  background-color: var(--naranja);
}
.paquetes > div > article:nth-child(1) > ul span{
  color: var(--naranja);
}

.paquetes > div > article:nth-child(2) > h2{
  background-image: url(https://englishjoy.mx/wp-content/themes/englishjoy/images/semestral.png);
  width: 100%;
    height: 3vw;
    background-size: auto 120%;
    background-repeat: no-repeat;
    background-position: center center;
}
.paquetes > div > article:nth-child(2) > h4, .paquetes > div > article:nth-child(2) > form > input[type=submit]{
  background-color: var(--rosa);
}
.paquetes > div > article:nth-child(2) > a{
  background-color: var(--rosa);
}
.paquetes > div > article:nth-child(2) > ul span{
  color: var(--rosa);
}

.paquetes > div > article:nth-child(3) > h2{
  background-image: url(https://englishjoy.mx/wp-content/themes/englishjoy/images/anual-pro.png);
  width: 100%;
    height: 3vw;
    background-size: auto 138%;
    background-repeat: no-repeat;
    background-position: center center;
}
.paquetes > div > article:nth-child(3) > h4, .paquetes > div > article:nth-child(3) > form > input[type=submit]{
  background-color: var(--amarillo);
}
.paquetes > div > article:nth-child(3) > a{
  background-color: var(--amarillo);
}
.paquetes > div > article:nth-child(3) > ul span{
  color: var(--rosa);
}

.paquetes > div > article:nth-child(1) > a:hover, .paquetes > div > article:nth-child(2) > a:hover, .paquetes > div > article:nth-child(3) > a:hover, .paquetes > div > article:nth-child(1) > form > input[type=submit]:hover, .paquetes > div > article:nth-child(2) > form > input[type=submit]:hover, .paquetes > div > article:nth-child(3) > form > input[type=submit]:hover{
  background-color: var(--azul);
}
#select-basico, #select-platinium, #select-pro {
    font-weight: 700;
    width: 89%;
    border: 0px;
    margin-bottom: 1vw;
    background-color: var(--rosa);
    color: #FFF;
    height: 3vw;
    border-radius: 2vw;
    text-align-last: center;
    cursor: pointer;
    font-size: .9vw;
}

.descripcion-pro, .descripcion-platinium, .descripcion-basica{
  margin-top: 2vw;
}
#submit-bimestral, #submit-semestral, #submit-anual{
  display: none;
}

#banner-paquetes{
  background-color: var(--azul-fosfo);
  height: 30vw;
  display: flex;
  justify-content: center;
}
#banner-paquetes > section{
  background-color: var(--azul-oscuro);
    width: 50vw;
    height: 25vw;
    position: absolute;
    /* left: 25vw; */
    /* top: -25vw; */
    border-radius: 0px 0px 25vw 25vw;
    color: #FFF;
    font-weight: 800;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#banner-paquetes > section > h3{
  font-size: 2vw;
  margin: 0px;
}
#banner-paquetes > section > h1{
  font-size: 5vw;
  margin: 0px;
  line-height: 1;
}
.mamas{
      position: relative;
    background-image: url(images/fondoazul.png);
    background-size: 100%;
    width: 100%;
    height: 50vw;
    overflow: hidden;
    padding-top: 8vw;
/*    display: none;*/
}
.mamas > h2{
  font-size: 3vw;
  color: #00a8a6;
  font-weight: 800;
  text-align: center;
}
.mamas > section{
  position: relative;
  width: 100%;
}
.mamas > img{
  position: absolute;
}
.mamas > img:nth-child(1){
  width: 5%;
  top: 15vw;
}
.mamas > img:nth-child(2){
  width: 15%;
  left: 89%;
  top: 10vw;
}
.mamas > img:nth-child(3){
  width: 10%;
  top: 45vw;
  left: -5vw;
}
.mamas > img:nth-child(4){
  width: 5%;
  left: 85%;
  top: 45vw;
}
.mamas > section{
  position: relative;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 6vw;
}
.mamas > section article{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30vw;
  width: 95%;
  margin-left: 2.5%;
  margin-right: 2.5%;
}
.mamas > section article > aside{
  position: relative;
  width: 18vw;
  height: 18vw;
  border-radius: 12vw;
  border:solid 5px var(--azul-fosfo);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
  background-color: #FFF;
}
.mamas > section article > div{
  position: relative;
    width: calc(90% - 20vw);
    background-color: #FFF;
    border-radius: 2vw;
    padding-left: 10%;
    padding-right: 5%;
    margin-left: -5%;
    z-index: 1;
    padding-top: 2vw;
    padding-bottom: 1vw;
}
.mamas > section article > div > img{
  position: absolute;
  top: -2vw;
  right: -3vw;
  width: 18%;
}

.mamas > section article > div > div{
  font-size: 1.2vw;
  line-height: normal;
}
.mamas > section article > div > div > h5{
  color: var(--rosa);
  font-size: 3vw;
  font-weight: 800;
  width: 100%;
  text-align: left;
  margin: 0px;
  line-height: 1;
}
.mamas > section article > div > div > h5:nth-child(2){
  text-align: right;
}

.card{
  width: 100%;
  margin-right: 50px;
  margin-top: 20px !important;
}
.card .btn-primary{
  background-color: var(--naranja) !important;
}
.card .btn-primary:hover{
  background-color: var(--azul) !important;
}
.modal-footer{
  justify-content: center !important;
}
.modal-title{
  width: 90% !important;
  text-align: center !important;
}
a{
  color: inherit;
}
#post select{
  font-size: 12px;
  padding: 6px;
  margin-top: 10px;
  border-radius: 4px;
  width: 100%;
  border-color: #CCC;
}
.hamburger{
  display: none !important;
}

@media (max-width: 480px){
  #date{
    display: none;
  }
  #calendar{    
    width: 340px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  #calendar-container{
    display: flex;
    flex-direction: column;
  }
  #calendar{
    margin-top: 50px;
    height: 300px;
  }
  #calendar section{
    width: 640px;
  }
  #calendar article{
    width: 300px;
  }
  #calendar h2{
    padding-top: 0px;
  }
  #calendar p{
    font-size: 30px;
    top: 22px;
  }
  #hours{
    width: 340px;
    margin-top: 20px;
    min-height: 125px;
    height: auto;
  }
  #hours h5{
    width: 100%;
    height: 65px;
    line-height: 1;
  }
  .hour h2, .hour h3{
    width: 80px;
  }
  .hour div{
    width: 69px;
  }
  .day, .day-name, .blank-day{
    width: 28px;
    height: 30px;
    line-height: 30px;
  }

  #menu-sistema{
    position: fixed;
    width: 100%;
    top: 0px;
    display: none;
  }
  #menu-sistema img{
    width: 20%;
    margin-left: 40%;
    margin-top: 20px;
  }
  #menu-sistema > ul > a{
    height: 50px;
  }
  #menu-sistema > ul > a > li > p{
    font-size: 22px;
    margin: 0px;
  }
  #menu-sistema > ul > a > li{
    border-radius: 0px;
  }
  .hamburger{
    display: block !important;
    z-index: 999 !important;
    right: 3vw !important;
      top: 6vw !important;
  }
  .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after{
    background-color: #FFF !important;
  }
  #menu-sistema ul > a{
    width: 100%;
  }
  #menu-sistema li{
    width: 100%;
    padding-left: 10%;
    line-height: 18vw;
  }
  #menu-sistema li#logout{
    padding-left: 70%;
  }
  #menu-sistema li p{
    font-size: 5vw;
  }

  #paqueteria{
    width: 100%;
    margin: 0px;
  }
  #banner-paquetes{
    height: 55vw;
  }
  #banner-paquetes > section{
    width: 70vw;
    left: 15vw;
    height: 40vw;
    border-radius: 0px 0px 35vw 35vw;
  }
  #banner-paquetes > section > h3{
    font-size: 5vw;
  }
  #banner-paquetes > section > h1{
    font-size: 9vw;
  }
  .paquetes > div{
    flex-direction: column;
  }
  .paquetes > div > article{
    width: 67%;
        margin-left: 16%;
        margin-right: 10%;
        margin-top: 10vw;
        margin-bottom: 10vw;
  }
  .paquetes > div > article > img{
    height: 60vw;
  }
  .paquetes > div > article > h3{
    font-size: 5vw;
  }
  .paquetes > div > article > h2{
    font-size: 7vw;
  }
  .paquetes > div > article > h4{
    padding: 1vw;
    padding-right: 5vw;
    padding-left: 5vw;
    border-radius: 6vw;
    font-size: 5vw;
  }
  .paquetes > div > article > ul{
    font-size: 4vw;
    padding-top: 7vw;
    padding-bottom: 7vw;
    border-radius: 12vw;
  }
  .paquetes > div > article > a{
    padding: 1vw;
    padding-right: 5vw;
    padding-left: 5vw;
    border-radius: 6vw;
    font-size: 5vw;
    width: 80%;
    display: none;
  }
  .paquetes > div > article:nth-child(2) > h2, .paquetes > div > article:nth-child(3) > h2{
    height: 9vw;
  }
  .paquetes > div > article > ul > img{
    right: -9vw;
    top: -14vw;
  }
  #select-basico, #select-platinium, #select-pro{
    height: 8vw;
    font-size: 3vw;
    border-radius: 8vw;
  }
  .zona-cupon > input{
    line-height: 7vw;
    border-radius: 4vw;
    font-size: 3vw;
  }
  .zona-cupon > p{
    font-size: 3vw;
    line-height: 7vw;
    height: 7vw;
    border-radius: 4vw;
  }
  .paquetes > div > article > form > input[type=submit]{
    font-size: 4vw;
    border-radius: 7vw;
    width: 50vw;
    line-height: 7vw;
  }
  .hamburger{
    z-index: 10;
    position: fixed;
    right: 5vw;
    top: 5vw;
    display: block !important;
    z-index: 10;
  }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
    background-color: var(--rosa);
  }
  .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after{
    background-color: var(--azul) !important;
  }
  #bienvenido{
    padding-top: 8vw;
  }
}