/*
Theme Name: cirugiaesteticabarcelona-child
Theme URI: https://wearedoubledot.com/
Author: double dot
Author URI: https://wearedoubledot.com/
Description: cirugiaesteticabarcelona child theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Template: cirugiaesteticabarcelona
Text Domain: cirugiaesteticabarcelona
Domain Path: /languages

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*Loading Montserrat font on child-theme*/
/*@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Bold.ttf') format('truetype'),
         url('fonts/Montserrat-ExtraBold.ttf') format('truetype'),
         url('fonts/Montserrat-ExtraLight.ttf') format('truetype'),
         url('fonts/Montserrat-Light.ttf') format('truetype'),
         url('fonts/Montserrat-Medium.ttf') format('truetype'),
         url('fonts/Montserrat-Regular.ttf') format('truetype'),
         url('fonts/Montserrat-SemiBold.ttf') format('truetype'),
         url('fonts/Montserrat-Thin.ttf') format('truetype');
}*/

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-Thin.ttf') format('truetype');
  font-weight: 100;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-ExtraLight.ttf') format('truetype');
  font-weight: 200;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 800;
}

/*Aplicar fuente a todo el tema*/
body h1,
h2,
h3,
h4,
h5,
p,
a {
  font-family: 'Montserrat' !important;
}

.btn {
  text-transform: none !important;
}

/*Changing color of cookie consent button*/

.cky-title {
  font-size: 14px !important;
}

.cky-notice-des img {
  shape-outside: url(https://dex.cirugiaesteticadexeus.es/wp-content/uploads/2024/04/half-cookie.svg);
  shape-image-threshold: 0.5;
  float: left;
  margin-right: 10px;
  shape-margin: 420%;
}

.cky-footer-wrapper button {
  border-radius: 30px;
}

.cky-notice-btn-wrapper button {
  border-radius: 30px;
}

.menu-destacado a {
  background: #F5F5F5 !important;
  border-radius: 20px !important;
  padding: 7px 30px !important;
  max-width: 160px !important;
  text-decoration: none !important;
  transition: 0.4s !important;
}
.menu-destacado:hover a {
  background: #e9ebee !important;
}

/*Disabling preloader*/
#preloader {
  display: none !important;
}

#container {
  visibility: visible !important;
}

/*Making header sticky and responsive in mobile and tablet*/
@media (max-width: 1024px) {
  body .main-nav-mobile {
    position: fixed !important;
    z-index: 99999 !important;
    background: #ffffff !important;
    top: 0 !important;
    width: 100vw !important;
  }

  @media (min-width: 431px) {
    body #main {
      margin-top: 11vh !important;
    }
  }
}

@media (max-width: 430px) {
  body #main {
    margin-top: 12vh !important;
  }
}

.uk-card-media-top > .frame {
  border: 0px !important;
}

.main-nav-mobile {
  background: #ffffff !important;
}

.main-nav-mobile .mobile-menu-trigger,
.main-nav-mobile .uk-offcanvas-close {
  background-color: #ffffff !important;
}

.mobile-menu-trigger > svg {
  color: black;
}

/*Cookie banner change color*/
.cky-notice-btn-wrapper > button {
  border-color: #0db6b2 !important;
}

.cky-notice-btn-wrapper > button:nth-child(1) {
  color: #0db6b2 !important;
}

.cky-notice-btn-wrapper > button:nth-child(2) {
  background-color: #0db6b2 !important;
}

.cky-title {
  color: #00306b !important;
}

.cky-notice-des > p:nth-child(1) {
  color: #00306b !important;
}

/*HEADER*/
/*Header wordpress*/
/* .logged-in .main-nav-desktop {
    margin-top: 32px;
    /* Ajusta según sea necesario
} */

/*Barra búsqueda header*/
.search-trigger {
  font-size: 14px !important;
  margin-left: 25px !important;
  background-color: #0db6b2 !important;
  border-radius: 30px !important;
  width: 130px !important;
  height: 34px !important;
}

.menu-nav {
  max-width: 1200px !important;
  margin: auto;
}

.uk-navbar-right > div:nth-child(1) {
  margin-bottom: 15px;
  font-size: 14px !important;
}

.phone-icon img {
  margin-right: 5px !important;
}

.phone-icon {
  justify-content: flex-end;
}

.email-icon {
  justify-content: center;
}

.email img {
  margin-right: 5px !important;
  margin-left: 4px !important;
}

@media only screen and (min-width: 640px) {
  .custom-logo {
    max-width: 320px !important;
  }
}

@media (max-width: 640px) {
  .slideshow-inner .title-wrapper > div:first-child {
    top: 0;
    position: absolute;
    margin: auto;
    left: 0;
  }
}

.uk-heading-large {
  font-size: 45px !important;
}

.uk-link,
a {
  font-weight: 500;
}

.search-trigger a {
  padding-left: 0px;
}

.uk-container-large {
  padding: 0px !important;
}

.uk-navbar-right {
  flex-direction: column;
  align-items: flex-end !important;
}

.uk-navbar-right > div:nth-child(1) {
  display: flex;
  flex-direction: row;
  align-items: center !important;
}

.main-nav-desktop .uk-navbar-left {
  padding-bottom: 15px;
  padding-top: 20px !important;
}

.main-nav-desktop .uk-navbar-right {
  padding-bottom: 15px;
  padding-top: 15px !important;
}

.main-nav-desktop .search-trigger-wrapper {
  padding: 0px !important;
}

.main-nav-mobile .uk-container > div {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

#mega-menu-wrap-main-nav
  #mega-menu-main-nav
  > li.mega-menu-item
  > a.mega-menu-link {
  font-weight: 500 !important;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav input,
#mega-menu-wrap-main-nav #mega-menu-main-nav img {
  max-width: 75%;
}

#mega-menu-item-media_image-9 {
  display: flex !important;
  justify-content: center;
}

#mega-menu-item-media_image-10 {
  display: flex !important;
  justify-content: center !important;
}

#mega-menu-item-media_image-11 {
  display: flex !important;
  justify-content: center !important;
}

#mega-menu-item-media_image-12 {
  display: flex !important;
  justify-content: center !important;
}

.phone {
  display: flex;
  align-items: center;
}

.phone-icon img {
  font-size: 14px;
  width: 24px;
  height: 24px;
  margin-right: 15px;
}

.email {
  display: flex;
  align-items: center;
}

.email img {
  font-size: 14px;
  width: 24px;
  height: 24px;
  margin-right: 15px;
}

.main-nav-desktop .contact-info .phone {
  margin-right: 25px !important;
}

.uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle {
  padding-right: 10px;
}

.uk-navbar-dropdown-bottom-right {
  margin-right: 18%;
  left: auto !important;
  right: 0px !important;
  top: 15px !important;
  width: 620px !important;
  padding: 7px 15px !important;
  border-radius: 30px;
  font-size: 14px;
  margin-top: 0px !important;
}

@media only screen and (max-width: 1440px) {
  .uk-navbar-dropdown-bottom-right {
    margin-right: 8%;
  }
}

.main-nav-desktop .contact-info h6 {
  font-size: 0.875rem !important;
}

/*Menu desplegable header*/
#inner-uk-navbar-menu
  > div:nth-child(1)
  > ul:nth-child(2)
  > li
  > .mega-sub-menu {
  width: 100vw !important;
  position: fixed !important;
}

.mega-menu-row > ul {
  display: flex !important;
  justify-content: space-around;
}

#mega-menu-wrap-main-nav
  #mega-menu-main-nav
  li.mega-menu-item.mega-menu-megamenu
  ul.mega-sub-menu
  ul.mega-sub-menu {
  visibility: inherit;
  opacity: 1;
  display: block;
  position: static !important;
  width: 100% !important;
}

.filasubmenu {
  display: flex !important;
  justify-content: center;
}

#mega-menu-3004-0-2 {
  margin-right: 30px !important;
}

.filasubmen > ul {
  display: flex !important;
  justify-content: space-around;
}

#mega-menu-item-2833 > ul {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
}

#mega-menu-item-2835 > ul {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
}

#mega-menu-item-2979 > ul {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
}

#mega-menu-item-2836 > ul {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
}

#mega-menu-item-2837 > ul {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
}

#mega-menu-item-3666 > ul {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
}

#mega-menu-item-3712 > ul {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
}

#mega-menu-item-3712 {
  padding-right: 80px !important;
}

#mega-menu-item-2838 > ul {
  padding-left: 95px !important;
}

#mega-menu-wrap-main-nav
  #mega-menu-main-nav
  li.mega-menu-item-has-children
  > a.mega-menu-link
  > span.mega-indicator:after {
  vertical-align: middle !important;
}

#mega-menu-item-2833 {
  padding-right: 70px !important;
}

#mega-menu-item-2835 {
  padding-right: 50px !important;
}

#mega-menu-item-media_image-9 > img {
  max-width: 70% !important;
}

.mega-sub-menu {
  width: auto !important;
  left: 0 !important;
  position: fixed;
  height: auto !important;
}

.mega-menu-item > ul {
  position: fixed !important;
  margin: auto !important;
  left: 0vw !important;
  right: 0vw !important;
  /*max-width: 1240px !important;*/
}

/*
.mega-menu-column{
    width: 20% !important;
}
*/

#mega-menu-wrap-main-nav
  #mega-menu-main-nav
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row
  .mega-menu-column
  > ul.mega-sub-menu
  > li {
  width: 33% !important;
}

/*
@media only screen and (min-width: 769px){
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-12 {
    margin: 0px 3%;
}
}
*/

.filasubmenu .mega-menu-item-type-widget {
  display: flex !important;
  justify-content: center;
}

li #mega-menu-item-media_image-7 {
  display: flex !important;
  justify-content: center;
}

.mega-menu-columns-3-of-12 {
  width: 33.33333% !important;
}

#mega-menu-wrap-main-nav
  #mega-menu-main-nav
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row
  .mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item {
  width: 115% !important;
}

#mega-menu-wrap-main-nav
  #mega-menu-main-nav
  > li.mega-menu-item-2768
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  > a.mega-menu-link {
  color: #00306b;
  font-family: Montserrat;
  text-transform: none;
  text-decoration: none;
  font-weight: inherit;
  text-align: left;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  vertical-align: top;
  display: block;
  border: 0;
}

.main-nav-desktop {
  background-color: white !important;
}
/*Slider Home*/

/*Nosotros*/
#mega-menu-wrap-main-nav
  #mega-menu-main-nav
  > li.mega-menu-flyout
  ul.mega-sub-menu {
  width: 250px !important;
  margin: 0 27% 0 73% !important;
  padding: 25px 0px 25px 25px !important;
  background-color: #ffffff;
}

#mega-menu-item-2873 {
  background-color: white !important;
}

#mega-menu-wrap-main-nav
  #mega-menu-main-nav
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-item
  > a.mega-menu-link,
#mega-menu-wrap-main-nav
  #mega-menu-main-nav
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  > a.mega-menu-link {
  font-weight: 600;
}

#mega-menu-wrap-main-nav
  #mega-menu-main-nav
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link {
  color: #00306b;
  background-color: #ffffff;
  font-family: Montserrat;
  font-size: 15px;
  text-transform: none;
  text-decoration: none;
  font-weight: inherit;
  text-align: left;
  vertical-align: top;
  display: block;
  border: 0;
}

#mega-menu-wrap-main-nav
  #mega-menu-main-nav
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link:hover {
  color: #00306b;
  font-weight: inherit;
  text-decoration: underline;
  background: rgba(0, 0, 0, 0);
}

/*Mobile*/
.uk-offcanvas-bar {
  background-color: white !important;
}

.main-nav-mobile .contact-info .phone-icon {
  width: 29px !important;
}

#botonbusca {
  float: right;
  margin-top: -30px;
  width: 20px;
}

@media (max-width: 1199px) {
  .contact-info {
    padding-top: 10%;
  }

  .main-nav-mobile .mobile-search {
    padding-top: 20px;
  }

  .custom-logo {
    max-width: 270px !important;
  }

  .search-trigger {
    font-size: 14px !important;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #ffffff;
    margin-left: 0px !important;
    background-color: #0db6b2 !important;
    border-radius: 30px !important;
    width: 130px !important;
    height: 34px !important;
    display: flex;
    flex-direction: row;
  }

  .search-trigger > a {
    font-size: 14px !important;
    font-family: 'Montserrat' !important;
    font-weight: 500 !important;
    color: #ffffff !important;
  }

  .search-trigger > p {
    margin: auto !important;
    margin-left: 0px !important;
  }

  .search-trigger-wrapper {
    margin-top: 30px;
  }

  .uk-search-icon {
    width: 55px;
    padding-right: 0px !important;
  }

  .uk-navbar-dropdown-bottom-left {
    left: auto !important;
    right: 0px !important;
    top: 535px !important;
    width: 330px !important;
    padding: 7px 15px !important;
    border-radius: 30px;
    font-size: 16px;
    margin-top: 0px !important;
    margin: 0px 10px;
  }

  @media (max-width: 959px) {
    .uk-navbar-dropdown-bottom-left {
      left: -10px !important;
      top: 515px !important;
      width: 330px !important;
      padding: 7px 15px !important;
      border-radius: 30px;
      font-size: 16px;
      margin-top: 0px !important;
      margin: 0px 30px;
    }

    .uk-navbar-dropdown-bottom-left input::placeholder {
      color: #595959 !important;
    }
  }

  .instagram-social {
    padding-bottom: 10%;
  }

  .uk-offcanvas-bar .uk-margin-small-left {
    padding-top: 10px !important;
    margin-left: 0px !important;
  }

  .uk-margin-remove-top {
    margin-bottom: 0px !important;
    font-size: 14px;
  }

  .menu-item-2895 > ul > li > a {
    font-weight: 600;
  }

  .menu-item-2895 > ul {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .menu-item-2895 > ul > li > ul {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .menu-item-2934 > ul > li > a {
    font-weight: 600;
  }

  .menu-item-2934 > ul {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .menu-item-2991 > ul > li > a {
    font-weight: 600;
  }

  .menu-item-2991 > ul {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .menu-item-2991 > ul > li > ul {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .menu-item-2925 > ul > li > a {
    font-weight: 600;
  }

  .menu-item-2925 > ul {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .menu-item-2925 > ul > li > ul {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .menu-item-2934 > ul > li > ul {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .menu-item-2955 > ul > li > a {
    font-weight: 600;
  }

  .menu-item-2955 > ul {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .menu-item-2955 > ul > li > ul {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .menu-item-2965 > ul > li > a {
    font-weight: 600;
  }

  .menu-item-2965 > ul {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .menu-item-2965 > ul > li > ul {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .menu-item-2967 > ul > li > a {
    font-weight: 600;
  }

  .menu-item-2967 > ul {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .menu-item-2967 > ul > li > ul {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .main-nav-mobile #mobile-menu > ul.uk-nav .menu-item > a {
    padding-left: 0px !important;
    padding-right: 12px !important;
  }

  .main-nav-mobile #mobile-menu .uk-nav-parent-icon > .uk-parent > a:after {
    content: '';
    font-family: dashicons;
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    transform: rotate(0deg);
    color: inherit;
    position: relative;
    height: auto;
    width: auto;
    right: auto;
    line-height: inherit;
    background: transparent;
  }

  #mobile-menu {
    margin-top: 15px;
  }

  .uk-search-input {
    color: #00306b !important;
  }

  .uk-navbar-dropdown {
    color: #00306b !important;
  }

  .uk-offcanvas-bar .uk-margin-small-left > div {
    display: flex;
  }

  .uk-offcanvas-bar .uk-margin-small-left > div > p {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }

  .main-nav-mobile .contact-info {
    margin-left: 0px !important;
  }
}

.main-nav-mobile #mobile-menu > ul.uk-nav .menu-item > a {
  font-size: 16px;
  padding: 20px;
}

.main-nav-mobile .contact-info .inner-contact-info {
  font-size: 14px;
}

/*Apartado Equipo*/
.category-equipo .uk-cover-container {
  min-height: calc(100vh - 250px) !important;
}

.category-equipo .uk-cover-container img {
  max-width: calc(643px * 1.7);
  max-height: calc(381px * 1.7);
  height: calc(381px * 1.7) !important;
  width: calc(643px * 1.7) !important;
}

.uk-card-primary.uk-card-body,
.uk-card-primary > :not([class*='uk-card-media']),
.uk-card-secondary.uk-card-body,
.uk-card-secondary > :not([class*='uk-card-media']),
.uk-light,
.uk-offcanvas-bar,
.uk-overlay-primary,
.uk-section-primary:not(.uk-preserve-color),
.uk-section-secondary:not(.uk-preserve-color),
.uk-tile-primary:not(.uk-preserve-color),
.uk-tile-secondary:not(.uk-preserve-color) {
  color: #083670 !important;
}

.uk-accordion-title:before {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%2300306b%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%2300306b%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E) !important;
}

.uk-accordion-content.montserrat.uk-margin-top.uk-margin-bottom {
  margin-top: 0px !important;
}

.home-bios-preview {
  background: white !important;
}

.uk-slider-items:not(.uk-grid) {
  justify-content: space-between;
}

.home-bios-preview .card-wrapper {
  padding: 0px !important;
  border-radius: 20px;
}

.home-bios-preview .card-wrapper .uk-card {
  border: 0px !important;
}

.home-bios-preview .card-wrapper .uk-card {
  flex-direction: column;
}

.home-bios-preview .uk-cover-container {
  width: 100%;
  border-radius: 20px;
}

.home-bios-preview .uk-dotnav {
  bottom: 0 !important;
}

.slideshow-inner .title-wrapper {
  width: fit-content;
}

.slideshow-inner .title-wrapper div:last-child {
  left: 0;
  position: absolute;
}

.slideshow-inner h2 {
  margin-top: 20px;
  color: #fff;
}

@media (max-width: 650px) {
  .uk-slideshow-nav {
    display: none !important;
  }
}

@media (min-width: 960px) {
  .uk-width-2-3\@m {
    width: calc(100% * 2 / 3.15);
  }
}

@media (max-width: 640px) {
  .home-bios-preview .uk-card-body h5 {
    font-size: 18px !important;
  }

  .home-bios-preview .uk-dotnav {
    display: none;
  }
}

.home-bios-preview .uk-dotnav {
  display: none;
}

.uk-width-2-3\@s {
  width: 100% !important;
  height: 331px;
}

.uk-width-2-3\@s .uk-card-body {
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.uk-width-2-3\@s .uk-card-body .uk-width-1-1 {
  width: auto !important;
  margin: auto;
  bottom: 0;
  margin-bottom: 20px;
  left: 0;
  right: 0;
}

.uk-width-2-3\@s .uk-card-body .uk-width-1-1 .uk-button-primary {
  width: 100%;
}

.uk-button-primary {
  outline: none !important;
  border: none !important;
  border-radius: 30px !important;
}

.uk-button-primary:hover {
  border: none !important;
  border-radius: 30px !important;
}

.uk-button-large {
  font-size: 16px !important;
  font-weight: 500 !important;
}

.uk-text-uppercase {
  text-transform: inherit !important;
  font-weight: 500 !important;
}

.home-bios-preview li.uk-width-1-1 {
  width: 26%;
  margin-right: 10px;
}

.home-bios-preview .uk-card {
  padding: 25px 25px 0px 25px !important;
}

@media (max-width: 1024px) {
  .home-bios-preview .uk-card {
    padding: 25px 0px 0px 0px !important;
  }
}

.home-bios-preview .uk-card-body {
  padding: 15px 0px !important;
}

.home-bios-preview .uk-card-body p {
  font-size: 14px;
  font-weight: 500;
  hyphens: auto;
}

.home-bios-preview .uk-card-body h5 {
  font-size: 18px;
  font-weight: 500;
  margin: 0px !important;
}

.home-bios-preview .uk-slider-items {
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.home-bios-preview .uk-width-2-3\@s {
  height: 361px;
}

.home-bios-preview .uk-card-body a {
  border-radius: 50px;
}

.home-bios-preview .slider-nav-right {
  visibility: visible !important;
  display: flex !important;
}

.home-bios-preview .slider-nav-left {
  visibility: visible !important;
  display: flex !important;
}

.home-bios-preview .uk-card-body h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0px !important;
}

@media (max-width: 1024px) {
  .home-bios-preview li.uk-width-1-1 {
    width: 100%;
  }

  .home-bios-preview .uk-card {
    width: 80%;
    margin: auto;
  }

  .home-bios-preview .card-wrapper {
    width: 80%;
    margin: auto;
  }
}

.home-bios-preview .slider-nav-right {
  visibility: hidden !important;
}

.home-bios-preview .slider-nav-left {
  visibility: hidden !important;
}

/*FAQ*/
.uk-accordion-content {
  padding: 0px 20px 20px 20px !important;
  margin-top: 0 !important;
  background: white !important;
  font-size: 16px !important;
}

.uk-accordion-content p {
  font-size: 16px !important;
}

.uk-accordion-title {
  padding: 7px 20px !important;
  background: white !important;
  font-size: 16px !important;
}

.accordion-bordered.accordion-bordered-white > li {
  border-color: #f3f3f3 !important;
}

.accordion-bordered > li {
  border-color: #f3f3f3 !important;
}

#post-37 li.uk-margin-remove-top:nth-child(2) {
  position: relative !important;
}

#post-37 li.uk-margin-remove-top:nth-child(1) a::before {
  width: 18px !important;
}

#post-37 li.uk-margin-remove-top:nth-child(2) a::before {
  position: absolute !important;
  right: 20px;
}

/*FOOTER*/
.footer {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#divpadreform {
  position: relative;
}

#footer-form {
  background: rgb(142, 173, 188);
  background: -moz-linear-gradient(
    90deg,
    rgba(142, 173, 188, 1) 0%,
    rgba(170, 198, 212, 1) 27%,
    rgba(170, 198, 212, 1) 70%,
    rgba(210, 227, 236, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(142, 173, 188, 1) 0%,
    rgba(170, 198, 212, 1) 27%,
    rgba(170, 198, 212, 1) 70%,
    rgba(210, 227, 236, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(142, 173, 188, 1) 0%,
    rgba(170, 198, 212, 1) 27%,
    rgba(170, 198, 212, 1) 70%,
    rgba(210, 227, 236, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8eadbc", endColorstr="#d2e3ec", GradientType=1);
  background-repeat: no-repeat !important;
  background-size: contain !important;
  /*height: 784px;*/
  padding-top: 25px;
  background-position: right 14% bottom !important;
  position: relative;
  display: block;
  overflow: auto;
}

#ctaimagen {
  width: 60%;
  position: absolute;
  bottom: 0;
  right: 0;
}

#div-form {
  max-width: 540px;
  border-radius: 10px;
  padding: 25px 35px;
  margin-bottom: 20px;
  background-color: #ffffff !important;
}

#div-form h4,
#div-form p {
  color: #00306b !important;
  font-family: Montserrat;
}

#div-form h4 {
  font-size: 38px;
  font-weight: 500;
  text-align: center;
  margin-top: 0;
}

#div-form p {
  line-height: 1.5;
}

#wpcf7-f2832-o2 > form:nth-child(2) > p:nth-child(3) {
  font-size: 18px;
}

#wpcf7-f2832-o2 > form:nth-child(2) > div:nth-child(9) > p:nth-child(1) {
  float: left;
  margin-right: 10px;
}

#div-form input {
  width: 100%;
  height: 36px;
  border-radius: 5px;
  border: 1px solid #dbdada;
  font-size: 15px;
  color: #595959;
  padding-left: 10px;
}

#div-form textarea {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #dbdada;
  font-size: 15px;
  color: #595959;
  padding-left: 10px;
  resize: none;
}

#wpcf7-f2832-o2
  > form:nth-child(2)
  > div:nth-child(10)
  > p:nth-child(1)
  > input:nth-child(1) {
  width: 40%;
  height: 35px;
  background-color: #00306b;
  border-color: #00306b;
  color: white;
  margin-left: 29%;
  border-radius: 5px;
}

#wpcf7-f2832-o2 > form:nth-child(2) > div:nth-child(10) > p:nth-child(1) {
  margin-bottom: 0;
}

.wpcf7-form > div:nth-child(9) {
  display: flex;
}

.wpcf7-list-item > label:nth-child(1) > input:nth-child(1) {
  margin-left: -13px;
  width: auto !important;
  margin-top: 12px;
  margin-right: 8px;
}

#wpcf7-f2832-o2
  > form:nth-child(2)
  > div:nth-child(9)
  > p:nth-child(1)
  > label:nth-child(1)
  > span:nth-child(1)
  > span:nth-child(1)
  > span:nth-child(1)
  > label:nth-child(1)
  > input:nth-child(1) {
  position: absolute;
  top: -9px;
  left: -2px;
}

#fondo-inner-footer .footer-menu .menu-footer-menu-container {
  width: max-content;
}

#fondo-inner-footer .footer-menu #nav_menu-2 {
  display: flex;
  justify-content: flex-end;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}

/*Boton del formulario del footer*/
.wpcf7-submit {
  background-color: #00306b;
  border-color: #00306b !important;
  color: white !important;
}

.wpcf7-form > div:nth-child(11) {
  width: 40%;
  height: 35px;
  background-color: #00306b;
  border-color: #00306b;
  color: white;
  margin-left: 29%;
  border-radius: 5px;
}

#wpcf7-f2832-o2
  > form:nth-child(2)
  > div:nth-child(10)
  > p:nth-child(1)
  > input:nth-child(1) {
  font-family: 'Montserrat';
  font-weight: 500;
}

.wpcf7-form > div:nth-child(10) {
  display: flex;
}

#outer-footer {
  background-color: #0db6b2 !important;
  padding-top: 40px !important;
}

#outer-footer > div {
  display: flex;
}

#inner-footer h2,
#inner-footer a,
#inner-footer p {
  color: #00306b !important;
}

#outer-footer > div:nth-child(1) {
  padding-bottom: 25px !important;
}

#outer-footer img {
  filter: brightness(0) invert(1);
}

#logoexternofooter {
  width: 33%;
}

#logoexternofooter > img:nth-child(1) {
  width: 100% !important;
  margin-top: 5%;
}

#comollegar {
  margin-right: 5%;
  margin-left: 5%;
  line-height: 0.8;
  display: flex;
  justify-content: right;
}

#comollegar img,
#comocontactar img {
  width: 25px !important;
  float: left;
  margin-right: 10px;
}

#comocontactar {
  display: flex;
  justify-content: center;
  line-height: 0.8;
}

#socials,
#igdiv,
#maildiv {
  display: flex;
}

#socials img {
  float: left;
  margin-top: -6px;
}

#igdiv {
  margin-left: 10px;
}

#comollegar,
#comocontactar {
  width: 33% !important;
}

footer p,
footer a {
  font-weight: 400;
  color: white;
}

.subtitulo-footer {
  font-weight: 600 !important;
}

footer {
  background-color: white !important;
}

#inner-footer {
  display: flex;
}

#fondo-inner-footer {
  padding-top: 25px;
}

#fondo-inner-footer #categorias-foot .footer-menu {
  width: 100%;
}

#fondo-inner-footer #categorias-foot .footer-menu ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#fondo-inner-footer #categorias-foot .footer-menu ul li::before {
  display: none;
}

#categorias-foot {
  display: flex;
  width: 50%;
}

.footer-categoria {
  display: flex;
  flex-direction: column;
  width: 33%;
}

.footer-categoria:nth-child(1) {
  width: 25%;
}

.footer-categoria a {
  margin-bottom: 15px;
}

div.footer-categoria:nth-child(3) {
  margin-top: 35px;
}

#inner-footer > div:nth-child(2) {
  padding-left: 10%;
}

#inner-footer > div:nth-child(2) > div:nth-child(2) > img:nth-child(1) {
  width: 75px;
}

#inner-footer > div:nth-child(2) > div:nth-child(2) > img:nth-child(2) {
  height: 60px;
  margin-left: 100px;
}

/*Menu Footer*/
#menu-innerfooter-new ul,
#menu-innerfooter-new li {
  list-style-type: none;
  padding: 0;
}

#menu-innerfooter-new {
  padding: 0;
  display: flex;
}

#menu-item-2850 {
  margin-right: 40px;
  line-height: 1.9;
}

#menu-item-2850 > ul:nth-child(2) a:hover {
  text-decoration: underline dotted;
}

#menu-item-2850 > a:nth-child(1),
#menu-item-2841 > a:nth-child(1) {
  font-weight: 600;
}

#menu-item-2841 {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  line-height: 1.9;
}

#menu-item-2841 > ul:nth-child(2) a:hover {
  text-decoration: underline dotted;
}

#menu-item-2841 > ul:nth-child(2) {
  margin-right: 40px;
}

#menu-item-2844 {
  padding-top: 32px !important;
}

.footerlegal {
  display: flex !important;
  padding-top: 10px;
  border-top: 1px solid lightgray;
}

.copyright,
.footeraside {
  width: 50%;
  color: #00306b;
}

.copyright {
  font-weight: 500;
}

#menu-footer-menu li a:hover {
  text-decoration: underline dotted;
}

/*BLOG*/
.article-footer {
  background-color: #e9ebee !important;
}

.archive .post-meta,
.blog .post-meta {
  font-weight: 400;
}

.archive .uk-card-title,
.blog .uk-card-title {
  font-size: 18px !important;
}

.uk-text-uppercase .breadcrumb_last {
  text-transform: none !important;
}

.uk-text-bold .breadcrumb_last {
  font-weight: 600;
}

#breadcrumb > p {
  text-transform: capitalize !important;
}

/*CONTACTO*/
#post-262 {
  display: flex;
  font-family: 'Montserrat';
}

div.uk-width-1-2\@s:nth-child(3) div div div {
  height: 20px;
}

div.uk-width-1-2\@s:nth-child(3) div div div img {
  height: 100%;
}

/*Icono mail*/
div.uk-margin-bottom:nth-child(5)
  > div:nth-child(1)
  > div:nth-child(1)
  > img:nth-child(1) {
  height: 85%;
}

#contactoflex img {
  filter: brightness(0) saturate(100%) invert(54%) sepia(70%) saturate(2709%)
    hue-rotate(141deg) brightness(97%) contrast(90%);
}

#post-262 > section {
  width: 66%;
  height: auto !important;
}

#post-262 > section div {
  height: 100% !important;
}

#post-262 > section div div {
  height: 100% !important;
}

/*Fix de suma de FAQ*/
li.uk-margin-remove-top a::before {
  width: 15px !important;
}

/*li.uk-margin-remove-top:nth-child(1)>a:nth-child(1)::before {
    position: absolute;
    right: 29% !important;
    width: 15px !important;
}

li.uk-margin-remove-top:nth-child(2)>a:nth-child(1)::before {
    position: absolute;
    right: 29% !important;
    width: 15px !important;
}*/

/*Barra contacta*/
.scroll-div {
  display: none;
  position: fixed;
  bottom: 10px;
  left: 30%;
  width: 40%;
  background-color: #0db6b2;
  color: white;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  z-index: 999;
  font-family: 'Montserrat';
  font-weight: 500;
  border-radius: 10px;
}

body > div.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
  z-index: 9998 !important;
}

#offcanvas-menu {
  z-index: 9999 !important;
}

@media (min-width: 768px) and (max-width: 822px) {
  #div-form {
    padding: 25px 60px;
  }

  #ctaimagen {
    width: 53%;
  }

  #inner-footer {
    display: flow-root;
  }

  #menu-item-2850 {
    width: 30vw;
  }

  #menu-item-2841 {
    width: 60vw;
  }

  #inner-footer > div:nth-child(2) {
    padding-left: 0;
    margin-top: 20px;
  }

  #logoexternofooter > img:nth-child(1) {
    margin-top: 12%;
  }

  #contactoflex {
    width: 50%;
  }

  .uk-offcanvas-close > svg:nth-child(1) {
    color: gray;
  }

  li.uk-margin-remove-top:nth-child(1) > a:nth-child(1)::before {
    right: 8%;
  }

  li.uk-margin-remove-top:nth-child(2) > a:nth-child(1)::before {
    right: 8%;
  }

  #post-37 li.uk-margin-remove-top:nth-child(1) a::before {
    width: 21px !important;
  }
}

@media (min-width: 370px) and (max-width: 500px) {
  .uk-offcanvas-close > svg:nth-child(1) {
    color: gray;
  }

  #fondo-inner-footer {
    padding-top: 10px;
  }

  .copyright {
    width: 100%;
  }

  #inner-footer > div:nth-child(2) {
    padding-left: 0;
    padding-top: 30px;
  }

  #menu-item-2850 > a:nth-child(1),
  #menu-item-2841 > a:nth-child(1) {
    font-size: 16px;
  }

  #menu-item-2841 {
    column-count: 1;
  }

  #menu-item-2844 {
    padding-top: 0 !important;
  }

  #divpadreform {
    display: flex;
    flex-direction: column-reverse;
  }

  #ctaimagen {
    width: 75%;
    margin-left: 12.5%;
    position: static;
    bottom: none;
    right: none;
  }

  #logoexternofooter {
    width: 100%;
    margin-bottom: 50px;
  }

  #outer-footer > div:nth-child(1) {
    display: flex;
    flex-wrap: wrap;
  }

  #comollegar,
  #comocontactar {
    width: 45% !important;
    display: inline !important;
  }

  #comollegar {
    margin-left: 2.5%;
  }

  #inner-footer {
    display: flow-root;
  }

  #inner-footer > div:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
  }

  #inner-footer > div:nth-child(2) > div:nth-child(2) > img:nth-child(2) {
    margin-left: 30px !important;
  }

  .footerlegal {
    flex-direction: column !important;
  }

  .footeraside {
    width: 100%;
    margin-bottom: 20px !important;
    margin-top: 0 !important;
  }

  #categorias-foot {
    width: 100%;
    margin-bottom: 30px;
    flex-direction: column;
  }

  #menu-innerfooter-new {
    display: inline;
  }

  /* Initially hide sub-menus for the specific menu */
  #menu-innerfooter-new .sub-menu {
    display: none;
  }

  #menu-innerfooter-new li::after {
    content: '';
    position: absolute;
    bottom: -5px;
    /* Adjust the position of the line */
    left: 0;
    width: 100%;
    border-bottom: 1px solid lightgray;
    /* Styling for the horizontal line */
  }

  #menu-innerfooter-new .menu-item-has-children > a {
    position: relative;
  }

  /* Style for the active state of the menu item */
  #menu-innerfooter-new .menu-item-has-children > a.active {
    /* Define styles for the active state, such as color or background */
  }

  /* Media query for responsiveness - adjust as needed */

  /* Show/hide the menu toggle icon or apply responsive styles */
  #menu-innerfooter-new .menu-item-has-children > a::after {
    /* Add a toggle icon or styling to indicate collapsible functionality */
    content: '\f347';
    font-family: 'dashicons';
    /* Right-pointing triangle or your desired icon */
    display: inline-block;
    margin-left: 5px;
    position: absolute;
    right: -70vw;
    /* Adjust spacing as needed */
    transition: transform 0.3s ease;
    /* Optional: Add transition for smoother animation */
  }

  #menu-item-2841 > a:nth-child(1)::after {
    right: -47.3vw;
  }

  /* Style for the active state of the menu item */
  #menu-innerfooter-new .menu-item-has-children > a.active::after {
    /* Change the icon for the active state (e.g., rotated arrow) */
    transform: rotate(180deg);
    /* Rotate the triangle to indicate expansion */
  }

  #menu-item-2850,
  #menu-item-2841 {
    margin-bottom: 15px;
  }

  #fondo-inner-footer #categorias-foot .footer-menu p {
    font-size: 16px;
  }
  s #post-262 {
    display: inline;
  }

  #post-262 > section {
    width: 100%;
  }

  div.uk-width-1-1:nth-child(4) {
    margin-top: 130px;
  }

  li.uk-margin-remove-top:nth-child(2) > a:nth-child(1) {
    padding: 7px 25px !important;
  }

  li.uk-margin-remove-top:nth-child(1) > a:nth-child(1)::before {
    right: 7%;
  }

  li.uk-margin-remove-top:nth-child(2) > a:nth-child(1)::before {
    right: 7%;
  }

  .scroll-div {
    display: inline;
  }

  #post-37 li.uk-margin-remove-top:nth-child(1) a::before {
    width: 45px !important;
  }
}

@media (max-width: 391px) {
  #menu-item-2841 > a:nth-child(1)::after {
    right: -45.1vw;
  }
}

/*Quitar linea de abajo doctores*/
.post-106 div.uk-padding-small,
.post-2247 div.uk-padding-small,
.post-2544 div.uk-padding-small,
.post-3395 div.uk-padding-small,
.post-110 div.uk-padding-small,
.post-3940 div.uk-padding-small{
  display: none;
}

/*Ocultar fecha en posts de doctores*/
.post-106 time,
.post-2247 time,
.post-2544 time,
.post-3395 time,
.post-110 time,
.post-3940 time{
  display: none;
}

/*Arreglo estilo breadcrumb doctores*/
.post-106 .uk-text-bold,
.post-2247 .uk-text-bold,
.post-2544 .uk-text-bold,
.post-3395 .uk-text-bold,
.post-110 .uk-text-bold,
.post-3940 .uk-text-bold {
  font-weight: 500;
  font-size: 14px;
}

.post-106 .breadcrumb_last,
.post-2247 .breadcrumb_last,
.post-2544 .breadcrumb_last,
.post-3395 .breadcrumb_last,
.post-110 .breadcrumb_last,
.post-3940 .breadcrumb_last  {
  color: #0db6b2;
}
/*Ocultar titulo superior en posts de doctores*/
.post-106 .page-title,
.post-2247 .page-title,
.post-2544 .page-title,
.post-3395 .page-title,
.post-110 .page-title,
.post-3940 .page-title {
  display: none;
}

/*Arreglo padding menus*/
@media (min-width: 769px) {
  body .mega-menu-columns-1-of-12 {
    width: 1% !important;
  }
}

@media (min-width: 370px) and (max-width: 500px) {
  #menu-innerfooter-new li::after {
    display: none;
  }
}

.div-blog {
  display: none;
}

.page-id-3230 .div-blog {
  display: inline;
}

.uk-position-center-left img,
.uk-position-center-right img {
  filter: brightness(0) invert(1);
}

.uk-margin-bottom.uk-margin-top.uk-width-1-1 {
  margin-left: 3% !important;
}

@media (max-width: 431px) {
  .slideshow-inner > div {
    color: white !important;
  }

  .slideshow-inner > div > div > h2 {
    color: white !important;
  }

  .uk-dotnav {
    display: none !important;
  }
}

#post-37 .hero-slideshow h2.uk-heading-large {
  line-height: 44px;
}

@media (min-width: 821px) {
  #post-37 .hero-slideshow h2.uk-heading-large {
    max-width: 760px !important;
  }
}

@media (max-height: 800px) {
  .hero-slideshow .uk-slideshow-items {
    min-height: 70vh !important;
  }

  .slider-nav-left {
    display: none !important;
  }

  .slider-nav-right {
    display: none !important;
  }
}

#divpadreform select,
#divpadreform option {
  background-color: white;
  border-radius: 5px;
  border: 1px solid #dbdada;
  font-size: 15px;
  font-family: 'Montserrat';
  width: 100%;
  height: 36px;
  color: #595959;
}

.cky-consent-container button {
  border-radius: 10px;
}

/*Pagina de contacta*/
/* #inner-content,
#inner-content .uk-width-1-1 {
  min-height: 400px;
}

.uk-cover-container > img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1336 / 885;
  object-fit: cover; 
  display: block; 
}

@media (max-width: 768px) {
  #inner-content,
  #inner-content .uk-width-1-1 {
    min-height: 500px;
  }

  .uk-cover-container > img {
    aspect-ratio: 1336 / 1500;
  }
} */

.page-template-contactar #inner-content {
  background-color: white;
}
#post-262 {
  background-color: white;
}

#post-262 #content {
  display: flex;
}

body .contact-map-ovelay {
  background-color: white !important;
}

#contacta-info,
#resto-contacta {
  position: relative;
  display: flex;
  margin: 50px 10%;
  font-size: 16px;
}

@media (max-width: 768px) {
  #contacta-info,
  #resto-contacta {
    font-size: 14px;
  }
}

#contacta-contactar,
#autorizacion-contacta {
  position: absolute;
  right: 0;
}

#horario-contacta,
#autorizacion-contacta,
#contacta-llegar,
#contacta-contactar {
  width: 200px;
}

#contacta-contactar > div:nth-child(2) img {
  width: 25px;
  margin-right: 10px;
  margin-top: 2px;
}

#contacta-llegar > div:nth-child(1),
#contacta-contactar > div:nth-child(1) {
  float: left;
  width: 25px;
  margin-right: 10px;
}

.gm-style .gmnoprint {
  display: none;
}

@media (max-width: 768px) {
  #contacta-info,
  #resto-contacta {
    flex-direction: column;
  }

  .page-template-contactar #contacta-contactar #socials {
    flex-direction: column;
  }

  #contacta-contactar #igdiv {
    margin-left: 0px !important;
  }

  #contacta-contactar,
  #autorizacion-contacta {
    position: unset;
  }
  #horario-contacta,
  #contacta-llegar {
    margin-bottom: 25px;
  }
}

/*Banner cookies*/
.cky-notice-des > div {
  display: flex;
}

.cky-notice-des img {
  min-height: 45px !important;
  min-width: 45px !important;
  margin-right: 10px;
}

.opiniones-google {
  background-color: #f3f3f3 !important;
}

.wprevpro_t1_outer_div.w3_wprs-row-padding,
.wprevpro_t1_DIV_1 {
  padding-left: 0 !important;
  padding-right: 20px !important;
}

.boton-opinion {
  background-color: #0db6b2;
  color: white;
  border: none !important;
  font-family: 'Montserrat';
  font-size: 16px;
  padding: 10px 30px;
  border-radius: 30px;
}

.boton-opinion:hover {
  background-color: #0b9e9b;
}

.container-greviews {
  width: 95% !important;
  margin-right: 5%;
}

#wprev-slider-1 {
  margin-top: -10px !important;
}

.container-doctoralia {
  width: 33% !important;
}

#post-380 .page-title {
  display: none;
}

.truetitle {
  margin-bottom: 30px;
}
