/* ------------------------------------------------------------------------- */
/* WordPress WYSIWYG Editor Styles */
/* ------------------------------------------------------------------------- */
.entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.alignnone,
img.alignnone {
  /* not sure about this one */
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

/* ------------------------------------------------------------------------- */
/* VARIABLES */
/* ------------------------------------------------------------------------- */
/*400, 500, 700*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
figure,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
}

/* ==========================================================================
   RESET CSS
   ========================================================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
figure,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}

a {
  text-decoration: none;
  outline: 0;
}

a:hover {
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

p a {
  outline: 0;
}

p a:hover {
  text-decoration: underline;
}

input[type=submit],
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

html,
body {
  overflow-x: hidden;
}

/* ------------------------------------------------------------------------- */
/* GENEREAL STYLE - Classes used throught all the project */
/* ------------------------------------------------------------------------- */
html {
  background-color: #F0DEC9;
}

body {
  min-height: 100%;
  font-family: "Poppins", sans-serif;
  color: #433320;
  font-size: 17px;
  line-height: 140%;
  -webkit-font-smoothing: antialiased;
}

p {
  font-size: 17px;
  line-height: 140%;
  margin-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
}

.container-medio {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
}

.container-mini {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
}

.container-micro {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
}

img {
  max-width: 100%;
  height: auto;
}

a,
button {
  cursor: pointer;
}

.clearfix, .clear {
  clear: both;
}

strong {
  font-weight: 700;
}

p a, a {
  text-decoration: none;
  color: #D55D5D;
  font-weight: 400;
}

p i, i {
  font-style: italic;
}

ul {
  list-style: none;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

.no_padding {
  padding: 0px !important;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.padding-small {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padding-medium {
  padding-top: 80px;
  padding-bottom: 80px;
}

.padding-big {
  padding-top: 140px;
  padding-bottom: 140px;
}

.padding-anchor {
  padding-top: 100px;
  padding-bottom: 40px;
}

.left {
  float: left;
}

.right {
  float: right;
}

/* CALLTOACTIONS */
.calltoaction {
  display: inline-block;
  margin: 0;
  width: auto;
  text-align: center;
  padding: 8px 35px;
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0px;
  border-radius: 1000px;
  border: 1px solid #D55D5D;
  background-color: #D55D5D;
  transition: all 0.2s;
  opacity: 1;
  -webkit-appearance: none;
  cursor: pointer;
}

.calltoaction:hover {
  background-color: #C44A4A;
}

.calltoaction.calltoaction-viewmore {
  background-color: transparent;
  color: #D55D5D;
}

.calltoaction.calltoaction-viewmore:hover {
  background-color: #D55D5D;
  color: white;
}

.calltoaction.calltoaction-white {
  background-color: white;
  color: #D55D5D;
}

.calltoaction.calltoaction-white:hover {
  background-color: #D55D5D;
  color: white;
}

.calltoaction-cookies {
  color: white;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 15px;
  background-color: #D55D5D;
  border-radius: 1000px;
}

.calltoaction-cookies:hover {
  background-color: #C44A4A;
}
.cta-secundario {
  margin-top: 20px;
  
  text-align: center;
  position: relative;
  z-index: 2;  /* por encima de fondos/decoraciones */
}

.cta-secundario a {
  font-size: 16px;
  color: #6A5F51;
  text-decoration: underline;
  font-family: "Poppins", sans-serif;
}

.cta-secundario a:hover {
  color: #433320;
}

/* ANIMATIONS */
.animated {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.fadeToLeft {
  -webkit-animation-name: fadeToLeft;
  animation-name: fadeToLeft;
}

.fadeToRight {
  -webkit-animation-name: fadeToRight;
  animation-name: fadeToRight;
}

.fadeOpacity {
  -webkit-animation-name: fadeOpacity;
  animation-name: fadeOpacity;
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes blinkingimage {
  50% {
    transform: scaleY(1);
  }
}

@keyframes blinkingimage {
  50% {
    transform: scaleY(1);
  }
}
@-webkit-keyframes blinking {
  50% {
    opacity: 1;
  }
}
@keyframes blinking {
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate(0, 200px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate(0, 200px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeToLeft {
  0% {
    opacity: 0;
    transform: translate(100px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeToLeft {
  0% {
    opacity: 0;
    transform: translate(100px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeToRight {
  0% {
    opacity: 0;
    transform: translate(-100px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeToRight {
  0% {
    opacity: 0;
    transform: translate(-100px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
/* ANIMATIONS APPEAR EFFECT */
.appear-up {
  position: relative;
  transform: translateY(200px);
  -ms-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -webkit-transform: translateY(200px);
  opacity: 0;
  visibility: hidden;
  transition: all 2s cubic-bezier(0.77, 0, 0.18, 1);
  -ms-transition: all 2s cubic-bezier(0.77, 0, 0.18, 1);
  -moz-transition: all 2s cubic-bezier(0.77, 0, 0.18, 1);
  -webkit-transition: all 2s cubic-bezier(0.77, 0, 0.18, 1);
}

.appear-up.show {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.appear-from-left {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-200px);
  -ms-transform: translateX(-200px);
  -moz-transform: translateX(-200px);
  -webkit-transform: translateX(-200px);
  transition: all 2.4s cubic-bezier(0.77, 0, 0.18, 1);
  -ms-transition: all 2.4s cubic-bezier(0.77, 0, 0.18, 1);
  -moz-transition: all 2.4s cubic-bezier(0.77, 0, 0.18, 1);
  -webkit-transition: all 2.4s cubic-bezier(0.77, 0, 0.18, 1);
}

.appear-from-left.show {
  transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.appear-from-right {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transform: translateX(200px);
  -ms-transform: translateX(200px);
  -moz-transform: translateX(200px);
  -webkit-transform: translateX(200px);
  transition: all 2.4s cubic-bezier(0.77, 0, 0.18, 1);
  -ms-transition: all 2.4s cubic-bezier(0.77, 0, 0.18, 1);
  -moz-transition: all 2.4s cubic-bezier(0.77, 0, 0.18, 1);
  -webkit-transition: all 2.4s cubic-bezier(0.77, 0, 0.18, 1);
}

.appear-from-right.show {
  transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 1100px) {
  .padding-medium {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .padding-big {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .calltoaction.calltoaction-viewmore {
    font-size: 16px;
  }
}
@media only screen and (max-width: 900px) {
  .padding-medium {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .padding-big {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 800px) {
  p, ul li {
    font-size: 16px;
  }

  .padding-small {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .padding-medium {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .padding-big {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .padding-anchor {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 600px) {
  p, ul li {
    font-size: 15px;
  }

  .padding-medium {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .padding-big {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
/* ------------------------------------------------------------------------- */
/* GENEREAL STYLE - Classes used throught all the project */
/* ------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", serif;
  color: #433320;
  line-height: 100%;
  margin-bottom: 30px;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 35px;
}

h4, h5, h6 {
  font-size: 30px;
}

.title_center {
  text-align: center;
}

.title_white {
  color: white;
}

/*  RESPONSIVE */
@media only screen and (max-width: 1000px) {
  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 30px;
  }

  h4, h5, h6 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 800px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 28px;
  }

  h4, h5, h6 {
    font-size: 25px;
  }

  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 600px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
  }

  h4, h5, h6 {
    font-size: 20px;
  }
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  border-radius: 10px;
  background-color: #fff;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  background-color: #4a4a4a;
}

/*  COLORS RANDOM, APPLIED DEPENDING ON BODY CLASS  */
::-webkit-scrollbar-track {
  background-color: #F0DEC9;
}

::-webkit-scrollbar {
  background-color: #F0DEC9;
}

::-webkit-scrollbar-thumb {
  background-color: #c8b194;
}

/* ------------------------------------------------------------------------- */
/* HEADER STYLES */
/* ------------------------------------------------------------------------- */
.header {
  width: 100%;
  position: fixed;
  box-sizing: border-box;
  background-color: transparent;
  z-index: 1000;
  transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -webkit-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  padding: 30px 0 15px;
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -webkit-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
}

.header.fixed {
  background-color: #F0DEC9;
  padding: 10px 0;
}

.header .header__logo {
  position: relative;
  width: 256px;
  z-index: 10001;
  transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -webkit-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
}

.header.fixed .header__logo {
  width: 200px;
}

.header.transparent .header__logo {
  visibility: hidden;
  opacity: 0;
}

.header.transparent.fixed .header__logo {
  visibility: visible;
  opacity: 1;
}

/* MENUS */
.header__nav ul {
  display: flex;
  justify-content: space-evenly;
}

.header__nav ul li {
  padding: 0 10px;
  margin: 0 10px;
}

.header__nav ul li a {
  color: #6A5F51;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  display: block;
  padding: 3px 1px;
}

.header__nav ul li a:after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-style: preserve-3d;
  transform: translateZ(0);
  will-change: transform;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #6A5F51;
  transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -webkit-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  transform: translate3d(-103%, 0, 0);
  -webkit-transform: translate3d(-103%, 0, 0);
}

.header__nav ul li a:hover:after,
.header__nav ul li.current-menu-item a:after,
.header__nav ul li.selected a:after {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.header.transparent .header__nav ul li.contacto {
  padding: 0 0px;
  margin: 0 10px;
}

.header.transparent .header__nav ul li.contacto a {
  color: white;
  background-color: #D55D5D;
  font-weight: 500;
  border-radius: 1000px;
  padding: 8px 25px;
  margin-top: -5px;
}

.header.transparent .header__nav ul li.contacto a:hover {
  background-color: #C44A4A;
}

.header.transparent .header__nav ul li.contacto a:after {
  display: none;
}

/*2n nivel*/
.header__nav ul li ul.sub-menu {
  margin-left: -20px;
  border: 0;
  position: absolute;
  width: auto;
  z-index: 3;
  background: #F4E9DD;
  padding: 20px 20px 10px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.2s;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.header__nav ul li:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.header__nav ul li ul.sub-menu li {
  padding: 0;
  margin: 0 0 5px;
}

.header__nav ul li ul.sub-menu li a {
  font-size: 16px;
  color: #6A5F51;
  padding: 2px 1px;
  cursor: pointer;
}

.header__nav ul li.current-menu-parent ul.sub-menu li a:after,
.header__nav ul li.current-menu-item ul.sub-menu li a:after {
  transform: translate3d(-103%, 0, 0);
  -webkit-transform: translate3d(-103%, 0, 0);
}

.header__nav ul li.current-menu-parent ul.sub-menu li a:hover:after,
.header__nav ul li.current-menu-parent ul.sub-menu li.current-menu-item a:after {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

/*.header__nav ul li.current-menu-parent ul.sub-menu li a:after { transform: translate3d(-103%,0,0); -webkit-transform: translate3d(-103%,0,0); }*/
/* MENU BURGER */
.header__menu-burguer {
  margin-left: 30px;
}

#nav-open-close {
  display: none;
  position: relative;
  z-index: 10001;
  width: 40px;
  height: 30px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-open-close span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: black;
  opacity: 1;
  left: 0;
  border-radius: 6px;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#nav-open-close span {
  background: #433320;
}

#nav-open-close span:nth-child(1) {
  top: 0px;
}

#nav-open-close span:nth-child(2) {
  top: 14px;
}

#nav-open-close span:nth-child(3) {
  top: 27px;
}

#nav-open-close.open span:nth-child(1) {
  top: 13px;
  transform: rotate(45deg);
  width: 44px;
  left: -2px;
}

#nav-open-close.open span:nth-child(2) {
  opacity: 0;
  left: 0px;
}

#nav-open-close.open span:nth-child(3) {
  top: 13px;
  transform: rotate(-45deg);
  width: 44px;
  left: -2px;
}

/* MENU MOBILE */
.header__desplegable {
  position: fixed;
  height: 100vh;
  width: 100%;
  overflow: auto;
  z-index: 20;
  top: 0;
  background: #F0DEC9;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -webkit-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
}

.header__desplegable.appear {
  visibility: visible;
  opacity: 1;
}

/* top level */
.header__desplegable .header__nav-mobile ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.header__desplegable .header__nav-mobile ul li {
  margin-bottom: 20px;
  padding: 0 25px;
}

.header__desplegable .header__nav-mobile ul li a {
  color: #6A5F51;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 25px;
  text-transform: uppercase;
  padding: 3px 0;
  display: inline-block;
  text-align: center;
}

/*.header__desplegable .header__nav-mobile ul li.current-menu-item a { border-bottom:1px solid $color-txt-footer; }*/
.header__desplegable .header__nav-mobile ul li.contacto a {
  background: #D55D5D;
  padding: 8px 25px;
  border-radius: 1000px;
  color: white;
}

.header__desplegable .header__nav-mobile ul li.current-menu-item.contacto a {
  border-bottom: none;
}

.header__desplegable .header__nav-mobile ul li ul.sub-menu li:first-child {
  display: none;
}

.header__desplegable .header__nav-mobile ul li ul.sub-menu li {
  margin-top: 20px;
  margin-bottom: 0;
}

.social-buttons-container {
  margin-top: 30px;
}

ul.social-list {
  display: flex;
  justify-content: center;
}

ul.social-list li {
  margin: 0 10px;
}

ul.social-list li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border: 1px solid rgba(106, 95, 81, 0.4509803922);
  border-radius: 1000px;
  padding: 6px;
}

ul.social-list li a .icon img {
  width: 35px;
}

ul.social-list li a.whatsapp {
  background-color: #00AE46;
  border-color: #00AE46;
}

main {
  margin-top: 80px;
}

@media only screen and (max-width: 1100px) {
  .header__nav ul li {
    padding: 0 5px;
  }

  .header__nav ul li a {
    font-size: 15px;
  }

  .header.transparent .header__nav ul li.contacto a {
    padding: 3px 15px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 900px) {
  .header {
    padding: 20px 0;
  }

  .header .header__logo {
    width: 200px;
  }

  .header__nav,
.header_idiomas {
    display: none;
  }

  #nav-open-close {
    display: flex;
  }
}
@media only screen and (max-width: 480px) {
  .header .header__logo {
    width: 180px;
  }
}
/* ------------------------------------------------------------------------- */
/* HOME CSS */
/* ------------------------------------------------------------------------- */
/*  SLIDER  */
section.slider {
  position: relative;
  text-align: center;
  padding: 0 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px !important;
}

section.slider .slider-title {
  margin-bottom: 20px;
  z-index: 1;
}

section.slider .slider-title .home-logo {
  max-width: 436px;
}

section.slider .slider-subtitle {
  font-family: "Poppins", sans-serif;
  line-height: 140%;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0;
  margin-bottom: 10px;
  z-index: 1;
}

section.slider .introduccion {
  margin: 24px auto 32px !important;
  font-size: 50px;
  line-height: 140%;
  max-width: 1000px;
  z-index: 1;
}

section.slider .brain-background {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);   /* siempre centrado */
  width: 400px;
  bottom: -120px;
}

section.slider .calltoaction {
  z-index: 1;
  margin-top: 60px;
}
/* CTA SECUNDARIO BAJO EL BOTÓN PRINCIPAL */
.cta-secundario {
  margin-top: 20px;
}

.cta-secundario a {
  font-size: 16px;
  color: #6A5F51;
  text-decoration: underline;
  font-family: "Poppins", sans-serif;
}

.cta-secundario a:hover {
  color: #433320;
}

.home-nav {
  display: flex;
  justify-content: center;
  padding-left: 5%;
  padding-right: 5%;
  max-width: 1100px;
  margin: auto;
}

.home-nav .home-nav__item {
  flex-basis: 22%;
  margin: 0 1.5% 30px;
  border-radius: 20px;
  height: 300px;
  overflow: hidden;
  background-color: #D55D5D;
  background-size: cover;
  background-position: center;
  z-index: 1;
  transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -webkit-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
}

.home-nav .home-nav__item a {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  font-family: "Playfair Display", serif;
  font-size: 30px;
  line-height: 90%;
  color: white;
  text-align: center;
  padding: 30px;
}

.home-nav .home-nav__item:nth-child(1) {
  background-color: #476C9E;
}

.home-nav .home-nav__item:nth-child(2) {
  background-color: #E1BF78;
}

.home-nav .home-nav__item:nth-child(3) {
  background-color: #E9A4A4;
}

.home-nav .home-nav__item:nth-child(4) {
  background-color: #BFD1E8;
}

.home-nav .home-nav__item:nth-child(1):hover {
  background-color: #32527f;
}

.home-nav .home-nav__item:nth-child(2):hover {
  background-color: #c9a65d;
}

.home-nav .home-nav__item:nth-child(3):hover {
  background-color: #d58d84;
}

.home-nav .home-nav__item:nth-child(4):hover {
  background-color: #a0b7d3;
}

.home-blog__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 60px;
  padding: 0 20px;
}

.home-blog__header .title {
  margin-bottom: 0;
}

.home-blog__container {
  display: flex;
  flex-wrap: wrap;
}

.home-blog__footer {
  display: none;
  text-align: center;
  margin-top: 20px;
}
/* PROCESO (PLAN EN 3 PASOS) */
.home-process {
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
}
/* Ajuste de ancho solo para la sección de proceso */
.home-process .container-micro {
  max-width: 1100px; /* o 1200 si quieres más aire */
}


.home-process__title {
  font-size: 40px;
  margin-bottom: 16px;
}

.home-process__intro {
  font-size: 18px;
  max-width: 650px;
  margin: 0 auto 40px;
  margin-bottom: 40px;
}

.home-process__steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.home-process__step {
  flex: 1 1 30%;
  max-width: 340px;
  min-width: 260px;
  background-color: #F4E9DD;
  border-radius: 25px;
  padding: 30px 25px 35px;
  text-align: left;
}

.home-process__step h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.home-process__step p {
  font-size: 16px;
  margin-bottom: 0;
}

/* bg decoration */
.home-page {
  position: relative;
}

.home-page .floating {
  position: absolute;
  z-index: -1;
}

.home-page .home-top-left {
  top: -80px;
  left: 0;
  width: 20%;
}

.home-page .home-top-left2 {
  top: -80px;
  left: 15%;
  width: 20%;
}

.home-page .home-top-left3 {
  top: 200px;
  left: -5px;
  width: 10%;
}

.home-page .home-top-right1 {
  top: -80px;
  right: 0;
  text-align: right;
  width: 30%;
}

.home-page .home-top-right2 {
  top: -80px;
  right: 0;
  text-align: right;
  width: 8%;
}

.home-page .home-left {
  top: 50%;
  left: 0;
  width: 15%;
}

.home-page .home-right {
  top: 600px;
  right: 0;
  text-align: right;
  width: 5%;
}

.home-page .footer-right {
  bottom: 0;
  right: 0;
  text-align: right;
  width: 35%;
}

/* ----------------------------------------------- */
/* RESPONSIVE */
/* ----------------------------------------------- */
@media only screen and (max-width: 1100px) {
  section.slider .slider-title {
    margin-bottom: 10px;
  }

  section.slider .slider-title .home-logo {
    max-width: 300px;
  }

  section.slider .slider-subtitle {
    font-size: 16px;
  }

  section.slider .introduccion {
    margin: 30px auto 60px;
    font-size: 45px;
    max-width: 900px;
  }

  section.slider .brain-background {
    bottom: -90px;
    width: 300px;
    margin-left: -150px;
  }

  .home-nav {
    max-width: 900px;
  }

  .home-nav .home-nav__item {
    height: 250px;
  }

  .home-nav .home-nav__item a {
    font-size: 25px;
  }

  .home-blog__header .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .home-page {
    padding-top: 20px;
  }

  .home-blog__header .title {
    font-size: 35px;
  }

  .home-blog__container .post-item:nth-child(3) {
    display: none;
  }

  .home-blog__container .post-item {
    flex-basis: 47%;
  }
    section.slider .brain-background {
    width: 320px;
    bottom: -90px;
  }
}
@media only screen and (max-width: 800px) {
  section.slider .slider-title .home-logo {
    max-width: 250px;
  }

  section.slider .introduccion {
    font-size: 40px;
  }

  .home-nav .home-nav__item {
    flex-basis: 23%;
    margin: 0 1% 20px;
  }

  .home-nav .home-nav__item a {
    font-size: 22px;
    padding: 20px;
  }

  .home-blog__header {
    margin-bottom: 40px;
  }

  .home-blog__header .title {
    font-size: 30px;
  }

  .home-page .home-top-left3 {
    top: 50px;
  }

  .home-page .home-top-right1 {
    width: 40%;
  }

  .home-page .home-right {
    top: 300px;
  }

  .home-page .footer-right {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  section.slider .introduccion {
    font-size: 35px;
  }

  section.slider .brain-background {
    bottom: -90px;
    width: 200px;
    margin-left: -100px;
  }

  .home-nav {
    flex-wrap: wrap;
    max-width: 420px;
  }

  .home-nav .home-nav__item {
    flex-basis: 47%;
    margin: 0 1.5% 15px;
    height: 220px;
  }

  .home-blog__header {
    justify-content: center;
    text-align: center;
  }

  .home-blog__header .calltoaction {
    display: none;
  }

  .home-blog__footer {
    display: block;
  }

  .home-blog__container {
    flex-direction: column;
  }

  .home-blog__container .post-item:nth-child(3) {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  section.slider .introduccion {
    font-size: 30px;
  }
}
@media only screen and (max-width: 700px) {
  .home-process {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .home-process__steps {
    flex-direction: column;
    align-items: center;
  }

  .home-process__step {
    max-width: 100%;
  }
    section.slider .brain-background {
    position: absolute;
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin-left: 0 !important;   /* anulamos los márgenes negativos */
    width: 260px;                /* ajusta si lo quieres más grande/pequeño */
    bottom: -40px;               /* ajusta para subir/bajar el cerebro */
  }
}
/* TESTIMONIOS / RESEÑAS */
.home-testimonials {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 80px;
}
.home-testimonials .container-mini {
  max-width: 1100px;
}

.home-testimonials__title {
  font-size: 40px;
  margin-bottom: 16px;
}

.home-testimonials__intro {
  font-size: 18px;
  max-width: 720px;
  margin: 0 auto 40px;
}

.home-testimonials__slider {
  position: relative;
  max-width: 800px;
  margin: 0 auto 25px;
}

.home-testimonial {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;

  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.4s ease;

  background-color: #F7EFE5;
  border-radius: 30px;
  padding: 40px 35px;
}
.home-testimonials__slider {
  position: relative;
  height: auto;
  min-height: 240px; /* Ajusta según quieras */
}
.home-testimonial.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.home-testimonials {
    padding-bottom: 0px !important;
}
.home-testimonial__text {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 20px;
}

.home-testimonial__meta {
  font-size: 15px;
  opacity: 0.8;
}

.home-testimonials__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}

.home-testimonials__dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 1px solid #D55D5D;
  background-color: transparent;
  padding: 0;
}

.home-testimonials__dots .dot.active {
  background-color: #D55D5D;
}

.home-testimonials__rating {
  font-size: 15px;
  color: #6A5F51;
}

/* responsive */
@media only screen and (max-width: 800px) {
  .home-testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-testimonial {
    padding: 30px 20px;
  }

  .home-testimonial__text {
    font-size: 16px;
  }
}

/* ------------------------------------------------------------------------- */
/* POST SINGLE PAGE STYLES */
/* ------------------------------------------------------------------------- */
.cabecera {
  position: relative;
  height: 280px;
  border-radius: 50px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(110deg, #EACFE1 5%, #EDCCB0 95%);
}

.cabecera .subtitle {
  font-size: 30px;
  margin-bottom: 10px;
}

.cabecera .title {
  margin: 0;
}

.cabecera.cabecera-psicologas .title {
  color: #D55D5D;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  z-index: 1;
}

.cabecera.cabecera-psicologas {
  background: #c0d1e7;
}

.cabecera-top-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  text-align: left;
}

.cabecera-bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
}

.cabecera-right {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  text-align: right;
}

.cabecera-right img {
  height: 100%;
  width: auto;
}

.psicologas-image {
  position: absolute;
  bottom: 0px;
  left: 65%;
  width: 18%;
  text-align: left;
}

/* bg decoration */
.page {
  position: relative;
  padding-bottom: 200px;
}

.page .floating {
  position: absolute;
  z-index: -1;
}

.page .interior-home-left {
  bottom: 300px;
  left: 0;
  width: 15%;
}

.page-atendemos .interior-home-left,
.page-contacto .interior-home-left {
  bottom: 100px;
  width: 10%;
}

.page .interior-left {
  top: 500px;
  left: 0;
  width: 15%;
}

.page .interior-right {
  top: 500px;
  right: 0;
  text-align: right;
  width: 15%;
}

.page .footer-right {
  bottom: 0;
  right: 0;
  text-align: right;
  width: 35%;
}

.centered {
  text-align: center;
}

/* quienes somos - centro */
.section-centro {
  display: flex;
  justify-content: space-between;
}

.section-centro .section_left {
  flex-basis: 52%;
}

.section-centro .section_right {
  flex-basis: 40%;
}

.section-centro .title {
  font-size: 50px;
}

.section-centro .text {
  max-width: 600px;
}

.section-centro .text p {
  font-size: 20px;
  line-height: 150%;
}

.section-valores {
  display: flex;
  justify-content: space-between;
  padding-top: 200px;
}

.section-valores .valores__item {
  position: relative;
  flex-basis: 31%;
  border-radius: 25px;
  background-color: #F4E9DD;
  padding: 80px 30px 40px;
  text-align: center;
}

.section-valores .valores__item .icon {
  position: absolute;
  width: 140px;
  height: 140px;
  background-color: #E29D93;
  border-radius: 1000px;
  border: 15px solid #F4E9DD;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -80px;
  left: 50%;
  margin-left: -70px;
  padding: 8px;
}

.section-valores .valores__item .title {
  font-size: 40px;
}

.section-valores .valores__item .text p {
  font-size: 16px;
  margin-bottom: 15px;
}

/* quienes somos - Equipo */
.section-equipo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-equipo .section_left {
  flex-basis: 52%;
}

.section-equipo .section_right {
  flex-basis: 40%;
}

.section-equipo .text {
  max-width: 600px;
}

.section-equipo .text p {
  font-size: 20px;
  line-height: 150%;
}

.section-people {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 0;
}

.section-people .people__item {
  flex-basis: 30.33%;
  margin: 0 1.5% 30px;
  padding: 0 2%;
  text-align: center;
}

.section-people .people__item .icon {
  display: inline-block;
  width: 240px;
  height: 240px;
  background-color: #F4E9DD;
  border-radius: 1000px;
  border: 10px solid #F4E9DD;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
  cursor: pointer;
}

.section-people .people__item .title {
  font-size: 32px;
  margin-bottom: 10px;
}

.section-people .people__item p.job {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 25px;
}

.section-people .people__item p.info {
  font-size: 15px;
  margin-bottom: 20px;
}

.section-people .people__item .calltoaction {
  font-size: 13px;
  text-transform: uppercase;
  padding: 2px 15px;
  cursor: pointer;
}

.people__popup {
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  background-color: rgba(209, 192, 175, 0.7);
  /*rgba(243,228,213,.7)*/
  z-index: 1000;
  transition: all 0.2s;
}

.people__popup.show {
  opacity: 1;
  visibility: visible;
}

.people__popup-box {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #F4E9DD;
  height: 80%;
  max-height: 80%;
  border-radius: 50px;
  /*border: 5px solid white;*/
  overflow: hidden;
}

.people__popup-header {
  position: absolute;
  right: 20px;
  top: 20px;
  display: flex;
  align-items: center;
}

.people__popup-header .people__popup-nav {
  margin-right: 20px;
}

.people__popup-header .people__popup-nav a.nav-prev,
.people__popup-header .people__popup-nav a.nav-next {
  font-size: 22px;
  color: #D55D5D;
  padding: 5px 10px;
}

.people__popup-header .close-popup {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.people__popup-header .close-popup img {
  width: 30px;
}

.people__popup-content {
  padding: 40px 7% 50px;
  height: 100%;
  overflow-y: scroll;
}

.people__popup-content .image-name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.people__popup-content .image-name .icon {
  display: inline-block;
  width: 100px;
  height: 100px;
  background-color: #F4E9DD;
  border-radius: 1000px;
  border: 5px solid #F0DEC9;
  background-size: cover;
  background-position: center;
  margin-right: 20px;
}

.people__popup-content .image-name .title {
  font-size: 30px;
  margin-bottom: 0;
}

.people__popup-content .text {
  margin-bottom: 40px;
}

.people__popup-content .subtitle {
  font-size: 25px;
  margin-bottom: 20px;
}

.people__popup-content .lista {
  list-style: disc;
  padding-left: 30px;
}

.people__popup-content .lista li {
  margin-bottom: 5px;
}

.people__popup-content.hide {
  display: none;
}

/* atendemos */
.section-atendemos-intro {
  text-align: center;
}

.section-atendemos-intro .text p {
  font-size: 22px;
  margin: 0;
}

.section-atendemos {
  max-width: 800px;
  margin: auto;
}

.section-atendemos .menu-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  cursor: pointer;
  border-top: 1px solid rgba(67, 51, 32, 0.6);
}

.section-atendemos .menu-button:first-child {
  border: none;
}

.section-atendemos .menu-button .button-title h2 {
  margin-bottom: 0;
}

.section-atendemos .menu-button .flecha {
  position: relative;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.section-atendemos .menu-button .flecha:before {
  content: "";
  position: absolute;
  width: 20px;
  top: 50%;
  left: 0;
  height: 2px;
  background-color: #433320;
}

.section-atendemos .menu-button .flecha:after {
  content: "";
  position: absolute;
  width: 20px;
  top: 50%;
  left: 0;
  height: 2px;
  background-color: #433320;
  transform: rotate(90deg);
  transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -webkit-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
}

.section-atendemos .menu-button.selected .flecha:after {
  transform: rotate(0);
}

.section-atendemos .menu-content {
  padding: 0 30px 50px;
}

.section-atendemos .menu-content p {
  font-size: 20px;
}

/* Contacto */
.section-contacto {
  display: flex;
  justify-content: space-between;
}

.section-contacto .section_left {
  flex-basis: 32%;
}

.section-contacto .section_left .title {
  font-size: 35px;
  line-height: 120%;
}

.section-contacto .section_left .text {
  font-size: 20px;
}

.section-contacto .section_right {
  flex-basis: 60%;
}

/* 404 page */
.errorpage {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.errorpage .text {
  flex-basis: 50%;
  padding-left: 5%;
  padding-right: 3%;
}

.errorpage .image {
  flex-basis: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.errorpage .image img {
  max-width: 400px;
}

/* ----------------------------------------------- */
/* RESPONSIVE */
/* ----------------------------------------------- */
@media only screen and (max-width: 1200px) {
  .cabecera {
    height: 220px;
  }

  .section-centro .title {
    font-size: 45px;
  }

  .section-centro .text p,
.section-equipo .text p {
    font-size: 17px;
  }

  .section-valores {
    padding-bottom: 50px;
  }

  .section-valores .valores__item .title {
    font-size: 35px;
  }

  .section-people .people__item {
    padding: 0;
  }
}
@media only screen and (max-width: 1100px) {
  .section-valores .valores__item .title {
    font-size: 30px;
  }

  .section-valores .valores__item .icon {
    width: 120px;
    height: 120px;
    top: -60px;
    border-width: 10px;
    margin-left: -60px;
  }
}
@media only screen and (max-width: 1000px) {
  .section-valores {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 150px;
    padding-bottom: 0;
  }

  .section-valores .valores__item {
    flex-basis: 46%;
    padding: 70px 30px 40px;
    margin: 50px 2% 50px;
  }

  .section-people .people__item {
    flex-basis: 47%;
    margin: 0 1.5% 50px;
  }

  .section-atendemos .menu-content p {
    font-size: 18px;
  }

  .section-contacto {
    flex-direction: column;
  }

  .section-contacto .section_left {
    margin-bottom: 30px;
  }

  .errorpage .image img {
    max-width: 300px;
  }
}
@media only screen and (max-width: 900px) {
  .page {
    padding-bottom: 150px;
  }

  .cabecera {
    height: 180px;
  }

  .cabecera .title {
    font-size: 40px;
  }

  .cabecera .subtitle {
    font-size: 25px;
  }

  .section-centro .title {
    font-size: 40px;
  }

  .section-centro .text p,
.section-equipo .text p {
    font-size: 16px;
  }

  .section-people .people__item .title {
    font-size: 28px;
  }

  .section-people .people__item p.job {
    font-size: 15px;
  }

  .section-atendemos-intro .text p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 800px) {
  .page {
    padding-bottom: 100px;
  }

  .cabecera .title {
    font-size: 35px;
  }

  .section-centro {
    flex-direction: column;
  }

  .section-centro .section_right {
    text-align: right;
    margin-top: 20px;
  }

  .section-centro .section_right img {
    width: 100%;
    max-width: 500px;
  }

  .section-valores {
    flex-direction: column;
    padding-top: 120px;
  }

  .section-valores .valores__item {
    margin: 0 auto 70px;
    padding: 60px 30px 30px;
    max-width: 500px;
  }

  .section-valores .valores__item .icon {
    width: 100px;
    height: 100px;
    top: -50px;
    margin-left: -50px;
  }

  .section-equipo {
    flex-direction: column-reverse;
  }

  .section-equipo .section_left {
    margin-top: 20px;
  }

  .section-equipo .section_left img {
    width: 100%;
    max-width: 500px;
  }

  .section-people {
    flex-direction: column;
    padding: 20px 0;
  }

  .section-people .people__item p.info {
    font-size: 14px;
    margin: 0 auto 20px;
    max-width: 400px;
  }

  .section-atendemos .menu-content p {
    font-size: 17px;
  }

  .section-contacto .section_left .title {
    font-size: 30px;
  }

  .section-contacto .section_left .text {
    font-size: 18px;
  }

  .errorpage {
    flex-direction: column;
  }

  .errorpage .text {
    text-align: center;
    padding: 0 0 50px;
  }
}
@media only screen and (max-width: 600px) {
  .cabecera {
    height: 120px;
    border-radius: 30px;
  }

  .cabecera-top-left {
    width: 40%;
  }

  .cabecera-bottom-left {
    width: 40%;
  }

  .cabecera .title {
    font-size: 30px;
  }

  .cabecera .subtitle {
    font-size: 20px;
    margin-bottom: 3px;
  }

  .section-centro .title {
    font-size: 35px;
  }

  .section-valores .valores__item .text p {
    font-size: 15px;
  }

  .section-centro .text p,
.section-equipo .text p {
    font-size: 15px;
  }

  .people__popup-content .image-name {
    flex-direction: column;
    text-align: center;
  }

  .people__popup-content .image-name .icon {
    margin-right: 0;
  }

  .people__popup-content .image-name .title {
    font-size: 28px;
  }

  .section-atendemos-intro .text p {
    font-size: 18px;
  }

  .section-atendemos .menu-content p {
    font-size: 16px;
  }

  form .column {
    flex-direction: column;
  }

  .section-contacto .section_left .title {
    font-size: 25px;
  }

  .section-contacto .section_left .text {
    font-size: 17px;
  }
}
@media only screen and (max-width: 480px) {
  .cabecera {
    height: 90px;
  }

  .section-people .people__item .icon {
    width: 200px;
    height: 200px;
    margin-bottom: 10px;
  }

  .section-atendemos .menu-content p {
    font-size: 15px;
  }
}
/* ------------------------------------------------------------------------- */
/* NEWS STYLES */
/* ------------------------------------------------------------------------- */
/* ITEM */
.blog__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.post-item {
  flex-basis: 30.33%;
  margin: 0 1.5% 30px;
  background-color: #F4E9DD;
  border-radius: 25px;
  overflow: hidden;
}

.post-item a.post-image-link {
  display: block;
  overflow: hidden;
}

.post-item a.post-image-link .image {
  display: block;
  height: 220px;
  background-size: cover;
  background-position: center;
  transition: all 1s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -webkit-transition: all 1s cubic-bezier(0.07, 0.71, 0.1, 0.9);
}

.post-item a.post-image-link:hover .image {
  transform: scale(1.05);
}

.post-item .post-header {
  padding: 20px 20px 30px;
}

.post-item .post-header .post-title {
  font-family: "Poppins", sans-serif;
  line-height: 120%;
  font-weight: 400;
  color: #433320;
  font-size: 22px;
  margin-bottom: 10px;
}

.post-item .post-header .post-title a {
  color: #433320;
}

.post-item .post-header .date {
  opacity: 0.7;
  color: #433320;
  font-size: 12px;
  line-height: 110%;
  margin: 0;
}

/*  POST CONTENT   */
/* bg decoration */
.post-single {
  position: relative;
  padding-top: 0;
  padding-bottom: 200px;
}

.post-single .floating {
  position: absolute;
  z-index: -1;
}

.post-single .interior-home-left {
  bottom: 100px;
  left: 0;
  width: 10%;
}

.post-single .footer-right {
  bottom: 0;
  right: 0;
  text-align: right;
  width: 35%;
}

.breadcrumb {
  margin-bottom: 10px;
}

.breadcrumb a {
  font-size: 14px;
  text-transform: uppercase;
}

.post-single .post-header {
  margin-bottom: 25px;
}

.post-single .post-header .post-title {
  font-size: 45px;
  line-height: 110%;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.post-single .post-header .date {
  font-size: 16px;
  line-height: 110%;
}

.post-single .post-header .post-labels {
  display: flex;
}

.post-single .post-header .post-labels .label {
  color: #D55D5D;
  font-size: 14px;
  line-height: 100%;
  padding: 5px 15px;
  background-color: transparent;
  border: 1px solid #D55D5D;
  border-radius: 100px;
  margin: 0 10px 10px 0;
}

.post-single .post-image {
  margin-bottom: 50px;
  text-align: center;
}

.post-single .post-image .post-single-header__image {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 950px;
  border-radius: 25px;
}

.post-single .post-image-mobile {
  display: none;
}

.post-single .post-content p {
  font-size: 20px;
  line-height: 160%;
  margin-bottom: 25px;
}

.post-single .post-content h1,
.post-single .post-content h2,
.post-single .post-content h3,
.post-single .post-content h4,
.post-single .post-content h5 {
  line-height: 110%;
}

.post-single .post-content h1,
.post-single .post-content h2 {
  margin-top: 60px;
  margin-bottom: 30px;
}

.post-single .post-content h3 {
  margin-top: 40px;
  margin-bottom: 25px;
}

.post-single .post-content h4 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.post-single .post-content h5 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.post-single .post-content ul {
  margin: 30px 0 35px;
  padding-left: 25px;
}

.post-single .post-content ul li {
  list-style: disc;
  margin-bottom: 8px;
  line-height: 150%;
  font-size: 20px;
}

.post-single .post-content ol {
  margin: 30px 0 35px;
  padding-left: 25px;
}

.post-single .post-content ol li {
  margin-bottom: 8px;
  line-height: 150%;
  font-size: 20px;
}

.post-single .post-content ol li::marker {
  font-weight: 700;
}

.post-single .post-content a.calltoaction {
  margin: 10px 0 40px;
  display: inline-block;
  color: white;
  font-size: 20px;
  line-height: 110%;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #D55D5D;
  padding: 15px 30px;
  border-radius: 60px;
  transition: all 0.2s;
}

.post-single .post-content a.calltoaction:hover {
  background-color: #C44A4A;
}

.post-single .post-content p img {
  border-radius: 25px;
  margin: 10px auto 20px;
}

.post-single .post-content .wp-caption {
  margin: 10px auto 20px;
}

.post-single .post-content .wp-caption img {
  border-radius: 25px;
}

.post-single .post-content .wp-caption p.wp-caption-text {
  font-size: 12px;
  margin: 10px 0 0;
  line-height: 130%;
  color: #877155;
}

.post-single .post-content em {
  font-style: italic;
}

.post-single .buttons-share {
  position: fixed;
  top: 30%;
  left: 0;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}

.post-single .buttons-share .share-item {
  position: relative;
  display: flex;
  padding: 5px 10px;
  margin-bottom: 5px;
  transition: all 0.2s;
}

.post-single .buttons-share .share-item img {
  transition: all 0.2s;
}

.post-single .buttons-share .share-item:hover {
  opacity: 0.8;
}

.post-single .buttons-share .share-item:hover img {
  transform: translateX(5px);
}

.post-single .buttons-share .share-item.share_mail {
  position: relative;
  cursor: pointer;
}

.post-single .buttons-share .share-item.share_mail .div-copied {
  display: none;
  position: absolute;
  left: calc(100% + 5px);
  top: 8px;
  padding: 5px 15px;
  font-size: 12px;
  line-height: 100%;
  font-weight: 400;
  color: #505d7c;
  background-color: white;
  border: 1px solid #eaebf2;
  border-radius: 20px;
}

.post-footer .nav {
  display: flex;
  justify-content: space-between;
}

.post-footer .nav a {
  font-size: 15px;
}

@media only screen and (max-width: 1400px) {
  .post-item a.post-image-link .image {
    height: 200px;
  }
}
@media only screen and (max-width: 1200px) {
  .post-item a.post-image-link .image {
    height: 180px;
  }
}
@media only screen and (max-width: 1100px) {
  .post-item a.post-image-link .image {
    height: 160px;
  }

  .post-single .post-header .post-title {
    font-size: 40px;
  }

  .post-single .buttons-share {
    position: relative;
    top: auto;
    left: auto;
    flex-direction: row;
    justify-content: flex-start;
    padding: 15px 5% 0;
  }

  .post-single .buttons-share .share-item:hover img {
    transform: translateX(0px);
  }
}
@media only screen and (max-width: 1000px) {
  .post-item a.post-image-link .image {
    height: 140px;
  }

  .post-single .post-content p {
    font-size: 18px;
  }

  .post-single .post-content ul li,
.post-single .post-content ol li {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .blog__container .post-item {
    flex-basis: 47%;
  }

  .post-item a.post-image-link .image {
    height: 200px;
  }

  .post-single {
    padding-bottom: 150px;
  }

  .post-single .post-header .post-title {
    font-size: 35px;
    margin-bottom: 15px;
  }

  .post-single .post-header .date {
    font-size: 14px;
  }
}
@media only screen and (max-width: 800px) {
  .post-item a.post-image-link .image {
    height: 170px;
  }

  .post-item .post-header .post-title {
    font-size: 20px;
  }

  .post-single {
    padding-bottom: 100px;
  }

  .post-single .post-header .post-labels .label {
    font-size: 13px;
  }

  .post-single .post-content p {
    font-size: 17px;
  }

  .post-single .post-content ul li,
.post-single .post-content ol li {
    font-size: 17px;
  }
}
@media only screen and (max-width: 600px) {
  .blog__container {
    flex-direction: column;
  }

  .post-item a.post-image-link .image {
    height: 200px;
  }

  .post-item .post-header .post-title {
    font-size: 18px;
  }

  .post-single .post-image {
    display: none;
  }

  .post-single .post-image-mobile {
    display: block;
  }

  .post-single .post-content h2 {
    margin-top: 30px;
  }

  .post-single .post-content h3,
.post-single .post-content h4,
.post-single .post-content h5 {
    margin-top: 30px;
    margin-bottom: 22px;
  }

  .post-single .post-content p {
    font-size: 16px;
  }

  .post-single .post-content ul li,
.post-single .post-content ol li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .post-item a.post-image-link .image {
    height: 160px;
  }

  .post-item .post-header .post-title {
    font-size: 17px;
  }

  .post-single .post-header .post-title {
    font-size: 30px;
  }

  .post-single .post-title {
    font-size: 40px;
  }

  .post-content ul li, .post-content ol li {
    font-size: 15px;
  }

  .post-single .post-content p {
    font-size: 15px;
  }

  .post-single .post-content ul li,
.post-single .post-content ol li {
    font-size: 15px;
  }
}
/* ------------------------------------------------------------------------- */
/* GENERAL FORM STYLES */
/* ------------------------------------------------------------------------- */
form .column p {
  display: flex;
  justify-content: space-between;
}

form .column p span {
  flex-basis: 49%;
}

form input[type=email], form input[type=text], form input[type=tel], form textarea {
  border: 1px solid #F4E9DD;
  padding: 12px 35px;
  border-radius: 30px;
  color: #433320;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  background: #F4E9DD;
  outline: 0;
  width: 100%;
  transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  -webkit-appearance: none;
}

form textarea {
  resize: none;
  max-height: 160px;
}

select {
  border: 1px solid #F4E9DD;
  padding: 12px 55px 12px 35px;
  background: #F4E9DD url(../images/arrow.svg) calc(100% - 30px) center no-repeat;
  font-size: 20px;
  border-radius: 30px;
  width: 100%;
  color: #433320;
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
  outline: 0;
  -webkit-appearance: none;
}

.wpcf7-acceptance .wpcf7-list-item-label {
  color: #433320;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  vertical-align: middle;
  padding-left: 30px;
  position: relative;
  text-align: left;
}

.wpcf7-acceptance .wpcf7-list-item-label:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  height: 15px;
  width: 15px;
  border: 1px solid #433320;
  background-color: #F4E9DD;
  border-radius: 10px;
  transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}

.wpcf7-acceptance .wpcf7-list-item-label a {
  border-bottom: 1px solid #D55D5D;
}

form input[type=checkbox]:checked ~ .wpcf7-list-item-label:before {
  background-color: #433320;
}

.wpcf7-not-valid-tip {
  font-size: 15px;
  padding: 5px 30px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: transparent;
  color: #46b450;
}

form input[type=submit] {
  display: inline-block;
  position: relative;
  background: #D55D5D;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  border-radius: 100px;
  border: none;
  color: white;
  margin: 0;
  outline: 0;
  padding: 12px 60px;
  -webkit-appearance: none;
  transition: all 0.2s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}

form input[type=submit]:hover {
  background-color: #C44A4A;
}

::-webkit-input-placeholder {
  color: #433320;
  opacity: 0.7;
}

:-moz-placeholder {
  color: #433320;
  opacity: 0.7;
}

::-moz-placeholder {
  color: #433320;
  opacity: 0.7;
}

:-ms-input-placeholder {
  color: #433320;
  opacity: 0.7;
}

/* SEARCH FORM */
/*.search { 
    margin:0 auto 25px; 
    display:inline-flex;
    border-bottom:1px solid $color-txt;
    padding:0 10px 3px;
}
.search .search-image {
    margin-right:15px;
}
.search form input[type=text] {
    border:none;
    padding:0;
    margin:0;
    border-radius:0;
    color:$color-txt;
    font-family:$second;
    text-transform:uppercase;
    font-size:25px;
    line-height:110%;
    background:transparent;
    width:200px;
}
.search form input[type=submit] {
    display: none;
}*/
/* SEARCH FORM */
/*.search-header { 
    margin:0; 
    display:inline-flex;
    border-bottom:1px solid white;
    padding:0;
}
.search-header .search-image {
    margin-right:15px;
}
.search-header .search-image path { fill: white;}
.search-header form input[type=text] {
    border:none;
    padding:0;
    margin:0;
    border-radius:0;
    color:white;
    font-family:$second;
    text-transform:uppercase;
    font-size:25px;
    line-height:110%;
    background:transparent;
    width:200px;
}
.search-header form input[type=submit] {
    display: none;
}*/
/* ----------------------------------------------- */
/* RESPONSIVE */
/* ----------------------------------------------- */
@media only screen and (max-width: 800px) {
  form input[type=email], form input[type=text], form input[type=tel], form textarea, select {
    font-size: 18px;
  }

  form input[type=submit] {
    font-size: 18px;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  form input[type=submit] {
    padding: 12px;
  }

  form input[type=email], form input[type=text], form input[type=tel], form textarea {
    font-size: 16px;
    padding: 10px 20px;
  }

  select {
    font-size: 16px;
    padding: 10px 50px 10px 20px;
  }

  .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 14px;
  }
}
/* ------------------------------------------------------------------------- */
/* FOOTER STYLES */
/* ------------------------------------------------------------------------- */
.footer {
  position: relative;
  background-color: #F4E9DD;
  color: #6A5F51;
  font-size: 15px;
  padding: 10px 0 40px;
}

.footer .curve {
  position: absolute;
  width: 100%;
  height: 180px;
  top: -180px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 100%;
}

.footer-first {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.footer-first .footer-first__left {
  flex-basis: 30%;
}

.footer-first .footer-first__left .web-logo {
  display: inline-block;
  margin-bottom: 30px;
}

.footer-first .footer-first__left .web-logo .footer__logo {
  display: inline-block;
  width: 226px;
  margin-bottom: 5px;
}

.footer-first .footer-first__left .web-logo span {
  display: inline-block;
  color: #e86054;
  font-weight: 700;
  font-size: 20px;
}

.footer-first .footer-first__left ul.contact-list li {
  margin-bottom: 15px;
}

.footer-first .footer-first__left ul.contact-list li a {
  display: inline-flex;
  padding: 5px 15px 5px 5px;
  border-radius: 20px;
  background-color: transparent;
  transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -webkit-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
}

.footer-first .footer-first__left ul.contact-list li a:hover {
  background-color: #fff8f0;
}

.footer-first .footer-first__left ul.contact-list li a .icon {
  margin-right: 10px;
  width: 30px;
}

.footer-first .footer-first__left ul.contact-list li a .info {
  flex: 1;
  padding-top: 2px;
  font-size: 16px;
  color: #6A5F51;
}

.footer-first .footer-first__left a.calltoaction {
  width: 250px;
  margin: 30px 0 50px;
}

.footer-first .footer-first__left ul.social-list {
  justify-content: flex-start;
}

.footer-first .footer-first__left ul.social-list li {
  margin: 0 20px 0 0;
}

.footer-first .footer-first__left ul.social-list li a {
  width: 45px;
  height: 45px;
}

.footer-first .footer-first__left ul.social-list li a .icon img {
  width: 25px;
}

.footer-first .map-section {
  display: block;
  flex-basis: 60%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 450px;
  border-radius: 100px;
}

.footer-first .map-section .map-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
}

.footer-first .map-section .map-icon:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: -10px;
  left: -10px;
  border-radius: 1000px;
  background-color: #D55D5D;
}

.footer-first .map-section .map-icon .icon-shadow {
  position: absolute;
  width: 60px;
  height: 60px;
  top: -30px;
  left: -30px;
  border-radius: 1000px;
  background-color: rgba(213, 93, 93, 0.3);
  animation: blinkingshadow 4s ease-in-out infinite;
  -webkit-animation: blinkingshadow 4s ease-in-out infinite;
  transform: scale(1);
  opacity: 1;
}

.footer-first .map-section .map-button {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 20px;
}

.footer-first .map-section:hover .calltoaction {
  color: white;
  background-color: #D55D5D;
}

@-webkit-keyframes blinkingshadow {
  50% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes blinkingshadow {
  50% {
    transform: scale(2);
    opacity: 0;
  }
}
/*.footer-second {display:flex; justify-content: space-between; align-items: center; margin-bottom:50px;}
.footer-second .footer__nav {  }
.footer-second .footer__nav ul {display: flex; flex-wrap:wrap; }
.footer-second .footer__nav ul li {margin-right:30px;}
.footer-second .footer__nav ul li a { color:$color-txt-footer; font-size:22px; font-family:$main; position: relative; overflow: hidden; display: inline-block; padding: 3px 1px 6px;}
.footer-second .footer__nav ul li a:after { backface-visibility: hidden; transform-style: preserve-3d; transform: translateZ(0); will-change: transform; content: ""; width: 100%; height: 1px; position: absolute; bottom: 0; left: 0; background:$color-txt-footer; 
  transition: all .5s cubic-bezier(.07,.71,.1,.9);
    -webkit-transition: all .5s cubic-bezier(.07,.71,.1,.9);
    transform: translate3d(-103%,0,0);
    -webkit-transform: translate3d(-103%,0,0);
}
.footer-second .footer__nav ul li a:hover:after {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
}
.footer-second .footer__nav ul li ul.sub-menu { display:none; }
.footer-second .footer-second__right { display:flex;  justify-content: flex-end; align-items: center;}
.footer-second .footer-second__right a.calltoaction { width: 250px; margin-left: 40px; }
*/
.footer-third {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(148, 111, 68, 0.5);
  padding-top: 30px;
}

.footer-third .copy {
  display: inline-block;
  font-size: 13px;
  line-height: 100%;
  color: #946F44;
}

.footer-third ul.links-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer-third ul.links-list li {
  margin: 0 10px;
}

.footer-third ul.links-list li a {
  font-size: 15px;
  line-height: 100%;
  color: #946F44;
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 3px 1px;
}

.footer-third ul.links-list li a:after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-style: preserve-3d;
  transform: translateZ(0);
  will-change: transform;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #946F44;
  transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -webkit-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  transform: translate3d(-103%, 0, 0);
  -webkit-transform: translate3d(-103%, 0, 0);
}

.footer-third ul.links-list li a:hover:after {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.grecaptcha-badge {
  visibility: hidden;
}

/* ----------------------------------------------- */
/* RESPONSIVE */
/* ----------------------------------------------- */
@media only screen and (max-width: 1200px) {
  .footer-first .map-section {
    min-height: 370px;
  }

  /*.footer-second .footer__nav ul li a {font-size:18px;}*/
}
@media only screen and (max-width: 1000px) {
  .footer-first .footer-first__left {
    flex-basis: 40%;
  }

  .footer-first .footer-first__left .web-logo .footer__logo {
    width: 180px;
  }

  .footer-first .footer-first__left .web-logo span {
    font-size: 15px;
  }

  .footer-first .map-section {
    flex-basis: 55%;
    min-height: 320px;
  }

  /*.footer-second a.calltoaction { width: auto;}
  .footer-second .footer__nav ul li { margin-right: 20px;}*/
}
@media only screen and (max-width: 900px) {
  .footer .curve {
    height: 100px;
    top: -100px;
  }

  .footer-first .footer-first__left ul.contact-list li {
    margin-bottom: 10px;
  }

  .footer-first .footer-first__left ul.contact-list li a .icon {
    margin-right: 10px;
    width: 20px;
  }

  .footer-first .footer-first__left ul.contact-list li a .info {
    font-size: 15px;
  }

  .footer-first .map-section:hover .calltoaction {
    font-size: 15px;
  }

  .footer-third {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
    padding-top: 20px;
  }

  .footer-third ul.links-list {
    justify-content: center;
    margin-bottom: 20px;
  }

  .footer-third ul.links-list li a {
    font-size: 14px;
  }

  .footer-third .copy {
    font-size: 11px;
  }
}
@media only screen and (max-width: 800px) {
  .footer-first .map-section {
    flex-basis: 50%;
    border-radius: 50px;
  }
}
@media only screen and (max-width: 700px) {
  .footer .curve {
    height: 70px;
    top: -70px;
  }

  .footer-first {
    flex-direction: column;
    margin-bottom: 35px;
  }

  .footer-first .footer-first__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }

  .footer-first .footer-first__left .web-logo {
    margin-bottom: 10px;
    text-align: center;
  }

  .footer-first .footer-first__left .web-logo .footer__logo {
    width: 140px;
    margin-bottom: 0;
  }

  .footer-first .footer-first__left .web-logo span {
    font-size: 13px;
  }

  .footer-first .footer-first__left ul.social-list li {
    margin: 0 20px;
  }

  .footer-first .map-section {
    min-height: 260px;
  }
}
@media only screen and (max-width: 480px) {
  .footer-first .footer-first__left ul.contact-list li {
    margin-bottom: 3px;
  }

  .footer-first .map-section {
    border-radius: 30px;
    min-height: 220px;
  }
}
/* --- Localización bajo el hero (home) --- */
.home-location {
  margin-top: 10px;
  font-size: 15px;
  text-align: center;
  color: #6A5F51;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.home-process {
    padding-top: 60px !important;
}
section.home-process.padding-big {
    padding-top: 40px !important;
    padding-bottom: 20px !important;
}
.home-process {
    position: relative;
    z-index: 10;
}
/*section.slider p:first-of-type {
    display: none !important;
} */
/* Más ancho para título + texto de reseñas en pantallas grandes */
@media (min-width: 1024px) {
  .home-testimonials {
    max-width: 1100px;      /* antes ocupaba menos */
    margin-left: auto;
    margin-right: auto;
  }

  .home-testimonials__intro {
    max-width: 860px;       /* antes 700px, menos líneas */
  }
}
/* --- Carrusel de reseñas: varias tarjetas visibles --- */
.home-testimonials {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 80px;
}

.home-testimonials .container-mini {
  max-width: 1100px;
}

.home-testimonials__title {
  font-size: 40px;
  margin-bottom: 16px;
}

.home-testimonials__intro {
  font-size: 18px;
  max-width: 720px;
  margin: 0 auto 40px;
}

/* Carrusel */
.home-testimonials__slider {
  overflow: hidden;
  margin-bottom: 20px;
}

.home-testimonials__track {
  display: flex;
  width: 100%;
  transition: transform 0.5s ease;
}

.home-testimonials__slide {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  gap: 24px;
}

.home-testimonial-card {
  flex: 1 1 0;
  min-width: 0;
  max-width: 340px;
  background-color: #F4E9DD;
  border-radius: 24px;
  padding: 26px 24px 28px;
  text-align: left;
}

.home-testimonial-card__text {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 14px;
}

.home-testimonial-card__meta {
  font-size: 14px;
  opacity: 0.75;
}
.home-testimonials__slider {
  position: relative;
  max-width: 1300px;
  margin: 0 auto 25px;
  overflow: hidden;
}

.home-testimonials__track {
  display: flex;
  transition: transform 0.5s ease;
}

.home-testimonials__slide {
  flex: 0 0 100%;
  display: flex;
  gap: 20px;
  justify-content: center;
}

.home-testimonial {
  /* anulamos el modo "absolute" del carrusel anterior */
  position: relative;
  top: auto;
  left: auto;
  opacity: 1;
  visibility: visible;
  transform: none;

  flex: 1 1 0;
  max-width: 380px;
  min-width: 360px;
  background-color: #F4E9DD;
  border-radius: 30px;
  padding: 30px 28px 36px;
  text-align: left;
}

.home-testimonial__text {
  font-size: 17px;
  line-height: 150%;
  margin-bottom: 18px;
}

.home-testimonial__meta {
  font-size: 15px;
  opacity: 0.8;
}
.home-testimonials .container-micro {
  max-width: 1100px;  /* antes 700px por defecto */
}

/* puntos debajo del carrusel */
.home-testimonials__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}

.home-testimonials__dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 1px solid #D55D5D;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}

.home-testimonials__dots .dot.active {
  background-color: #D55D5D;
}

.home-testimonials__rating {
  font-size: 15px;
  color: #6A5F51;
}

/* RESPONSIVE: en móvil las reseñas de cada slide van una debajo de otra */
@media only screen and (max-width: 900px) {
  .home-testimonials__slide {
    flex-wrap: wrap;
  }

.home-testimonial-card {
  flex: 1 1 0;
  min-width: 0;
  max-width: 340px;
  background-color: #F7EFE5;
  border-radius: 24px;
  padding: 26px 24px 28px;
  text-align: left;
}
.home-testimonial-card__text {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 14px;
}
}
.home-testimonial-card__meta {
  font-size: 14px;
  opacity: 0.75;
}

@media only screen and (max-width: 600px) {
  .home-testimonials {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .home-testimonial-card {
    padding: 22px 18px 24px;
  }

  .home-testimonial-card__text {
    font-size: 15px;
  }
}
/* BLOQUE CTA ENTRE RESEÑAS Y BLOG */
.home-cta-middle {
  text-align: center;
  padding: 70px 5% 70px;
  margin: 0 auto 10px;
    border-radius: 35px;
}

.home-cta-middle__title {
  font-size: 40px;
  margin-bottom: 15px;
  font-family: "Playfair Display", serif;
}

.home-cta-middle__text {
  font-size: 18px;
  margin: 0 auto 30px;
  max-width: 600px;
}

.home-cta-middle__alt {
  margin-top: 20px;
  font-size: 16px;
  color: #6A5F51;
}

.home-cta-middle__alt a {
  color: #D55D5D;
  text-decoration: underline;
}

/* Centrar el botón dentro del bloque */
section.home-cta-middle .container-mini {
  text-align: center;
}

section.home-cta-middle a.calltoaction {
  display: inline-block;
  margin: 24px auto 12px;
}

/* Responsive */
@media (max-width: 700px) {
  .home-cta-middle {
    padding: 50px 5%;
  }

  .home-cta-middle__title {
    font-size: 28px;
    line-height: 120%;
  }

  .home-cta-middle__text {
    font-size: 16px;
  }
}
section.home-blog.container-medio.padding-big {
    padding-top: 0 !important;
}
/* iPad / pantallas medias: cerebro centrado */
@media only screen and (min-width: 701px) and (max-width: 1100px) {
  section.slider .brain-background {
    position: absolute;
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin-left: 0 !important;
    width: 340px;      /* tamaño intermedio para iPad */
    bottom: -110px;    /* parecido a escritorio */
  }
}

/* Ajuste testimonios en móvil */
@media only screen and (max-width: 600px) {
    
      /* Padding lateral igual que el resto de la home */
  .home-testimonials {
    padding-left: 5%;
    padding-right: 5%;
  }

  /* El carrusel ocupa todo el ancho disponible */
  .home-testimonials__slider {
    max-width: 100%;
    margin: 0 auto 20px;
    padding: 0 0; /* un poco de aire lateral */
  }

  /* Cada slide apila las tarjetas en columna */
  .home-testimonials__slide {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  /* Cada testimonio ocupa el 100% del ancho, sin cortes */
  .home-testimonial {
    min-width: 100%;
    max-width: 100%;
    padding: 22px 18px 24px;
    box-sizing: border-box;
  }
}
.seo-h1 {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
/* FAQ ACORDEÓN – CENTRO */
.section-faq {
  max-width: 800px;
  margin: 0 auto;
}

.faq-accordion {
  margin-top: 20px;
  border-top: 1px solid rgba(67, 51, 32, 0.2);
}

.faq-item {
  border-bottom: 1px solid rgba(67, 51, 32, 0.2);
}

.faq-question {
  width: 100%;
  padding: 18px 0;
  background: none;
  border: none;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  cursor: pointer;
}

.faq-question__text {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #433320;
}

.faq-question__icon {
  font-size: 22px;
  color: #D55D5D;
  margin-left: 15px;
  transition: transform 0.2s ease;
}

.faq-answer {
  display: none;
  padding-bottom: 16px;
}

.faq-answer p {
  font-size: 16px;
  margin-bottom: 0;
}

/* Estado abierto */
.faq-item.is-open .faq-answer {
  display: block;
}

.faq-item.is-open .faq-question__icon {
  transform: rotate(45deg); /* el + se convierte en una X */
}

/* Responsive pequeño */
@media (max-width: 600px) {
  .faq-question__text {
    font-size: 16px;
  }

  .faq-answer p {
    font-size: 15px;
  }
}
/* Centrar botones SÓLO en la página Centro */
.page .centro-cta {
    text-align: center;
}

.page .centro-cta .calltoaction {
    display: inline-block;
    margin: 10px auto;
}
.legal-contacto{
    margin:20px 0;
    font-size:13px;
    line-height:1.6;
    color:#6e6258;
}

.legal-contacto p{
    margin:0;
    font-size: 12px !important;
}

.legal-toggle{
    background:none;
    border:none;
    padding:0;
    margin-left:4px;
    color:#d97c7c;
    cursor:pointer;
    font-size:inherit;
    font-weight:600;
    text-decoration:underline;
}

.legal-extra{
    display:none;
    margin-top:15px;
    padding:15px;
    border-radius:12px;
    background:rgba(255,255,255,0.4);
}

.legal-extra p{
    font-size:12px;
    line-height:1.7;
}

.legal-extra a{
    word-break:break-word;
}

/*# sourceMappingURL=main.min.css.map*/