/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/*GENERAL*/
h1 {
  font-size: 36px;
  font-family: 'Outfit';
  font-weight: 600;
}

h2 {
  font-size: 30px;
  font-family: 'Outfit';
  font-weight: 600;
}

h3 {
  font-size: 24px;
  font-family: 'Outfit';
  font-weight: 600;
}

h4 {
  font-size: 22px;
  font-family: 'Outfit';
  font-weight: 600;
}

h5 {
  font-size: 20px;
  font-family: 'Outfit';
  font-weight: 600;
}

h6 {
  font-size: 18px;
  font-family: 'Outfit';
  font-weight: 600;
}

@media (max-width: 768px) {
  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 18px;
  }

  .wpb_content_element h1,
  .wpb_content_element h2,
  .wpb_content_element h3,
  .wpb_content_element h4,
  .wpb_content_element h5,
  .wpb_content_element h6 {
    margin-bottom: 15px !important;
  }
}

p {
  font-size: 16px;
  color: #747474;
  font-family: 'SFProDisplay-Regular' !important;
}

a {
  font-weight: 100 !important;
}

p a {
  font-size: 16px;
  font-family: 'SFProDisplay-Semibold' !important;
  border-bottom: 2px solid #2a385e;
  font-weight: 100 !important;
}

.text-white p,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white a,
.text-white li,
.text-white span {
  color: #ffffff !important;
}

.wd-content-layout {
  padding-block: 0px !important;
}

/*Cookies*/
.cky-btn-accept {
  border: 0 !important;
}

/*TOP-BAR*/
.whb-top-bar .wd-info-box {
  flex-direction: row;
  align-content: center;
}
.whb-top-bar .wd-info-box .info-box-content {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.whb-top-bar .wd-info-box h4 {
  font-family: 'SFProDisplay-Regular';
  font-weight: unset;
  font-size: 14px;
}
.whb-top-bar .wd-info-box .box-icon-wrapper {
  margin-bottom: 0;
}
.whb-top-bar .wd-info-box .info-box-icon img {
  width: 30px;
  height: 30px;
}
.whb-top-bar .wd-header-text p {
  font-family: 'SFProDisplay-Regular';
  font-weight: unset;
  font-size: 16px;
}
.whb-top-bar a.btn {
  min-height: unset;
  text-transform: unset;
}
.button-top-bar {
  font-family: 'SFProDisplay-Semibold' !important;
}

/*HEADER*/
.wd-skip-links {
  display: none;
}

.whb-sticked .wd-tools-element a {
  color: #737373;
}

.whb-sticked .whb-general-header {
  padding-bottom: 0px;
}
.whb-sticked
  .whb-general-header:has(#menu-menu-principal .menu-mega-dropdown:hover) {
  background-color: white;
  padding-bottom: 250px;
}

.whb-general-header:has(#menu-menu-principal .menu-mega-dropdown:hover) {
  background-color: white;
  padding-bottom: 220px;
}

.whb-default_header .whb-top-bar {
  box-shadow: 0px 20px 100px 80px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 20px 100px 80px rgba(0, 0, 0, 0.75);
}

.whb-general-header {
  transition:
    padding-bottom 0.3s ease,
    background-color 0.3s ease;
}

.whb-general-header:has(#menu-menu-principal .menu-mega-dropdown:hover)
  .site-logo:nth-child(1)
  img {
  width: 200px;
  content: url('https://dex.gmedia.ovh/wp-content/uploads/2025/11/Recurso-1.svg');
}
.whb-general-header:has(#menu-menu-principal .menu-mega-dropdown:hover)
  .site-logo:nth-last-child(1)
  img {
  width: 170px;
  content: url('https://dex.gmedia.ovh/wp-content/uploads/2025/11/Recurso-2.svg');
}

#menu-menu-principal .menu-item .woodmart-nav-link {
  font-family: 'SFProDisplay-medium';
}

.whb-header_749782 #menu-menu-principal .menu-item .woodmart-nav-link {
  color: #2a385e;
}

.whb-header_749782 .whb-general-header .whb-mobile-left a {
  color: #737373;
}

.whb-general-header #menu-menu-principal .menu-mega-dropdown .btn {
  font-size: 16px;
  color: #2a385e;
  font-family: 'SFProDisplay-Semibold';
  background: none;
  padding: 0px;
  display: flex;
  text-align: left;
  text-transform: none;
  align-items: flex-start;
  justify-content: flex-start;
}
.whb-general-header #menu-menu-principal .menu-mega-dropdown ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  grid-auto-flow: column;
  grid-template-rows: repeat(4, auto);
}
.whb-general-header
  #menu-menu-principal
  .menu-mega-dropdown
  #menu-cirugia-estetica-corporal-header {
  grid-template-columns: repeat(auto-fill, minmax(237px, 1fr));
}

.whb-general-header #menu-menu-principal .menu-mega-dropdown .menu-item a {
  color: #2a385e;
  padding: 5px 20px;
  margin-left: -20px;
  border-radius: 20px;
}
.whb-general-header
  #menu-menu-principal
  .menu-mega-dropdown
  .menu-item:hover
  a {
  background-color: #f3f3f3;
}

#menu-menu-principal {
  --nav-gap: 0;
}
#menu-menu-principal .menu-item .woodmart-nav-link {
  padding: 5px 10px;
  transition: 0.5s;
  border-radius: 20px;
  max-height: 30px;
  min-height: 20px;
}
#menu-menu-principal .menu-item:hover > .woodmart-nav-link {
  background: #99f8cd;
  color: #2a385e;
}
.menu-item-has-children .woodmart-nav-link:after {
  display: none;
}

#menu-menu-principal:has(.menu-mega-dropdown:hover) .menu-item .nav-link-text {
  color: #2a385e;
}

#menu-menu-principal .menu-item .wd-dropdown-menu {
  box-shadow: none;
  background-color: #ffffff00;
}

#menu-menu-principal .menu-item .wd-dropdown-menu .widgettitle {
  font-family: 'SFProDisplay-semibold' !important;
}

#menu-menu-principal .menu-simple-dropdown .wd-dropdown-menu {
  width: 260px;
  border-radius: 20px;
}
#menu-menu-principal .menu-simple-dropdown .wd-dropdown-menu li > a {
  color: #2a385e;
}

.wd-page-title .title {
  color: #2a385e;
}

.category .wd-page-title .title {
}
.category .category-menu {
  margin-bottom: 30px;
}
.wd-page-title {
  padding-bottom: 0px !important;
}
/*STICKY HEADER*/
.whb-sticked .whb-top-bar {
  box-shadow: unset;
}
body .whb-sticked .whb-general-header {
  background-color: #ffffff;
}
body .whb-sticked .whb-general-header #menu-menu-principal > .menu-item > a {
  color: #2a385e;
}

.whb-general-header
  #menu-menu-principal
  > .menu-item:has(.current-menu-item)
  > a {
  color: #2a385e;
  font-family: 'SFProDisplay-Semibold';
}

/*Menu Mobile*/
.wd-side-hidden.wd-right {
  transform: translate3d(-100%, 0, 0);
}

.wd-opened {
  transform: translate3d(0%, 0, 0) !important;
}

.open-sub-menu {
  display: block !important;
}

.mobile-nav {
  width: 100%;
  z-index: 10000000;
}

.menu-mobile-header {
  display: flex;
  justify-content: space-between;
  background: white;
  width: 100%;
  position: fixed;
  z-index: 3;
}

.wd-heading {
  justify-content: space-between;
  border: 0px !important;
}

.wd-nav-mobile > li:first-child > a {
  border-top: 1px solid var(--brdcolor-gray-300);
}

.menu-item-253 > .wd-nav-opener {
  border-top: 1px solid var(--brdcolor-gray-300);
}

.wd-nav-mobile > li > a:first-child {
  text-transform: none;
}

#menu-menu-principal-2,
#menu-menu-principal-es-2 {
  top: -70px;
  position: relative;
}

#menu-menu-mobile {
  padding-top: 78px;
  overflow: scroll;
  height: calc(100vh - 180px);
}

.wd-accordion.wd-style-default > .wd-accordion-item:first-of-type {
  border-top: 1px solid #0000001b !important;
}

.footer-menu-mobile {
  position: fixed !important;
  bottom: 0;
  z-index: 11037;
  background-color: white;
  width: 100%;
  margin: 0px;
  padding: 15px 0px;
}

.consulta-english {
  display: flex;
  justify-content: center;
  background-color: #000;
}

.mobile-nav .current-menu-item,
.mobile-nav .current-menu-item::after {
  filter: brightness(0) saturate(100%) invert(10%) sepia(15%) saturate(4354%)
    hue-rotate(186deg) brightness(97%) contrast(98%);
}

.mobile-nav .opener-page::after {
  filter: brightness(0) saturate(100%) invert(10%) sepia(15%) saturate(4354%)
    hue-rotate(186deg) brightness(97%) contrast(98%);
}

.mobile-nav .menu-item-has-children > .woodmart-nav-link::after {
  content: url('https://dex.gmedia.ovh/wp-content/uploads/2025/11/nav-arrow-down.svg');
}

.mobile-nav .menu-item-has-children > .woodmart-nav-link {
  justify-content: space-between;
}

.menus-footer > .vc_col-sm-3:nth-child(2) {
  width: 19%;
}

.footer-tel,
.footer-email,
.footer-tel-fix {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 15px !important;
  font-size: 16px;
  font-weight: 600;
  filter: brightness(0) saturate(100%) invert(18%) sepia(8%) saturate(4195%)
    hue-rotate(187deg) brightness(94%) contrast(87%);
}

.footer-redes {
  padding-top: 10px;
  margin-top: 25px;
  padding-left: 15px !important;
  border-top: 1px solid #5f758654;
}

.wd-action-btn.wd-style-text > a:before {
  font-size: 130% !important;
}

.footer-tel::before {
  content: url('https://dex.gmedia.ovh/wp-content/uploads/2025/12/smartphone-device.svg');
  height: 28px;
  margin-right: 10px;
  filter: brightness(0) saturate(100%) invert(18%) sepia(8%) saturate(4195%)
    hue-rotate(187deg) brightness(94%) contrast(87%);
}

.footer-email::before {
  content: url('https://dex.gmedia.ovh/wp-content/uploads/2025/11/mail.svg');
  height: 28px;
  margin-right: 12px;
  filter: brightness(0) saturate(100%) invert(18%) sepia(8%) saturate(4195%)
    hue-rotate(187deg) brightness(94%) contrast(87%);
}

.footer-redes {
  .instagram img {
    width: 32px;
    filter: brightness(0) saturate(100%) invert(18%) sepia(8%) saturate(4195%)
      hue-rotate(187deg) brightness(94%) contrast(87%);
  }
  .facebook img {
    width: 32px;
    filter: brightness(0) saturate(100%) invert(18%) sepia(8%) saturate(4195%)
      hue-rotate(187deg) brightness(94%) contrast(87%);
  }
}

@media (max-width: 768px) {
  .footer-logo-redes {
    flex-wrap: nowrap !important;
  }
}

.wd-nav-opener {
  color: var(--color-gray-700) !important;
  border-bottom: 1px solid var(--brdcolor-gray-300) !important;
  border-left: none !important;
}

@media (max-width: 1024px) {
  .wd-active span {
    background-color: rgba(0, 0, 0, 0) !important;
  }
}

.wd-nav-mobile li:active > a,
.wd-nav-mobile li.opener-page > a {
  background-color: rgba(255, 255, 255, 0) !important;
}

.nav-link-text::after {
  display: none;
}

.wd-nav-mobile .menu-item span {
  font-size: 16px;
  color: #2a385e;
  font-family: 'SFProDisplay-Bold' !important;
}

.wd-nav-mobile .wd-sub-menu .sub-pecho > a {
  font-size: 16px;
  font-family: 'SFProDisplay-semibold';
  color: #68a8de !important;
}
.wd-nav-mobile .wd-sub-menu .menu-item a {
  font-family: 'SFProDisplay-regular';
  font-size: 16px;
  color: #2a385e;
}

.wd-nav-mobile .menu-item-has-children > ul a {
  padding-left: 20px;
}

body .wd-nav-mobile .menu-item-has-children > ul ul a {
  padding-left: 30px;
  color: #2a385e !important;
  font-family: 'SFProDisplay-regular' !important;
}

.wd-sticky-logo img {
  width: 250px;
}

.instagram,
.facebook {
  padding: 3px !important;
  padding-top: 1px !important;
  border-radius: 10px;
  width: 31px !important;
}
.instagram:hover {
  background-color: #ff0664;
}
.facebook:hover {
  background-color: #1b74e4;
}
.facebook:hover img,
.instagram:hover img {
  filter: brightness(0) invert(1);
}

/*FORM HOME*/
.home-header-foto {
  padding-top: 65px;
  min-height: 800px !important;
}
.home-header-foto .form-header h3 {
  margin: 0;
  font-size: 30px;
}
.home-header-foto .form-header p {
  color: #2a385e;
  font-family: 'Outfit';
  font-weight: 400;
  font-size: 22px;
}
.home-header-foto .gform_wrapper .gform_button,
#call .gform_wrapper .gform_button {
  border-radius: 30px !important;
  font-size: 18px !important;
  background: #99f8cd !important;
  color: #2a385e !important;
  font-family: 'SFProDisplay-SemiBold' !important;
  border: 0;
}
.home-header-foto .gform_wrapper .gform_fields,
#call .gform_wrapper .gform_fields {
  display: block;
}
.home-header-foto .gform_wrapper input,
.home-header-foto .gform_wrapper select,
#call .gform_wrapper input,
#call .gform_wrapper select,
.home-header-foto .gfield--type-phone input {
  margin-bottom: 20px !important;
  background: #ffffff69;
  border: 1px solid #fff;
  color: #2a385e !important;
  min-height: 46px;
  border-radius: 3px !important;
}

.gfield .ginput_container_phone input {
  padding: 0 10px 0px 10px !important;
}
.gfield .ginput_container_phone .iti__selected-flag {
  padding: 0 8px 0px 15px;
  display: none !important;
}

.iti--separate-dial-code {
  position: relative !important;
}

.iti__flag-container {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: auto !important;
  padding: 1px !important;
}

.iti__selected-flag {
  z-index: 1 !important;
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
}

.home-header-foto .gform_wrapper select,
#call .gform_wrapper select {
  padding-top: 2px;
}

.home-header-foto .gform_wrapper select::after {
  content: url('https://dex.gmedia.ovh/wp-content/uploads/2025/11/nav-arrow-down-1.svg');
}

.home-header-foto .gform_wrapper .gfield--input-type-consent input,
#call .gform_wrapper .gfield--input-type-consent input {
  min-height: unset;
  border-radius: 0;
}
.home-header-foto .gform_wrapper .gfield_consent_label,
#call .gform_wrapper .gfield_consent_label {
  color: #2a385e !important;
}
.home-header-foto .gform_wrapper .gfield_required,
#call .gform_wrapper .gfield_required {
  display: none;
}
.home-header-foto .wpb_column {
  z-index: 1;
}
.home-header-foto .video-column {
  position: static;
  z-index: 0;
}
.home-header-foto .video-column .vc_column-inner {
  padding: 0 !important;
}
.home-header-foto .video-column .vc_column-inner .wpb_text_column {
  margin: 0;
}
.home-header-foto .video-column .banner-video video,
.home-header-foto .video-column .banner-video .ult-carousel-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}
.home-header-foto
  .video-column
  .banner-video
  .ult-carousel-wrapper
  .slick-slider,
.home-header-foto
  .video-column
  .banner-video
  .ult-carousel-wrapper
  .slick-slider
  .slick-list,
.home-header-foto
  .video-column
  .banner-video
  .ult-carousel-wrapper
  .slick-slider
  .slick-list
  .slick-track,
.home-header-foto
  .video-column
  .banner-video
  .ult-carousel-wrapper
  .slick-slider
  .slick-list
  .slick-track
  .ult-item-wrap,
.home-header-foto
  .video-column
  .banner-video
  .ult-carousel-wrapper
  .slick-slider
  .slick-list
  .slick-track
  .ult-item-wrap
  .wpb_single_image,
.home-header-foto
  .video-column
  .banner-video
  .ult-carousel-wrapper
  .slick-slider
  .slick-list
  .slick-track
  .ult-item-wrap
  .wpb_single_image
  .wpb_wrapper,
.home-header-foto
  .video-column
  .banner-video
  .ult-carousel-wrapper
  .slick-slider
  .slick-list
  .slick-track
  .ult-item-wrap
  .wpb_single_image
  .wpb_wrapper
  .vc_single_image-wrapper {
  height: 100%;
}
.home-header-foto
  .video-column
  .banner-video
  .ult-carousel-wrapper
  .ult-item-wrap {
  width: 100vw;
}
.home-header-foto
  .video-column
  .banner-video
  .ult-carousel-wrapper
  .ult-item-wrap
  img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 0;
}
.home-header-foto
  .video-column
  .banner-video
  .ult-carousel-wrapper
  .slick-dots {
  bottom: 60px;
}
.home-header-foto
  .video-column
  .banner-video
  .ult-carousel-wrapper
  .slick-dots
  li {
  height: 5px;
  margin: 1px;
  width: 120px;
  background: #d9d9d952;
  border: 0;
  border-radius: 3px;
  margin-right: 4px;
}
.home-header-foto
  .video-column
  .banner-video
  .ult-carousel-wrapper
  .slick-dots
  .ultsl-record {
  width: 100%;
  height: 100%;
  display: block;
  max-height: 5px;
  padding: 0;
  min-height: auto;
  border-radius: 15px;
}
.home-header-foto
  .video-column
  .banner-video
  .ult-carousel-wrapper
  .slick-dots
  .vc_active {
  background: #ffffffa3;
}
.home-header-foto
  .video-column
  .banner-video
  .ult-carousel-wrapper
  .slick-dots
  .ultsl-record:before {
  display: none;
}
.home-header-foto .blur-column .vc_column-inner {
  border: 1px solid;
  backdrop-filter: blur(130px);
  padding-bottom: 25px;
  background-color: #ffffff69 !important;
}
.blur-column .vc_column-inner {
  border: 1px solid;
  backdrop-filter: blur(130px);
  padding-bottom: 25px;
  background-color: #ffffff69 !important;
}
.acepto-datos-personales {
  background-color: #ffffff;
  color: #4b4b4b;
  font-size: 12px;
  line-height: 20px;
  padding: 10px;
  height: 67px;
  border-radius: 10px;
  overflow: auto;
}

select.large.gfield_select {
  background-image: url('https://dex.gmedia.ovh/wp-content/uploads/2025/11/nav-arrow-down-1.svg') !important;
  background-size: 20px !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-repeat: no-repeat !important;
  background-position: right calc(10px) center !important;
}
@media (max-width: 1024px) {
  .bloque-verde-mujer {
    position: unset;
    width: unset !important;
  }
}
@media (max-width: 768px) {
  .home-header-foto {
    overflow: visible !important;
  }

  .home-header-foto .blur-column .vc_column-inner {
    position: absolute;
    top: 55px;
  }

  .info-box-container {
    margin-top: 250px;
  }

  .home-header-foto .blur-column h3 {
    font-size: 25px !important;
  }
}

/*HOME ROW INFO BOX*/
.info-box-container .wd-info-box .info-box-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.info-box-container .wd-info-box .info-box-content .info-box-subtitle {
  color: #ffffff !important;
  font-size: 16px;
}
.info-box-container .wd-info-box .info-box-content h4 {
  color: #99f8cd !important;
  padding-bottom: 5px;
  font-weight: unset;
  margin-top: 2px;
  padding: 0;
}
@media (max-width: 768px) {
  .info-box-container .info-box-wrapper {
    display: flex;
    justify-content: center;
  }
  .info-box-container .wd-info-box .info-box-content {
    width: fit-content;
  }
  .info-box-container .wd-info-box .info-box-content .info-box-subtitle {
    width: fit-content;
  }
  .info-box-container .wd-info-box .info-box-content h4 {
    width: fit-content;
  }
}

/*HOME ROW 1*/
.title-gradient h2 {
  background: #68a8de;
  background: linear-gradient(
    90deg,
    rgba(104, 168, 222, 1) 0%,
    rgba(153, 248, 205, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.carrusel-cirugias .slick-slide .wpb_text_column h5 {
  font-family: 'SFProDisplay-Regular';
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 5px;
  color: #68a8de;
}

.carrusel-cirugias .slick-slider {
  display: flex;
  align-items: center;
}

.carrusel-cirugias .slick-slider button {
  background-color: #ffffff00;
}
.tratamientos-carousel .slick-slide {
  margin: 0px 50px !important;
}

@media (max-width: 768px) {
  .title-gradient h2 {
    text-align: left !important;
  }

  .tratamientos-carousel .slick-slide {
    margin: 0px 25px !important;
  }

  .chica-burbujas-azul {
  }
}

/*HOME ROW 2*/
.gradient-row-blue {
  background-image: linear-gradient(
    to top,
    rgb(173, 206, 231) 31%,
    rgb(208, 226, 235) 100%
  );
}

.btn-pide-cita {
  padding: 0px 55px;
  font-size: 16px;
  font-family: 'SFProDisplay-Semibold' !important;
  --btn-height: 35px !important;
}
.btn-instagram {
  padding: 0px 40px;
  gap: 10px;
  font-size: 16px;
  font-family: 'SFProDisplay-Semibold' !important;
  --btn-height: 35px !important;
}

.swiper-slide {
  border-radius: 20px;
}
.swiper-slide img {
  border-radius: 20px;
  width: 530px;
  height: 350px;
}

.swiper-slide-shadow {
  display: none;
}

@media (max-width: 768px) {
  .swiper.swiper-cards {
    margin: 0px 20px;
  }
  .swiper-slide img {
    width: 530px;
    height: auto;
  }
}
/*HOME ROW 4*/
.overflow-visible {
  overflow: visible !important;
}
.bloque-verde-mujer {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: -30px;
}
.bloque-verde-mujer-retoque img {
  position: absolute;
  bottom: 36px;
  transform: scale(1.1);
}
.bloque-azul-mujer-retoque img {
  position: absolute;
  bottom: 0;
}
@media (max-width: 768px) {
  .bloque-verde-mujer,
  .bloque-verde-mujer-retoque img,
  .bloque-azul-mujer-retoque img {
    position: unset;
    transform: none;
  }
}
/*Carrousel*/

/*google*/
.google-reviews-row img.size-full {
  float: none;
  position: absolute;
  left: calc(50% - 125px);
}
.google-reviews-row .ti-widget.ti-goog .ti-large-logo img.ti-logo-fb {
  display: none !important;
}
.google-reviews-row .ti-header {
  padding-left: 80px;
}
body
  .google-reviews-row
  .ti-widget.ti-goog
  .ti-header
  .ti-rating-text
  strong.ti-rating {
  color: #2a385e !important;
  font-family: Outfit !important;
  font-size: 32px !important;
  text-transform: lowercase;
}
.google-reviews-row .ti-star {
  filter: brightness(0) saturate(100%) invert(99%) sepia(92%) saturate(2565%)
    hue-rotate(169deg) brightness(98%) contrast(101%);
}
.google-reviews-row .ti-widget.ti-goog .star-lg .ti-star {
  width: 20px !important;
}

.ti-reviews-container-wrapper {
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .ti-reviews-container-wrapper {
    justify-content: normal;
  }
}

/*FOOTER*/
.bloque-contactanos-footer {
  border-top: 2px solid #99f8cd;
}
.bloque-contactanos-footer h4 {
  font-size: 30px;
  font-weight: 400;
}
.bloque-contactanos-footer h4 b {
  font-weight: 600;
}

.wd-info-box
  :is(.info-box-subtitle, .info-box-title, .info-box-inner):not(:first-child) {
  margin-top: 0px !important;
}

/*Media*/
@media (max-width: 768px) {
  .whb-top-bar .wd-info-box .info-box-content p {
    font-size: 12px;
    color: white;
  }
  .whb-top-bar .info-box-wrapper {
    padding-inline: 5px !important;
  }
  .whb-top-bar .info-box-wrapper .wd-info-box {
    --ib-icon-sp: 0;
  }
  #main-content #home-video {
    padding: 0 20px !important;
  }

  body .footer-background {
    background-position: bottom !important;
  }

  .wd-copyrights .wd-grid-g {
    justify-items: center;
  }
}

/*Blog Home*/
.blog-carrousel .wd-carousel-item {
  opacity: 0;
}

.blog-carrousel .wd-carousel-container .wd-carousel-item {
  transform: translate3d(0px, 0px, 0) scale(1);
  opacity: 0;
  border-radius: 20px;
  padding: 5px;
}

.blog-carrousel .wd-carousel-container .wd-slide-prev {
  animation: disappear 0.2s linear;
}

@keyframes disappear {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0;
  }
}

.blog-carrousel .wd-carousel-container .wd-active {
  animation: appear 0.2s linear;
}

@keyframes appear {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

.wd-post:hover .post-img-wrapp a:after {
  opacity: 0.35 !important;
}
.post-img-wrapp a:after {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1 !important;
  transition: opacity 0.7s ease;
}
.blog-carrousel .wd-carousel-container .wd-slide-next,
.blog-carrousel .wd-carousel-container .wd-active {
  opacity: 1;
}
.blog-carrousel .wd-carousel {
  padding: 10px;
}
.blog-carrousel .wd-carousel-item {
  padding: 5px;
  padding-right: 20px;
}
.blog-carrousel .wd-carousel-item article {
  padding-right: 20px;
}
.blog-carrousel .wd-carousel-item article .article-inner {
  border-radius: 15px;
}
.blog-design-mask.has-post-thumbnail .article-body-container {
  align-items: flex-start;
}
.blog-design-mask.has-post-thumbnail .article-body-container h3 {
  color: white;
}
.blog-design-mask.has-post-thumbnail .article-body-container .wd-post-excerpt {
  text-align: left;
  color: white;
}
.wd-post-date {
  position: absolute;
  top: 15px;
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
  min-width: 53px;
  height: 70px;
  padding: 7px;
  text-align: center;
  background-color: #ffffff00 !important;
  border: 2px solid white;
  justify-content: space-evenly;
  border-radius: 10px !important;
}
.wd-post-date span {
  color: white;
}
.single-post .wd-page-content .wd-page-title .container h3 {
  display: none;
}
.wd-post-thumb img {
  height: 350px;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .blog-post-loop .article-body-container .post-title {
    font-size: 24px;
    text-align: start;
  }
  .blog-post-loop .article-body-container .entry-content {
    font-size: 15px;
  }
  .wd-carousel .blog-post-loop .post-date {
    display: none;
  }
}

@media (max-width: 767px) {
  .blog-post-loop .article-body-container .post-title {
    font-size: 20px;
    text-align: start;
  }
  .blog-post-loop .article-body-container .entry-content {
    font-size: 14px;
  }
  .blog-carrousel .wd-carousel-item article {
    padding: 0px;
  }
  .blog-carrousel .wd-carousel-item::before {
    margin: 0px;
  }
  .blog-carrousel .wd-carousel {
    padding: 0px;
  }
  .post-single-page .post-title {
    font-size: 30px;
  }
  .blog-carrousel .wd-carousel-item article .article-inner img {
    filter: brightness(0.5);
  }
  .whb-top-bar .wd-info-box .info-box-content h4.info-box-title {
    font-size: 14px;
  }

  .wd-post-thumb img {
    height: 250px;
  }
}

/*Carraousel box*/
.carraousel-box .wd-info-box {
  min-height: 285px;
}
.carraousel-box .wd-info-box:hover {
  transition: 0.3s;
  background-color: #99f8cd;
  box-shadow: 0px 0px 30px 25px #99f8cd3d;
}
.carraousel-box .wd-info-box {
  transition: 0.3s;
}

.carraousel-box .info-box-title {
  margin-bottom: 15px !important;
}

.carraousel-box .wd-carousel {
  overflow: visible;
}

/*info-box-dr*/
.info-box-dr-single {
  gap: 0px !important;
}

.info-box-dr-single .info-box-content {
  padding: 20px;
  padding-bottom: 25px;
  background: #f3f3f3;
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.info-box-dr-single .info-box-content .info-box-inner {
  width: 55%;
}

.info-box-dr-single .info-box-content .info-btn-wrapper {
  width: 50%;
}

.info-box-dr-single .info-box-content .info-btn-wrapper {
  width: 50%;
  position: absolute;
  top: 0px;
  right: 0px;
  margin-right: 20px;
}

.info-box-dr-single .info-box-content h4 {
  margin-bottom: 20px;
}

.info-box-dr-single .info-box-content .info-btn-wrapper > div {
  display: flex;
  justify-content: flex-end;
}

.info-box-dr-single .info-box-content .info-btn-wrapper .btn {
  font-size: 14px;
  background: #99f8cd;
  color: #2a385e;
  text-transform: none;
  padding: 10px 35px;
  min-height: 0px;
}
@media (max-width: 767px) {
  .info-box-dr-single .info-box-content .info-box-inner {
    width: 100%;
  }
  .info-box-dr-single .info-box-content .info-btn-wrapper {
    width: 70%;
    position: relative;
    top: 0px;
    right: 0px;
    margin-right: 20px;
  }
  .info-box-dr-single .info-box-content .info-btn-wrapper > div {
    display: flex;
    justify-content: flex-start;
  }
}

.info-box-dr {
  gap: 0px !important;
}

.info-box-dr .info-box-icon {
  border-top-right-radius: 20px !important;
  border-top-left-radius: 20px !important;
}

.info-box-dr .info-box-content {
  padding: 20px;
  padding-bottom: 25px;
  background: #f3f3f3;
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.info-box-dr .info-box-content h4 {
  margin-bottom: 20px;
}
.info-box-dr .info-box-content .info-box-inner {
  min-height: 80px;
}

.info-box-dr .info-box-content .info-btn-wrapper .btn {
  font-size: 14px;
  background: #99f8cd;
  color: #2a385e;
  text-transform: none;
  padding: 10px 35px;
  min-height: 0px;
  font-family: 'SFProDisplay-medium' !important;
}
@media (max-width: 767px) {
  .info-box-dr .info-box-content .info-box-inner {
    width: 100%;
  }

  .padding-mobile-zero {
    padding: 0 !important;
  }
}

/*Before after*/
.wd-before-img,
.wd-after-img {
  background-color: #d0e2eb !important;
  border-radius: 20px;
}

/*Tabs*/
.wd-tabs .wd-nav-tabs {
  gap: 15px !important;
}
.wd-tabs .wd-nav-tabs li a {
  padding: 10px 20px !important;
  border-radius: 15px;
  text-transform: none;
  font-family: 'SFProDisplay-medium' !important;
}
.wd-tabs .wd-nav-tabs .wd-active a {
  color: #2a385e !important;
  background-color: #99f8cd;
  font-family: 'SFProDisplay-medium' !important;
  -webkit-box-shadow: 0px 4px 15px 1px #99f8cd5c;
  box-shadow: 0px 4px 15px 1px #99f8cd5c;
}

.wd-tabs .wd-nav-tabs .wd-active {
  width: 100%;
}
.wd-tabs .wd-nav-tabs .wd-active a {
  width: 100%;
}

.wd-tabs
  .wd-tabs-content-wrapper
  .wd-tab-content
  .wd-entry-content
  p:nth-child(1) {
  display: none;
}

@media (max-width: 767px) {
  .wd-tabs .wd-nav-tabs li a {
    padding: 5px 5px !important;
    font-family: 'SFProDisplay-regular' !important;
    color: #747474 !important;
  }

  .wd-tabs .wd-nav-tabs .wd-active a {
    background-color: #ffffff00;
    font-family: 'SFProDisplay-semibold' !important;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .wd-nav-tabs-wrapper {
    scrollbar-width: thin;
    scrollbar-color: #7dd3c0 transparent;
    mask-image: linear-gradient(to left, #000000 5px, #000000 40px) !important;
  }

  .wd-nav-tabs-wrapper::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }

  .wd-nav-tabs-wrapper::-webkit-scrollbar-track {
    background: transparent;
  }

  .wd-nav-tabs-wrapper::-webkit-scrollbar-thumb {
    background: #7dd3c0;
    border-radius: 3px;
  }

  .wd-nav-tabs-wrapper::-webkit-scrollbar-thumb:hover {
    background: #6bc4b0;
  }
}

/*toolbar*/
.wd-toolbar {
  background-color: #99f8cd !important;
  border-radius: 30px;
  height: 45px !important;
  bottom: 15px !important;
  margin: 0 15px;
  max-width: 235px;
  left: calc(50% - 130px) !important;
}
.wd-toolbar a {
  height: 22px !important;
  color: #2a385e !important;
  span {
    font-size: 16px;
  }
}

.wd-toolbar .wd-tools-element .wd-tools-icon {
  display: none !important;
}

.sticky-toolbar-on .scrollToTop {
  bottom: 100px !important;
  right: 25px;
}

@media (max-width: 1024px) {
  .sticky-toolbar-on .scrollToTop {
    bottom: 82px !important;
    right: 23px;
  }
}

/*CookieYes*/
.cky-btn-revisit-wrapper {
  background-color: #99f8cd !important;
}

.cky-btn-revisit-wrapper .cky-btn-revisit img {
  filter: brightness(0) saturate(100%) invert(19%) sepia(8%) saturate(4383%)
    hue-rotate(187deg) brightness(92%) contrast(86%);
}
body .cky-consent-container {
  width: 560px;
}
.cky-consent-container .cky-consent-bar {
  border-radius: 20px !important;
  border: 1px solid #d9d9d9 !important;
  box-shadow: none !important;
}
.cky-notice .cky-title {
  font-size: 22px !important;
  color: #2a385e !important;
}
.cky-notice-des p {
  font-size: 16px !important;
  color: #2a385e !important;
}
.cky-notice-des p a {
  font-size: 16px !important;
  text-decoration: underline;
  font-weight: 800 !important;
  color: #2a385e !important;
  text-decoration-color: #2a385e !important;
  border-bottom: none;
}
.cky-btn {
  font-size: 16px !important;
  border-radius: 50px !important;
  font-weight: 800 !important;
  border-color: #2a385e !important;
}
.cky-revisit-bottom-right {
  bottom: 65px !important;
  right: 10px !important;
}

/*Blog*/
.wd-post .article-body-container {
  text-align: left !important;
}

.wd-post .article-body-container p a {
  text-transform: initial;
}

.wd-post .article-body-container .read-more-section > a:hover {
  color: #2a385e;
}

.post-single-page .entry-header img {
  border-radius: 20px;
}
.post-single-page .entry-header .wd-post-date {
  border-radius: 20px;
  position: absolute;
  top: -618px;
}

.wd-page-nav .wd-entities-title {
  margin-bottom: 20px !important;
  font-family: 'SFProDisplay-SemiBold' !important;
  font-size: 16px !important;
  color: #2a385e;
}

.wp-block-latest-posts__list li img {
  border-radius: 10px;
}
.wp-block-heading {
  font-family: 'SFProDisplay-SemiBold' !important;
  font-size: 18px !important;
}
.widget-title {
  font-family: 'SFProDisplay-SemiBold' !important;
  font-size: 18px !important;
}

.wp-block-latest-posts__post-title {
  font-family: 'SFProDisplay-SemiBold' !important;
  color: #2a385e !important;
}
.wp-block-latest-posts__post-date {
  text-transform: capitalize !important;
  color: #2a385e !important;
  margin-top: 10px;
}

.wd-post-date.wd-style-with-bg .post-date-day,
.wd-post-date.wd-style-with-bg .post-date-month {
  background-color: #00000000 !important;
  border-color: #00000000 !important;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}

body .wd-single-footer {
  border-top: 1px solid var(--brdcolor-gray-300) !important;
  padding-top: 20px;
  margin-bottom: 20px;
}
.wd-builder-off .wd-page-nav {
  border-width: 1px !important;
}
.wd-page-nav {
  border-bottom: 1px solid var(--brdcolor-gray-300) !important;
}
.wd-post-cat.wd-style-with-bg {
  display: none !important;
}
.post-single-page .entry-meta {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
.post-single-page .entry-meta-list {
  padding: 0;
  margin: 0;
}
.post-single-page .entry-meta-list li {
  list-style: none;
  color: #777;
}
.post-single-page .entry-meta-list li.meta-author {
  display: none !important;
}

.sidebar-container .wp-block-group ul {
  display: flex;
  flex-direction: column;
}

.sidebar-container .wp-block-group ul img {
  max-width: 90px;
  max-height: 90px;
}

.wd-blog-element .wd-grid-f-col article .article-inner h3 {
  font-family: 'SFProDisplay-medium' !important;
  color: #2a385e !important;
  font-size: 25px !important;
  margin-bottom: 0px !important;
}

.wd-blog-element .wd-grid-f-col article .article-inner .hovered-social-icons {
  display: none;
}

.wd-blog-element .wd-grid-f-col article .article-inner > h3 {
  display: none;
}

.wd-blog-element .wd-grid-f-col article .article-inner .meta-categories-wrapp {
  display: none;
}

.post-single-page .entry-meta {
  display: flex !important;
  margin-bottom: 30px !important;
  margin-top: 10px !important;
}

.post-single-page .post-title {
  font-family: 'SFProDisplay-SemiBold' !important;
  font-size: 42px !important;
  text-align: start;
  margin-top: 20px;
  color: #2a385e;
}

.post-single-page h2 span {
  font-size: 26px;
}

.post-single-page .article-inner a {
  color: #2a385e;
  font-weight: 600;
  text-decoration: underline;
  border-bottom: none;
}

.post-single-page.has-post-thumbnail .article-inner > .entry-header {
  margin-bottom: 0px !important;
}

.post-single-page .meta-post-categories {
  top: -25px;
  position: relative;
}

.blog-design-masonry.wd-add-shadow .wd-post-inner {
  box-shadow: none !important;
  border-radius: 20px;
}
.blog-design-masonry.blog-style-bg .wd-post-thumb {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.blog-design-masonry.blog-style-bg.has-post-thumbnail .wd-post-content {
  min-height: 325px;
  align-items: flex-start;
  border: 1px solid #d9d9d9;
  border-top: none;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.wd-post .wd-post-title {
  text-align: left;
}

.blog-design-masonry.blog-style-bg .wd-post-excerpt {
  text-align: left;
}

.blog-design-masonry.blog-style-bg .wd-post-read-more {
  position: absolute;
  bottom: 20px;
}
.blog-design-masonry.blog-style-bg .wd-post-read-more a {
  text-align: left;
  text-transform: none;
  font-family: 'SFProDisplay-SemiBold' !important;
  text-decoration: underline;
}

@media (max-width: 767px) {
  body.sticky-toolbar-on {
    padding-bottom: 0;
  }
  .image-mobile img {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #ffffff47;
    border-radius: 20px !important;
    aspect-ratio: 1/1.3;
    object-fit: cover;
  }
  .bloque-verde-mujer.image-mobile img,
  .bloque-azul-mujer.image-mobile img,
  .bloque-verde-mujer-retoque.image-mobile img,
  .bloque-azul-mujer-retoque.image-mobile img,
  .mobile-image-padding.image-mobile img {
    margin-left: 15px;
    margin-right: 15px;
    width: 93%;
  }
  .post-single-page .post-title {
    font-size: 30px !important;
  }
  .sidebar-container.wd-inited {
    width: 100%;
  }
  .sidebar-container.wd-inited .wd-heading {
    justify-content: flex-end;
  }
}

.twentytwenty-wrapper .twentytwenty-container img {
  border-radius: 15px;
}

/*Equipo medico*/
.equipo_medico-template-default .wd-content-layout {
  padding-block: 140px !important;
}
.equipo_medico-template-default .entry-header {
  display: none;
}
.equipo_medico-template-default .wd-page-nav {
  border-bottom: none !important;
}

.equipo_medico-template-default .wd-entities-title {
  display: none;
}

.equipo_medico-template-default .wd-tabs-header {
  border-bottom: none !important;
}

.equipo_medico-template-default .wd-nav-tabs-wrapper {
  overflow-x: scroll;
  scrollbar-width: none;
  border-top: none !important;
}

.equipo_medico-template-default .wd-nav {
  flex-wrap: nowrap;
  white-space: nowrap;
}

.equipo_medico-template-default .wd-tabs .wd-nav-tabs {
  gap: 0px !important;
}

.equipo_medico-template-default .wd-tabs .wd-nav-tabs li a {
  padding: 10px 20px !important;
  border-radius: 0px !important;
  border-bottom: 2px solid #f3f3f3;
  text-decoration: none;
  color: #747474;
}

.equipo_medico-template-default .wd-tabs .wd-nav-tabs .wd-active a {
  background-color: #ffffff00 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-bottom: 2px solid #99f8cd;
  color: #2a385e !important;
  font-family: 'SFProDisplay-semibold' !important;
}

.equipo_medico-template-default .wd-single-footer {
  display: none;
}

.category-menu {
  margin-top: 30px;
  overflow: auto;
  white-space: nowrap;
  padding-bottom: 20px;
  scrollbar-color: #2a385e #ffffff;
  scrollbar-width: thin;
}
.category-menu .category-link {
  margin-right: 25px;
}
.category-menu .category-link:hover,
.category-menu .category-link.categoria-actual {
  border-bottom: 3px solid #99f8cd;
}

.title-menu {
  font-family: 'SFProDisplay-semibold' !important;
}

.wd-dropdown-menu .vc_wp_custommenu {
  padding-top: 5px;
}
.banners-carousel-wrapper .banners-carousel .banner-image img{
      max-height: 430px;
}
.banners-carousel-wrapper .banners-carousel .wrapper-content-banner {
    position: relative;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}