body, html {
     padding: 0;
    margin: 0;
    overflow-x: clip;
}

/* Hero */
.hero-section {
    width: 100%;
    height: 86vh;
}
.hero-flex {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
}
.hero-left {
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.hero-image {
    width: auto;
    height: 90%;
}
.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.hero-right {
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

html body .values-text * {
    text-align: left;
    margin-left: unset;
}


.hero-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding-right: 15%;
    box-sizing: border-box;
}
.title-text {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.title-text h2 {
    font-size: 2.7em;
    font-family: 'Inter';
    font-weight: 500;
    width: 100%;
    margin: 0;
    height: 60%;
}
.title-text span {
    background-color: #3CBEB1;
    color: white;
    padding: 0 1%;
}
.title-text p {
    width: 85%;
    font-size: 1.1em;
    font-family: 'Inter';
    margin: 0;
    height: 40%;
    padding-top: 4%;
}
.bottom-title-text {
    height: auto;
    display: flex;
    justify-content: flex-end;
    margin-top: 10%;
}
.bottom-title-text p {
    width: 70%;
    font-size: 1.8em;
    text-align: end;
    font-family: 'Playfair Display';
    font-weight: 500;
    color: #092123;
}


/* Propósitos */
.purposes-section {
    width: 100%;
    height: 35vh;
}
.blue-bg {
    width: 100%;
    height: 100%;
    background-color: #3CBEB1;
    border-radius: 0 0 50px 50px;
    position: relative;
}
.purposes-text {
    position: absolute;
    top: 28%;
    padding: 0 28%;
}
.purposes-text h1 {
    font-size: 3em;
    font-family: 'Inter';
    font-weight: 800;
    color: white;
    text-align: center;
    margin: 0;
}
.purposes-text p {
    font-size: 1.5em;
    font-family: 'Inter';
    font-weight: 400;
    color: white;
    text-align: center;
}
.boxes-flex {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 15%;
    position: absolute;
    top: -30%;
    gap: 2%;
}
.box {
    flex: 1;
    background-color: white;
    padding: 3vh 5vh;
    border: 3px solid #3CBEB1;
    border-radius: 15px;
}
.box h2 {
    font-size: 3em;
    font-family: 'Inter';
    font-weight: 800;
    text-align: center;
    color: #333333;
    margin: 0;
}
.box p {
    font-size: 0.8em;
    font-family: 'Inter';
    font-weight: 500;
    text-align: center;
    color: #3CBEB1;
    margin: 0;
}





/* Values */
.values-section {
    width: 100%;
    height: auto;
}
.bg-grey {
    width: 70%;
    height: auto;
    background-color: #f1f1f1;
    border-radius: 25px;
    margin: 3% 15%;
    padding: 2% 0;
}
.values-title {
    padding-bottom: 80px;
}
.Values-image svg {
    width: 7vw;
    height: auto;
}
.values-title h3 {
    font-size: 2em;
    font-family: 'Inter';
    font-weight: 800;
    text-align: center;
}
.values-title span {
    color: white;
    background-color: #3CBEB1;
    padding: 0.5% 1%;
}
.values-title p {
    font-size: 1.2em;
    font-family: 'Inter';
    font-weight: 400;
    text-align: center;
    padding: 0 20%;
}
.values-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 5%;
}
.values {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 17%;
}
.values-image svg {
    width: auto;
    height: 8vh;
}
.values-text h4 {
    font-size: 1.5em;
    font-family: 'Inter';
    font-weight: 600;
}
.values-text p {
    font-size: 1em;
    font-family: 'Inter';
    font-weight: 400;
}


/* Keys */
.key-section {
    width: 100%;
    height: 40vh;
}
.bg-light {
    width: 100%;
    height: 100%;
    background-color: #CFF3EE;
    position: relative;
}
.key-flex {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 15%;
    box-sizing: border-box;
}
.key-flex-left {
    width: 35%;
}
.key-flex-left h1 {
    font-size: 5em;
    font-family: 'Playfair Display';
    font-weight: 800;
    margin: 0;
    padding-top: 5%;
    white-space: nowrap;
    flex-wrap: nowrap;
}
.key-flex-middle {
    width: auto !important;
    height: 115% !important;
    position: absolute;
    top: 0% !important;
    left: 50%;
    transform: translate(-75%, 25%);
}
.key-flex-middle img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    object-position: bottom;
    transform: scale(1.5);
    transform-origin: bottom;
}
.key-flex-right {
    width: 35%;
}
.key-flex-right h1 {
    font-size: 5em;
    font-family: 'Playfair Display';
    font-weight: 800;
    text-align: end;
    margin: 0;
    padding-top: 5%;
    position: relative;
    z-index: 2;
    white-space: nowrap;
    flex-wrap: nowrap;
}
.key-flex-right svg {
    width: 20vw;
    height: auto;
    position: absolute;
    top: 44%;
    left: 68%;
    z-index: 1;
}



@media only screen and (max-width:1600px){
    .hero-image img {
        object-position: 90% 0;
    }
    .title-text h2 {
        font-size: 2.2em;
        font-weight: 600;
    }
    .title-text p {
        width: 91%;
        font-size: 1em;
    }
    .bottom-title-text p {
       width: 80%;
       font-size: 1.7em;
    }
    .box h2 {
        font-size: 2.9em;
    }
    .purposes-text {
        padding: 0 25%;
    }
    .values-title p {
        padding: 0 15%;
        font-size: 1.1em;
    }
    .key-flex {
        padding: 0 9%;
    }
    .key-flex-left h1 {
        font-size: 4.3em;
    }
    .key-flex-right h1 {
        font-size: 4.3em;
    }
    .key-flex-right svg {
        top: 43%;
        left: 73%;
    }
}


@media only screen and (max-width:1280px){
    .hero-image {
        height: 85%;
    }
    .hero-image img {
        object-position: 100% 0;
    }
    .hero-left {
        width: 50%;
    }
    .hero-right {
        width: 50%;
    }
    .hero-text {
        padding-right: 10%;
    }
    .title-text h2 {
        font-size: 1.8em;
    }
    .title-text p {
        width: 100%;
        font-size: 0.9em;
        padding-top: 5%;
    }
    .bottom-title-text {
        margin-top: 10%;
    }
    .bottom-title-text p {
        width: 100%;
        font-size: 1.5em;
    }
    .boxes-flex {
        padding: 0 5%;
        top: -26%;
    }
    .box {
        padding: 2vh 4vh;
    }
    .box h2 {
        font-size: 2.6em;
    }
    .blue-bg {
        border-radius: 0 0 40px 40px;
    }
    .purposes-text {
        top: 24%;
        padding: 0 15%;
    }
    .purposes-text h1 {
        font-size: 2.8em;
    }
    .purposes-text p {
        font-size: 1.5em;
    }
    .bg-grey {
        width: 80%;
        margin: 3% 10%;
    }
    .values-flex {
        padding: 0 5% 3%;
    }
    .values-title p {
        font-size: 1.1em;
        padding: 0 15%;
    }
    .values {
        width: 22%;
    }
    .values-text h4 {
        font-size: 1.2em;
    }
    .values-image svg {
        width: auto;
        height: 8vh;
    }
    .values-text p {
        font-size: 0.9em;
    }
    .key-section {
        width: 100%;
        height: 33vh;
    }
    .key-flex-left h1 {
        font-size: 3.2em;
    }
    .key-flex-right h1 {
        font-size: 3.2em;
    }
    .key-flex-right svg {
        width: 22vw;
        top: 43%;
        left: 73%;
    }
}


@media only screen and (max-width:900px){
    .hero-image {
        height: 87%;
    }
    .hero-text {
        padding-right: 10%;
    }
    .title-text h2 {
        font-size: 1.7em;
    }
    .title-text p {
        width: 100%;
        font-size: 0.9em;
        padding-top: 10%;
    }
    .purposes-section {
        height: 30vh;
    }
    .purposes-text {
        padding: 0 10%;
    }
    .purposes-text h1 {
        font-size: 2.7em;
    }
    .purposes-text p {
        font-size: 1.3em;
    }
    .box {
        padding: 2vh 0vh;
    }
    .box h2 {
        font-size: 2em;
    }
    .box p {
        font-size: 0.7em;
    }
    .bg-grey {
        width: 75%;
        margin: 3% 12.5%;
    }
    .values-flex {
        flex-direction: column;
        align-items: center;
    }
    .values {
        width: 60%;
        align-items: center;
        padding-top: 5%;
    }
    .values-title {
        padding-bottom: 0;
    }
    .values-title h3 {
        font-size: 1.8em;
    }
    .values-title p {
        font-size: 1em;
    }
    html body .values-text h4, html body .values-text p {
        text-align: center;
    }
    .values-text {
        margin-bottom: 30px;
    }
    .key-section {
        width: 100%;
        height: 34vh;
    }
    .key-flex {
        padding: 0 5%;
    }
    .key-flex-left {
        padding-top: 7%;
    }
    .key-flex-left h1 {
        font-size: 2.6em;
    }
    .key-flex-right {
        padding-top: 7%;
    }
    .key-flex-right h1 {
        font-size: 2.6em;
    }
    .key-flex-right svg {
        width: 24vw;
        top: 50%;
        left: 74%;
    }
    .key-flex-middle {
        transform: translate(-82%, 25%);
    }
    .key-flex-middle img {
        transform: scale(1.6);
    }
}


@media only screen and (max-width:650px){
    .hero-section {
        height: 84vh;
    }
    .hero-flex {
        flex-direction: column;
    }
    .hero-left {
        width: 100%;
        height: 43%;
    }
    .hero-image {
        height: 100%;
    }
    .hero-image img {
        object-position: 100% 8%;
    }
    .hero-right {
        width: 100%;
        height: 58%;
        justify-content: space-between;
    }
    .hero-text {
        padding: 0 4%;
    }
    .title-text {
        padding-top: 4%;
    }
    .title-text h2 {
        font-size: 1.7em;
    }
    .title-text p {
        width: 100%;
        font-size: 0.9em;
        padding-top: 3%;
    }
    .bottom-title-text {
        width: 100%;
        margin-top: 5%;
    }
    .bottom-title-text p {
        margin: 0;
        font-size: 1.4em;
    }
.purposes-text {
    padding: 0 9%;
    position: relative;
    transform: translateY(-15px);
}

.blue-bg {
    display: flex;
    flex-direction: column-reverse;
}

.boxes-flex {
    transform: translateY(-50%);
}

.purposes-section {
    height: auto;
}
    .purposes-text h1 {
        font-size: 2.5em;
    }
    .purposes-text p {
        font-size: 1.2em;
    }
    .box h2 {
        font-size: 1.3em;
    }
    .values-title h3 {
        font-size: 1.5em;
        padding: 0 18%;
    }
    .values-title p {
        font-size: 1em;
        padding: 0 10%;
    }
    .values {
        width: 65%;
        height: auto;
    }
    .key-section {
        width: 100%;
        height: 85vh;
    }
    .key-flex {
        padding: 0 5%;
        flex-direction: column;
        justify-content: unset;
        padding-top: 3%;
    }
    .key-flex-left {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        height: 25%;
        width: 100%;
        padding: 0;
    }
    .key-flex-left h1, .key-flex-right h1 {
        font-size: 3.7em;
        padding: 0;
        text-align: center;
    }
    .key-flex-right {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        height: 25%;
        width: 100%;
        padding: 0;
    }
    .key-flex-right svg {
        width: 36vh;
        top: 42%;
        left: 30%;
    }
    .key-flex-middle img {
        transform: scale(1.7);
    }
    .key-flex-middle {
        transform: translate(-82%, -9%);
    }

}


@media only screen and (max-width:500px){
    .hero-section {
        height: 80vh;
    }
    .hero-image img {
        object-position: 100% -11%;
    }
    .title-text h2 {
        font-size: 1.2em;
    }
    .title-text p {
        font-size: 0.8em;
        padding-top: 2%;
    }
    .bottom-title-text {
        margin-top: 15%;
    }
    .bottom-title-text p {
        width: 100%;
        font-size: 1.1em;
        text-align: center;
    }

    .blue-bg {
        border-radius: 0 0 30px 30px;
        height: 70%;
        top: 35%;
    }
    .purposes-section {
        background: #3cbeb1;
    }
    .purposes-text {
        padding: 0 4%;
        top: 23%;
    }
    .purposes-text h1 {
        font-size: 1.8em;
        padding-top: 3%;
    }
    .purposes-text p {
        font-size: 0.9em;
    }
    .boxes-flex {
        padding: 0 4%;
        top: -77%;
        width: 100%;
        position: relative;
    }
    .values-section {
        padding: 5% 0;
    }
    .bg-grey {
        width: 80%;
        margin: 3% 10%;
    }
    .values-title h3 {
        font-size: 1.8em;
    }
    .values {
        width: 90%;
        height: auto;
    }
    .key-section {
        width: 100%;
        height: 80vh;
    }
    .key-flex {
        padding-top: 10%;
    }
    .key-flex-left h1, .key-flex-right h1 {
        font-size: 3.2em;
    }
    .key-flex-right svg {
        width: 30vh;
        top: 43%;
        left: 20%;
    }
    .key-flex-middle {
        transform: translate(-85%, -10%);
    }
    .key-flex-middle img {
        transform: scale(2);
    }
}


/* @media only screen and (max-width:360px){
    .title-text {
        height: 60%;
        padding-top: 8%;
    }
    .title-text h2 {
        font-size: 1.2em;
    }
    .bottom-title-text {
        height: 30%;
    }
    .bottom-title-text p {
        text-align: start;
    }
    .values-title h3 {
        font-size: 1.6em;
        padding: 0 15%;
    }
    .key-section {
        width: 100%;
        height: 70vh;
    }
    .key-flex-left h1, .key-flex-right h1 {
        font-size: 3.4em;
    }
    .key-flex-right svg {
        width: 67vw;
        top: 82%;
        left: 18%;
    }
    .key-flex-left h1, .key-flex-right h1 {
        font-size: 3.2em;
    }
    .key-flex-right svg {
        width: 67vw;
        top: 46%;
        left: 20%;
    }
    .key-flex-middle img {
        transform: scale(2);
    }
} */

