@font-face {
  font-family: Intro;
  src: url(../fonts/IntroHeadRBase.otf);
}

@font-face {
  font-family: HelveticaLTStd-Light;
  src: url(../fonts/HelveticaLTStd-Light.otf);
}

body {
  margin: 0px;
  padding: 0px;
  font-family: HelveticaLTStd-Light !important;
}

h2,
h3 {
  font-family: Intro !important;
}

#loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: white;
  z-index: 999999;
}


header {

  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: minmax(21vh, auto);
  background-image: url(../img/ELEMENTOS/header2.jpg);
  background-position: center bottom;
  background-size: cover;
  padding: 0px;
  background-attachment: fixed;

}

headerInterno {

  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: minmax(21vh, auto);
  background: linear-gradient(to bottom, #141F76, #01030D);
  padding: 0px;

}

.item1 {
  grid-column: 2 / 8;
  grid-row: 1 / 2;
  display: flex;
  align-items: center;
}

.item2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  grid-column: 8 / 13;
  grid-row: 1 / 2;

}

.item3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  grid-column: 2 / 12;
  grid-row: 2 / 5;
  color: white;
  font-family: Intro;
  font-size: 9rem;
  line-height: 120px;
}

@media only screen and (max-width: 992px) {
  .item3 {
    font-size: 6rem;
  }
}

@media only screen and (max-width: 767) {
  .item3 {
    font-size: 4rem;
  }
}

@media only screen and (max-width: 450px) {
  .item3 {
    font-size: 3rem;
  }
}




.item3 p {
  line-height: 1em !important;
}

#typing {
  transition: transform 1s, opacity 1s;

}

.hide {
  display: inline-block;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;

}

.ver {
  opacity: 1;
  display: inline-block;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.item3 p {
  margin: 0px;
  padding: 0px;
}

.item4 {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 8 / 12;
  grid-row: 2 / 5;

}

.item5 {
  display: flex;
  flex-wrap: wrap;
  grid-column: 1 / 13;
  grid-row: 2 / 5;
  color: white;
  font-family: Intro;

}

.informacion {

  height: 150px;
  width: 100%;
}



#recipeCarousel {

  margin: 0px;
  padding: 0px;
  text-align: center;
  justify-content: center;
  align-content: center;


}

.carousel {
  margin: 0px;
  padding: 0px;
}

.carousel-inner {

  margin: 0px;
  padding: 0px;
}

.carousel-item {
  margin: 0px;
  padding: 0px;
}



.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}



.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
  transform: translateX(0);
}

.carousel-control-next-icon {
  background: black;
  border: solid 2px white;
  border-radius: 50%;

}

.carousel-control-prev-icon {
  background: black;
  border: solid 2px white;
  border-radius: 50%;

}

.item2 button {
  margin: 0px;
  padding: 0px;
  line-height: 20px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 5px;
  padding-top: 5px;
}

.menu {
  background: transparent;
  color: white;
  font-weight: 300;
  font-size: 30px;
  border: solid white 1px;
  font-family: Intro;
  cursor: pointer;

}

.menu:hover {
  background: #0DE2A6;
  border: solid #0DE2A6 1px;
}

.logo {

  width: 150px;
  height: auto;
}

.frase {

  font-size: 7rem;

}

.oneday {
  height: 15rem;
}

.viajar {
  color: #D1FA48;

}

.vida {
  color: #2CF4BE;
}

.barraverde {
  display: flex;
  background: #0DE2A6;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  text-align: center;
  height: 100px;

}

.barraverde p {
  font-family: Intro;
  font-size: 35px;
  color: black;
  margin: 10px;
  font-weight: bold;
}

.barramaya {
  display: flex;
  background-image: url(../img/ELEMENTOS/pleca.png);
  background-size: cover;
  background-repeat: repeat-x;
  height: 75px;
  opacity: 0.4;

}

.titulo {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  text-align: center;
  font-family: Intro;
  margin-top: 20px;

}

.titulo p {
  font-family: Intro;

  color: black;

}

.titulo img {}

.cards {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 50px;
  margin-top: 80px;
  margin-left: 5%;
  margin-right: 5%;

}


.cards .card {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 200px;
  flex-basis: 100%;
  flex: 50%;
  text-align: center;
  justify-content: center;
  align-content: center;
  border: none;
  background: none;

}

@media only screen and (max-width: 600px) {
  .cards .card {
    display: contents;
  }
}


.overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  height: 286px;
  width: 496px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}


@media only screen and (max-width: 600px) {
  .overlay {
    position: fixed;
    /*pero no esta apareciendo*/
  }

  .icono1 {
    left: 10;
    right: unset;
  }

  .icono2 {
    left: 70;
    right: unset;
  }

  .icono3 {
    left: 130;
    right: unset;
  }
}


.iconos {
  width: 496px;
  background: red;
  position: absolute;

}

.icono1 {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: -25px;
}

.icono2 {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 75px;
  top: -25px;
}

.icono3 {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 130px;
  top: -25px;
}


.imgcard {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  justify-content: space-between;
  height: 286px;
  width: 496px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  /* background-image: url(../img/ELEMENTOS/descarga.jpg);*/
  background-size: cover;
}

.textoscard {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 496px;
  background: #6C605A;
  color: white;

}

.texto1 {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  color: #0DE2A6;
  font-size: 38px;
  font-family: Intro;
  z-index: 1;
  padding-left: 15px;
}

.texto12 {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  color: #FB3C78;
  font-size: 38px;
  font-family: Intro;
  z-index: 1;
  padding-left: 15px;
}

.texto13 {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  color: #D1FA48;
  font-size: 38px;
  font-family: Intro;
  z-index: 1;
  padding-left: 15px;
}

.texto14 {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  color: #FDC505;
  font-size: 38px;
  font-family: Intro;
  z-index: 1;
  padding-left: 15px;
}

.texto2 {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  color: white;
  font-size: 28px;
  font-family: Intro;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 4px;
}

.textoscard h2 {
  text-align: justify;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 100;
  margin: 0px;
  padding-top: 10px;
}

.textoscard p {
  margin-top: 16px;
  text-align: justify;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.botoncard {
  width: 496px;
  height: 20px;
}

.botoncard button {
  position: relative;
  width: 536px;
  height: 60px;
  left: -20px;
  border-radius: 10px;
  box-shadow: -1px 0px 15px -3px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -1px 0px 15px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 0px 15px -3px rgba(0, 0, 0, 0.75);
  border: none;
  cursor: pointer;
  color: white;
  font-family: Intro;
  font-size: 26px;
  font-weight: 100;
}

@media only screen and (max-width: 600px) {
  .botoncard button {
    width: 100%;
    position: initial;
  }

  .iconos {
    width: 80%;
  }

  .imgcard {
    width: 100%;
  }

  .textoscard {
    width: 100%;
  }

  .botoncard {
    width: 100%;
    margin: 0 auto;
  }

}

#boton1 button {
  background: #00B9A3;
}

#boton1 button:hover {
  background: #FDC505;
}

#boton2 button {
  background: #FB3C78;
}

#boton2 button:hover {
  background: #D1FA48;
}

#boton3 button {
  background: #D1FA48;
}

#boton3 button:hover {
  background: #00B9A3;
}

#boton4 button {
  background: #FDC505;
}

#boton4 button:hover {
  background: #FB3C78;
}


.cuadros {


  display: grid;
  flex-wrap: wrap;
  flex-direction: row;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: minmax(21vh, auto);
  background: #6C605A;
  padding: 0px;
  position: relative;
}

.cuadro1 {
  grid-column: 1 / 5;
  grid-row: 1 / 4;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-top: 80px;
  z-index: 2;


}

.cuadro1 img {
  max-height: 55vh;
  z-index: 2;
}

.cuadro2 {
  grid-column: 5 / 9;
  grid-row: 1 / 4;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 2;
  padding-top: 10px;
}

.cuadro2 img {
  max-height: 55vh;
  z-index: 2;

}

.cuadro3 {
  grid-column: 9 / 13;
  grid-row: 1 / 4;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 80px;
  z-index: 2;
}

.cuadro3 img {
  max-height: 55vh;
  z-index: 2;
}

.textocuadros {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.textocuadros p {
  line-height: .9em;
  color: white;
  font-family: Intro;
  font-size: 8rem;
  text-align: center;
}

@media (max-width: 767px) {
  .textocuadros p {
    font-size: 5rem;
  }
}


.fondo3 {
  height: 100px;
  background: #6C605A;
  position: absolute;
  width: 100%;
  /*background-image: url(../img/ELEMENTOS/pleca.png);*/
  background-repeat: repeat-x;
  background-size: contain;
}

.fondo2 {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;


}

.fondo2v {
  width: 100%;
  background: #F5E6DB;
  z-index: 1;
  height: 150px;

}

.apps {
  width: 100%;
  padding-top: 50px;
  /*display: grid;*/
  background-image: url(../img/ELEMENTOS/footertres.png);
  /*grid-template-columns: 1fr 1fr;*/
  /*grid-auto-rows: minmax(125px, auto);*/
  padding-bottom: 600px;
  background-color: #F5E6DB;
  background-size: cover;


}

.apps2 {
  width: 100%;
  padding-top: 50px;
  /*display: grid;*/
  background-image: url(../img/ELEMENTOS/Grupo63.jpg);
  /*grid-template-columns: 1fr 1fr;*/
  /*grid-auto-rows: minmax(125px, auto);*/
  padding-bottom: 400px;
  background-size: cover;
  background-attachment: fixed;
  background-position: top center;


}

.titulosapps {
  grid-column: 1 / 3;
  grid-row: 1 / 2;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-family: Intro;
  font-size: 42px;
  font-weight: bold;
  padding-left: 5vw;
  padding-right: 5vw;
  padding-bottom: 50px;
}

.apps2 .titulosapps {
  color: white;
}

.textosapps {
  /*padding-top: 200px;*/
  /*padding-left: 10vw;*/
  /* grid-column: 1 / 2;*/
  /*grid-row: 2 / 3;*/
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-family: Intro;
  font-size: 2rem;
}

.apps2 .textosapps {
  color: white;
}

.logosapps {
  padding-top: 200px;
  padding-right: 10vw;
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.logosapps img {
  width: 26%;
}

footer {
  width: 100%;
  /*
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(80px, auto);
  */
  padding-top: 100px;
}

.titulofooter {
  padding: 0 5vw;
  grid-column: 1 / 3;
  grid-row: 1 / 2;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-family: Intro;
  font-size: 1.5rem;
  font-weight: bold;
}

@media (max-width: 991px) {
  .titulofooter {
    font-size: 1rem;
  }
}


.logosfooter {
  /*
  grid-column: 1 / 3;
  grid-row: 2 / 3;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
  */
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 10vw;
  padding-right: 10vw;
}

.logosfooter img {
  width: 60%;
}

@media only screen and (max-width: 767px) {
  .logosfooter img {
    width: 50%;
    margin: 20px;
  }

  .logosfooter {
    padding: 0 !important;
    margin: 0 !important;
  }

  #tarjetas {
    padding: 0 !important;
    margin: 0 !important;
  }

}

.delay-1 {
  animation-delay: .25s;
}

.delay-2 {
  animation-delay: .5s;
}

.delay-3 {
  animation-delay: .75s;
}

.delay-4 {
  animation-delay: 1s;
}

.informacion h1 {
  font-size: 62px;
  font-family: Intro;
}

.informacion h2 {
  font-size: 42px;

}

.reservar {
  height: 150px;
  text-align: right;
  /*position: relative;*/
}

.reservar .interior {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.reservar h1 {
  color: #0DE2A6;

}
.reservar h3 {
  color: #0DE2A6;

}

#verfechas {
  background: #0DE2A6;
  border-radius: 10px;
  padding: 5px;
  padding: 20px;
  padding-left: 30px;
  padding-right: 30px;
  border: none;
  font-size: 1.5rem;
  width: 100%;

}

#verfechas:hover {
  color: white;
}

.reservar button:hover {
  background: white;
}

.duracion {
  display: flex;
  flex-wrap: wrap;
  height: 150px;
  text-align: end;
  align-content: flex-end;
}

.datos {
  /*display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  */
  height: 150px;
  justify-content: flex-end;
}

.cuadroimg {
  position: relative;
  cursor: pointer;
}

.overlayimg {
  position: absolute;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding-top: 15px;

  padding-left: 10px;
}



@main-bg: rgb(40, 40, 59);
@calendar-border: rgb(220, 220, 255);
@calendar-bg: #fff;
@calendar-standout: rgb(40, 40, 59);
@calendar-color: #444;
@calendar-fade-color: #c0c0c0;
@body-color: #444;



*,
*:before,
*:after {
  box-sizing: border-box;
}

main {
  background: #EBFAFF;
}


a {
  text-decoration: none;
}


.calendar-wrapper {
  width: 360px;
  margin: 3em auto;

}

.calendar-wrapper #personas {
  height: 60px;
}

.calendar-wrapper #horarios {
  height: 60px;
}

.activo {
  background: #0DE2A6;
}

table {
  clear: both;
  width: 100%;
  /*border: 1px solid;*/
  border-radius: 3px;
  border-collapse: collapse;
}

td {
  height: 48px;
  text-align: center;
  vertical-align: middle;

  width: 100% / 7;
}


td.normal {}

td.today {
  font-weight: 700;
  font-size: 1.5em;
}

thead td {
  border: none;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: bolder;
}

thead td span {
  font-size: .8em;
  font-weight: 100;
}

#btnPrev {
  float: left;
  margin-bottom: 20px;


}

#btnNext {
  float: right;
  margin-bottom: 20px;


}

#btnPrev,
#btnNext {
  background: transparent;
  border: none;
  outline: none;
  font-size: 1em;

  cursor: pointer;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  transition: all 0.3s ease;


}

.today {
  cursor: pointer;
  background: darkgray;
  color: white;

}

.today:hover {
  background: #0DE2A6;
}

.normal {
  cursor: pointer;
  font-weight: bold;

}

.normal:hover {
  background: #0DE2A6;
}

.not-current {
  color: darkgray;
}

.hora {
  padding: 5px;

}

.textos {
  margin: 3em auto;
}

.textos h2 {
  color: #0C134A;
  font-family: Intro;
  font-size: 34px;
  font-weight: bold;
}

.accordion-button {
  background: none !important;
}

#accordionExample .accordion-item {
  background: none;
  border: none;

}

.calendario h3 {
  color: #0C134A;
  padding: 20px;
}

resenas h2 {
  color: #0C134A;
  font-family: Intro;
  font-size: 34px;
  font-weight: bold;
}

#comentarios {
  margin: 0px;
}

#comentarios:hover {
  box-shadow: 2px -4px 5px -1px rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px -4px 5px -1px rgba(0, 0, 0, 0.61);
  -moz-box-shadow: 2px -4px 5px -1px rgba(0, 0, 0, 0.61);
}

#comentarios .card-block {
  padding: 20px;
}

#comentarios img:hover {
  animation: shake 0.5s;
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }

  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }

  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }

  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }

  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }

  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }

  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }

  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }

  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }

  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }

  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

resenas p {
  color: #0C134A;
}

resenas a img {
  max-height: 2rem;
  margin: 20px;
}

.rotated-image {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rotated-image-dos {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

/*
mastours h2 {
  color: #0C134A;
  font-family: Intro;
  font-size: 34px;
  font-weight: bold;
}

mastours .textoscard h2 {
  color: white;
}
*/


.overlaymenu {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
  font-family: Intro;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlaymenu a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlaymenu a:hover,
.overlay a:focus {
  color: #0DE2A6;
}

.overlaymenu .active {
  color: #0DE2A6;
}

.overlay-content img {
  padding-top: 80px;
  max-width: 200px !important;
}

.overlaymenu .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

.datosdepago {
  padding-top: 3rem;
}

.datosdepago thead {
  margin: 10px;
}

.izquierdacontacto {
  margin: 20px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-image: url("../../assets/img/ELEMENTOS/cuadro3.png");
  background-size: contain;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 991px) {
  .izquierdacontacto {
    width: 0;
    height: 0;
  }
}

#exitopago {
  padding: 50px;
}

.izquierdafinalizada {
  background-image: url("../../assets/img/ELEMENTOS/cuadro2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;

}

.derechafinalizada {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-family: Helvetica;

}

.derechafinalizada h2 {
  font-family: Intro;
}

#finalizado {
  background: #0DE2A6;
  border-radius: 10px;
  padding: 5px;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
  font-size: 1.5rem;

}

#finalizado:hover {
  color: white;
}

#cambioimagen {
  margin: 0 auto;

}

#detallesmodal .modal-header {
  justify-content: flex-end;
  border: none;
  background: none;
  background-color: rgba(0, 0, 0, 0.7);
}

#detallesmodal .modal-footer {
  background-color: rgba(0, 0, 0, 0.7);
  border: none;
}

#detallesmodal .modal-body {
  background-color: rgba(0, 0, 0, 0.7);
}


.wow {
  visibility: hidden;
}

.btn-primary:hover {
  border-color: #48FAA8 !important;
  background-color: #48FAA8 !important;
  color: black !important;
}

.btn-primary:focus {
  border-color: #48FAA8 !important;
  background-color: #48FAA8 !important;
  color: black !important;
}

.btn-primary:active {
  border-color: #48FAA8 !important;
  background-color: #48FAA8 !important;
  color: black !important;
}

.btn-primary:disabled {
  border-color: #48FAA8 !important;
  background-color: #48FAA8 !important;
  color: black !important;
}

.btn-primary {
  color: black !important;
  background-color: #48FAA8 !important;
  border-color: #48FAA8 !important;
}

#ruedita {
  margin-top: 40px;
}

.choosedate {
  margin-top: 1.4em;
  color: #0C134A;
  font-family: Intro;
  font-size: 34px;
  font-weight: bold;
}

.maycancel {
  font-size: 1.2rem;
  padding-left: 5vw !important;
  padding-right: 5vw !important;
}

.tablehistory {
  margin-bottom: 40px !important;
}

.address {
  margin-top: 30px;
}

.todaydate {
  margin-top: 30px;
}

@media screen and (max-width: 575px) {
  .todaydate {
    margin-top: 0;
  }
}

@media screen and (max-height: 450px) {
  .overlaymenu a {
    font-size: 20px
  }

  .overlaymenu .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

/*calificar*/
#estrellas {
  margin-top: 20px;
  margin-bottom: 20px;
  cursor: pointer !important;
  font-size: 35px;
  color: gold !important;
}

.cursorp {
  cursor: pointer;
}

.font24 {
  font-size: 35px;
}

.color2 {
  color: gold !important;
}

.separador {
  height: 40px;
}

textarea {
  max-width: 100%;
}

.store {
  width: 50%;
}

.seccion2 {
  padding-top: 200px;
}


@media (max-width: 768px) {
  .store {
    /*width: 50%;*/
  }

  .seccion2 {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .carousel-inner .carousel-item>div {
    display: none;
  }

  .carousel-inner .carousel-item>div:first-child {
    display: block;
  }
}


@media (max-width: 1150px) {
  .cuadro1 {
    display: none;
  }

  .cuadro3 {
    display: none;
  }
}


/* medium and up screens */
@media (min-width: 768px) {

  .carousel-inner .carousel-item-end.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }

  .carousel-inner .carousel-item-start.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}


/*buscador*/
#searchbox {
  justify-content: center;
}

#searchbox title {
  font-size: 1.7rem;
  background-color: #00b9a3;
  color: white;
  border: 0;
}

.select2-container{
  width: 20vw;
}

@media screen and (max-width: 1000px) {
   #searchbox {
    display:grid;
   }
   .select2-container{
    max-width:max-content; 
    min-width: -webkit-fill-available;
  }
}

#searchbox a {
  font-size: 1.4rem;
  background-color: #00b9a3;
  display: flex;
  justify-content: center;
  align-items: center;
}
#searchbox img {
width: 20px; height: 20px
}

#fechaSeleccionada{
  font-weight: normal;margin-left: 25px;margin-top: 25px;margin-bottom: 20px;
}

.iconClock{
  font-weight: normal; margin-bottom: 20px
}
.iconClock img{
  height: 20px;
}
.iconPerson{
  font-weight: normal; margin-bottom: 20px
}
.iconPerson img{
  height: 20px;
}