/*BASE*/
@font-face {
  font-family: "Delius";
  src: url(../fonts/Delius-Regular.ttf);
}
@font-face {
  font-family: "Dancing";
  src: url(../fonts/DancingScript-VariableFont_wght.ttf);
}
@font-face {
  font-family: "Arapey";
  src: url(../fonts/Arapey-Regular.ttf);
}
@font-face {
  font-family: "CRegular";
  src: url(../fonts/CrimsonText-Regular.ttf);
}
@font-face {
  font-family: "CBold";
  src: url(../fonts/CrimsonText-Bold.ttf);
}
@font-face {
  font-family: "Prata";
  src: url(../fonts/Prata-Regular.ttf);
}
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

body {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-family: "Nunito Sans", sans-serif !important;
}

html {
  scroll-behavior: smooth;
}

a:hover {
  text-decoration: none !important;
}

.no-padding {
  padding: 0 !important;
}

.owl-nav {
  display: none;
}

/* whatsapp */
#whats {
  /* offset-x > | offset-y ^| blur-radius | spread-radius | color */
  z-index: 999;
}

@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    transform: scale(1.45);
    opacity: 0;
  }
}
#whats .pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

#whats .nav-bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-content: flex-end;
  width: auto;
  height: auto;
  position: fixed;
  z-index: 10000000000000001000000000000000000000000000000000000000000000000000000000000000;
  bottom: 0px;
  left: 0px;
  padding: 5px;
  margin: 0px;
}

@media (max-width: 360px) {
  #whats .nav-bottom {
    width: 320px;
  }
}
#whats .whatsapp-button {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 60px;
  height: 60px;
  z-index: 10000000000000001000000000000000000000000000000000000000000000000000000000000000;
  transition: 0.3s;
  margin: 10px;
  padding: 7px;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  background-color: #25d366;
  /* offset-x > | offset-y ^| blur-radius | spread-radius | color */
  -webkit-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
  -moz-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
  box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
  display: flex;
  align-items: center;
  justify-content: center;
}

#whats .whatsapp-button:focus {
  outline: none;
}

#whats .whatsapp-button:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 25px;
  background: red;
  position: absolute;
  left: 10px;
  top: 15px;
  z-index: 0;
}

#whats .whatsapp-button i {
  color: #fff;
  font-size: 36px;
  cursor: pointer;
}

#whats .circle-anime {
  display: flex;
  position: absolute;
  justify-content: center;
  align-content: center;
  width: 60px;
  height: 60px;
  top: 15px;
  right: 15px;
  border-radius: 50%;
  transition: 0.3s;
  background-color: #77bb4a;
  animation: pulse 1.2s 4s ease 4;
}

#whats .title {
  background: #095e54;
  color: white;
  padding: 25px;
  width: 100%;
  margin: 0 !important;
  line-height: 2px;
  border-radius: 9px 9px 0 0;
}

#whats .title small {
  font-weight: 100;
}

#whats .popup-whatsapp {
  display: none;
  position: absolute;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  /*padding: 0 15px 15px 10px;*/
  bottom: 100px;
  left: 30px;
  transition: 0.5s;
  border-radius: 10px;
  background-color: #f1f1f1;
  /* offset-x > | offset-y ^| blur-radius | spread-radius | color */
  -webkit-box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
  -moz-box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
  box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
  animation: slideInRight 0.6s 0s both;
  border: 1px solid #f1f1f1;
  z-index: 1000000000000000000000000000000000000000000000000000000000;
}

#whats .popup-whatsapp > div {
  margin: 5px;
}

@media (max-width: 680px) {
  #whats .popup-whatsapp p {
    font-size: 0.9em;
  }
}
#whats .popup-whatsapp > .content-whatsapp.-top {
  display: -webkit-inline-box;
  flex-direction: column;
  cursor: auto;
  /*background: #e6ddd4;*/
  background: linear-gradient(rgba(230, 221, 212, 0.9), rgba(230, 221, 212, 0.9)), url(../img/whatsapp.webp);
  margin: 0;
  padding: 15px;
}

#whats .popup-whatsapp > .content-whatsapp.-top p {
  width: 265px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1em;
  margin-right: 16px;
  margin-top: 3px;
  background: #fff;
  color: #2f4e6f;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-radius: 0 15px 15px;
  cursor: auto;
}

#whats .popup-whatsapp > .content-whatsapp.-top p:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-right: 7px solid #fff;
  border-bottom: 12px solid transparent;
  position: absolute;
  left: 8px;
  top: 90px;
  cursor: auto;
}

#whats .popup-whatsapp > .content-whatsapp.-bottom {
  display: flex;
  flex-direction: row;
}

#whats .closePopup {
  position: absolute;
  right: 15px;
  top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  /*margin: 0px 0px 15px 0px;*/
  border-radius: 50%;
  border: none;
  outline: none;
  cursor: pointer !important;
  background-color: #f1f1f1;
  color: #2f4e6f;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  -moz-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  cursor: auto;
}

#whats .closePopup:hover {
  background-color: #f1f1f1;
  transition: 0.3s;
  cursor: auto;
}

#whats .send-msPopup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  margin: 0px 0px 0px 5px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  -moz-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  border: 1px solid #25d366;
  cursor: auto !important;
}

#whats .send-msPopup:hover {
  background-color: #f8f8f8;
  transition: 0.3s;
  cursor: auto;
}

#whats .send-msPopup:focus {
  outline: none;
  cursor: auto;
}

#whats .send-msPopup:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 10px solid #f1f1f1;
  position: absolute;
  bottom: -11px;
  left: 10px;
}

#whats .is-active-whatsapp-popup {
  display: flex;
  animation: slideInRight 0.6s 0s both;
  cursor: auto;
}

#whats input.whats-input[type=text] {
  width: 250px;
  height: 40px;
  box-sizing: border-box;
  border: 0px solid #ffffff;
  border-radius: 20px;
  font-size: 1em;
  background-color: #ffffff;
  padding: 0px 0px 0px 10px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  outline: none;
  transition: 0.3s;
  cursor: auto;
}

@media (max-width: 420px) {
  #whats input.whats-input[type=text] {
    width: 225px;
    cursor: auto;
  }
}
#whats input.whats-input::placeholder {
  /* Most modern browsers support this now. */
  color: rgba(68, 68, 68, 0.705);
  opacity: 1;
  cursor: auto;
}

#whats input.whats-input[type=text]:focus {
  background-color: #f8f8f8;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  transition: 0.3s;
  cursor: auto;
}

#whats .icon-whatsapp-small {
  width: 24px;
  height: 24px;
  cursor: auto;
}

#whats .icon-whatsapp {
  width: 45px;
  height: 45px;
}

#whats .icon-font-color {
  color: #ffffff;
}

#whats .icon-font-color--black {
  color: #333333;
}

#whats .send-msPopup i {
  cursor: auto !important;
}

/* End whatsapp */
footer {
  background: white;
  color: #f7a965;
  padding: 10px 0 20px;
}
footer p {
  font-size: 12px;
}
footer .box-logo {
  width: 225px;
  height: 40px;
  display: flex;
  position: absolute;
  right: 0;
}
footer .box-logo img {
  width: 100%;
  object-fit: contain;
}

#nav .scrolled {
  backdrop-filter: blur(1em);
  transition: 0.5s ease;
}
#nav .scrolled li a {
  color: white !important;
}

#navbar {
  display: inline-flex;
  width: 100%;
  height: auto;
  position: fixed;
  z-index: 20;
  transition: all 0.9s ease-out;
}
#navbar .box-logo {
  width: 200px;
  height: 50px;
  display: flex;
}
#navbar .box-logo a {
  padding: 0;
}
#navbar .box-logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#navbar .nav-link {
  color: white !important;
}
#navbar .social {
  display: inline-flex;
  list-style: none;
  margin: 0;
}
#navbar .social li {
  height: 23px;
  margin: 0 5px;
}
#navbar .social li i {
  color: #73bcde;
  font-size: 22px;
}

.header {
  position: relative;
  text-align: center;
  background: linear-gradient(60deg, #fff0, #fff0), url(../img/back_holidays.png);
  background-repeat: no-repeat;
  color: white;
  height: 80vh;
  background-position: right;
}

.logo {
  width: 50px;
  fill: white;
  padding-right: 15px;
  display: inline-block;
  vertical-align: middle;
}

.waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  /*Fix for safari gap*/
  min-height: 100px;
  max-height: 150px;
}

.content {
  position: relative;
  height: 20vh;
  text-align: center;
  background-color: white;
}

/* Animation */
.parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }

  .content {
    height: 30vh;
  }

  h1 {
    font-size: 24px;
  }
}
.subtitle {
  color: #f7a965;
  font-size: 32px;
}

#principal {
  width: 70%;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  height: 80vh;
  background-position: top;
  position: relative;
}
#principal .box-title {
  position: absolute;
  bottom: 163px;
  left: 50px;
  z-index: 1;
  text-align: end;
}
#principal .box-title h1 {
  color: #f7a965;
  font-size: 63px;
  font-weight: 600;
  margin: 0;
}
#principal .box-title h2 {
  color: #ffffff;
  font-size: 50px;
  font-weight: 600;
  margin: 0;
  width: 71%;
}
#principal .box-title p {
  color: #333;
  font-size: 37px;
  font-weight: 100;
}
#principal figure .img-back {
  background-repeat: no-repeat !important;
  background-position: top !important;
  background-size: cover !important;
  height: 80vh !important;
}
#principal figure .img-back1 {
  background: linear-gradient(60deg, #fff0, #fff0), url(../img/back.jpg);
}
#principal figure .img-back2 {
  background: linear-gradient(60deg, #fff0, #fff0), url(../img/back2.jpg);
}

.formulario-lateral {
  width: 30%;
  color: white;
  position: fixed;
  right: 0;
  top: 0;
  padding: 20px;
  /* margin-top: 55px; */
  padding-top: 70px;
  background-size: cover;
  background-attachment: fixed;
  background: #f7a965;
  color: white;
  height: 100%;
}
.formulario-lateral .box-contact {
  color: white;
}
.formulario-lateral .box-contact h3 {
  font-size: 42px;
  line-height: 44px;
  margin-bottom: 17px;
}
.formulario-lateral .box-contact a {
  text-decoration: none;
  color: white;
  font-size: 27px;
}
.formulario-lateral .box-form input {
  border: none;
  border-radius: 0;
}
.formulario-lateral .box-form .btn-style {
  background: white;
  margin-top: 25px;
  border: 2px solid #f99238;
  border-radius: 40px;
  text-transform: capitalize;
  color: #b0b0b0;
}
.formulario-lateral .box-form .btn-style:hover {
  background: #f1f1f1;
  color: #f7a965;
}

#somos {
  width: 70%;
  padding: 86px 0 46px;
}
#somos .box-img {
  padding: 0 25px;
}
#somos ul {
  font-size: 18px;
  line-height: 23px;
  padding: 25px 20px;
  color: gray;
  font-weight: 200;
}
#somos ul li {
  list-style: url(../img/ul.png);
  margin-bottom: 25px;
  padding-left: 24px;
}

#servicios {
  width: 70%;
  padding: 40px 0;
}
#servicios .box-serv {
  padding: 0 15px;
  color: gray;
}
#servicios .box-serv .box-img {
  padding: 20px;
  display: flex;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  margin-bottom: 20px;
}
#servicios .box-serv .box-img img {
  width: 100%;
  object-fit: contain;
}
#servicios .box-serv .box-text h3 {
  font-size: 25px;
  text-align: center;
  font-weight: 300;
}
#servicios .box-serv .box-text hr {
  height: 1px;
  border-bottom: 2px solid #f7a965;
  width: 60%;
  opacity: 1;
}
#servicios .box-serv .box-text p {
  font-size: 16px;
  font-weight: 200;
}

#ubicacion {
  width: 70%;
}
#ubicacion .box-zona {
  font-size: 22px;
  padding: 0 0 0 30px;
  font-weight: 200;
  height: 320px;
  display: flex;
  align-items: center;
}
#ubicacion .box-zona ul li {
  list-style: url(../img/ul.png);
  margin-bottom: 10px;
  padding-left: 24px;
}

footer {
  width: 70%;
}
footer .box-logo-footer {
  width: 105px;
  height: 80px;
  display: flex;
  margin: 0 auto;
}
footer .box-logo-footer img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

/* de telefono a tablet */
@media (max-width: 450px) {
  #navbar .navbar-toggler i {
    color: #73bcde;
  }
  #navbar .social {
    padding: 0;
    padding-top: 7px;
  }

  #principal, #somos, #servicios, #ubicacion, footer {
    width: 100%;
  }

  #principal {
    background: linear-gradient(0deg, #ffffff, #fff0), url(../img/back.jpg);
    background-position: right;
  }
  #principal .box-title {
    position: absolute;
    bottom: 40px;
    left: inherit;
    right: 20px;
  }
  #principal .box-title h1 {
    font-size: 66px;
    line-height: 63px;
  }
  #principal .box-title h2 {
    font-size: 50px;
    line-height: 48px;
    width: 100%;
  }
  #principal .box-title p {
    font-size: 25px;
  }
  #principal figure .img-back1 {
    background-position: right !important;
    background: linear-gradient(180deg, #fff0, #fff), url(../img/back.jpg);
  }

  .formulario-lateral {
    width: 100%;
    position: inherit;
    margin-top: 0;
  }

  #ubicacion .box-zona {
    height: 193px;
  }
}

/*# sourceMappingURL=styles.css.map */
