/*BASE*/
@font-face {
  font-family: "Acumin";
  src: url(../fonts/AnticDidone-Regular.ttf);
}
@font-face {
  font-family: "ghotamM";
  src: url(../fonts/gothampro_medium.ttf);
}
@font-face {
  font-family: "ghotamP";
  src: url(../fonts/gothampro.ttf);
}
/* whatsapp */
@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    transform: scale(1.45);
    opacity: 0;
  }
}
#whats {
  z-index: 999;
}
#whats .pulse {
  animation: pulse 1.2s 4s ease 4;
}
#whats .nav-bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-content: flex-end;
  width: auto;
  height: auto;
  position: fixed;
  z-index: 10000000000000000000000000000000000000000000000000000000000000000000000000000000;
  bottom: 0px;
  right: 0px;
  padding: 5px;
  margin: 0px;
}
#whats .whatsapp-button {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 60px;
  height: 60px;
  z-index: 10000000000000000000000000000000000000000000000000000000000000000000000000000000;
  transition: 0.3s;
  margin: 10px;
  padding: 7px;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  background-color: #25d366;
  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;
  right: 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: rgb(9, 94, 84);
  color: white;
  padding: 25px;
  width: 100%;
  margin: 0 !important;
  line-height: 2px;
  border-radius: 10px 10px 0 0;
}
#whats .title small {
  font-weight: 200;
}
#whats .title small:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 25px;
  background: #2bd32b;
  position: absolute;
  left: 84px;
  top: 42px;
  z-index: 0;
}
#whats .popup-whatsapp {
  display: none;
  position: absolute;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  bottom: 85px;
  right: 25px;
  transition: 0.5s;
  border-radius: 10px;
  background-color: #f1f1f1;
  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 .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;
  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 .is-active-whatsapp-popup {
  display: flex;
  animation: slideInRight 0.6s 0s both;
  cursor: auto;
}
@media (max-width: 360px) {
  #whats .nav-bottom {
    width: 320px;
  }
}
@media (max-width: 680px) {
  #whats .popup-whatsapp p {
    font-size: 0.9em;
  }
}
#whats .popup-whatsapp > div {
  margin: 5px;
}
#whats .popup-whatsapp > .content-whatsapp.-top {
  display: -webkit-inline-box;
  flex-direction: column;
  cursor: auto;
  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 .whatsapp-options {
  list-style: none;
  padding-left: 0;
}
#whats .popup-whatsapp > .content-whatsapp.-top .whatsapp-options li a {
  width: 215px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1em;
  margin: 6px 16px;
  background: #fff;
  color: #2f4e6f;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-radius: 0 15px 15px;
  cursor: pointer;
}
#whats .popup-whatsapp > .content-whatsapp.-top p {
  width: 215px;
  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: 91px;
  cursor: auto;
}
#whats .popup-whatsapp > .content-whatsapp.-bottom {
  display: flex;
  flex-direction: row;
}
#whats .popup-whatsapp > .content-whatsapp.-bottom .button-send {
  padding: 2px 15px;
  border-radius: 25px;
  background: white;
  width: 250px;
  text-align: center;
  text-decoration: none;
  color: #000;
}
#whats .closePopup {
  position: absolute;
  right: 15px;
  top: 20px;
  display: flex;
  justify-content: center;
}

/* End whatsapp */
/* --------------------------------------------------- GRACIAS -----------------------------------------------------------------------  */
.nav-gracias {
  background: white;
}

.gracias {
  background: linear-gradient(90deg, rgba(155, 189, 214, 0.87), rgba(110, 166, 190, 0.89)), url(../img/back.avif) center no-repeat;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#hero .box-text {
  height: calc(100vh - 44px);
  display: flex;
  align-items: center;
  padding: 0 100px;
}
#hero .box-text h1 {
  color: #fff;
  font-size: 90px;
  font-weight: 600;
  padding: 25px 0 10px 0;
  margin-top: 25px;
}
#hero .box-text h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  padding: 10px 0;
  margin-bottom: 40px;
}

/* de telefono a tablet */
@media (max-width: 450px) {
  #hero {
    width: 100%;
  }
  #hero .box-text {
    padding: 30px;
  }
  #hero .box-text h1 {
    font-size: 72px;
    margin-top: 0;
    padding: 0 0 10px 0;
  }
  #hero .box-text h3 {
    font-size: 21px;
  }
}
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

body {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-family: "ghotamP" !important;
}

html {
  scroll-behavior: smooth;
}

textarea {
  resize: none !important;
}

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

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

.b-left {
  border-left: 1px solid #727272;
}

.subtitle {
  margin: 15px 0 25px;
  font-weight: bold;
  font-size: 44px;
  color: #f8bd8d;
  display: grid;
  line-height: 55px;
}
.subtitle span {
  font-size: 30px;
  font-weight: 100;
}

h1, h2, h3 {
  font-family: "Acumin";
}

.subtitlew {
  margin: 15px 0 25px;
  font-weight: bold;
  font-size: 55px;
  color: #fff;
  display: grid;
  line-height: 55px;
}
.subtitlew span {
  font-size: 30px;
  font-weight: 100;
}

.btn-style {
  text-align: center;
  color: #fff;
  background-size: 200% 200%;
  background-image: linear-gradient(90deg, #e9b59a, #e5a685, #d39474, #e9b59a, #e9b59a);
  background-position: 0;
  border-radius: 50px;
  padding: 5px 40px;
  font-size: 20px;
  font-weight: 300;
  transition: 0.8s;
  position: static;
  text-decoration: none;
  display: inline-block;
}
.btn-style:hover {
  background-position: 100%;
  transition: all 0.8s ease-in-out;
  color: #fff;
}

.btn-stylew {
  color: #fff;
  border: 1px solid;
  padding: 4px 65px;
  font-size: 20px;
  font-weight: 100;
  transition: 0.8s;
  position: static;
  text-decoration: none;
  display: inline-block;
}
.btn-stylew:hover {
  background: #f8ece0;
  color: #f8bd8d;
}

#menu {
  width: 100%;
  position: fixed;
  z-index: 5;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  transition: 0.9s;
  text-align: center;
  justify-content: center;
  top: 5px;
}
#menu .nav-item {
  display: flex;
  align-items: center;
}
#menu .redes {
  list-style: none;
  display: inline-flex;
  padding: 0;
  margin: 0px 20px 0 20px;
}
#menu .redes .band {
  height: 24px;
  color: white;
  opacity: 1;
  width: 1px;
  margin: 0;
  margin-top: 0px;
}
#menu .redes li {
  margin: 0 5px;
}
#menu .redes li a {
  color: #f8bd8d;
}
#menu .redes li a .box-bandera {
  display: flex;
  width: 27px;
  height: 17px;
  margin-top: 2px;
}
#menu .redes li a .box-bandera img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#menu .flags {
  margin-right: 20px;
}
#menu .menu-section {
  -webkit-backdrop-filter: blur(0.85em) !important;
          backdrop-filter: blur(0.85em) !important;
  display: flex;
  padding: 5px 35px;
  position: absolute;
  top: 0;
  height: auto;
  width: 98%;
  transition: 0.9s;
}
#menu .menu-section .logo {
  height: 48px;
  width: 200px;
  background: url("../img/logow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#menu .menu-section .logo img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
#menu .menu-section .nav-link {
  color: #f8bd8d;
  transition: 0.7s;
  margin: 0 3px;
}
#menu .menu-section .nav-link:hover {
  opacity: 0.7;
}
#menu .menu-section .navbar-brand {
  display: block;
  padding: 0;
}
#menu .menu-section .register {
  padding: 0px 1px;
  margin-left: 15px;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  transition: 1s;
  text-align: justify;
}
#menu .menu-section .register:hover {
  opacity: 0.8;
}
#menu .menu-section .register p {
  margin: 0;
}
#menu .menu-section .register a {
  display: inline-flex;
  color: #fff;
  text-decoration: none;
}
#menu .menu-section .register a i {
  margin-right: 10px;
  margin-top: 2px;
}

#menu.sticky {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: #333;
  -webkit-backdrop-filter: blur(1em);
          backdrop-filter: blur(1em);
  top: 0;
}
#menu.sticky .redes .band {
  height: 24px;
  color: #f8ece0;
  opacity: 1;
  width: 1px;
  margin: 0;
  margin-top: 0px;
}
#menu.sticky .redes li a {
  color: #fff;
}
#menu.sticky .menu-section {
  width: 100%;
  background: #f8bd8d;
  transition: 0.9s;
  border-radius: 0;
  box-shadow: none;
}
#menu.sticky .menu-section .logo {
  background: url("../img/logow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#menu.sticky .menu-section .nav-link {
  color: #fff;
}
#menu.sticky .menu-section .register a {
  color: #fff;
}

#principal {
  padding: 100px 0 60px;
  position: relative;
  color: #000;
  background: linear-gradient(4deg, rgb(248, 189, 141), rgb(255, 200, 154), rgb(255, 226, 201));
  /*.box-img{
    display: flex;
    height: auto;
    width: 65%;
    align-items: start;
    margin-top: -168px;
    margin-left: -90px;
    img{
      width: 100%;
      object-fit: contain;
    }
  }*/
}
#principal .box-carousel .box-content .box-img {
  display: flex;
  width: 100%;
}
#principal .box-carousel .box-content .box-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#principal .box-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  text-align: end;
  padding-bottom: 55px;
}
#principal .box-title h1 {
  font-size: 25px;
  font-weight: 300;
}
#principal .box-title h1 span {
  font-size: 30px;
  font-weight: 100;
}
#principal .box-title .box-logo {
  width: 100%;
  height: 12vh;
  display: flex;
  margin: 25px 0;
}
#principal .box-title .box-logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
#principal .box-text {
  background: #f8ece0;
  border-radius: 25px;
  padding: 20px;
}
#principal .box-text .box {
  width: 60%;
  margin: 0 0 0 auto;
}
#principal .box-text .box b {
  font-size: 22px;
}
#principal .box-text .box p {
  font-size: 20px;
}
#principal .box-form {
  width: 100%;
  margin: 0 auto;
  background: #75c4dc;
  padding: 25px;
  border-radius: 15px;
  color: white;
}

#info {
  padding: 60px 0;
}
#info .box {
  border: 2px solid #f8ece0;
  padding: 20px;
  height: 100%;
  border-radius: 15px;
}
#info .box .icon {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  display: flex;
}
#info .box .icon img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#info .box .box-text {
  margin-top: 30px;
  text-align: center;
  color: #b69a7e;
}

#somos {
  padding: 50px 0;
}
#somos .box-logo {
  width: 100%;
  height: 30vh;
  display: flex;
  padding: 22px;
}
#somos .box-logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#galeria .box-img {
  width: 100%;
  height: 50vh;
  display: flex;
}
#galeria .box-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#especialistas .box-doctor {
  padding: 20px;
  border: 2px solid #f8ece0;
  border-radius: 15px;
  height: 100%;
}
#especialistas .box-doctor .box-img {
  display: flex;
  width: 75%;
  margin: 0 auto;
  
}
#especialistas .box-doctor .box-img img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
#especialistas .box-doctor .box-text {
  margin-top: 20px;
}
#especialistas .box-doctor .box-text b {
  font-size: 22px;
  color: #f8bd8d;
}
#especialistas .box-doctor .box-text p {
  font-size: 16px;
  margin-top: 15px;
}

#servicios {
  padding: 50px 0;
}
#servicios .f1 {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.47), rgba(0, 17, 42, 0.053)), url(../img/f1.png) center no-repeat;
}
#servicios .f2 {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.47), rgba(0, 17, 42, 0.053)), url(../img/f2.png) center no-repeat;
}
#servicios .f3 {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.47), rgba(0, 17, 42, 0.053)), url(../img/f3.png) center no-repeat;
}
#servicios .f4 {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.47), rgba(0, 17, 42, 0.053)), url(../img/f4.png) center no-repeat;
}
#servicios .box {
  color: white;
  height: 50vh;
  padding: 20px;
  border-radius: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#servicios .box h3 {
  font-size: 20px;
}

#cta1 {
  padding: 80px 0;
  height: auto;
  position: relative;
  background: linear-gradient(90deg, rgba(155, 189, 214, 0.87), rgba(110, 166, 190, 0.89)), url(../img/back.avif) center no-repeat;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}
#cta1 h3 {
  font-size: 38px;
  margin-top: 35px;
}
#cta1 p {
  font-size: 27px;
  font-weight: 100;
}

#lugares {
  padding: 50px 0;
}
#lugares .box {
  display: inline-flex;
  padding: 10px 30px;
  border: 2px solid #f8bd8d;
  border-radius: 15px;
  align-items: center;
  width: 100%;
  margin: 15px 0;
}
#lugares .box h4 {
  font-size: 17px;
  display: grid;
}
#lugares .box h4 span {
  font-size: 13px;
  color: #f8bd8d;
}
#lugares .box .box-img {
  width: 116px;
  height: 116px;
  display: flex;
  margin-right: 20px;
}
#lugares .box .box-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 450px) {
  #titulo {
    padding: 110px 0 90px;
  }
  .subtitle {
    font-size: 35px !important;
    margin: 32px 0 !important;
    line-height: 40px;
  }
  .subtitle span {
    line-height: 30px;
  }
  #menu {
    top: 0 !important;
  }
  #menu .menu-section {
    width: 100% !important;
    border-radius: 0;
  }
  #menu .menu-section .tel {
    margin: 0;
  }
  #menu .menu-section .register {
    margin-left: 0;
    margin-top: 10px;
  }
  #menu .box-nav {
    display: flex;
  }
  #menu .box-nav button {
    height: 40px;
    margin-top: 7px;
  }
  #menu .box-nav button i {
    color: #f8bd8d;
  }
  #menu.sticky .box-nav i {
    color: #f8bd8d;
  }
  #principal {
    padding: 120px 0 50px;
  }
  #principal .box-title {
    padding-bottom: 35px;
  }
  #principal .box-text .box {
    width: 67%;
  }
  #principal .box-text .box p {
    font-size: 14px;
  }
  #principal .box-form {
    margin-top: 60px;
    padding: 40px 10px;
  }
  #somos .box-logo {
    height: 20vh;
    padding: 10px;
  }
  #servicios .box {
    height: 28vh;
    margin: 15px 0;
  }
  footer .box-footer .box-logo {
    margin-bottom: 50px;
  }
  #informacion .box-imagenes .img {
    margin-top: 0;
  }
  #informacion .box-imagenes .img img {
    height: 35vh;
    margin-bottom: 30px;
  }
  #informacion .box-imagenes2 .img {
    display: flex;
    margin-top: 35px;
    height: 45vh;
  }
  #salones .box-salon .box-carousel .box-content .image {
    display: flex;
    width: 100%;
    height: 60vh;
    margin-bottom: 65px;
  }
  #complementario .box-img {
    width: 100%;
    height: 50vh;
    margin-bottom: 70px;
  }
}/*# sourceMappingURL=styles.css.map */