* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

body {
  width: 100%;
  font-size: 25px;
}

body a.btn-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 30px;
  border-radius: 50px;
  text-align: center;
  background-color: #0df053;
  color: white;
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
}

body a.btn-whatsapp:hover {
  text-decoration: none;
  color: #0df053;
  background-color: #fff;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: #383535;
  border-radius: 10px;
  height: 10%;
}

::-webkit-scrollbar-track {
  background-color: black;
}

body .contenedor .background {
  background-image: url("../img/background-corte.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 350px;
}

body .contenedor .background .titulo-seccion {
  position: relative;
  bottom: -30px;
}

body .contenedor .background .titulo-seccion h2 {
  font-size: 48px;
  color: white;
  text-align: center;
}

body .contenedor .background .informacion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  height: 70px;
}

body .contenedor .background .informacion a.facebook {
  display: inline-block;
  position: absolute;
  left: 80px;
  padding: 6px;
  background-color: white;
  color: black;
  border-radius: 3px;
  font-size: 0.8em;
}

body .contenedor .background .informacion a.phone-icon {
  display: inline-block;
  position: absolute;
  left: 33.3%;
  padding: 6px;
  margin-top: 5px;
  color: white;
  font-size: 0.8em;
}

body .contenedor .background .informacion a.contacto {
  display: inline-block;
  position: absolute;
  left: 49%;
  padding: 6px;
  margin-top: 7px;
  color: white;
  font-size: 0.8em;
}

body .contenedor .background .informacion a.schedule {
  display: inline-block;
  position: absolute;
  right: 260px;
  padding: 6px;
  margin-top: 5px;
  color: white;
  font-size: 0.8em;
}

body .contenedor .background .informacion a.bt-menu {
  position: relative;
  left: 50px;
}

body .contenedor .background .informacion .facebook:hover {
  background-color: yellow;
}

body .contenedor .background .informacion .numero {
  display: inline-block;
  padding: 6px;
  position: absolute;
  left: 35.5%;
  color: white;
  font-size: 0.8em;
}

body .contenedor .background .informacion .numero:hover {
  color: yellow;
}

body .contenedor .background .informacion .correo {
  display: inline-block;
  padding: 6px;
  position: absolute;
  left: 51%;
  color: white;
  font-size: 0.8em;
}

body .contenedor .background .informacion .correo:hover {
  color: yellow;
}

body .contenedor .background .informacion .horarios {
  display: inline-block;
  padding: 6px;
  position: absolute;
  right: 15px;
  color: white;
  font-size: 0.8em;
}

body .contenedor .background .informacion .horarios:hover {
  color: yellow;
}

body .contenedor .background .banner {
  position: relative;
  bottom: -15px;
  width: 100%;
  height: 120px;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

body .contenedor .background .banner .inicio-option {
  height: 120px;
  position: relative;
  left: 75px;
}

body .contenedor .background .banner .inicio-option .logo {
  height: 100%;
}

body .contenedor .background .banner .inicio-option .logo img {
  vertical-align: top;
  height: 100%;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

body .contenedor .background .banner .sections {
  display: inline-block;
  height: 100%;
  width: 100%;
}

body .contenedor .background .banner .sections .options {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body .contenedor .background .banner .sections .options ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 600px;
  list-style: none;
}

body .contenedor .background .banner .sections .options ul li.Inicio {
  width: 80px;
  text-align: center;
}

body .contenedor .background .banner .sections .options ul li.Quienes-somos {
  width: 170px;
  text-align: center;
}

body .contenedor .background .banner .sections .options ul li.Servicios {
  width: 93px;
  text-align: center;
}

body .contenedor .background .banner .sections .options ul li.Contacto {
  width: 103px;
  text-align: center;
}

body .contenedor .background .banner .sections .options ul li a {
  text-decoration: none;
  color: white;
}

body .contenedor .background .banner .sections .options ul li a.btn-servicios {
  cursor: context-menu;
}

body .contenedor .background .banner .sections .options .reservar {
  display: inline-block;
  padding: 10px;
  color: white;
  text-decoration: none;
  font-size: 24.5px;
  background-color: #f7b73b;
  border-radius: 4px;
  position: relative;
  left: 80px;
}

body .contenedor .background .banner .sections .options .bt-menu {
  position: relative;
  left: 50%;
  text-decoration: none;
  font-size: 54px;
}

body .contenedor .background .banner .sections .options .bt-menu .icon-menu1 {
  font-size: 100%;
}

body .contenedor .background .banner .sections .options ul:hover li a {
  opacity: 0.2;
}

body .contenedor .background .banner .sections .options ul li a:hover {
  opacity: 1;
  color: white;
}

body .contenedor .background .banner .sections .options ul li.Servicios ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: white;
  position: absolute;
  display: none;
  z-index: 1;
  width: 250px;
  height: 210px;
  text-align: left;
  border-radius: 5px;
}

body .contenedor .background .banner .sections .options ul li.Servicios ul li {
  margin: 14px;
  padding: 4px;
}

body .contenedor .background .banner .sections .options ul li.Servicios ul li a {
  opacity: 1;
}

body .contenedor .background .banner .sections .options ul li.Servicios:hover ul {
  display: block;
}

body .contenedor .background .banner .sections .options ul li.Servicios:hover ul li a {
  position: relative;
  color: #11503a;
}

body .contenedor .background .banner .sections .options ul li.Servicios:hover ul li a::before {
  content: "";
  display: block;
  width: 0px;
  height: 2px;
  background-color: #11503a;
  position: absolute;
  left: 0px;
  bottom: -2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body .contenedor .background .banner .sections .options ul li.Servicios:hover ul li a:hover::before {
  width: 100%;
}

body .contenedor .background .banner .sections .options ul li.Servicios:hover ul li a::before {
  left: 50%;
}

body .contenedor .background .banner .sections .options ul li.Servicios:hover ul li a:hover {
  color: #f7b73b;
}

body .contenedor .background .banner .sections .options ul li.Servicios:hover ul li a:hover::before {
  left: 0px;
}

body .contenedor .background .banner .toggle-banner {
  display: none;
}

body .contenedor .background .banner.sticky {
  position: fixed;
  top: 0px;
  background-color: #fff;
}

body .contenedor .background .banner.sticky .sections .options ul li a {
  color: #11503a;
}

body .contenedor .background .banner.sticky .sections .options ul li a:hover {
  color: black;
}

body .contenedor .background .titulo-seccion-sticky {
  bottom: -150px;
}

body .contenedor .contenido {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

body .contenedor .contenido .carousel {
  background-color: black;
  width: 100%;
}

body .contenedor .contenido .carousel .carousel-contenedor {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
  margin-top: 40px;
}

body .contenedor .contenido .carousel .carousel-contenedor .carousel-anterior,
body .contenedor .contenido .carousel .carousel-contenedor .carousel-siguiente {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  border: none;
  top: calc(50% - 35px);
  cursor: pointer;
  line-height: 30px;
  text-align: center;
  color: white;
  background-color: transparent;
  opacity: 20%;
}

body .contenedor .contenido .carousel .carousel-contenedor .carousel-anterior:hover,
body .contenedor .contenido .carousel .carousel-contenedor .carousel-siguiente:hover {
  opacity: 100%;
}

body .contenedor .contenido .carousel .carousel-contenedor .carousel-anterior {
  left: -3px;
}

body .contenedor .contenido .carousel .carousel-contenedor .carousel-siguiente {
  right: 3px;
}

body .contenedor .contenido .carousel .carousel-contenedor .carousel-lista {
  overflow: hidden;
  height: 100%;
}

body .contenedor .contenido .carousel .carousel-contenedor .carousel-lista .carousel-elemento-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
}

body .contenedor .contenido .carousel .carousel-contenedor .carousel-lista .carousel-elemento-1 img {
  vertical-align: top;
  height: 100%;
  max-width: 100%;
}

body .contenedor .contenido .carousel .carousel-contenedor .carousel-lista .carousel-elemento-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
}

body .contenedor .contenido .carousel .carousel-contenedor .carousel-lista .carousel-elemento-2 img {
  vertical-align: top;
  height: 100%;
  max-width: 100%;
}

body .contenedor .contenido .carousel .carousel-contenedor .carousel-lista .carousel-elemento-2 p {
  position: absolute;
  left: 30%;
  width: 280px;
  height: auto;
  font-size: 40px;
}

body .contenedor .indicadores {
  background-color: black;
  padding: 25px;
}

body .contenedor .indicadores .glider-dot {
  display: block;
  width: 30px;
  height: 4px;
  background-color: white;
  opacity: 0.2;
  border-radius: 0px;
}

body .contenedor .indicadores .glider-dot:hover {
  opacity: 0.5;
}

body .contenedor .indicadores .glider-dot.active {
  opacity: 1;
}

body .contenedor footer .pie-de-pagina {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
}

body .contenedor footer .pie-de-pagina h1 {
  margin: 0px;
  padding: 4px;
  font-size: 26px;
}

@-webkit-keyframes rebote {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }
}

@keyframes rebote {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }
}

body .btn-whatsapp:hover {
  -webkit-animation-name: rebote;
          animation-name: rebote;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

@media screen and (min-width: 1540px) {
  body .contenedor .background .informacion a.phone-icon {
    left: calc(33.3% + 6px);
  }
}

@media screen and (max-width: 1240px) {
  body .contenedor {
    font-size: 20px;
  }
  body .contenedor .background .informacion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body .contenedor .background .informacion a.phone-icon {
    left: 87%;
    margin-left: -2px;
  }
  body .contenedor .background .informacion a.contacto {
    left: 90%;
    margin-left: -2px;
  }
  body .contenedor .background .informacion a.schedule {
    left: 93%;
    margin-left: -2px;
  }
  body .contenedor .background .informacion p.horarios {
    display: none;
  }
  body .contenedor .background .informacion p.numero, body .contenedor .background .informacion p.correo {
    display: none;
  }
  body .contenedor .background .banner {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2px;
  }
  body .contenedor .background .banner .inicio-option {
    height: 95px;
    position: relative;
    left: 0px;
  }
  body .contenedor .background .banner .inicio-option .logo {
    height: 100%;
  }
  body .contenedor .background .banner .inicio-option .logo img {
    height: 100%;
  }
  body .contenedor .background .banner .sections {
    width: 545px;
    height: 100%;
    position: relative;
    left: 0px;
  }
  body .contenedor .background .banner .sections .options {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body .contenedor .background .banner .sections .options ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body .contenedor .background .banner .sections .options ul li.Inicio {
    position: relative;
  }
  body .contenedor .background .banner .sections .options ul li.Quienes-somos {
    position: relative;
  }
  body .contenedor .background .banner .sections .options ul li.Servicios {
    position: relative;
  }
  body .contenedor .background .banner .sections .options ul li.Servicios:hover ul {
    position: absolute;
    top: 22px;
    left: -150px;
  }
  body .contenedor .background .banner .sections .options ul li.Contacto {
    position: relative;
  }
  body .contenedor .background .banner .sections .options a.reservar {
    font-size: 20px;
    position: relative;
    left: 20px;
  }
  body .contenedor .contenido .carousel {
    height: 100%;
  }
  body .contenedor .contenido .carousel .carousel-contenedor {
    height: 100%;
  }
  body .contenedor .contenido .carousel .carousel-contenedor .carousel-anterior,
  body .contenedor .contenido .carousel .carousel-contenedor .carousel-siguiente {
    top: calc(50% + 20px);
  }
  body .contenedor footer .pie-de-pagina {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .contenedor footer .pie-de-pagina h1 {
    font-size: 22px;
  }
  body .contenedor footer .pie-de-pagina p {
    font-size: 20px;
  }
}

@media screen and (max-width: 800px) {
  body .contenedor .background .informacion a.phone-icon {
    margin-left: -5%;
  }
  body .contenedor .background .informacion a.contacto {
    margin-left: -3%;
  }
  body .contenedor .background .informacion a.schedule {
    margin-left: -1%;
  }
  body .contenedor .background .banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 90px;
    width: 100%;
  }
  body .contenedor .background .banner .inicio-option {
    bottom: 4px;
  }
  body .contenedor .background .banner .sections {
    width: 100%;
    height: 140px;
    top: -5px;
  }
  body .contenedor .background .banner .sections .options {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: none;
  }
  body .contenedor .background .banner .sections .options ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    width: 100%;
    background-color: white;
    margin: 0px;
  }
  body .contenedor .background .banner .sections .options ul li.Inicio {
    font-size: 1.1em;
    width: 100%;
    text-align: center;
  }
  body .contenedor .background .banner .sections .options ul li.Quienes-somos {
    font-size: 1.1em;
    width: 100%;
    text-align: center;
  }
  body .contenedor .background .banner .sections .options ul li.Servicios {
    font-size: 1.1em;
    text-align: center;
  }
  body .contenedor .background .banner .sections .options ul li.Servicios ul {
    height: auto;
  }
  body .contenedor .background .banner .sections .options ul li.Servicios ul li {
    width: 100%;
    text-align: left;
    margin: 10px 20px;
    padding: 0px;
  }
  body .contenedor .background .banner .sections .options ul li.Servicios:hover ul li a {
    color: #11503a;
  }
  body .contenedor .background .banner .sections .options ul li.Servicios:hover ul li a:hover {
    color: #f7b73b;
  }
  body .contenedor .background .banner .sections .options ul li.Servicios:hover ul li a::before {
    background-color: #11503a;
  }
  body .contenedor .background .banner .sections .options ul li.Contacto {
    font-size: 1.1em;
    margin: 0px;
    width: 100%;
    text-align: center;
  }
  body .contenedor .background .banner .sections .options ul li a {
    color: #11503a;
  }
  body .contenedor .background .banner .sections .options ul:hover li a {
    opacity: 1;
  }
  body .contenedor .background .banner .sections .options ul li a:hover {
    color: black;
  }
  body .contenedor .background .banner .sections .options a.reservar {
    font-size: 1.1em;
    width: 100%;
    left: 0px;
    bottom: 0px;
    margin: 0px;
    text-align: center;
    border-radius: 0px;
  }
  body .contenedor .background .banner .sections .active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body .contenedor .background .banner .toggle {
    position: absolute;
    right: 5%;
    top: 30px;
    cursor: pointer;
  }
  body .contenedor .background .banner .toggle .line {
    width: 30px;
    height: 5px;
    background-color: #77868b;
    margin: 5px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  body .contenedor .background .banner .toggle-banner:checked ~ .toggle .line:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(225deg);
            transform: translateY(10px) rotate(225deg);
  }
  body .contenedor .background .banner .toggle-banner:checked ~ .toggle .line:nth-child(2) {
    opacity: 0;
  }
  body .contenedor .background .banner .toggle-banner:checked ~ .toggle .line:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(-225deg);
            transform: translateY(-10px) rotate(-225deg);
  }
  body .contenedor .background .banner.sticky {
    position: fixed;
    top: 0px;
    background-color: #fff;
  }
  body .contenedor .background .banner.sticky .sections .options ul li a {
    color: #11503a;
  }
  body .contenedor .background .banner.sticky .sections .options ul li a:hover {
    color: black;
  }
  body .contenedor .background .titulo-seccion-sticky {
    bottom: -120px;
  }
  body .contenedor .contenido .carousel .carousel-contenedor .carousel-anterior,
  body .contenedor .contenido .carousel .carousel-contenedor .carousel-siguiente {
    top: calc(50%);
  }
}

@media screen and (max-width: 430px) {
  body .contenedor .background .informacion a.phone-icon {
    margin-left: -10%;
  }
  body .contenedor .background .informacion a.contacto {
    margin-left: -6%;
  }
  body .contenedor .background .informacion a.schedule {
    margin-left: -2%;
  }
  body .contenedor .contenido .carousel .carousel-contenedor .carousel-anterior,
  body .contenedor .contenido .carousel .carousel-contenedor .carousel-siguiente {
    position: absolute;
    top: calc(50% - 20px);
  }
  body .contenedor .indicadores {
    padding: 75px;
  }
}
/*# sourceMappingURL=estilos.css.map */