@font-face {
    font-family: 'Myriad Pro';
    font-weight:400;
    font-display: swap;
    font-style:normal;
    src: url('/wp-content/fonts/MyriadPro-Regular.woff2') format('woff2');
}

.heroBackground {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
}

.heroBackground video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.centerHeader {
    width: 260px;
}

.heroRow::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20vh;
    background: linear-gradient(to bottom, rgba(0,0,0,0.7), transparent);
    content: '';
}

.heroGradient, .thirdRowGradient {
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(-100%);
    height: 15vh;
    background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
    width: 100%;
}

.heroText {
    position: absolute;
    top: 50%;
    left: 50%;transform: translate(-50%,-50%);
    width: 90%;
    height: 43%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.heroTextLeft, .heroTextRight {
    width: 49%;
    height: 100%;
    background-color: rgba(230,230,230,0.81);
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
}

.lsq-hidden {
    display: none!important;
}


span.offsetText {
    display: block;
    font-style: normal;
    font-weight: 700;
    transform: translateX(-30%);
}

.heroTextLeft p {font-family: 'Montserrat';font-weight: 500;font-style: italic;font-size: 0.9em;color: #1f3360;padding-right: 90px;}

.heroTextLeft h2 {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 500;
    color: #1f3360;
    font-size: 3.1em;
    margin: unset;
    width: 100%;
}

.heroTextLeft {
    padding-left: 17%;
}

.lsFormQuestions {
    width: 100%;
}

.lsFormInner {
    width: 100%;
    height: 100%;
    padding: 0 7%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    transition: all 0.35s ease-in-out;
}

.heroRow {
    height: 100vh;
    width: 100%;
    display: block;
    position: relative;
}

.heroTextRight {
    max-height: 75vh;
    transition: all 0.35s ease-in-out;
}

.lsFormSepparator {
    height: 3px;
    border-radius: 3px;
    width: 100px;
    background-color: #1f3360;
}

.lsFormTitle h2 {
    color: #1f3360;
    font-family: 'Playfair Display';
    font-weight: 700;
    font-size: 1.6em;
    margin-top: unset;
}

.lsFormQuestions {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 70%;
}

p.lsFormQuestion {
    margin: unset;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 8px 20px;
    box-sizing: border-box;
    color: #f2f2f1;
    font-family: 'Montserrat';
    font-weight: 600;
    background-color: #1f3360;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
    border: 1px solid transparent;
    user-select: none;
}

.lsFormQuestions {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 90%;
    box-sizing: border-box;
    padding: 3% 0;
}

p.lsFormQuestion:hover {
    color: #d5b482;
    border-color: #d5b482;
}

.lsFormInner.lsFormHidden {
    transform-origin: center;
    transform: scaleY(0);
    position: absolute;
    top: auto;
    left: auto;
}


.hiddenForm {
    pointer-events: none;
    opacity:0;
    width: 0;
    height: 0;
    transform: scaleY(0);
    transform-origin: center;
    transition: transform 0.45s ease-in-out;
}


html body .hiddenFormShow {
    width: 90%;
    height: auto;
    transform: scaleY(1);
    pointer-events: all;
    opacity: 1;
}


.ls-bigForm {
    height: 70vh!important;
}

html body .forminator-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.forminator-row>* {
    display: flex;
    flex: 1;
}

.forminator-row>div>* {
    width: 97%;
}

.forminator-row>div:nth-of-type(2) {
    justify-content: flex-end;
}

.hiddenForm form {
    width: 100%!important;
    height: 100%!important;
}

.forminator-field-consent p {
    margin: unset!important;
    font-family: 'Montserrat'!important;
    font-weight: 400!important;
    color: #333333!important;
    font-size: 0.8em!important;
}

.forminator-row {
    margin-bottom: 5px!important;
}

.forminator-checkbox__wrapper {
    margin-top: 10px;
}



.hiddenForm::after {
    content: 'POR FAVOR, RELLENE ESTE FORMULARIO';
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    color: #1f3360;
    font-family: 'PlayFair Display';
    font-size: 1.1em;
    font-weight: 800;
    transform: translateY(-30px);
}

.hiddenForm form label {
    color: #1f3360!important;
    font-family: 'Playfair Display'!important;
    white-space: nowrap;
    text-wrap: nowrap;
}


div#address-1-country .forminator-field {
    width: 100%!important;
}

div#email-1 input, div#email-1 .forminator-field {
    width: 100%!important;
}

form * {
    outline: none!important;
}

.forminator-error-message {
    font-family: 'Montserrat'!important;
    font-size: 0.6em!important;
}

.hiddenForm form input, .hiddenForm form .select2 .select2-selection {
    border-radius: 8px!important;
    background-color: white!important;
    font-family: 'Montserrat'!important;
}
span.select2-selection__placeholder {
    font-size: 0.9em;
}

div#name-1, div#phone-1 {
    margin-bottom: 0!important;
}

div#email-1 {
    margin-bottom: 10px!important;
}

div#name-2 .forminator-field {
    width: 100%!important;
}

div#select-2, div#select-1, div#select-4, div#select-3 {
    margin-bottom: 9px!important;
}


.secondRowTitleImg {
    width: 75px;
    height: auto;
}

.secondRowTitleImg svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.secondRowTitle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.secondRowTitle h2 {
    font-family: 'PlayFair Display';
    color: #1f3360;
    font-size: 1.6em;
    font-weight: 500;
}

.secondRowTitleImg {
    width: 115px;
    height: auto;
}

.secondRowText h3 {
    color: #1f3360;
    font-family: 'Playfair Display';
    font-weight: 600;
    text-align: center;
    font-size: 2.2em;
    margin-top: unset;
}

.secondRowText p {
    color: #1f3360;
    font-family: 'Montserrat';
    text-align: center;
    font-size: 1em;
}

.secondRow {
    width: 100%;
    height: 65vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 5% 22%;
    position: relative;
    background: #f2f2f1;
    z-index: 2;
}


.rowsOnTop {
    position: relative;
    z-index: 10;
}

.rowsOnTop {
    position: relative;
    z-index: 2;
    background-color: #f2f2f1;
}

.thirdRowBlurb {
    position: absolute;
    top: 20%;
    left: 50%;
    width: 50%;
    height: 30%;
}

.thirdRow {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 2;
}

.thirdRowBlurb {
    position: absolute;
    top: 20%;
    left: 50%;
    width: 32%;
    height: 17%;
    background-color: rgba(255,255,255,0.68);
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
}


.thirdRowBlurbQuote {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 40px;
    height: 40px;
    background-image: url('/wp-content/uploads/2026/04/quotes.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.thirdRowBlurb p {
    color: #1f3360;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 1.1em;
    margin: unset;
    width: 90%;
}

.beforeAfterRow {
    width: 100%;
    height: 85vh;
    position: relative;
}

.beforeImage, .afterImage {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.beforeAfterRow img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.beforeAfterDragger {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 5px;
    transform: translateX(-50%);
    background-color: white;
    z-index: 3;
}

.draggerIcon svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}



.beforeAfterRow * {
    user-select: none;
}

.draggerIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 60px;
    height: 60px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: white;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.7));
}

.draggerIcon:hover {
    transform: translate(-50%,-50%) scale(1.05);
}

.draggerIcon:active {
    transform: translate(-50%,-50%) scale(0.95);
}

.perksRowBlurbs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 17%;
}

.perksRowBlurb {
    width: 15%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.perksRowBlurbLogo svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.perksRowBlurbLogo {
    width: 100%;
    height: 140px;
}

.perksRow h2 {
    color: #1f3360;
    font-family: 'Montserrat';
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.sixthRowImages {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 80vh;
}

.sixthRowImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sixthRowImage {
    position: relative;
    width: 33%;
    height: 100%;
}

.sixthRowImage p {
    position: absolute;
    top: calc(100% - 20px);
    left: 20px;
    transform: translateY(-100%);
    margin: unset;
    color: #f2f2f1;
    font-family: 'Playfair Display';
    font-weight: 600;
    font-size: 2em;
}

.sixthRow {
    padding: 0 13%;
    background-color: #f2f2f1;
}

.sixthRowImage p {
    position: absolute;
    top: calc(100% - 20px);
    left: 20px;
    transform: translateY(-100%);
    margin: unset;
    color: #f2f2f1;
    font-family: 'Playfair Display';
    font-weight: 600;
    font-size: 2.5em;
    width: 50%;
}



.sixthRowMapImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sixthRowPillar svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sixthRowMapImage {
    width: 78%;
    height: 100%;
}

.sixthRowPillar {
    width: 9.35%;
    height: 100%;
}

.sixthRowMap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 70px;
}

.fourthRow {
    height: 40vh;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fourthRowAbsolute {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,-100%);
}

.fourthRowAbsolute h2 {
    font-family: 'Playfair Display';
    margin: unset;
    color: #1f3360;
    font-size: 5em;
    line-height: 80%;
}

.fourthRow p {
    font-family: 'Montserrat';
    color: #1f3360;
    padding: 0 31%;
    text-align: center;
    font-size: 1.1em;
    transform: translateY(-30px);
}

.fifthRow {
    height: 90vh;
    width: 100%;
    position: relative;
}

.fifthRowBackgroundImage {
    width: 100%;
    height: 100%;
}

.fifthRowBackgroundImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.fifthRowText {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.fifthRow::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.4), transparent);
    z-index: 0;
}

.fifthRowText h2 {
    font-family: 'Playfair Display';
    color: white;
    margin: unset;
    font-size: 6.3em;
    line-height: 63%;
}

.sixthRowText, .lastRowText {
    margin-top: 11vh;
    margin-bottom: 5vh;
}

.sixthRowText h3, .lastRowText h3 {
    color: #1f3360;
    font-family: 'Playfair Display';
    font-weight: 600;
    text-align: center;
    font-size: 2.7em;
}

.sixthRowText p, .lastRowText p {
    font-family: 'Montserrat';
    color: #1f3360;
    text-align: center;
    font-size: 1em;
    font-weight: 400;
}

.sixthRowText h2, .lastRowText h2 {
    color: #1f3360;
    font-family: 'Playfair Display';
    font-weight: 600;
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 9vh;
}

.imagesRowTitle {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 30vh;
}

.imagesRow {
    background: white;
}

.sixthRow {
    padding: 0 13%;
    background-color: #f2f2f1;
    padding-bottom: 10vh;
}

.imagesRowTitleLeft, .imagesRowTitleRight {
    width: 50%;
    height: 100%;
    position: relative;
}

.imagesRowTitleLeft {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 13%;
    box-sizing: border-box;
}

.imagesRowTitleLeft p {
    font-family: 'Montserrat';
    font-size: 1em;
    font-weight: 400;
    color: #1f3360;
}

.imagesRowTitleLeft p {
    font-size: 1.1em;
    font-weight: 400;
    color: #1f3360;
    font-family: 'Myriad Pro';
}

.swiper-button-prev::after, .swiper-button-next::after {
    content: unset!important;
}

.swiper-button-next, .swiper-button-prev {
    background-repeat: no-repeat;
    background-size: 60%;
    background-color: #f2f2f1;
    width: 70px;
    height: 53px;
    background-position: center;
    transition: all 0.1s ease-in-out;
}

.swiper-button-next{
    background-image: url("data:image/svg+xml,%3Csvg data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44.97 32.71'%3E%3Cpath style='fill:none;stroke:%231f3360;stroke-linecap:round;stroke-linejoin:round;stroke-width:4px' d='M40.63 16.36H2'/%3E%3Cpath style='fill:%231f3360' d='m27.38 0-2.73 2.93 14.44 13.43-14.44 13.43 2.73 2.93 17.59-16.36z'/%3E%3C/svg%3E");
}
.swiper-button-prev{
  background-image: url("data:image/svg+xml,%3Csvg data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44.97 32.71'%3E%3Cpath style='fill:none;stroke:%231f3360;stroke-linecap:round;stroke-linejoin:round;stroke-width:4px' d='M4.34 16.36h38.63'/%3E%3Cpath style='fill:%231f3360' d='m17.59 32.72 2.73-2.93L5.87 16.36 20.32 2.93 17.59 0 0 16.36z'/%3E%3C/svg%3E");  
}



.swiper-button-prev {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(calc(50% - 50px), -50%);
}

.swiper-button-prev:hover {
    transform: translate(calc(50% - 50px), -50%) scale(1.1);
}

.swiper-button-prev:active {
    transform: translate(calc(50% - 50px), -50%) scale(0.95);
}


.swiper-button-next {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(calc(50% + 50px), -50%);
}

.swiper-button-next:hover {
    transform: translate(calc(50% + 50px), -50%) scale(1.05);
}

.swiper-button-next:active {
    transform: translate(calc(50% + 50px), -50%) scale(0.95);
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.swiper {
    height: 60vh!important;
    width: 44%!important;
    overflow: visible!important;
}

.perksRow {
    padding-top: 10vh;
    background: white;
    padding-bottom: 9vh;
}

.perksRowBlurb p {
    color: #1f3360;
    font-family: 'Montserrat';
    font-weight: 700;
    text-align: center;
    font-size: 1em;
}

.perksBlurbSepparator {
    width: 40%;
    height: 4px;
    margin-top: 2vh;
    border-radius: 2px;
    background-color: #d5b482;
}

.perksRowBlurb p {
    color: #1f3360;
    font-family: 'Montserrat';
    font-weight: 700;
    text-align: center;
    font-size: 0.9em;
}

a.dossierButton {
    background-color: #1f3360;
    padding: 8px 8px;
    transition: all 0.25s ease-in-out;
    text-decoration: unset;
    color: white;
    font-family: 'Playfair Display';
    font-weight: 500;
}

.perksRow a.dossierButton {
    margin: 0 auto;
    display: block;
    width: max-content;
    font-size: 1.3em;   
    padding: 8px 18px;
    margin-top: 13vh;
}

a.dossierButton:hover {
    color: #1f3360;
    background-color: white;
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.3));
}

.lastRow {
    width: 100%;
    position: relative;
}

.lastRowBG {
    width: 36%;
    height: auto;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: -1;
}

.lastRowBlurb {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-bottom: 12vh;
}


.lastRowItemLogo svg {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.lastRowItemLogo {
    width: 30px;
    height: 30px;
    padding-right: 20px;
    min-width: 30px;
    min-height: 30px;
}


.lastRowBlurbContentItem {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.lastRowItemText p, .lastRowItemText a {
    color: #f2f2f1;
    font-family: 'Montserrat';
    font-weight: 700;
    text-decoration: unset;
    font-size: 0.9em;
    display: block;
    margin: 5px 0;
}

.lastRowItemText {
    margin: 6px 0;
}

.lastRowLeftBlurb {
    width: 23%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background-color: #1f3360;
    padding: 30px 30px;
    border-radius: 17px;
    height: 50vh;
}



.lastRowBlurbContent {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.lastRowLeftBlurb>div {
    width: 60%;
}

.lastRowRightBlurb.lsForm {
    display: block;
    width: 40%;
    margin-left: 10px;
    background-color: #e6e6e6;
    border-radius: 17px;
    padding: 50px 0px;
    box-sizing: border-box;
    height: 50vh;
}

.lastRowLeftBlurbTitle h3 {
    color: #f2f2f1;
    font-family: 'Playfair Display';
    font-size: 3em;
    display: inline-block;
    margin: 10px 0;
    width: 50%;
}

.lastRowRightBlurb.lsForm.ls-bigForm {
    transition: all 0.35s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}


span.forminator-checkbox-box {
    border: 2px solid #1f3360!important;
}

.forminator-checkbox__wrapper a {
    color: #1f3360!important;
}

.forminator-checkbox__wrapper {
    margin: unset!important;
}

div#name-2 {
    margin-bottom: 17px;
}

span.select2.select2-container.select2-container--open span.select2-selection{
    border-bottom-right-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
}

span.select2-results::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 93%;
    transform: translateX(-50%);
    height: 2px;
    background-color: #1f3360;
}


span.select2-selection {
    transition: all 0.15s ease-in-out!important;
    position: relative!important;
}

.select2-results__options li {
    font-family: 'Montserrat'!important;
    font-size: 0.9em!important;
    color: #333333!important;
    font-weight: 400!important;
    position: relative!important;
    transition: all 0.15s ease-in-out!important;
}

span.select2-results {
    background-color: white!important;
    border-bottom-right-radius:8px;
    border-bottom-left-radius:8px;
}

.select2-results__option--highlighted {
    background-color: rgba(31,51,96,0.07)!important;
    outline: none!important;
}

span.select2-results li::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 93%;
    transform: translate(-50%,0px);
    background-color: #1f3360;
    height: 1px;
    border-radius: 2px;
}


span.select2-results>ul>li:last-child::after {
    content: unset;
}
.forminator-select-dropdown {
    padding-top: unset!important;
}

.forminator-select-dropdown {
    padding: unset!important;
    filter: drop-shadow(0px 9px 3px rgba(0,0,0,0.2));
}

.forminator-ui .forminator-icon-chevron-down:before {
    content: ""!important;
    background-image: url("data:image/svg+xml,%3Csvg data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.55 6.43'%3E%3Cpath style='fill:%23333' d='M12.55 0H0l6.28 6.43z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 15px;
}

html body .select2-results__option--selected {
    background-color: rgba(31,51,96,0.17)!important;
}

span.select2-search.select2-search--dropdown {
    padding: unset!important;
    margin: unset!important;
}

input.select2-search__field {
    outline: none!important;
}

span.forminator-checkbox-box {
    border-radius: 5px!important;
}

button.forminator-button.forminator-button-submit {
    border-radius: 5px!important;
    font-family: 'Playfair Display'!important;
    font-weight: 600!important;
    font-size: 1em!important;
}