/*BASE*/
@font-face {
  font-family: "Acumin";
  src: url(../fontsP/AnticDidone-Regular.ttf);
}
@font-face {
  font-family: "ghotamM";
  src: url(../fontsP/gothampro_medium.ttf);
}
@font-face {
  font-family: "ghotamP";
  src: url(../fontsP/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: 90px;
  top: 40px;
  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(../imgP/whatsapp.webp);
  margin: 0;
  padding: 15px;
}
#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 {
  cursor: auto;
  background: linear-gradient(rgba(230, 221, 212, 0.9), rgba(230, 221, 212, 0.9)), url(../imgP/whatsapp.webp);
  margin: 0;
  padding: 15px;
  display: flex;
  flex-direction: column;
}
#whats .popup-whatsapp > .content-whatsapp.-bottom .button-send {
  padding: 5px 15px;
  border-radius: 25px;
  background: white;
  width: 190px;
  text-decoration: none;
  color: #000;
}
#whats .closePopup {
  position: absolute;
  right: 15px;
  top: 20px;
  display: flex;
  justify-content: center;
}

/* End whatsapp */
.whatsapp-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.whatsapp-list li {
  margin: 5px 0;
}
.whatsapp-list li a {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #25d366;
  color: #fff;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 25px;
  transition: background-color 0.3s ease;
}
.whatsapp-list li a i {
  font-size: 18px;
}
.whatsapp-list li a:hover {
  background-color: #1ebe5d;
}

#whats .popup-whatsapp .ubicaciones {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}
#whats .popup-whatsapp .ubicaciones .button-send {
  padding: 8px 15px;
  border-radius: 25px;
  background: #25d366;
  color: white;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s ease;
  font-size: 14px;
}
#whats .popup-whatsapp .ubicaciones .button-send:hover {
  background: #21bd5c;
  transform: scale(1.02);
  color: white;
}
#whats .popup-whatsapp .content-whatsapp.-top p {
  font-size: 15px;
  background: #fff;
  padding: 10px 15px;
  border-radius: 10px;
  color: #2f4e6f;
  margin: 0;
}

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

.gracias {
  background: linear-gradient(90deg, rgba(155, 189, 214, 0.87), rgba(110, 166, 190, 0.89)), url(../imgP/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;
  }
}
#portada .box-portada {
  display: flex;
  margin: 65px 0 0;
  height: 85vh;
}
#portada .box-portada img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#inicio {
  padding: 90px 0;
}
#inicio .box-texto {
  padding: 15px 60px;
}
#inicio .box-texto h3 {
  color: #2683a4;
}
#inicio .box-texto p {
  color: #959da0;
}
#inicio .box-texto ul {
  color: #959da0;
}
#inicio .box-img {
  display: flex;
  width: 100%;
  height: 72vh;
  margin-top: 40px;
}
#inicio .box-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#faq h3 {
  color: #f8bd8d;
  margin: 80px 0 25px;
}

#us {
  padding: 150px 0 10px;
}
#us .box-text {
  padding: 0 30px;
}
#us .box-text .box {
  padding: 15px 0;
}
#us .box-text .box h3 {
  color: #f8bd8d;
}
#us .box-text .box ul, #us .box-text .box p {
  color: #2683a4;
}
#us .box-img {
  display: flex;
  width: 100%;
  height: 60vh;
}
#us .box-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#historia .box-texto {
  padding: 0 30px;
}
#historia .box-texto h3 {
  color: #f8bd8d;
}
#historia .box-texto ul, #historia .box-texto p {
  color: #2683a4;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

body {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-family: "ghotamP" !important;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.99), rgba(255, 255, 255, 0.96)), url(../imgP/fondo.jpg) center no-repeat;
  background-size: contain;
  background-repeat: repeat;
  color: #2683a4 !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 {
  font-size: 37px;
  line-height: 38px;
  width: 100%;
  margin: 50px 0;
  color: #f8bd8d;
  text-align: center;
}

.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;
}

.whatsapp-btn {
  text-align: center;
  color: #fff;
  background-size: 200% 200%;
  background-image: linear-gradient(90deg, #25D366, #1EBE5C, #128C4E, #25D366);
  background-position: 0;
  border-radius: 50px;
  padding: 8px 40px;
  font-size: 14px;
  font-weight: 500;
  transition: 0.4s;
  position: static;
  text-decoration: none;
  display: inline-block;
  border: 2px solid #128C4E;
  box-shadow: 0px 5px 10px rgba(18, 140, 78, 0.3);
}

.whatsapp-btn i {
  margin-right: 8px;
  font-size: 16px;
}

.whatsapp-btn:hover {
  background-position: 100%;
  transition: all 0.4s ease-in-out;
  color: #fff;
  background-color: #128C4E;
  box-shadow: 0px 7px 14px rgba(18, 140, 78, 0.5);
}

.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: 12px;
  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: 0px;
}
#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 li {
  margin: 0 5px;
}
#menu .redes li a {
  color: #f8bd8d;
}
#menu .menu-section {
  -webkit-backdrop-filter: blur(0.85em) !important;
          backdrop-filter: blur(0.85em) !important;
  background: #2683a4;
  display: flex;
  padding: 5px 35px;
  position: absolute;
  top: 0;
  height: auto;
  width: 100%;
  transition: 0.9s;
}
#menu .menu-section .logo {
  height: 48px;
  width: 200px;
  background: url("../imgP/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: #fff;
  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: #f8bd8d;
  text-decoration: none;
}
#menu .menu-section .register a i {
  margin-right: 10px;
  margin-top: 2px;
}
#menu .dropdown-menu {
  background-color: #2683a4;
}
#menu .dropdown-menu .dropdown-item {
  color: white;
}

#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("../imgP/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: 70px 0 0px;
  color: #000;
}
#principal .box-carousel {
  position: relative;
  height: auto;
  display: flex;
  align-items: center;
}
#principal .box-carousel .box-cofepris {
  position: absolute;
  z-index: 2;
  top: 5%;
  left: 3%;
  font-size: 15px;
  font-weight: bold;
  color: white;
}
#principal .box-carousel .item .box-content .box-img {
  height: 85vh;
  display: flex;
}
#principal .box-carousel .item .box-content .box-img img {
  width: 100%;
  border-radius: 20px;
  -o-object-fit: fill;
     object-fit: fill;
}
#principal .box-carousel .owl-dots {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transform: rotate(90deg);
  left: -250px;
  display: none;
}
#principal .box-carousel .owl-nav {
  display: none;
}

#info {
  padding: 60px 0;
}
#info .flip-box {
  perspective: 1000px;
  height: 50vh;
}
#info .flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
#info .flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}
#info .flip-box-front,
#info .flip-box-back {
  position: absolute;
  width: 100%;
  height: 50vh;
  padding: 50px 20px;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
#info .flip-box-back {
  transform: rotateY(180deg);
}
#info .icon {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  display: flex;
}
#info .icon img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#info .box-text {
  margin-top: 30px;
  text-align: center;
}
#info .box-text p {
  font-size: 14px;
  line-height: 1.5;
}

#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: 60vh;
  display: flex;
}
#galeria .box-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

#especialistas {
  padding: 10px 0 60px;
  /* Contenedor de la tarjeta */
  /* Efecto de volteo al hacer hover */
  /* Lado frontal */
  /* Estilos del frente de la tarjeta */
  /* Imagen */
  /* Lado trasero */
  /* Texto dentro de la tarjeta */
}
#especialistas .flip-card {
  background-color: transparent;
  width: 100%;
  height: 330px;
  perspective: 1000px; /* Efecto 3D */
}
#especialistas .flip-card .box-text {
  margin-top: 20px;
  text-align: center;
}
#especialistas .flip-card .box-text b {
  font-size: 17px;
  color: #f8bd8d;
}
#especialistas .flip-card .box-text p {
  color: #2683a4;
  font-size: 14px;
  margin-top: 15px;
}
#especialistas .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.6s;
}
#especialistas .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
#especialistas .flip-card-front,
#especialistas .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  /* align-items: center; */
  text-align: center;
  padding: 25px 15px;
}
#especialistas .flip-card-front {
  background: #fff;
}
#especialistas .flip-card-front .box-img img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
#especialistas .flip-card-back {
  background: #f8bd8d; /* Color azul oscuro */
  color: white;
  transform: rotateY(180deg);
}
#especialistas .flip-card-back .box-texto {
  font-size: 14px;
  line-height: 1.5;
}

#servicios {
  padding: 50px 0;
}
#servicios .flip-card {
  background-color: transparent;
  perspective: 1000px;
  height: 50vh;
}
#servicios .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  border-radius: 15px;
}
#servicios .flip-card-inner.f1 {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.47), rgba(0, 17, 42, 0.053)), url(../imgP/f1.png) center/cover no-repeat;
}
#servicios .flip-card-inner.f2 {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.47), rgba(0, 17, 42, 0.053)), url(../imgP/f2.png) center/cover no-repeat;
}
#servicios .flip-card-inner.f3 {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.47), rgba(0, 17, 42, 0.053)), url(../imgP/f3.png) center/cover no-repeat;
}
#servicios .flip-card-inner.f4 {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.47), rgba(0, 17, 42, 0.053)), url(../imgP/f4.png) center/cover no-repeat;
}
#servicios .flip-card-inner:hover {
  transform: rotateY(180deg);
}
#servicios .flip-card-front, #servicios .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  padding: 20px;
  border-radius: 15px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
#servicios .flip-card-front h3, #servicios .flip-card-back h3 {
  font-size: 20px;
}
#servicios .flip-card-back {
  background-color: rgba(0, 0, 0, 0.6);
  transform: rotateY(180deg);
}
#servicios .flip-card-back p {
  font-size: 14px;
  line-height: 1.5;
}

#cta1 {
  padding: 80px 0;
  height: auto;
  position: relative;
  background: linear-gradient(179deg, rgb(248, 189, 141), rgba(248, 189, 141, 0.79)), url(../imgP/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;
}

#como {
  padding: 60px 0;
}
#como .box {
  background: white;
  padding: 50px 55px;
  border-radius: 15px;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: justify;
}
#como .box p {
  color: #2683a4;
}
#como .box h3 {
  color: #f8bd8d;
}
#como .box .box-btn {
  margin-top: auto;
  text-align: center;
}

#caso {
  padding: 80px 0 10px;
}
#caso .text {
  padding: 10px 25px 60px;
  align-items: center;
}
#caso .text p {
  color: #2683a4;
}
#caso .box-info {
  background: white;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  padding: 25px 35px;
  border-radius: 15px;
  height: 100%;
}
#caso .box-info .box-img {
  display: flex;
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
#caso .box-info .box-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#caso .box-info .box-text {
  margin-top: 20px;
}
#caso .box-info .box-text p {
  color: #2683a4;
  font-size: 14px;
}
#caso .box-info .box-text ul {
  color: #2683a4;
  font-size: 14px;
}

#lugares {
  padding: 50px 0;
}
#lugares .box {
  background: white;
  display: grid;
  padding: 10px 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  border-radius: 15px;
  align-items: center;
  width: 92%;
  height: 100%;
  margin: 15px 0;
}
#lugares .box .box-title {
  display: inline-flex;
}
#lugares .box .box-title h4 {
  margin-top: 15px;
  font-size: 20px;
  font-weight: bold;
  display: grid;
  color: #2683a4;
}
#lugares .box .box-title h4 span {
  font-size: 13px;
  color: #f8bd8d;
}
#lugares .box .box-title .box-img {
  width: 25px;
  height: 50px;
  display: flex;
  margin-right: 20px;
}
#lugares .box .box-title .box-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#lugares .box .box-contacto ul {
  list-style: none;
  padding: 0;
  margin-top: 3px;
  line-height: 27px;
}
#lugares .box .box-contacto ul li a {
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.7s;
  font-size: 16px;
  color: #2683a4;
}
#lugares .box .box-contacto ul li a:hover {
  color: #f8bd8d;
}
#lugares .box .box-contacto ul li a i {
  font-size: 18px;
}
#lugares .box .box-contacto ul li a i[class*=whatsapp] {
  color: #25D366;
}
#lugares .box .box-contacto ul li a i[class*=facebook] {
  color: #1877F2;
}
#lugares .box .box-contacto ul li a i[class*=instagram] {
  color: #C13584;
}
#lugares .box .box-contacto ul li a i[class*=youtube] {
  color: #FF0000;
}
#lugares .box .box-contacto ul li a:hover i {
  opacity: 0.8;
}
#lugares .box-text {
  padding: 0 25px;
}
#lugares .box-text h2 {
  font-weight: bold;
  font-size: 44px;
  display: grid;
  line-height: 55px;
  width: 80%;
  margin: 30px 0;
  color: #f8bd8d;
}
#lugares .box-text p {
  color: #2683a4;
  font-size: 22px;
}
#lugares .mapa {
  display: flex;
  width: 100%;
  height: 85vh;
  align-items: center;
  padding: 35px;
}
#lugares .mapa img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#faq {
  position: relative;
  padding: 50px 0;
}
#faq .accordion-button:not(.collapsed) {
  color: white;
  background-color: #2683a4;
}
#faq .accordion-body p {
  margin: 0;
}

@media (max-width: 450px) {
  #titulo {
    padding: 110px 0 90px;
  }
  .subtitle {
    font-size: 29px !important;
    margin: 32px 0 !important;
    line-height: normal !important;
    width: 100% !important;
  }
  .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: #fff;
  }
  #principal .box-carousel .item .box-content .box-img {
    height: 22vh;
    display: flex;
  }
  #info {
    padding: 10px 0;
  }
  #info .box {
    padding: 25px 20px;
  }
  #info .box .icon {
    width: 100px;
    height: 100px;
  }
  #info .box .box-text {
    margin-top: 5px;
  }
  #servicios .box {
    color: white;
    height: 30vh;
  }
  #caso {
    padding: 10px 0;
  }
  #lugares .mapa {
    height: 32vh;
  }
  #us {
    padding: 100px 0 10px;
  }
  #us .box-img {
    height: 40vh;
  }
  #portada .box-portada {
    padding: 60px 0 0;
    height: 32vh;
  }
  #inicio {
    padding: 20px 0;
  }
  #inicio .box-texto {
    padding: 15px 15px;
  }
  #inicio .box-img {
    height: 22vh;
  }
  #faq h3 {
    margin: 4px 0 30px;
  }
  footer .box-footer .box-logo {
    margin-bottom: 50px;
  }
}/*# sourceMappingURL=styles.css.map */