:root {
  --color-titulo: #545454; 
  --color-primario: #a17bac;
  --font-color: #2B2D42; 
  --bg-color: #f4f4f4; 
  --border-color: #d5d5d5; 
  --bg-top: rgba(122, 153, 173, 1);
  --bg-contenedores: rgba(255, 255, 255, .8);
  --logo-height: 50px;
  /* --top-height: 100px;  */
  --top-height: 70px;  
  --spinner-width: 200px;
  --bg-spinner: rgba(255,255,255,0.4);
}
 
body, html{
  color: var(--font-color);
  font-family: "Raleway", Sans-serif;
  /* background-color: var(--bg-color); */
  background-color: #fff;
  height: 100%;
  background-repeat: no-repeat;

  background-repeat: no-repeat;
  /* background-image: url('../includes/background.png?v=5'); */
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.top{
  background-color: var(--bg-top);
  /* position: fixed !important;
  top: 0 !important; */
  height: var(--top-height);
  width: 100%;
  padding-top: 10px;
  z-index: 9;
}

.top img{
  height: var(--logo-height);
}



h1{
    font-size: 1.5rem;
    font-weight: 800;
    text-transform: uppercase;
    font-style: italic;
    line-height: 1.1em;
    text-align: center;
    color: var(--color-titulo);
    padding-top: 15px;
    padding-bottom: 15px;
}

.bb-3{
  border-bottom: 3px solid var(--border-color) !important;
}

.bt-3{
  border-top: 3px solid var(--border-color) !important;
}

.nombre-plan{
    text-align: center;
    color: var(--color-primario);
    text-transform: uppercase;
    font-style: italic;
    line-height: 1.2em;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 5px 5px 0;
}

.titulo-plan{
    color: var(--color-titulo);
}
.primario{
    color: var(--color-primario);
}

.precio-normal{
    text-align: center;
    font-size: 1.5rem;
    color: #7a7a7a;
    font-weight: 800;
    font-style: italic;
    line-height: 1.1em;
    /* letter-spacing: -2px; */
}


.box{
    border-style: solid;
    border-width: 0px;
    border-color: var(--border-color);
    padding: 20px 10px;
    margin-bottom: 5px;
    border-radius: 20px;
    padding: 0;
    margin: 0px 10px;
    background: var(--bg-contenedores);
    cursor: pointer;
}

.box img{
  border-radius: 20px 20px 0 0;
}
/* .box:hover{
    opacity: 1;
    background: #111;
} */
.boton1{
    font-family: "Roboto", Sans-serif;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.1em;
    fill: #ff880b;
    border-style: solid;
    border-radius: 40px 40px 40px 40px;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;

    border-color: var(--border-color);
    background-color: var(--color-primario);
    color: #fff;
    width: 90%;
}
.boton1:hover{
    background: #2c2c2c;
    color:#fff;
    border-color: #fff;
}


.splash {
    position: absolute;
    width: 100%;
    height:100vh;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-spinner);
}
.spinner {
    width: 200px;
    height: 200px;
    background: url('../includes/spinner.png?v=5') no-repeat center center;
    /* background-size: cover; */
  
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 2s infinite ease-in-out;
    animation: sk-rotateplane 2s infinite ease-in-out;
 }
 @-webkit-keyframes sk-rotateplane {
    0% { -webkit-transform: perspective(120px) rotateY(0deg); }
    50% { -webkit-transform: perspective(120px) rotateY(180deg); }
    100% { -webkit-transform: perspective(120px) rotateY(360deg); }
  }
  
  @keyframes sk-rotateplane {
    0% { transform: perspective(360px) rotateY(0deg); }
    50% { transform: perspective(360px) rotateY(180deg); }
    100% { transform: perspective(360px) rotateY(360deg); }
  }


  .negrita{
    font-weight: 600;
  }

  .confirmacion .valor-web{
    font-weight: 600;
    color: var(--color-primario);
  }

 /*  .confirmacion .tabla td, .confirmacion .tabla th{
    background: none !important;
    color: #fff !important;
  } */
  .confirmacion .detalle{
    margin: 3px 0;
  }
  .confirmacion .boton{
    width: 100%;
  }


  .confirmacion h2 {
    color: var(--color-primario);
    text-align: center;
    font-size: 1.5rem;
    margin-top: 30px;
  }
  .confirmacion .valor-final{
    font-size: 1.7rem;
    font-weight: 600;
  }
  .confirmacion .msj{
    font-style: italic;
  }

  .confirmacion .input-text{
    border-top:none !important;
    border-left:none !important;
    border-right:none !important;
    border-bottom-width: 2px;
    border-radius:0 !important;
    background:#ebebeb !important;
  }

  .btn-ver{
    background: #dfdfdf !important;
  }

  .invalid {
    color: rgb(228, 151, 170);
    font-size: 12px;
  }

  .return td {
    /* background: var(--bg-color); */
    color: var(--color-titulo);
  }

  .modal-title{
    color: #000;
  }

  .recuperar {
    color: #0069d9;
    text-decoration: underline;
    margin-top: 10px;
    cursor: pointer;
  }
  .mr-0{
    margin-right: 0 !important;
  }

  .bt-3{
    border-top: 3px solid var(--border-color) !important;
  }
  .br-0{
    border-radius: 0 !important;
  }


  .btn-imagen img {
    max-height: 300px;
    width: auto;
  }

  .valor {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 5px;
  }
  .que-incluye{
    padding: 10px 5px 0px 5px;
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0;
    color: var(--color-titulo);
  }

.contenedor-identificacion{
  border: 1px solid var(--border-color);
  padding:20px 0px;
  border-radius:20px;
  background: var(--bg-contenedores);
}
.contenedor-confirmacion {
  border: 1px solid var(--border-color);
  padding:20px 20px;
  border-radius:20px;
  margin: 0 15px 15px 15px;
  background: var(--bg-contenedores);
}

.clase{
  padding:  5px;
  font-size: 14px;
  margin:  1px 0px;
  margin-top: 1px;
  background:  rgba(122, 153, 173, .2);
}

.boton-reservar {
  float: right;
  margin-right: 5px;
  border: 1px solid var(--border-color);
  padding:5px 10px;
  font-size: 12px;
  border-radius:10px;
  line-height: 10px;
  background: var(--bg-top);
  color: #fff;
  text-align: right;
  cursor: pointer;
}

.boton-eliminar {
  float: right;
  margin-right: 5px;
  border: 1px solid var(--border-color);
  padding:5px 10px;
  font-size: 12px;
  border-radius:10px;
  line-height: 10px;
  background: var(--color-titulo);
  color: #fff;
  text-align: right;
  cursor: pointer;
}

.titulo-dia{
  font-size: 14px;
}
.calendario .datepicker-inline{
  margin: auto;
}

.ml-5px{
  margin-left: 5px;
}

.tabla-dias th{
  padding: .5rem .3rem;;
}
.tabla-dias{
  width: 100%;
}
.dia-seleccionado {
  background: var(--bg-top) !important;
  color: #fff !important;
}

.dia {
  padding: 5px 2px;
  border: 1px solid;
  border-radius: 7px;
  width: 12%;
  display: block;
  float: left;
  margin: 1%;
  text-align: center;
  font-weight: 600;
}
.dia-seleccionado{
  border: 1px solid var(--bg-top);
  border-radius: 7px;
}

.nombre-corto{
  color: var(--bg-top);
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 0;
}	

.lista-clases{
  padding-left: 10px;
}

.pl-5 {
  padding-left: 5px;
}
.lista-clases-seleccionadas .clase {
  background: rgba(122, 153, 173, .4);
}