@charset "UTF-8";
*,
:after,
:before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: "Quattrocento Sans", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #2c2929;
}
@media (min-width: 544px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 1012px) {
  body {
    font-size: 18px;
  }
}
a {
  color: #822484;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
h1,
h2,
h3,
h4 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  margin: 0;
  color: #2c2929;
}
h1 {
  font-size: 30px;
}
@media (min-width: 1012px) {
  h1 {
    font-size: 49px;
  }
}
h2 {
  font-size: 30px;
}
@media (min-width: 1012px) {
  h2 {
    font-size: 42px;
  }
}
h3 {
  font-size: 26px;
}
@media (min-width: 1012px) {
  h3 {
    font-size: 32px;
  }
}
h4 {
  font-size: 22px;
}
@media (min-width: 1012px) {
  h4 {
    font-size: 24px;
  }
}
p {
  margin: 0 0 15px;
}
.text-gradient,
h1 {
  background: linear-gradient(130deg, #ab4b5b, #642957);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.container,
.container-lg,
.container-md {
  padding-left: 21px;
  padding-right: 21px;
  margin-left: auto;
  margin-right: auto;
}
.container-md {
  max-width: calc(762px + 6vw);
}
.container-lg {
  max-width: 1444px;
}
.container {
  max-width: 1158px;
}
.wpcf7-form {
  display: grid;
}
@media (min-width: 1012px) {
  .wpcf7-form {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
  .wpcf7-form > * {
    grid-column: 1/-1;
    margin: 0;
  }
  .wpcf7-form > p:first-of-type {
    grid-column: 1 / span 1;
  }
  .wpcf7-form > p:nth-of-type(2) {
    grid-column: 2 / span 1;
  }
}
.wpcf7-form br {
  display: none;
}
.hidden {
  display: block;
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
input[type="email"],
input[type="text"],
textarea {
  width: 100%;
  border: 1px solid #f7a8cb;
  background-color: transparent;
  color: #fff;
  padding: 11px 15px;
}
input[type="email"]:focus,
input[type="text"]:focus,
textarea:focus {
  outline: 0;
  border-color: #ffdeed;
}
input[type="email"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(255, 186, 217, 0.54);
}
input[type="email"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(255, 186, 217, 0.54);
}
input[type="email"]::placeholder,
input[type="text"]::placeholder,
textarea::placeholder {
  color: rgba(255, 186, 217, 0.54);
}
textarea {
  padding: 15px;
  height: 20vh;
}
input[type="email"],
input[type="text"] {
  height: 58px;
}
.wpcf7-submit {
  border: 0;
  height: 49px;
  outline: 0;
  padding: 0 15px;
  font-size: 16px;
  color: #69335f;
  background-color: #fff;
}
.wpcf7-submit:focus,
.wpcf7-submit:hover {
  background-color: #ffdeed;
}
.gradient-section {
  color: #ffbad9;
  background-image: linear-gradient(129deg, #ab4b5b, #642957);
  padding-top: 10vh;
  padding-bottom: 10vh;
}
.gradient-section h2 {
  color: #fff;
}
div.wpcf7-mail-sent-ok,
div.wpcf7-response-output {
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
span.wpcf7-not-valid-tip {
  font-size: 14px !important;
  padding: 6px 0 !important;
  color: #fff !important;
}
div.wpcf7 .ajax-loader {
  background-image: none !important;
  margin-left: 12px !important;
}
span.ajax-loader:after {
  content: "Enviando...";
}
.gray-header {
  background-color: #dbd4cc;
  position: relative;
}
.gray-header:before {
  height: 100%;
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  background-image: url(../images/vintageTransitionToWhite-mobile-1x.png);
  background-image: -webkit-image-set(
    url("../images/vintageTransitionToWhite-mobile-1x.png") 1x,
    url("../images/vintageTransitionToWhite-mobile-2x.png") 2x,
    url("../images/vintageTransitionToWhite-mobile-3x.png") 3x
  );
  background-image: image-set(
    url("../images/vintageTransitionToWhite-mobile-1x.png") 1x,
    url("../images/vintageTransitionToWhite-mobile-2x.png") 2x,
    url("../images/vintageTransitionToWhite-mobile-3x.png") 3x
  );
  background-repeat: repeat-x;
  background-position: left bottom -1px;
  pointer-events: none;
}
@media (min-width: 1012px) {
  .gray-header:before {
    background-image: url(../images/vintageTransitionToWhite-desktop.png);
  }
}
.media-info {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  line-height: 24px;
}
.media-info svg {
  margin-right: 5px;
}
.media-info:not(:last-child) {
  margin-right: 15px;
}
.header-grid {
  text-align: center;
  display: grid;
  font-size: 14px;
}
@media (min-width: 768px) {
  .header-grid {
    grid-template-columns: 1fr 148px 1fr;
    -webkit-box-align: start;
    align-items: flex-start;
  }
}
.cell-address,
.cell-contact {
  padding: 12px 0 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cell-address {
  display: none;
  text-align: left;
}
@media (min-width: 768px) {
  .cell-address {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  }
}
@media (min-width: 768px) {
  .cell-contact {
    text-align: right;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
.cell-logo {
  text-align: center;
  padding-top: 20px;
}
.cell-logo img {
  max-width: 148px;
}
.logo-icar {
  opacity: 0.34;
  margin-bottom: 15px;
}
.logo-icar img {
  width: 53px;
  height: auto;
}
.hero {
  padding-top: 5vh;
}
.hero__title {
  line-height: 1.2;
  margin-bottom: 14px;
}
.hero__subtitle {
  font-family: "Quattrocento Sans", sans-serif;
  font-size: 18px;
  margin-bottom: 20px;
}
@media (min-width: 1012px) {
  .hero {
    padding-top: 5vh;
    padding-bottom: 16vh;
  }
  .hero__subtitle {
    font-family: "Quattrocento Sans", sans-serif;
    font-size: 27px;
    margin-bottom: 38px;
  }
}
.button {
  display: inline-block;
  padding: 0 22px;
  font-size: 17px;
  background-image: linear-gradient(129deg, #ab4b5b, #642957);
  color: #fff;
  line-height: 49px;
  text-decoration: none;
}
.hero-background {
  max-width: 1180px;
  margin: 0 auto;
  padding-bottom: calc(100% + 10px);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/hero-moreno-jimenez-mobile.jpg);
}
@media (min-width: 544px) {
  .hero-background {
    padding-bottom: calc(10% + 30px);
    background-position: right -200px top;
    background-size: cover;
    background-image: url(../images/hero-moreno-jimenez@x2.jpg);
  }
}
@media (min-width: 768px) {
  .hero-background {
    background-position: right -60px top;
  }
}
@media (min-width: 1012px) {
  .hero-background {
    padding-bottom: 80px;
    background-position: center 20px;
    background-size: cover;
  }
}
.members {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media (min-width: 768px) {
  .members {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
.member__photo img {
  max-width: 100%;
  height: auto;
}
.member__details {
  padding: 10px 0;
  color: rgba(44, 41, 41, 0.8);
}
.member h3 {
  font-size: 15px;
  color: #69335f;
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 700;
}
@media (min-width: 1012px) {
  .member h3 {
    font-size: 18px;
  }
}
.footer {
  display: grid;
}
.footer a {
  color: #2c2929;
}
.footer__logo img {
  max-width: 100%;
  width: 205px;
  height: auto;
}
.footer__content {
  padding-left: 62px;
}
@media (min-width: 768px) {
  .footer {
    grid-template-columns: 230px 1fr auto;
    grid-gap: 20px;
  }
  .footer__content {
    padding-left: 0;
  }
}
.entry-content {
  padding: 2rem 0;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  margin-bottom: 1rem;
}
.entry-content p + h2,
.entry-content p + h3,
.entry-content p + h4 {
  padding-top: 2rem;
}
.text-center {
  text-align: center !important;
}
.fs-small {
  font-size: 13px;
}
@media (min-width: 1012px) {
  .fs-small {
    font-size: 14px;
  }
}
.pt-0 {
  padding-top: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.p-0 {
  padding: 0 !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.m-0 {
  margin: 0 !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.pt-1 {
  padding-top: 11px !important;
}
.mt-1 {
  margin-top: 11px !important;
}
.pr-1 {
  padding-right: 11px !important;
}
.mr-1 {
  margin-right: 11px !important;
}
.pb-1 {
  padding-bottom: 11px !important;
}
.mb-1 {
  margin-bottom: 11px !important;
}
.pl-1 {
  padding-left: 11px !important;
}
.ml-1 {
  margin-left: 11px !important;
}
.p-1 {
  padding: 11px !important;
}
.px-1 {
  padding-left: 11px !important;
  padding-right: 11px !important;
}
.py-1 {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}
.m-1 {
  margin: 11px !important;
}
.mx-1 {
  margin-left: 11px !important;
  margin-right: 11px !important;
}
.my-1 {
  margin-top: 11px !important;
  margin-bottom: 11px !important;
}
.pt-2 {
  padding-top: 15px !important;
}
.mt-2 {
  margin-top: 15px !important;
}
.pr-2 {
  padding-right: 15px !important;
}
.mr-2 {
  margin-right: 15px !important;
}
.pb-2 {
  padding-bottom: 15px !important;
}
.mb-2 {
  margin-bottom: 15px !important;
}
.pl-2 {
  padding-left: 15px !important;
}
.ml-2 {
  margin-left: 15px !important;
}
.p-2 {
  padding: 15px !important;
}
.px-2 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.py-2 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.m-2 {
  margin: 15px !important;
}
.mx-2 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.my-2 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.pt-3 {
  padding-top: 22px !important;
}
.mt-3 {
  margin-top: 22px !important;
}
.pr-3 {
  padding-right: 22px !important;
}
.mr-3 {
  margin-right: 22px !important;
}
.pb-3 {
  padding-bottom: 22px !important;
}
.mb-3 {
  margin-bottom: 22px !important;
}
.pl-3 {
  padding-left: 22px !important;
}
.ml-3 {
  margin-left: 22px !important;
}
.p-3 {
  padding: 22px !important;
}
.px-3 {
  padding-left: 22px !important;
  padding-right: 22px !important;
}
.py-3 {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}
.m-3 {
  margin: 22px !important;
}
.mx-3 {
  margin-left: 22px !important;
  margin-right: 22px !important;
}
.my-3 {
  margin-top: 22px !important;
  margin-bottom: 22px !important;
}
.pt-4 {
  padding-top: 38px !important;
}
.mt-4 {
  margin-top: 38px !important;
}
.pr-4 {
  padding-right: 38px !important;
}
.mr-4 {
  margin-right: 38px !important;
}
.pb-4 {
  padding-bottom: 38px !important;
}
.mb-4 {
  margin-bottom: 38px !important;
}
.pl-4 {
  padding-left: 38px !important;
}
.ml-4 {
  margin-left: 38px !important;
}
.p-4 {
  padding: 38px !important;
}
.px-4 {
  padding-left: 38px !important;
  padding-right: 38px !important;
}
.py-4 {
  padding-top: 38px !important;
  padding-bottom: 38px !important;
}
.m-4 {
  margin: 38px !important;
}
.mx-4 {
  margin-left: 38px !important;
  margin-right: 38px !important;
}
.my-4 {
  margin-top: 38px !important;
  margin-bottom: 38px !important;
}
.show-in-desktop {
  display: none;
}
@media (min-width: 1012px) {
  .show-in-desktop {
    display: block;
  }
  .footer-form span.wpcf7-list-item {
    margin-left: 0;
  }
  .footer-form span.wpcf7-list-item input[type="checkbox"] {
    margin: -2px 4px 0 0;
  }
  .footer-form {
    display: flex;
    justify-content: space-between;
  }
  .footer-form .ajax-loader {
    margin-right: -27px !important;
  }
}
