* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
html {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  position: relative;
  background-color: #68639a;
}
html {
  height: 100%;
  width: 100%;
}
body,
html,
p,
h1 {
  margin: 0;
  padding: 0;
}

.top {
  padding: 60px 0px;
  position: relative;
  width: 100%;
  z-index: 3000;
}
.logo img {
  width: 150px;
}
.menu {
  align-items: center;
  justify-content: end;
  display: none;
}
.menu a {
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
}
.menu ul {
  list-style: none;
  margin: 0px;
  padding: 0;
}
.menu ul li {
  display: inline-block;
  margin-left: 30px;
  border-bottom: 2px solid #a6ccc9;
  padding: 0px 0px 15px 0px;
}

.seccion {
  width: 100%;
  padding: 50px 25px;
}
.seccion h3 {
  margin-bottom: 50px;
  font-size: 1.7rem;
  font-weight: 700;
  border-bottom: 2px solid #a6ccc9;
  padding: 10px;
  display: inline-block;
}

.turnos {
  background-color: #9796c1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 2500;
}

.cumple {
  background-color: rgba(255, 255, 255, 0);
  background-image: url("../img/fondo-fijo-res.png");
  /*background-size: cover;*/
  background-size: contain;
  background-repeat: no-repeat;
}
.sec-gen {
  position: relative;
  z-index: 3000;
}
.saltarin1 {
  width: 100%;

  position: fixed;
  /*background-color: rgba(255,255,255,0.5);*/
  background-image: url("../img/saltarin1.png");
  background-repeat: no-repeat;
  top: -50%;
  left: 0px;
  z-index: 2000;
  background-position: -60px center;
  opacity: 0;
}
.saltarin1-end {
  top: 0%;
}
.saltarin2 {
  width: 100%;

  position: fixed;
  /*background-color: rgba(255,255,255,0.5);*/
  background-image: url("../img/satarin2.png");
  background-repeat: no-repeat;
  top: 50%;
  left: 0px;
  z-index: 2000;
  background-position: 80px center;
  opacity: 0;
}
.saltarin2-end {
  top: -20%;
}
.sec-gen2 {
  background-image: url("../img/fondo-fijo-res.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.scumple2 {
  background-color: #a6ccc9;
  padding: 80px 25px;
}
.ulcumple {
  font-size: 1.2rem;
  list-style: none;
  font-weight: 700;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.ulcumple li {
  margin-bottom: 15px;
}
.ulcumple li:last-child {
  margin-bottom: 0px;
}
.destacado1 {
  font-size: 1.2rem;
  font-weight: 700;
  background-color: #a6ccc9;
  padding: 20px 30px;
  border-radius: 15px;
  margin-bottom: 30px;
  -webkit-box-shadow: 7px 5px 8px -1px rgba(0, 0, 0, 0.81);
  box-shadow: 7px 5px 8px -1px rgba(0, 0, 0, 0.81);
}

.destacado2 {
  font-size: 1.2rem;
  font-weight: 700;
  background-color: #ffffff;
  color: #68639a;
  padding: 20px 30px;
  border-radius: 15px;
  margin-bottom: 30px;
  -webkit-box-shadow: 7px 5px 8px -1px rgba(0, 0, 0, 0.81);
  box-shadow: 7px 5px 8px -1px rgba(0, 0, 0, 0.81);
}
.destacado22 {
  font-size: 1.2rem;
  font-weight: 700;
  background-color: #ffffff;
  color: #68639a;
  padding: 20px 30px;
  border-radius: 15px;
  margin-bottom: 30px;
  -webkit-box-shadow: 7px 5px 8px -1px rgba(0, 0, 0, 0.81);
  box-shadow: 7px 5px 8px -1px rgba(0, 0, 0, 0.81);
  display: inline-block;
}
.destacado-gen {
  padding: 20px 30px;
  border-radius: 15px;
  border: 2px solid #fff;
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 30px;
}
.cumple2 {
  font-size: 1.3rem;
  font-weight: 700;
}
.destacado3 {
  font-size: 1.2rem;
  font-weight: 700;
  background-color: #68639a;
  color: #fff;
  padding: 20px 30px;
  border-radius: 15px;
  margin-bottom: 30px;
  -webkit-box-shadow: 7px 5px 8px -1px rgba(0, 0, 0, 0.81);
  box-shadow: 7px 5px 8px -1px rgba(0, 0, 0, 0.81);
  display: inline-block;
}
.faq {
  background-color: rgba(255, 255, 255, 0);
  position: relative;
  z-index: 2500;
}
.faq ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.faq ul li {
  margin-bottom: 15px;
  padding: 20px 30px;
  border-radius: 15px;
  border: 1px solid #fff;
  cursor: pointer;
}
.faq ul li .titulo {
  font-size: 1.1rem;
  font-weight: 700;
}
.faq ul li .texto {
  display: none;
  margin-top: 20px;
}

.consentimiento {
  background-color: rgba(255, 255, 255, 0);
}
.consentimiento p {
  font-size: 1.1rem;
  font-weight: 700;
}
.contacto {
  text-align: center;
  border-top: 2px solid #a6ccc9;
  background-color: #68639a;
}

.contacto p {
  font-size: 1.1rem;
  font-weight: 700;
}
.contacto p a {
  color: #fff;
}
.franquicia {
  text-align: center;
  border-top: 2px solid #a6ccc9;
  background-color: #FFF;
  color: #7e72ae;
  background-image: url(''),url('../img/adorno2.png');
  background-repeat: no-repeat;
  background-position: left top,right bottom;
}

.franquicia img {
  width: 180px;
}

.franquicia p {
  font-size: 1.1rem;
  font-weight: 700;
}

.franquicia p a {
  color: #a6ccc9;
  font-weight: 700;
}
.franquicia .font1{
  font-size: 1.6rem;
  font-weight: 700;
}
.franquicia .font2{
  font-size: 1.6rem;
  font-weight: 700;
  color: #a6ccc9;
}
.sacarturno {
  background-color: #a6ccc9;
  border-radius: 15px;
  padding: 15px 30px;
  -webkit-box-shadow: 7px 5px 8px -1px rgb(0 0 0 / 81%);
  box-shadow: 7px 5px 8px -1px rgb(0 0 0 / 81%);
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  z-index: 2000;
  margin-left: -160px;
  margin-top: -28px;
}
.sacarturno a {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 800;
  text-decoration: none;
}
.pconsent {
  text-align: center;
}
.pconsent a {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 800;
  text-decoration: none;
  background-color: #a6ccc9;
  border-radius: 15px;
  padding: 15px 30px;
  -webkit-box-shadow: 7px 5px 8px -1px rgba(0, 0, 0, 0.81);
  box-shadow: 7px 5px 8px -1px rgba(0, 0, 0, 0.81);
  margin: 30px 0px;
  display: inline-block;
}
.olas1 {
  background-image: url("../../assets/img/ola1.png");
  width: 120%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -10%;
  background-position: center top;
}
.olas1-anim {
  left: -20%;
}
.olas2 {
  background-image: url("../../assets/img/ola2.png");
  width: 120%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 20%;
  left: -10%;
  background-position: center top;
}
.olas2-anim {
  left: 0%;
}
.olas3 {
  background-image: url("../../assets/img/ola3.png");
  width: 120%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 40%;
  left: -10%;
  background-position: center top;
}
.olas3-anim {
  left: -20%;
}
.whatsapp {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  -webkit-box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.36);
  box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.36);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #2fbe39;
  text-align: center;
  z-index: 1800;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3600;
}
.whatsapp a {
  color: #fff;
  font-weight: 700;
}
.menu-hamb {
  cursor: pointer;
  display: flex;
}
.menu-rep {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 0px 30px 0px 0px;
}
.velo-negro {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.36);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4000;
  display: none;
}
.menu-lat {
  height: 100%;
  width: 280px;
  background-color: #68639a;
  position: fixed;
  top: 0;
  right: -300px;
  z-index: 4100;
}

.menu-lat a {
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
}
.menu-lat ul {
  list-style: none;
  margin: 100px 0px 0px 0px;
  padding: 30px;
}
.menu-lat ul li {
  margin-bottom: 10px;
  border-bottom: 2px solid #a6ccc9;
  padding: 0px 0px 15px 0px;
}
.close {
  display: flex;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.up {
  width: 60px;
  height: 60px;
  position: fixed;
  right: -80px;
  bottom: 120px;
  -webkit-box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.36);
  box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.36);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #fff;
  text-align: center;
  z-index: 1800;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3600;
}
.up a {
  color: #68639a;
  font-weight: 700;
}
.up-end {
  right: 30px;
}
/* */
.video-g {
  position: relative;
  width: 100%;
  /*background-color: #2fbe39;*/
  height: 650px;
  overflow-y: hidden;
}
.velo_negro_2 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.56);
  position: absolute;
  top: 0px;
  left: 0px;
}
.formfranquicia {
  padding: 40px;
  background-color: #a6ccc9;
  border-radius: 15px;
  box-shadow: 7px 5px 8px -1px rgba(0, 0, 0, 0.61);
}
.formfranquicia .label {
  text-align: left;
  display: block;
  font-weight: 700;
}
.aclaracion {
  background-color: #68639a;
  padding: 15px;
  font-size: 0.9rem;
  border-radius: 15px;
  color: #fff;
  text-align: start;
}
.aclaracion p{

  text-align: center;
  margin-bottom: 15px;
}
.required {
  color: #ff0000;
  margin-left: 10px;
}
.enviar{
	background-color: #68639a;
	padding: 10px 20px;
	border: 2px solid #fff;
	font-size: 1.1rem;
	font-weight: 600;
}
.enviar:hover {
	background-color: #acaac7;
	border: 2px solid #fff;
}
.error {
	color: red;
	font-size: 0.87rem;
}

.grecaptcha-badge {
  z-index: 14000;
}
.modal{
  z-index: 15000;
  color: #33314c;
}
@media (min-width: 480px) {
}
@media (min-width: 576px) {
  .saltarin1 {
    opacity: 1;
  }

  .saltarin2 {
    opacity: 1;
  }
  .franquicia img {
    width: 350px;
  }
}
@media (min-width: 768px) {
  .cumple {
    background-image: url("../img/fondo-fijo.png");
  }
  .sec-gen2 {
    background-image: url("../img/fondo-fijo.png");
  }
  .menu {
    display: flex;
  }
  .menu a {
    font-size: 0.7rem;
  }
  .menu ul li {
    margin-left: 15px;
    padding: 0px 0px 10px 0px;
  }

  .menu-hamb {
    display: none;
  }
}
@media (min-width: 992px) {
  .menu a {
    font-size: 0.9rem;
  }
  .menu ul li {
    margin-left: 20px;
    padding: 0px 0px 15px 0px;
  }
  .olas1 {
    background-size: 100% auto;
  }

  .olas2 {
    background-size: 100% auto;
  }

  .olas3 {
    background-size: 100% auto;
  }
}
@media (min-width: 1200px) {
  .menu ul li {
    margin-left: 30px;
  }
  .menu a {
    font-size: 1.1rem;
  }
  .franquicia {
    text-align: center;
    border-top: 2px solid #a6ccc9;
    background-color: #FFF;
    color: #7e72ae;
    background-image: url('../img/adorno1.png'),url('../img/adorno2.png');
    background-repeat: no-repeat;
    background-position: left top,right bottom;
  }
}
@media (min-width: 1500px) {
}
