/*!
 * Theme Name: Dra Patricia Mosquera
 * Theme URI: https://drapatriciamosquera.com
 * Author: Xlogam
 * Author URI: https://www.xlogam.com
 * Description: Tema del sitio web Dra Patricia Mosquera
 * Requires at least: 6.1
 * Tested up to: 6.4
 * Requires PHP: 7.4
 * Version: 1.0.0
 * License: All Rights Reserved.
 * License URI: https://www.xlogam.com
 * Text Domain: drapatriciamosquera.com
 * Tags: custom-design
 */
/* <weight>: Use a value from 100 to 900 */
/* <uniquifier>: Use a unique and descriptive class name */
.raleway-thin {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "abuget";
  src: url("fuentes/abuget.eot");
  src: url("fuentes/abuget.eot?#iefix") format("embedded-opentype"), url("fuentes/abuget.woff2") format("woff2"), url("fuentes/abuget.woff") format("woff"), url("fuentes/abuget.ttf") format("truetype"), url("fuentes/abuget.svg#abuget") format("svg");
  font-weight: normal;
  font-style: normal;
}
.navbar-toggler {
  display: none;
}

header {
  background-color: #ffffff;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}

.header-container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.header-logo {
  width: 200px;
}
.header-logo img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.header-logo a:hover img {
  transform: scale(1.05);
}

.navbar-expand-xl .navbar-nav .nav-link {
  padding: 0px;
  background-color: #caa1a1;
  color: #ffffff;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  padding: 10px 30px !important;
  box-sizing: border-box;
  width: 130px;
  max-width: 130px;
  line-height: 1em;
  box-shadow: inset -3px -3px 3px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  transition: all 0.3s ease;
}

.navbar-expand-xl .navbar-nav .nav-link:hover {
  background-color: #dcb3b3;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.navbar {
  padding: 0px;
}

.navbar-nav {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  gap: 10px;
}

@media (max-width: 1024px) {
  .header-container {
    width: 95%;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding: 8px 15px !important;
    width: auto;
    max-width: none;
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .header-container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .navbar-nav {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    margin: 5px;
  }
}
@media (max-width: 480px) {
  .header-logo {
    width: 150px;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    width: 100%;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .navbar-toggler {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #df9b9b;
    position: absolute;
    top: 20px;
    right: 20px;
    margin: 0px !important;
    padding: 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .header-nav {
    width: 100%;
  }
  .headerRight {
    width: 100%;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    color: #df9b9b;
    background-color: transparent;
    border-radius: 0px;
    box-shadow: none;
    font-weight: 600;
    font-size: 20px;
    border-bottom: 1px solid rgba(223, 155, 155, 0.2);
    padding-top: 0px !important;
    margin: 0px !important;
  }
}
.banner {
  width: 100%;
  height: auto;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}
.banner img {
  width: 100%;
  height: auto;
}

.titulo {
  font-family: "abuget", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 90px;
  color: #cd8f8b;
  text-align: center;
  line-height: 1em;
  margin: 0px;
  padding: 0px;
  margin: 40px 0px;
}

.galeria-carrusel {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 20px 0;
}

.galeria-carrusel-content {
  width: 95%;
  margin: 0 auto;
}

.galeria-carrusel-content img {
  max-width: 100%;
  height: auto;
  padding: 0 10px;
  outline: none;
}

.galeria-arrow-prev,
.galeria-arrow-next {
  cursor: pointer;
  width: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}

.galeria-arrow-prev:hover,
.galeria-arrow-next:hover {
  transform: scale(1.1);
}

.galeria-arrow-prev img,
.galeria-arrow-next img {
  width: 100%;
  height: auto;
}

.galeria-text-1,
.galeria-text-2,
.galeria-text-3 {
  max-width: 950px;
  margin: 0 auto;
}
.galeria-text-1 p,
.galeria-text-2 p,
.galeria-text-3 p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: #58575b;
  font-size: 24px;
  margin: 0px;
  padding: 0px;
  line-height: 1.2em;
}

.tratamientos {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 20px 0;
  margin-top: 50px;
  padding-bottom: 100px;
}

.tratamiento {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease;
  flex-direction: column;
  flex-shrink: 0;
}

.tratamiento:hover {
  transform: scale(1.1);
  text-decoration: none;
}

.tratamiento img {
  width: 100%;
  height: auto;
}

.tratamiento h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: #58575b;
  font-size: 16px;
  margin: 0px;
  padding: 0px;
  line-height: 1.2em;
  margin-top: 10px;
}

.compartiendo-experiencias {
  background-color: #f9f4f4;
  padding: 100px 0;
  position: relative;
  clip-path: polygon(0 0, 50% 40px, 100% 0, 100% calc(100% - 40px), 50% 100%, 0 calc(100% - 40px));
  margin-bottom: 50px;
}

.experiencias-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.titulo-experiencias {
  font-family: "abuget", sans-serif;
  font-size: 70px;
  color: #8e8e8e;
  margin-bottom: 20px;
  margin-top: 40px;
}

.descripcion-experiencias {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #58575b;
  max-width: 800px;
  margin: 0 auto 50px auto;
  line-height: 1.5;
  padding: 0px 50px;
}

.experiencias-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  justify-items: center;
}

.experiencia-item {
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.experiencia-img {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.experiencia-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.experiencia-item:hover .experiencia-img img {
  transform: scale(1.05);
}

.experiencia-item p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #58575b;
  line-height: 1.4;
  text-align: center;
  padding: 0px 48px;
}

.experiencia-item a {
  color: #58575b;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.experiencia-item a:hover {
  text-decoration: underline;
}

.destacados {
  display: flex;
  justify-content: center;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
  gap: 20px;
  margin-top: 40px;
  width: 95%;
}

.destacado {
  width: 100%;
  max-width: 598px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.destacado img {
  width: 100%;
  height: auto;
  border-radius: 30px;
  display: block;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.destacado:hover img {
  transform: scale(1.02);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
}
.destacado p {
  color: #58575b;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
  padding: 0px 50px;
}
.destacado p a {
  color: #58575b;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  transition: color 0.3s ease;
}
.destacado p a:hover {
  color: #cd8f8b;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .titulo {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  .titulo {
    font-size: 50px;
  }
  .galeria-text-1 p,
  .galeria-text-2 p,
  .galeria-text-3 p {
    font-size: 18px;
    padding: 0 20px;
  }
  .tratamientos {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 10px;
    padding: 0 10px;
    padding-bottom: 50px;
    margin-top: 30px;
  }
  .tratamiento {
    width: 100% !important;
    max-width: 160px;
    margin: 0 auto;
    height: auto !important;
  }
  .destacados {
    flex-direction: column;
    align-items: center;
  }
  .destacado {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .compartiendo-experiencias {
    padding: 60px 0;
    clip-path: polygon(0 0, 50% 30px, 100% 0, 100% calc(100% - 30px), 50% 100%, 0 calc(100% - 30px));
    margin-bottom: 30px;
  }
  .experiencias-grid {
    grid-template-columns: 1fr;
  }
  .titulo-experiencias {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .galeria-arrow-prev,
  .galeria-arrow-next {
    display: none;
  }
  .tratamientos {
    grid-template-columns: repeat(2, 1fr);
  }
  .tratamiento {
    width: 100% !important;
    max-width: 140px;
  }
  .experiencia-item p,
  .destacado p {
    padding: 0 10px;
  }
  .titulo {
    font-size: 40px;
  }
}
.contacto-section {
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
  background-image: url(img/fnd_contacto.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
}

.contacto-container {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

.titulo-contacto {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #58575b;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

.form-contacto {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: flex;
  gap: 20px;
}

.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #58575b;
  margin-bottom: 5px;
  font-weight: 500;
}

.form-group input[type=text],
.form-group input[type=tel] {
  padding: 6px 15px;
  border: none;
  border-radius: 15px;
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #58575b;
  outline: none;
}

.form-legal {
  margin-top: 20px;
}

.form-legal p {
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  color: #58575b;
  line-height: 1.4;
  margin-bottom: 10px;
  text-align: justify;
}

.checkbox-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.checkbox-group label {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #58575b;
  font-weight: 500;
  cursor: pointer;
  margin: 0px;
  padding: 0px;
}

.btn-enviar {
  background-color: #39383d;
  color: #ffffff;
  border: none;
  padding: 6px 40px;
  border-radius: 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  align-self: flex-start;
  transition: background-color 0.3s ease;
  margin-top: 10px;
}

.btn-enviar:hover {
  background-color: #333333;
}

.error-message {
  color: #ff0000;
  font-size: 11px;
  margin-top: 5px;
  display: block;
}

input.error,
select.error,
textarea.error {
  border: 1px solid #ff0000 !important;
}

#form-response {
  margin-top: 20px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

#form-response.success {
  color: #28a745;
}

#form-response.error {
  color: #dc3545;
}

@media (max-width: 768px) {
  .titulo-contacto {
    font-size: 28px;
  }
  .form-row {
    flex-direction: column;
    gap: 15px;
  }
}
.main-footer {
  background-color: #ffffff;
  padding: 60px 0 20px 0;
  border-top: 1px solid #eaeaea;
}

.footer-content {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.footer-col {
  flex: 1;
  min-width: 300px;
}

.footer-col h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #58575b;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.footer-col h3:last-of-type {
  margin-top: 10px;
}

.footer-col p {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  color: #8e8e8e;
  line-height: 1em;
  margin-bottom: 0px;
}

.horario-adicional {
  margin-top: 20px;
}

.social-icons {
  display: flex;
  gap: 15px;
  margin-bottom: 0px;
}

.social-icons a img {
  width: 30px;
  height: 30px;
  transition: transform 0.2s ease;
}

.social-icons a:hover img {
  transform: scale(1.1);
}

.contact-info h3 {
  margin-top: 20px;
}

.footer-copyright {
  width: 90%;
  max-width: 1200px;
  margin: 40px auto 0 auto;
  border-top: 3px solid #515054;
  padding-top: 20px;
  text-align: center;
  line-height: 1em;
}

.footer-copyright p {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  color: #8e8e8e;
  margin: 0px 0;
}

.footer-social {
  align-items: flex-end;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.contact-info {
  align-items: flex-end;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    text-align: center;
  }
  .footer-col {
    min-width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .footer-social,
  .contact-info {
    align-items: center;
  }
}
.section-white {
  background-color: #ffffff;
}

.section-color {
  background-color: #efecec;
  position: relative;
}

.triangulo-wrapper-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 15px;
}

.triangulo-wrapper {
  filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.3));
  position: relative;
  z-index: 10;
  width: 100%;
  overflow: hidden;
  top: -1px;
}

.triangulo-blanco {
  height: 100px;
  background-color: white;
  position: relative;
  top: -1px;
  clip-path: polygon(0 0, 50% 0px, 100% 0, 100% calc(100% - 80px), 50% 100%, 0 calc(100% - 80px));
}

.triangulo-wrapper2-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 15px;
}

.triangulo-wrapper2 {
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.3));
  position: relative;
  z-index: 10;
  width: 100%;
  top: -1px;
}

.triangulo-color {
  height: 100px;
  background-color: #efecec;
  position: relative;
  clip-path: polygon(0 0, 50% 0px, 100% 0, 100% calc(100% - 80px), 50% 100%, 0 calc(100% - 80px));
}

.fnd-color {
  background-color: #efecec;
}

.locations-team {
  padding: 20px 0px;
  padding-top: 60px;
}

@media (max-width: 768px) {
  .triangulo-blanco,
  .triangulo-color {
    height: 60px;
    clip-path: polygon(0 0, 50% 0px, 100% 0, 100% calc(100% - 40px), 50% 100%, 0 calc(100% - 40px));
  }
  .triangulo-wrapper,
  .triangulo-wrapper2 {
    top: 0;
  }
}
.conoceme-header h1 {
  text-align: center;
  color: #39383d;
  font-size: 36px;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  margin: 40px 0px;
  padding: 0px;
}

.conoceme-section-1 {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}

.conoceme-section-1-text p {
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-align: left;
  margin-bottom: 10px;
  color: #58575b;
  font-size: 20px;
}

.conoceme-section-1-text p strong {
  font-weight: 600;
  color: #58575b;
}

.conoceme-section-1-text p:last-of-type {
  margin: 0px;
}

.conoceme-section-1-foto {
  width: 300px;
  flex-shrink: 0;
}

.conoceme-section-1-foto img {
  width: 100%;
  height: auto;
  display: block;
}

.conoceme-section-2 {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  margin-top: 30px;
  width: 95%;
}

.conoceme-section-2-text p {
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-align: left;
  margin-bottom: 10px;
  color: #58575b;
  font-size: 20px;
  margin-bottom: 1em;
}

.conoceme-section-2-text p strong {
  font-weight: 600;
  color: #58575b;
}

.conoceme-section-2-text p:last-of-type {
  margin: 0px;
}

.conoceme-section-2-foto {
  flex-shrink: 0;
  width: 300px;
}

.conoceme-section-2-foto img {
  width: 100%;
  height: auto;
  display: block;
}

.conoceme-section-3 {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 30px;
}

.conoceme-section-3 img {
  width: auto;
  height: 90px;
  display: block;
}

.members {
  background-color: #ffffff;
  overflow: hidden;
}

.team {
  max-width: 700px;
  margin: auto;
  margin-top: 80px;
  margin-bottom: 100px;
  width: 95%;
}

.team h2 {
  color: #807f7f;
  font-family: "abuget", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-size: 70px;
  line-height: 0.45em;
}

.team h2 strong {
  color: #bd8e8a;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 39px;
}

.team p {
  color: #58575b;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 18px;
  margin: 0px;
  padding: 0px;
  line-height: 1.2em;
  margin-top: 30px;
}

.doctor {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 50px;
  width: 95%;
}

.doctor:nth-of-type(odd) {
  flex-direction: row-reverse;
}

.doctor:nth-of-type(even) {
  flex-direction: row;
}

.doctor-foto {
  width: 300px;
  flex-shrink: 0;
}

.doctor-foto img {
  width: 100%;
  height: auto;
  display: block;
}

.doctor-text {
  width: 100%;
  padding-bottom: 40px;
}

.doctor-text h2 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  line-height: 1em;
  margin: 0px;
  padding: 0px;
  color: #39383d;
  text-transform: uppercase;
  font-size: 28px;
}

.doctor-text h3 {
  color: #39383d;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1em;
  margin: 0px;
  padding: 0px;
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
}

.doctor-text p {
  color: #58575b;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-align: justify;
  font-size: 18px;
  margin: 0px;
  padding: 0px;
  line-height: 1.2em;
  margin-top: 30px;
}

.doctor-text p a {
  font-weight: 600;
  color: #58575b;
  font-size: 14px;
  white-space: nowrap;
}

.mapa-container {
  background-color: #efecec;
  overflow: hidden;
  min-height: 200px;
}

.mapa {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 70px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  width: 95%;
}

.mapa #map-canvas {
  min-height: 450px !important;
}

@media screen and (max-width: 768px) {
  .conoceme-section-1,
  .conoceme-section-2 {
    flex-direction: column;
    text-align: center;
    gap: 20px;
    width: 95%;
    margin: 0 auto;
  }
  .conoceme-section-1-text p,
  .conoceme-section-2-text p {
    text-align: justify !important;
    font-size: 18px;
    margin-bottom: 1em;
  }
  .conoceme-section-1-foto,
  .conoceme-section-2-foto {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .doctor,
  .doctor:nth-of-type(even) {
    flex-direction: column !important;
    align-items: center;
    gap: 20px;
    width: 95%;
    margin: 0 auto;
  }
  .doctor-foto {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
  }
  .doctor-text {
    text-align: center !important;
    padding-bottom: 20px;
  }
  .doctor-text p {
    text-align: justify !important;
    margin-bottom: 1em;
  }
  .mapa #map-canvas {
    min-height: 300px !important;
  }
}
@media screen and (max-width: 500px) {
  .conoceme-header h1 {
    font-size: 28px;
    margin: 20px 0;
  }
  .team h2 {
    font-size: 45px;
    line-height: 1.1em;
  }
  .team h2 strong {
    font-size: 24px;
  }
  .team p {
    font-size: 16px;
  }
  .conoceme-section-3 {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .conoceme-section-3 img {
    height: 60px;
  }
  .doctor-text h2,
  .doctor-text h3 {
    font-size: 22px;
  }
}
.conoceme-section-1 {
  margin-top: 40px;
}

.conoceme-section-1-text {
  flex-grow: 1;
}

.conoceme-section-1-text-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.conoceme-section-1-text-logo img {
  height: 100px;
  width: auto;
}

.servicios {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
  padding: 0 20px;
  margin-bottom: 100px;
}

.servicio {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.servicio:hover {
  text-decoration: none;
}

.servicio-foto {
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.servicio-foto img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.servicio-titulo {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.servicio-titulo h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #58575b;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
  font-size: 16px;
}

.page-id-11 .triangulo-color {
  background-color: #ffffff;
}

.contenedor-titulo-tratamiento {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.titulo-negro {
  text-align: center;
  font-size: 36px;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  padding: 0px;
  background-color: #d9a2a2;
  color: #fff;
  padding: 10px 14px;
  border-radius: 15px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  margin: 40px 0px;
  margin-bottom: 60px;
}

.titulo-seccion-tratamiento {
  font-size: 36px;
  margin: 30px auto 0;
  padding: 30px 20px 0;
  max-width: 1200px;
  width: 95%;
  background-color: transparent;
  color: #39383d;
  font-weight: 700;
}

.section-color-abdomen {
  background-color: #efecec;
  overflow: hidden;
}

.abdomen-service {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-top: 80px;
  margin-bottom: 80px;
  width: 95%;
}

.abdomen-service-container-1 .abdomen-service:first-of-type {
  margin-top: 0px;
}

.abdomen-service-container .abdomen-service:last-of-type {
  margin-bottom: 0px;
}

.abdomen-service-reverse {
  flex-direction: row-reverse;
}

.foto-abdomen-service {
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  flex-shrink: 0;
  flex-grow: 0;
  width: 450px;
}

.foto-abdomen-service img {
  width: 100%;
  height: auto;
  display: block;
}

.slider-ad-col {
  display: flex;
  align-items: center;
  gap: 15px;
}

.slider-ad-col--single .slider-ad-btn {
  visibility: hidden;
}

.slider-ad-btn {
  background: none;
  border: none;
  outline: none;
  font-size: 40px;
  line-height: 1;
  color: #caa1a1;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  transition: color 0.2s ease;
}
.slider-ad-btn:hover {
  color: #cd8f8b;
}
.slider-ad-btn:hover, .slider-ad-btn:focus, .slider-ad-btn:focus-visible, .slider-ad-btn:active {
  outline: none;
}

.slider-ad-slide {
  display: none;
  position: relative;
}
.slider-ad-slide.active {
  display: block;
}
.slider-ad-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.slider-ad-label {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background-color: rgba(255, 255, 255, 0.85);
  color: #58575b;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 500;
  padding: 4px 14px;
  border-radius: 20px;
  letter-spacing: 0.05em;
}

.texto-abdomen-service {
  width: 100%;
}

.texto-abdomen-service h2 {
  font-family: "Raleway", sans-serif;
  line-height: 1;
  text-align: center;
  padding: 0px 40px;
  text-transform: uppercase;
  font-weight: 300;
  color: #39383d;
  font-size: 30px;
  margin-bottom: 20px;
}

.texto-abdomen-service.texto-abdomen-service-2 h2 {
  font-family: "Raleway", sans-serif;
  line-height: 1;
  text-align: center;
  padding: 0px 40px;
  text-transform: none;
  font-weight: 700;
  color: #39383d;
  font-size: 30px;
  margin-bottom: 20px;
}

.texto-abdomen-service.texto-abdomen-service-2 .que-esperar-contenedor--con-titulo-seccion h2 {
  font-family: "Raleway", sans-serif;
  line-height: 1;
  text-align: center;
  padding: 0px 40px;
  text-transform: uppercase;
  font-weight: 300;
  color: #39383d;
  font-size: 30px;
  margin-bottom: 20px;
}

.texto-abdomen-service p {
  text-align: justify;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-bottom: 1em;
  color: #58575b;
  font-size: 22px;
}

.texto-abdomen-service p a {
  font-weight: 600;
  color: #58575b;
  font-size: 14px;
  white-space: nowrap;
  text-decoration: none;
}

.texto-abdomen-service p a:hover {
  text-decoration: underline;
}

.texto-abdomen-service ul {
  list-style: none;
  padding-left: 20px;
  margin-top: 1em;
  margin-bottom: 1em;
}

.texto-abdomen-service ul li {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #58575b;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 0.5em;
  position: relative;
  padding-left: 20px;
  text-align: justify;
}

.texto-abdomen-service ul li::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #58575b;
  font-weight: bold;
}

.abdomen-service-col-foto {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.cta-abdomen-service {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.cta-abdomen-service a {
  background-color: #000000;
  color: #ffffff;
  padding: 5px 30px;
  border-radius: 20px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.cta-abdomen-service a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .servicios {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 10px;
  }
  .servicio-foto {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 480px) {
  .servicios {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
  .servicio-foto {
    width: 100px;
    height: 100px;
  }
  .servicio-titulo h2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .titulo-negro {
    font-size: 30px;
    margin: 30px 0;
  }
  .abdomen-service,
  .abdomen-service-reverse {
    flex-direction: column !important;
    align-items: center;
    gap: 20px;
    margin: 40px auto;
  }
  .foto-abdomen-service {
    width: 100% !important;
    max-width: 450px;
  }
  .texto-abdomen-service h2 {
    font-size: 24px;
    padding: 0 10px;
  }
  .texto-abdomen-service p,
  .texto-abdomen-service ul li {
    font-size: 18px;
    text-align: justify !important;
  }
  .texto-abdomen-service ul {
    padding-left: 10px;
  }
}
@media screen and (max-width: 500px) {
  .titulo-negro {
    font-size: 26px;
  }
  .texto-abdomen-service h2 {
    font-size: 22px;
  }
  .texto-abdomen-service p,
  .texto-abdomen-service ul li {
    font-size: 16px;
  }
}
.construccion-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px 100px;
  min-height: 55vh;
}

.construccion-icono {
  width: 90px;
  height: 90px;
  margin-bottom: 20px;
  animation: construccion-girar 12s linear infinite;
}

@keyframes construccion-girar {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.construccion-titulo {
  font-size: 80px;
  color: #cd8f8b;
  margin-bottom: 16px;
}

.construccion-subtitulo {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #58575b;
  margin: 0 0 16px;
}

.construccion-texto {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #58575b;
  line-height: 1.8;
  margin: 0 0 40px;
}

.construccion-barra-wrapper {
  width: 100%;
  max-width: 420px;
  margin-bottom: 10px;
}

.construccion-barra-track {
  background-color: #f0e3e3;
  border-radius: 50px;
  height: 8px;
  overflow: hidden;
}

.construccion-barra-fill {
  height: 100%;
  width: 75%;
  background: linear-gradient(90deg, #cd8f8b, #caa1a1);
  border-radius: 50px;
  animation: construccion-pulso 2.5s ease-in-out infinite;
}

@keyframes construccion-pulso {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.65;
  }
}
.construccion-barra-label {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  color: #caa1a1;
  margin-top: 8px;
  letter-spacing: 0.05em;
}

.construccion-contacto-rapido {
  margin-top: 48px;
}

.construccion-contacto-rapido p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #58575b;
  margin-bottom: 14px;
}

.construccion-btn {
  display: inline-block;
  background-color: #caa1a1;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding: 12px 36px;
  border-radius: 15px;
  text-decoration: none;
  box-shadow: inset -3px -3px 3px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.construccion-btn:hover {
  background-color: #dcb3b3;
  transform: translateY(-2px);
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 768px) {
  .construccion-titulo {
    font-size: 56px;
  }
  .construccion-subtitulo {
    font-size: 17px;
  }
  .construccion-texto {
    font-size: 14px;
  }
  .construccion-barra-wrapper {
    max-width: 90%;
  }
}

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