
@keyframes clickMe{
    0%{
        opacity:0;
        transform:translateY(-50%)
    }
    25%{
        opacity:1;
    }
    80%{
        opacity:1
    }
    100%{
        opacity:0;
        transform:translateY(50%);
    }
}
div#consent-1 p, div#consent-2 p {
    margin: 0!important;
	font-family:'Campton'!important;
}

.forminator-error-message {
    font-family: 'Campton'!important;
}

.row11 {
    display: none!important;
}

.clickMe{
    animation: clickMe infinite 2s ease-in-out;
}

.goDown a {
    display: block;
    width: 300%;
    height: 300%;
    position: absolute;
    transform: translate(-33%,-37%);
    cursor: pointer;
}

body, html {
    overflow-x: clip;
}


.row1 {
    background-color: #02002D;
    height: 100dvh;
    position: relative;
}



h1,h3,h2 {
    margin: 0;
}

.r1Text h2 {
    color: rgba(255,255,255,0.65);
    font-family: 'Campton';
    font-weight: 500;
    font-size: 1.7em;
    text-align: center;
}


.r1Text h1 {
    color: white;
    font-family: 'Campton';
    font-weight: 800;
    text-align: center;
    font-size: 5em;
}
    
.r1Text {
    position: absolute;
    top: 33%;
    width: 100%;
    box-sizing: border-box;
    padding-left: 15%;
    padding-right: 15%;
    display: flex;
    flex-direction: column;
    gap: 3em;
}
.goDown {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'%3E%3C/path%3E%3C/svg%3E");
    width: 75px;
    height: 75px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 4em auto;
}
.breadcrumbs :is(p,a) {
    width: fit-content;
    color: white;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 1.1em;
    line-height: 100%;
    text-decoration: none;
    margin: 0;
    transition: all 0.25s ease-in-out;;
}
.breadcrumbs a:hover{
    font-weight: 800;
}
.breadcrumbs {
    position: absolute;
    left: 15%;
    top: 90%;
    display: flex;
    flex-direction: row;
    height: fit-content;
    z-index: 3;
}



.row2 {
    background-color: #f4f2f2!important;
    margin-top: 0;
    padding-top: 5%;
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 5%;
    display: flex;
    gap: 2em;
}

.r2Text1 h3 {
    font-family: 'Campton';
    font-weight: 800;
    color: #1D1D1B;
    font-size: 2.5em;
}
.r2Separator img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.r2Separator {
    width: 20px;
    height: 20px;
    margin: 2% 0;
}

.r2Text1 p, .r2Text2 p, .r2Text2 ul, .r2Text2 li {
    color: #565656;
    font-family: 'Campton';
    font-weight: 400;
    font-size: 1em;
}

.r2Text2 li {
    position: relative;
    list-style: none;
}


.r2Text2 li::after {
    content: "";
    top: 0;
    left: 0px;
    width: 20px;
    height: 20px;
    transform: translate(-125%, 10%);
    position: absolute;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.29 26.64'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%2329265b;stroke-linecap:round;stroke-miterlimit:10;stroke-width:1.5px;%7D%3C/style%3E%3C/defs%3E%3Cg id='Capa_2' data-name='Capa 2'%3E%3Cg id='Capa_1-2' data-name='Capa 1'%3E%3Cpolyline class='cls-1' points='10.44 25.89 23.23 13.54 10.88 0.75'/%3E%3Cline class='cls-1' x1='23.23' y1='13.54' x2='0.75' y2='13.62'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


.row2>div {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.r2Text2 p {
    margin-top: 0;
}

.r2Text2 ul {
    display: flex;
    flex-direction: column;
    gap: 2em;
}

.row3 {
    margin-top: 0;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 15%;
    padding-right: 15%;
}

.row3 h2 {
    font-family: 'Campton';
    font-weight: 800;
    color: #1D1D1B;
    padding-right: 60%;
    font-size: 2.5em;
    margin-bottom: 1.1em;
}


.r3Text>div {
    display: flex;
    flex-direction: column;
    flex: 1;
    position: relative;
}

.r3BlurbNumber {
    width: fit-content;
    height: fit-content;
    position: absolute;
    top: 0%;
    left: 0;
    transform: translateX(-70%);
}
.r3BlurbNumber p {
    margin: 0;
    color: #FF5A12;
    font-family: 'Campton';
    font-weight: bold;
    font-size: 1.6em;
    line-height: 100%;
}
.r3TextBlurb h3 {
    font-family: 'Campton';
    color: #1D1D1B;
    font-weight: 700;
    font-size: 1.4em;
}

.r3TextBlurb>p {
    color: rgb(86,86,86);
    font-family: 'Campton Book';
    font-size: 1em;
}

.r3Text>div {
    display: flex;
    flex-direction: column;
    flex: 1;
    position: relative;
    padding-left: 1.5em;
    padding-right: 1.5em;
}



.r3TextBlurb {
    margin-bottom: 3em;
}


.r3Text {
    display: flex;
    flex-direction: row;
    gap: 2em;
    padding-left: 1.4em;
}

.row4, .row9 {
    background-color: #29265B;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 5%;
    padding-bottom: 5%;
}

.row4 h3, .row9 h3 {
    font-family: 'Campton Book';
    color: white;
    font-size: 4.2em;
}


.r4CTA, .r9CTA {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 17%;
    justify-content: flex-end;
margin-top:3em;
}

.r4CTAImg img, .r9CTAImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.r4CTAImg, .r9CTAImg {
    width: 22%;
}

.r4CTA a, .r9CTA a {
    font-family: 'Campton';
    text-decoration: none;
    color: white;
    font-weight: 500;
    border: none;
    font-size: 1.2em;
    padding: 0.5em 4em;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    background-color: #FF5A12;
    border-radius: 50px;
}



.r4CTA a:hover, .r9CTA a:hover {
    color: #29265B;
    background-color: white;
}


.row5 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0% 0%;
}
.row5 {
    margin-top: 0;
    height: 60dvh;
}


.row6 {
    margin-top: 0;
    padding: 5% 15%;
}

.row6 h3 {
    font-family: 'Campton';
    color: #1D1D1B;
    font-weight: 800;
    font-size: 2.6em;
    padding-right: 55%;
    margin-bottom: 1em;
}


.row6 p {
    font-family: 'Campton';
    color: rgb(86,86,86);
    font-size: 0.95em;
    font-weight: 300;
}

.row6 h5 {
    font-family: 'Campton';
    color: black;
    font-weight: bold;
    font-size: 1.3em;
    position: relative;
}

.row6 h5::after {
    content: "";
    top: 0;
    left: 0px;
    width: 20px;
    height: 20px;
    transform: translate(-125%, 10%);
    position: absolute;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.29 26.64'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%2329265b;stroke-linecap:round;stroke-miterlimit:10;stroke-width:1.5px;%7D%3C/style%3E%3C/defs%3E%3Cg id='Capa_2' data-name='Capa 2'%3E%3Cg id='Capa_1-2' data-name='Capa 1'%3E%3Cpolyline class='cls-1' points='10.44 25.89 23.23 13.54 10.88 0.75'/%3E%3Cline class='cls-1' x1='23.23' y1='13.54' x2='0.75' y2='13.62'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


.row7 {
    padding: 5% 15%;
    margin-top: 0;
    background-color: #F9F6F4;
}
.r7Text h3 {
    font-family: 'Campton';
    font-weight: 800;
    color: black;
    font-size: 2.6em;
    padding-right: 14em;
}


.r7Text p {
    font-family: 'Campton';
    font-weight: 300;
    color: rgb(86,86,86);
    padding-right: 6em;
}

.r7Blurb h4 {
    height: fit-content;
    margin: 0;
    font-size: 1.8em;
    color: black;
    font-family: 'Campton';
    font-weight: 500;
    text-align: center;
}
.r7Blurb h4 span {
    color: #FF5A12;
    margin-right: 2%;
}
.r7Blurb {
    display: flex;
    flex-direction: column;
    gap: 1em;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
}
.r7Blurbs {
    display: flex;
    flex-direction: row;
    margin-top: 6em;
    gap: 4em;
}
.r7BlurbImage {
    width: 150px;
    height: 150px;
}

.r7BlurbText p {
    font-family: 'Campton Book';
    color: #818181;
    font-size: 1.1em;
    text-align: center!important;
}
.r7Blurbs>div:nth-of-type(even) h3, .r7Blurbs>div:nth-of-type(even) p {
    text-align: right;
}

.r7BlurbImage img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.row8 {
    margin-top: 0;
    padding: 5% 15%;
}




.r8Text h3 {
    font-family: 'Campton';
    font-weight: 800;
    color: black;
    font-size: 2.7em;
    padding-right: 6em;
}

.r8Blurbs {
    display: flex;
    flex-direction: row;
    gap: 5em;
    margin-top: 2em;
}
.r8Blurb {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.r8Blurb h3 {
    font-family: 'Campton';
    font-weight: 800;
    color: #FF5A12;
    font-size: 1.7em;
}


.r8Image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.r8Image {
    width: 20px;
    margin-top: 2em;
    margin-bottom: 4em;
    height: 20px;
}

.r8Blurb p {
    font-family: 'Campton Book';
    color: rgb(86,86,86);
}

.r10BottomQuote svg, .r10TopQuote svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0.95;
}
.r10BottomQuote {
    width: 8%;
    transform: rotate(180deg) translate(100%, 20%) rotateY(180deg);
    position: absolute;
    top: 100%;
    left: 100%;
    z-index: -1;
}
.r10TopQuote {
    width: 7%;
    position: absolute;
    top: -10%;
    left: 0%;
    z-index: -1;
    transform: translate(-20%, -80%) rotateY(180deg);
}


.row10 {
    padding: 5% 15%;
    margin: 0;
}

.slideWho p {
    margin: 0;
}

.slideWho {
    display: flex;
    flex-direction: column;
    align-self: baseline;
    gap: 0.6em;
    flex: 1;
}

.slideWho p:last-child {
    font-family: 'Campton';
    color: #1D1D1B;
    font-weight: 700;
    font-size: 1.2em;
    line-height: 100%;
}

.slideReviewText {
    display: flex;
    flex: 3;
    position: relative;
}


.slideReviewText p {
    font-family: 'Campton Book';
    color: #1D1D1B;
    font-size: 1.7em;
    font-style: italic;
    font-weight: 500;
    margin-top: 0;
}


.swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0.8em;
    gap: 2em;
}

.swiperMain {
    position: relative;
    padding-top: 2em;
    padding-bottom: 5em;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

.slideWho {
    display: flex;
    flex-direction: column;
    gap: 0.6em;
    position: absolute;
    top: 100%;
    transform: translateY(100%);
}

.swiper-slide {
    opacity: 0!important;
    transition: all 0.25s ease-in-out;
}

html body .swiper-slide-active {
    opacity: 1!important;
}

.swiper-next:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg height='200px' width='200px' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 185.343 185.343' xml:space='preserve' fill='rgb(0,0,255)'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cg%3E%3Cg%3E%3Cpath style='fill:%231D1D1B;' d='M51.707,185.343c-2.741,0-5.493-1.044-7.593-3.149c-4.194-4.194-4.194-10.981,0-15.175 l74.352-74.347L44.114,18.32c-4.194-4.194-4.194-10.987,0-15.175c4.194-4.194,10.987-4.194,15.18,0l81.934,81.934 c4.194,4.194,4.194,10.987,0,15.175l-81.934,81.939C57.201,184.293,54.454,185.343,51.707,185.343z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");   background-position: center;
    background-size: contain;
    width: 100%;
    height: 100%;
    display: block;
    background-repeat:no-repeat;
    transition: all 0.25s ease-in-out;
}
.swiper-next:hover:after{
    transform: scale(1.1);
}
.swiper-prev:hover:after{
    transform: scale(1.1);
}


.swiper-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(200%,-50%);
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

.swiper-prev:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg height='200px' width='200px' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 185.343 185.343' xml:space='preserve' fill='%231d1d1b'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cg%3E%3Cg%3E%3Cpath style='fill:%231D1D1B;' d='M133.636,185.343c2.741,0,5.493-1.044,7.593-3.149c4.194-4.194,4.194-10.981,0-15.175l-74.352-74.347 l74.352-74.352c4.194-4.194,4.194-10.987,0-15.175c-4.194-4.194-10.987-4.194-15.18,0L37.115,81.934 c-4.194,4.194-4.194,10.987,0,15.175l81.934,81.939C128.142,184.293,130.889,185.343,133.636,185.343z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");   display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all 0.25s ease-in-out;
}

.swiper-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-300%,-50%);
    cursor: pointer;
    transition: all 0.25s ease-in-out;

}
.swiper-button-disabled {
    cursor: not-allowed!important;
    opacity: 0.5;
}

.swiper-button-disabled:hover:after{
transform: none!important;
}



.row11 {
    margin: 0;
    display: flex;
    flex-direction: row;
}
.r11Img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.row11>div {
    display: flex;
    flex: 1;
    cursor: pointer;
    position: relative;

}



.row11>div:nth-of-type(1):after{
    content: "IFECA"!important;
}


.row11>div:nth-of-type(2):after{
    content: "MADRE CORAJE"!important;
}

.r11Img:after {
    content: "";
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 90, 18, 0.7);
    align-items: center;
    justify-content: center;
    color: white;
    font-family: 'Campton';
    font-weight: 500;
    font-size: 2.6em;
    opacity: 0;
    transition: all 0.25s ease-in-out;
}

.r11Img:hover:after{
    opacity:1!important;
}


.r11Text:after {
    content: "VER MÁS";
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FDEDDF;
    align-items: center;
    justify-content: center;
    color: #FF5A12;
    font-family: 'Campton';
    font-weight: 800;
    font-size: 2.6em;
    transition: all 0.25s ease-in-out;
}

.r11Text:hover:after{
    background-color: #FF5A12!important;
    color: white!important;
}

.row12 {
    margin: 0;
    padding: 5% 15%;
    display: flex;
    flex-direction: row;
    gap: 10%;
}
.r12Text p {
    font-family: 'Campton';
    color: black;
    font-weight: 500;
    font-size: 2.3em;
    line-height: normal;
}
.row12>div {
    display: flex;
    flex: 1;
}
.r12Text p strong {
    font-weight: 900;
}



.r12Forminator input, .r12Forminator textarea {
    border-color: #29265B!important;
}

html body button.forminator-button.forminator-button-submit {
    font-family: 'Campton'!important;
    text-decoration: none!important;
    color:#29265B!important;
    font-weight: 700!important;
    border: 2px solid #29265B!important;
    font-size: 1em!important;
    padding: 0.7em 4.9em!important;
    transition: all 0.25s ease-in-out!important;
    cursor: pointer!important;
    background-color: transparent!important;
}

html body .r12Forminator button.forminator-button.forminator-button-submit:hover{
    color: white!important;
    background-color: #29265B!important;
}

.forminator-description>span {
    display: none;
}



.forminator-input--wrap:after {
    background-color: black!important;
}


#textarea-1 textarea, .r12Forminator input {
    padding: 9px!important;
    font-family: 'Campton'!important;
}



@media only screen and (max-width:1600px){
    html body .r1Text {
        top: 30%;
        padding-left: 8%;
        padding-right: 8%;
    }
    html body .r1Text h2 {
        font-size: 1.3em;
    }
    html body .r1Text h1 {
        font-size: 3em;
    }
    html body .row2 {
        padding-left: 8%;
        padding-right: 8%;
    }
    html body .row3 {
        padding-left: 8%;
        padding-right: 8%;
    }
    html body .row3 h2 {
    padding-right: 50%;
    }
    html body .r3Text {
    gap: 1em;
    }
    html body .r3TextBlurb h3 {
        font-size: 1.2em;
    }
    html body .row4,html body .row9 {
        padding-left: 8%;
        padding-right: 8%;
    }
    html body .row4 h3, html body .row9 h3 {
        font-size: 3.4em;
    }

    html body .row6 h3 {
        padding-right: 40%;
    }
    html body .row6 {
        padding-left: 8%;
        padding-right: 8%;
    }

    html body .r7Text h3 {
        padding-right: 30%;
    }
    html body .r7BlurbImage {
        width: 100px;
        height: 100px;
    }

    html body .r7Blurb h4 {
        font-size: 1.3em;
    }

    html body .r7BlurbText p {
    font-size: 0.9em;
    }

    html body .row7 {
    padding: 5% 8%;
    }
    html body .r8Text h3 {
        padding-right: 10%;
    }
    html body .r8Blurb h3 {
        font-size: 1.3em;
    }

    .r8Blurb p {
        font-size: 1em;
    }
    html body .row8 {
        padding: 5% 8%;
    }
    html body .row10 {
        padding: 5% 8%;
    }
    html body .swiper-prev {
        transform: translate(-200%,-50%);
    }

    html body .swiper-next {
        transform: translate(100%,-50%);
    }
    html body .row12 {
        padding: 5% 8%;
    }
    html body .r12Text p {
        font-size: 2.1em;
    }



}


@media only screen and (max-width:1100px){
    html body .r1Text {
        top: 25%;
        padding-left: 5%;
        padding-right: 5%;
    }
    html body .r1Text h1 {
        font-size: 2em;
    }
    html body .r1Text h2 {
        font-size: 1em;
        line-height: 1.2em;
        padding: 0 10%;
    }
    html body .r1Text h2 br {
        display: none;
    }
    html .goDown a {
        width: 200%;
        height: 200%;
        transform: translate(-25%,-25%);
    }
    html .goDown{
        margin: 2em auto;
    }
    html .breadcrumbs :is(p,a){
        font-size: 0.9em;
    }
    html .breadcrumbs{
        left:5%;
    }    
    html body .row2 {
        padding-left: 5%;
        padding-right: 5%;
        flex-direction: column;
    }
    html .r2Text1 h3 {
        font-size: 1.9em;
    }
    .r2Text1 p, .r2Text2 p, .r2Text2 ul, .r2Text2 li {
        font-size: 0.9em;
    }
    html .row3 h2 {
        font-size: 1.5em;
        padding-right: 0%!important;
    }
    html .r3Text {
        flex-direction: column;
    }
    html body .row4 h3, html body .row9 h3 {
        font-size: 1.9em;
    }
    .r4CTA, .r9CTA {
        margin-top: 2em;
    }
    html .row5 img {
        object-position: 25% 0%;
    }
    html .row6 h3 {
        font-size: 1.9em;
        padding-right: 0!important;
    }
    html body .row4, html body .row9 {
        padding-left: 5%;
        padding-right: 5%;
    }
    html body .row6 {
        padding-left: 5%;
        padding-right: 5%;
    }
    .row6 h5 {
        transform: translateX(9%);
    }
    html body .row7 {
        padding: 5% 5%;
    }
    html body .r7Text h3 {
        font-size: 1.6em;
        padding-right: 0!important;
    }
    html .r7Text p {
        padding-right: 0!important;
    }
    html body .r7Blurbs {
        flex-direction: column;
    }
    html body .r8Text h3 {
        padding-right: 0!important;
        font-size: 1.4em;
    }
    html .r8Image {
        margin-top: 0.25em;
    }
    html .r8Blurbs {
        flex-direction: column;
        gap: 2.5em;
    }
    html body .row11 {
        flex-direction: column;
    }
    html body .r11Img:after{
        font-size: 1.9em;
    }
    html body .row12 {
        padding: 5% 5%;
        flex-direction: column;
    }
    html body .r12Text p {
        font-size: 1.4em;
    }
    html body .row10 {
        padding: 5% 5%;
    }
    html body .slideReviewText p {
        font-size: 1.2em;
    }
    html body .r10TopQuote{
        top:0%;
    }
    html body .swiper-slide {
        padding: 0;
    }
    html body .swiperMain {
        padding-bottom: 50%;
    }
    html body .row10 .swiper-next {
        top: 100%;
        left: 70%;
        transform: translateY(200%);
    }
    html body .row10 .swiper-prev {
        top: 100%;
        left: 20%;
        transform: translateY(200%);
    }
    html body .row11 {
        flex-direction: column;
        height: 290vw;
    }
}

@media only screen and (min-width:700px) and (max-width:1100px){
    html body .swiperMain {
        padding-bottom: 20%!important;
    }
}

@media only screen and (max-width:500px){
    html .breadcrumbs :is(p,a) {
    font-size: 0.6em;
}
}