/* ------------------------------------------------------------------------- */
/* 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: #F4F3F6;
}

body {
  min-height: 100%;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #534860;
  font-size: 18px;
  line-height: 140%;
  -webkit-font-smoothing: antialiased;
}

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

ul li {
  font-size: 18px;
  line-height: 140%;
}

.container {
  width: 100%;
  max-width: 1500px;
  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: 600;
}

p a, a {
  text-decoration: none;
  color: #60497B;
  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;
}

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

.calltoaction:hover {
  background-color: #875FB7;
}

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

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

.calltoaction.calltoaction-white {
  background-color: white;
  color: #60497B;
}

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

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

.calltoaction-cookies:hover {
  background-color: #875FB7;
}

/* 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: 1600px) {
  body, p, ul li {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1440px) {
  body, p, ul li {
    font-size: 16px;
  }
}
@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) {
  .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) {
  body, 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: "DM Serif Display", serif;
  color: #534860;
  font-weight: 400;
  font-style: normal;
  line-height: 110%;
  margin-bottom: 30px;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 35px;
}

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

.home-title {
  font-size: 50px;
}

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

  .home-title {
    font-size: 45px;
  }
}
@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;
  }

  .home-title {
    font-size: 40px;
  }
}
@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;
  }

  .home-title {
    font-size: 30px;
  }
}
::-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: #F4F3F6;
}

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

::-webkit-scrollbar-thumb {
  background-color: #60497B;
}

/* ------------------------------------------------------------------------- */
/* HEADER STYLES */
/* ------------------------------------------------------------------------- */
.header {
  width: 100%;
  position: fixed;
  box-sizing: border-box;
  background-color: #F4F3F6;
  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 {
  padding: 10px 0;
}

.header .header__logo {
  width: 220px;
  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: 160px;
}

/* 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: #534860;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  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: #534860;
  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__nav ul li.contacto {
  padding: 0 0px;
  margin: 0 10px;
}

.header__nav ul li.contacto a {
  color: white;
  background-color: #60497B;
  font-weight: 500;
  border-radius: 100px;
  padding: 8px 25px 6px;
  margin-top: -5px;
}

.header__nav ul li.contacto a:hover {
  background-color: #875FB7;
}

.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:white; padding:20px 20px 10px; visibility: hidden; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all 0.2s; 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:$color-txt; 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); }
*/
/* 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: #534860;
}

#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: #F4F3F6;
  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: #534860;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 25px;
  text-transform: uppercase;
  padding: 3px 0;
  display: inline-block;
  text-align: center;
}

.header__desplegable .header__nav-mobile ul li.contacto a {
  background: #60497B;
  padding: 8px 25px;
  border-radius: 15px;
  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;
}

main {
  margin-top: 120px;
}

@media only screen and (max-width: 1400px) {
  .header.fixed {
    padding: 15px 0;
  }

  .header .header__logo {
    width: 200px;
  }

  .header.fixed .header__logo {
    width: 140px;
  }
}
@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: 15px 0;
  }

  .header .header__logo {
    width: 140px;
  }

  .header__nav,
.header_idiomas {
    display: none;
  }

  #nav-open-close {
    display: flex;
  }

  main {
    margin-top: 70px;
  }
}
/* ------------------------------------------------------------------------- */
/* HOME CSS */
/* ------------------------------------------------------------------------- */
/*  SLIDER  */
.slider {
  position: relative;
  width: 100%;
  padding: 40px 5% 100px;
}

.slider-container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  display: flex;
  gap: 50px;
  align-items: center;
  margin: auto;
  z-index: 1;
}

.slider-container .slider-info {
  flex: 1;
}

.slider-container .slider-info .slider-subtitle {
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.slider-container .slider-info .slider-title {
  position: relative;
}

.slider-container .slider-info .intro {
  max-width: 400px;
}

.slider-container .slider-info .calltoaction {
  margin-top: 50px;
  padding: 15px 50px;
}

.slider-container .slider-image {
  flex: 1;
}

.slider .curve {
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 0;
}

.title.destacado {
  position: relative;
  display: inline-block;
}

.title.destacado span {
  z-index: 1;
  position: relative;
}

.destacado:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -20px;
  width: 230px;
  height: 50px;
  border-radius: 100px;
  background-color: #F4E8DD;
}

.destacado.right:before {
  left: auto;
  right: 0;
}

.bg-white {
  background: white;
}

.container-ayudas {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  margin: 60px auto 0;
  max-width: 1100px;
}

.ayuda__item {
  background-color: #F1EEF7;
  border-radius: 30px;
  padding: 30px 40px;
  width: 100%;
  max-width: 240px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.ayuda__item .icon {
  margin-bottom: 20px;
}

.ayuda__item .icon img {
  max-width: 80px;
}

.ayuda__item .info {
  font-size: 22px;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 0;
}

.trabajamos {
  position: relative;
}

.trabajamos .curve {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

.container-trabajamos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  max-width: 1400px;
}

.container-trabajamos .title-block {
  flex-basis: 40%;
}

.container-trabajamos .container-trabajamos-items {
  flex-basis: 60%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}

.trabajamos__item {
  grid-column: span 2;
  background-color: white;
  box-shadow: 0 5px 20px rgba(0, 2, 68, 0.08);
  border-radius: 30px;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.trabajamos__item:nth-child(4), .trabajamos__item:nth-child(5) {
  grid-column: span 3;
}

.trabajamos__item .icon {
  background-color: #FAECEC;
  border-radius: 12px;
  padding: 20px 25px;
  margin-bottom: 30px;
  display: flex;
  text-align: center;
  justify-content: center;
}

.trabajamos__item .icon img {
  max-width: 70px;
  max-height: 70px;
}

.trabajamos__item .info {
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 0;
}

.formato {
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.formato:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(231, 226, 238, 0.4);
}

.formato .title-block {
  position: relative;
  z-index: 1;
}

.formato .title-block p {
  font-weight: 500;
}

.container-formato {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  max-width: 800px;
  margin: 60px auto 0;
}

.formato__item {
  flex-basis: 50%;
  background-color: rgba(229, 224, 239, 0.5);
  border-radius: 30px;
  padding: 25px 40px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.formato__item .icon {
  margin-bottom: 15px;
}

.formato__item .icon img {
  max-width: 70px;
  max-height: 70px;
}

.formato__item .info {
  font-size: 22px;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 0;
}

.home-blog {
  background-color: #F4E8DD;
}

.home-blog__container {
  display: flex;
  flex-wrap: wrap;
  margin: 60px auto 0;
}

.home-blog__footer {
  text-align: center;
  margin-top: 20px;
}

/* ----------------------------------------------- */
/* RESPONSIVE */
/* ----------------------------------------------- */
@media only screen and (max-width: 1100px) {
  .slider-container {
    gap: 20px;
  }

  .container-trabajamos {
    flex-direction: column;
    text-align: center;
  }
}
@media only screen and (max-width: 900px) {
  .destacado:before {
    height: 40px;
    width: 190px;
  }

  .slider-container .slider-info .calltoaction {
    margin-top: 30px;
  }

  .ayuda__item {
    width: auto;
    flex-basis: 28%;
    max-width: unset;
    padding: 5% 3%;
  }

  .ayuda__item .icon img {
    max-width: 50px;
  }

  .ayuda__item .info,
.trabajamos__item .info {
    font-size: 18px;
  }

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

  .home-blog__container .post-item {
    flex-basis: 47%;
  }
}
@media only screen and (max-width: 800px) {
  .home-blog__header {
    margin-bottom: 40px;
  }

  .home-blog__header .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .destacado:before {
    height: 40px;
    width: 190px;
  }

  .slider-container {
    flex-direction: column;
  }

  .slider-container .slider-image img {
    max-width: 280px;
  }

  .container-ayudas {
    gap: 20px;
    margin: 40px auto 0;
  }

  .ayuda__item {
    flex-basis: 46%;
    border-radius: 20px;
  }

  .ayuda__item .info {
    font-size: 16px;
  }

  .container-trabajamos .container-trabajamos-items {
    gap: 20px;
  }

  .trabajamos__item {
    grid-column: span 3;
    padding: 20px 5%;
  }

  .trabajamos__item .icon {
    margin-bottom: 15px;
  }

  .container-formato {
    gap: 30px;
  }

  .formato__item {
    padding: 25px 5%;
  }

  .formato__item .info {
    font-size: 18px;
  }

  .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) {
  .trabajamos__item .icon {
    padding: 15px 20px;
  }

  .trabajamos__item .icon img {
    max-width: 50px;
    max-height: 50px;
  }
}
@media only screen and (max-width: 400px) {
  .container-formato {
    flex-direction: column;
    gap: 20px;
    margin: 40px auto 0;
  }

  .formato__item {
    width: 100%;
  }
}
/* ------------------------------------------------------------------------- */
/* POST SINGLE PAGE STYLES */
/* ------------------------------------------------------------------------- */
.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5 {
  margin-bottom: 20px;
}

.text-content hr {
  margin: 20px 0;
  border: none;
  height: 1px;
  background: #F4F3F6;
}

.centered {
  text-align: center;
}

/* quienes somos - centro */
.section-centro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

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

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

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

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

.section-centro .imagen {
  position: relative;
  padding: 0 0 30px 30px;
}

.section-centro .imagen:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border-radius: 40px;
  background: #F4E8DD;
}

.section-centro .imagen img {
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 40px;
}

.section-valores .valores__item {
  position: relative;
  border-radius: 40px;
  background-color: white;
  padding: 30px 50px;
  margin-bottom: 60px;
  margin-right: 30%;
}

.section-valores .valores__item:nth-child(even) {
  margin-right: 0;
  margin-left: 30%;
}

.section-valores .valores__item .icon {
  width: 65px;
  height: 65px;
  background-color: #F4E8DD;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  margin-bottom: 15px;
}

/* quienes somos - Equipo */
.section-people {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

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

.section-people .people__item a {
  display: inline-block;
}

.section-people .people__item a .icon {
  display: inline-block;
  width: 100%;
  height: 240px;
  border-radius: 25px;
  border: 5px solid white;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
  cursor: pointer;
  overflow: hidden;
}

.section-people .people__item a .icon img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 20% center;
     object-position: 20% center;
}

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

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

/*
.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(244,243,246,.8); z-index: 1000; -webkit-transition: all .2s; transition: all .2s;}
.people__popup.show { opacity:1; visibility: visible; } 

.people__popup-box { position:relative; width: 100%; max-width: 1000px; margin: 0 auto; background-color:white; height: 80%; max-height: 80%; border-radius: 50px; box-shadow: 0 0 10px rgba(0,0,0,0.1); 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:$color; 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-header .close-popup:hover { }

.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:$color-bg; border-radius:$border-radius; border:5px solid $color-bg; 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 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

.section-atendemos .servicio-item {
  position: relative;
  border-radius: 40px;
  background-color: white;
  padding: 40px 10% 30px;
}

.section-atendemos .servicio-item p {
  font-size: 16px;
  margin-bottom: 15px;
}

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

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

.section-contacto .section_left hr {
  margin: 30px 0;
  border: none;
  background: #E493DE;
  height: 1px;
}

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

.section-contacto .section_left p.tel {
  margin-bottom: 5px;
}

.section-contacto .section_left p.tel span {
  display: inline-block;
  min-width: 100px;
}

.section-contacto .section_left p.tel a {
  display: inline-block;
  font-weight: 500;
}

.section-contacto .section_left p.tel a:hover {
  text-transform: uppercase;
}

.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) {
  .section-centro .title {
    font-size: 45px;
  }

  .section-people .people__item {
    padding: 0;
  }

  .section-atendemos {
    gap: 30px;
  }
}
@media only screen and (max-width: 1100px) {
  .section-atendemos {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 1000px) {
  .section-people .people__item {
    flex-basis: 47%;
  }

  .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-top: 0;
  }

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

  .section-valores .valores__item {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .section-valores .valores__item:nth-child(even) {
    margin-left: 0;
  }

  .section-valores .valores__item .icon {
    width: 50px;
    height: 50px;
  }

  .section-people .people__item a .icon {
    margin-bottom: 10px;
  }

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

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

  .section-atendemos {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 800px) {
  .section-centro {
    flex-direction: column;
    gap: 30px;
  }

  .section-centro .imagen img {
    width: 100%;
    max-width: 300px;
  }

  .section-centro .imagen {
    padding: 0 0 20px 20px;
  }

  .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) {
  .section-centro .title {
    font-size: 35px;
  }

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

  /*.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;}*/
  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) {
  .section-people .people__item a .icon {
    height: 200px;
    margin-bottom: 10px;
  }
}
/* ------------------------------------------------------------------------- */
/* 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: white;
  border-radius: 0px;
  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: "Montserrat", sans-serif;
  line-height: 120%;
  font-weight: 400;
  color: #534860;
  font-size: 22px;
  margin-bottom: 10px;
}

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

.post-item .post-header .date {
  opacity: 0.7;
  color: #534860;
  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: "Montserrat", sans-serif;
  font-weight: 600;
}

.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: #60497B;
  font-size: 14px;
  line-height: 100%;
  padding: 5px 15px;
  background-color: transparent;
  border: 1px solid #60497B;
  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: 600;
}

.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: #60497B;
  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;
  z-index: 2;
}

.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 white;
  padding: 12px 35px;
  border-radius: 30px;
  color: #534860;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  background: white;
  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 white;
  padding: 12px 55px 12px 35px;
  background: white url(../images/arrow.svg) calc(100% - 30px) center no-repeat;
  font-size: 20px;
  border-radius: 30px;
  width: 100%;
  color: #534860;
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
  outline: 0;
  -webkit-appearance: none;
}

.wpcf7-acceptance .wpcf7-list-item-label {
  color: #534860;
  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 #534860;
  background-color: #F4F3F6;
  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 #60497B;
}

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

.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: #60497B;
  font-size: 20px;
  font-family: "Montserrat", 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: #534860;
  opacity: 0.7;
}

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

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

:-ms-input-placeholder {
  color: #534860;
  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 */
/* ------------------------------------------------------------------------- */
.logos {
  background-color: white;
  position: relative;
}

.logos .curve {
  position: absolute;
  width: 100%;
  bottom: 100%;
  left: 0;
}

.logos-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  align-items: center;
}

.logos-container .logo {
  display: flex;
}

.logos-container .logo img {
  display: inline-block;
  max-width: 250px;
  max-height: 80px;
}

.footer {
  position: relative;
  font-size: 15px;
  padding: 100px 0 40px;
}

.footer .curve {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.footer-first {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 100px;
  margin-bottom: 60px;
}

.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: 250px;
  margin-bottom: 5px;
}

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: 45px;
  height: 45px;
  border: 1px solid #534860;
  border-radius: 100px;
  padding: 6px;
}

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

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

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

.footer-first .footer-first__right ul.contact-list li .icon {
  margin-right: 10px;
  width: 15px;
}

.footer-first .footer-first__right ul.contact-list li .info {
  flex: 1;
  padding-top: 2px;
  font-size: 15px;
  color: #534860;
}

.footer-first .footer-first__right ul.contact-list li .info a {
  padding: 4px;
  border-radius: 6px;
  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__right ul.contact-list li .info a:hover {
  background-color: rgba(96, 73, 123, 0.2);
}

.footer-first .footer-first__right a.calltoaction {
  width: 250px;
  padding: 12px;
  margin: 30px 0 0;
}

.footer-third {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(83, 72, 96, 0.5);
  padding-top: 30px;
}

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

.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: #534860;
  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: #534860;
  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: 1000px) {
  .footer-first .footer-first__left .web-logo .footer__logo {
    width: 200px;
  }
}
@media only screen and (max-width: 900px) {
  .logos-container .logo img {
    max-width: 180px;
    max-height: 60px;
  }

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

  .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) {
  .logos-container {
    gap: 20px;
  }

  .footer {
    padding: 50px 0 40px;
  }

  .footer-first {
    flex-direction: column-reverse;
    align-items: center;
    gap: 30px;
    margin-bottom: 35px;
  }

  .footer-first .footer-first__right a.calltoaction {
    width: 100%;
  }

  .footer-first .footer-first__left .web-logo {
    display: none;
  }
}

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