@font-face {
    font-family: 'RedHatDisplayBold';
    src: url('../fonts/red-hat-display/RedHatDisplay-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RedHatDisplayExtraBold';
    src: url('../fonts/red-hat-display/RedHatDisplay-ExtraBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RedHatDisplayLight';
    src: url('../fonts/red-hat-display/RedHatDisplay-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RedHatDisplayMedium';
    src: url('../fonts/red-hat-display/RedHatDisplay-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RedHatDisplayRegular';
    src: url('../fonts/red-hat-display/RedHatDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'RedHatDisplaySemiBold';
    src: url('../fonts/red-hat-display/RedHatDisplay-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* GENERAL */

* {
    font-family: RedHatDisplayRegular;
}

.parent {
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-fluid {
    background-color: #fcfcfc;
}

.hidden {
    opacity: 0;
    /* filter: blur(5px); */
    /* transform: translateX(-100%); */
    /* transform: translateY(100%); */
    transition: all 1s;
}

.show {
    opacity: 1;
    /* filter: blur(0); */
    /* transform: translateX(0); */
    /* transform: translateY(0); */
}

/* LINEA  */

.border-gradient {
    height: 7px;
    width: 100%;
    background: rgb(0,159,227);
    background: linear-gradient(90deg, rgba(0,159,227,1) 0%, rgba(187,33,191,1) 40%, rgba(187,33,191,1) 100%);
}

/* NAVBAR HEADER */

.container-logo {
    width: 350px;
    height: 106px;
}

.container-logo .img-logo {
    object-fit: cover;
    width: 150%;
    height: 106px;
}

#navbarHeader .nav-item {
    margin-right: 48px;
    font-size: 24px;
}

#navbarHeader .navbar-button {
    font-size: 24px;
}

#navbarHeader > ul > li.nav-item.language {
    padding-top: 0px;
}

#navbarHeader > ul > li.nav-item.language > div > button {
    font-size: 24px;
    background-color: transparent;
    border: 0px;
    padding-top: 8px;
    color: rgba(255,255,255,.5);
}

#navbarHeader > ul > li.nav-item.language > div > button:hover {
    color: rgba(255,255,255,.75);
}

#navbarHeader > ul > li.nav-item.language > div > div.dropdown-menu {
    min-width: auto;
}

#navbarHeader > ul > li.nav-item.language > div > div > a {
    font-size: 24px;
}

/* -------------------------------------------------------------------- */

div.block-one {
    background-color: #469BFD;
    padding: 7% 0% 2%;
}

p.block-one-title-part-one {
    color: #FFF;
    font-family: RedHatDisplayExtraBold;
    font-size: 119.91px;
    font-style: normal;
    font-weight: 900;
    line-height: 103.135px;
    letter-spacing: 0.311px;
    text-transform: uppercase;
    margin: 0%;
}

p.block-one-title-part-two {
    color: #FFF;
    text-align: center;
    font-size: 79.526px;
    font-style: normal;
    font-weight: 400;
    line-height: 103.135px;
    letter-spacing: 0.311px;
    text-transform: uppercase;
    margin: 0%;
}

div.block-one-col-text {
    width: 35%;
}

p.block-one-text {
    color: #FFF;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

span.block-one-text-span {
    font-family: RedHatDisplayExtraBold;
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;  
}

/* -------------------------------------------------------------------- */

div.block-two {
    padding: 6% 4%;
}

p.block-two-title {
    color: var(--negro-texto, #1F2429);
    font-family: RedHatDisplayExtraBold;
    font-size: 34.097px;
    font-style: normal;
    font-weight: 900;
    line-height: 41.911px;
    letter-spacing: 0.71px;
    text-transform: uppercase;
    width: 87%;
}

span.block-two-title-span {
    color: var(--celeste-comunidad, #469BFD);
    font-family: RedHatDisplayExtraBold;
    font-size: 34.097px;
    font-style: normal;
    font-weight: 900;
    line-height: 41.911px;
    letter-spacing: 0.71px;
    text-transform: uppercase;
}

p.block-two-text {
    color: var(--negro-texto, #1F2429);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.5px;
    margin-top: 3%;
}

/* -------------------------------------------------------------------- */

div.block-three {
    display: flex;
}

p.block-three-title {
    color: var(--celeste-comunidad, #469BFD);
    font-family: RedHatDisplayExtraBold;
    font-size: 34.097px;
    font-style: normal;
    font-weight: 900;
    line-height: 41.911px;
    letter-spacing: 0.71px;
    text-transform: uppercase;
}

div.block-three-challenge {
    max-width: 1500px;
}

div.block-three-container {
    border-radius: 12px;
    background: var(--celeste-comunidad, #469BFD);
    padding: 3%;
    color: var(--blanco-fondo, #FAFAFA);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.5px;
    min-height: 40px !important;
}

div.block-three-container.parent {
    width: 40px;
}

img.block-three-container-img {
    width: 24px;
    height: 24px;
}

div.block-three-responsive {
    display: none;
}

/* -------------------------------------------------------------------- */

div.block-four {
    padding: 10% 2% 3% 2%;
}

div.block-four-detail {
    margin-top: 5%;
}

img.block-four-detail-img {
    position: relative;
    top: -20px;
    width: 21px;
    height: 21px;
}

p.block-four-detail-text {
    margin: 0%;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
}

img.block-four-circle-img-right {
    position: absolute;
    right: 0px;
    top: 1900px;
}

img.block-four-circle-img-left {
    position: absolute;
    left: 0px;
    top: 2400px;
}

.swiper {
    margin-top: 5%;
    width: 248px;
    height: 542px;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
}

.swiper-slide:nth-child(1n) {
    background-image: url('../assets/images/communities/screen-one.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.swiper-slide:nth-child(2n) {
    background-image: url('../assets/images/communities/screen-two.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.swiper-slide:nth-child(3n) {
    background-image: url('../assets/images/communities/screen-three.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.swiper-slide:nth-child(4n) {
    background-image: url('../assets/images/communities/screen-four.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.swiper-slide:nth-child(5n) {
    background-image: url('../assets/images/communities/screen-five.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.swiper-slide:nth-child(6n) {
    background-image: url('../assets/images/communities/screen-six.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* -------------------------------------------------------------------- */

div.block-five {
    padding: 10% 2% 0% 2%;
}

p.block-five-title {
    color: var(--celeste-comunidad, #469BFD);
    font-family: RedHatDisplayExtraBold;
    font-size: 34.097px;
    font-style: normal;
    font-weight: 900;
    line-height: 41.911px;
    letter-spacing: 0.71px;
    text-transform: uppercase;
}

div.block-five-row-detail {
    max-width: 1200px;
}

div.block-five-detail {
    padding: 1% 10%;
}

div.block-five-detail-container-img {
    width: 50px;
}

p.block-five-detail-text {
    margin: 0%;
    color: var(--negro-texto, #1F2429);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 152%;
}

div.block-five-col-img {
    margin-top: 5%;
}

img.block-five-img {
    width: 50%;
}

img.block-five-img-one {
    position: absolute;
    top: 10%;
    left: 28%;
}

img.block-five-img-two {
    position: absolute;
    top: 50%;
    left: 23%;
}

img.block-five-img-three {
    position: absolute;
    top: 50%;
    right: 25%;
}

/* -------------------------------------------------------------------- */

div.block-seven {
    padding: 6% 10%;
    background-color: #469BFD;
    height: 800px;
    background-image: url('../assets/images/communities/block-seven.webp');
    background-repeat: no-repeat;
    background-position: 500px -50px;
}

p.block-seven-title-part-one {
    color: var(--negro-texto, #1F2429);
    font-family: RedHatDisplayExtraBold;
    font-size: 47.924px;
    font-style: normal;
    font-weight: 900;
    line-height: 58.906px;
    letter-spacing: 0.998px;
    text-transform: uppercase;
}

p.block-seven-title-part-two {
    color: var(--blanco-fondo, #FAFAFA);
    font-family: RedHatDisplayExtraBold;
    font-size: 34.097px;
    font-style: normal;
    font-weight: 900;
    line-height: 41.911px;
    letter-spacing: 0.71px;
    text-transform: uppercase;
}

/* -------------------------------------------------------------------- */

div.block-eight {
    padding: 4% 0% 8%;
    background-image: url('../assets/images/communities/ellipse.webp');
    background-repeat: no-repeat;
    background-position: center;
}

p.block-eight-title {
    color: var(--negro-texto, #1F2429);
    font-family: RedHatDisplayExtraBold;
    font-size: 47.924px;
    font-style: normal;
    font-weight: 900;
    line-height: 58.906px;
    letter-spacing: 0.998px;
    text-transform: uppercase;
}

div.block-eight-col {
    max-width: 1200px;
}

div.block-eight-container {
    border-radius: 12px;
    padding: 3%;
    font-size: 18.692px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.584px;
    min-height: 42px !important;
    width: auto !important;
}

div.container-blue {
    color: var(--blanco-fondo, #FFF);
    background-color: #469BFD;
    border: 1px solid #FFF;
    height: 100%;
    width: 100%;
}

div.container-white {
    color: var(--blanco-fondo, #469BFD);
    background-color: #FFF;
    height: 100%;
    width: 100%;
}

div.parent:has(.block-eight-container) {
    margin: 4% 0%;
}

img.block-eight-img-one {
    position: absolute;
    top: -250px;
    left: 0px;
}

img.block-eight-img-two {
    position: absolute;
    top: -250px;
    right: 0px;
}

img.block-eight-img-three {
    position: absolute;
    top: 50px;
    left: 120px;
}

img.block-eight-img-four {
    position: absolute;
    top: 50px;
    right: 120px;
}

@media screen and (min-width: 1200px) and (max-width: 1699px) {
    /* NAVBAR HEADER */

    .container-logo {
        width: 330px;
        height: 65px;
    }

    .container-logo .img-logo {
        width: 110%;
        height: 65px;
    }

    #navbarHeader .nav-item {
        margin-right: 39px;
        font-size: 20px;
    }

    #navbarHeader .navbar-button {
        font-size: 20px;
    }
    
    #navbarHeader > ul > li.nav-item.language > div > button {
        font-size: 20px;
    }
    
    #navbarHeader > ul > li.nav-item.language > div > div > a {
        font-size: 20px;
    }

    /* -------------------------------------------------------------------- */

    div.block-three {
        padding: 0% 2%;
    }

    /* -------------------------------------------------------------------- */

    img.block-four-circle-img-right {
        top: 1700px;
    }
    
    img.block-four-circle-img-left {
        top: 1900px;
    }

    /* -------------------------------------------------------------------- */

    img.block-five-img-one {
        left: 25%;
        width: 7%;
    }
    
    img.block-five-img-two {
        left: 20%;
        width: 6%;
    }
    
    img.block-five-img-three {
        width: 9%;
    }

    /* -------------------------------------------------------------------- */

    div.block-seven {
        padding: 6% 4%;
        height: 700px;
        background-size: 900px;
        background-position: 350px -50px;
    }

    /* -------------------------------------------------------------------- */

    img.block-eight-img-one {
        top: -250px;
        left: 50px;
    }
    
    img.block-eight-img-two {
        top: -250px;
        right: 50px;
    }
    
    img.block-eight-img-three {
        top: 50px;
        left: 120px;
    }
    
    img.block-eight-img-four {
        top: 50px;
        right: 120px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    /* NAVBAR HEADER */

    .container-logo {
        width: 290px;
        height: 50px;
    }

    .container-logo .img-logo {
        object-fit: cover;
        width: 100%;
        height: 50px;
    }

    #navbarHeader .nav-item {
        margin-right: 16px;
        font-size: 18px;
    }

    #navbarHeader .navbar-button {
        font-size: 18px;
    }

    #navbarHeader > ul > li.nav-item.language > div > button {
        font-size: 18px;
    }
    
    #navbarHeader > ul > li.nav-item.language > div > div > a {
        font-size: 18px;
    }

    /* -------------------------------------------------------------------- */

    div.block-three {
        padding: 0% 2%;
    }

    /* -------------------------------------------------------------------- */

    img.block-four-circle-img-right {
        top: 1700px;
    }
    
    img.block-four-circle-img-left {
        top: 1900px;
    }

    .swiper {
        width: 223px;
        height: 487px;
    }
    
    .swiper-slide {
        border-radius: 32px;
    }

    /* -------------------------------------------------------------------- */

    div.block-five-detail {
        padding: 1% 8%;
    }

    img.block-five-img-one {
        left: 25%;
        width: 7%;
    }
    
    img.block-five-img-two {
        left: 21%;
        width: 6%;
    }
    
    img.block-five-img-three {
        width: 9%;
    }

    /* -------------------------------------------------------------------- */

    div.block-seven {
        padding: 6% 4%;
        height: 650px;
        background-size: 750px;
        background-position: 350px 0px;
    }

    /* -------------------------------------------------------------------- */

    img.block-eight-img-one {
        top: -220px;
        left: 30px;
    }
    
    img.block-eight-img-two {
        top: -220px;
        right: 30px;
    }
    
    img.block-eight-img-three {
        top: 40px;
        left: 100px;
    }
    
    img.block-eight-img-four {
        top: 40px;
        right: 100px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    /* NAVBAR HEADER */

    .container-logo {
        width: 290px;
        height: 50px;
    }

    .container-logo .img-logo {
        object-fit: cover;
        width: 100%;
        height: 50px;
    }

    #navbarHeader .nav-item {
        margin-left: 35px;
        font-size: 18px;
    }

    #navbarHeader .navbar-button {
        font-size: 18px;
    }

    #navbarHeader > ul > li.nav-item.language > div > button {
        font-size: 18px;
        padding-left: 0px;
    }

    #navbarHeader > ul > li.nav-item.language > div > div.dropdown-menu.show {
        display: table;
    }
    
    #navbarHeader > ul > li.nav-item.language > div > div > a {
        font-size: 18px;
    }

    /* -------------------------------------------------------------------- */

    p.block-one-title-part-one {
        font-size: 100px;
        line-height: 80px;
    }

    p.block-one-title-part-two {
        font-size: 65px;
        line-height: 80px;
    }

    img.block-one-img {
        width: 60%;
    }

    div.block-one-col-text {
        width: 45%;
    }

    /* -------------------------------------------------------------------- */

    div.block-two {
        padding: 5% 3%;
    }
    
    p.block-two-title {
        font-size: 30px;
        line-height: 37px;
        width: 87%;
        padding-top: 10%;
    }
    
    span.block-two-title-span {
        font-size: 30px;
        line-height: 37px;
    }

    img.block-two-img {
        width: 120%;
    }

    /* -------------------------------------------------------------------- */

    div.block-three {
        padding: 0% 2%;
    }

    /* -------------------------------------------------------------------- */

    img.block-four-circle-img-right {
        top: 1600px;
    }
    
    img.block-four-circle-img-left {
        top: 1800px;
    }

    .swiper {
        margin-top: 10%;
        width: 200px;
        height: 438px;
    }
    
    .swiper-slide {
        border-radius: 30px;
    }

    /* -------------------------------------------------------------------- */

    div.block-five-detail {
        padding: 1% 2%;
    }
    
    img.block-five-img-one {
        left: 25%;
        width: 7%;
    }
    
    img.block-five-img-two {
        left: 21%;
        width: 6%;
    }
    
    img.block-five-img-three {
        width: 9%;
    }

    /* -------------------------------------------------------------------- */

    div.block-seven {
        padding: 6% 4%;
        height: 650px;
        background-size: 650px;
        background-position: 250px 120px;
    }

    p.block-seven-title-part-one {
        font-size: 43px;
        line-height: 55px;
    }
    
    p.block-seven-title-part-two {
        font-size: 30px;
        line-height: 38px;
    }

    /* -------------------------------------------------------------------- */

    img.block-eight-img-one {
        top: -270px;
        left: 20px;
    }
    
    img.block-eight-img-two {
        top: -270px;
        right: 20px;
    }
    
    img.block-eight-img-three {
        top: 30px;
        left: 50px;
    }
    
    img.block-eight-img-four {
        top: 30px;
        right: 50px;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    /* NAVBAR HEADER */

    .container-logo {
        width: 290px;
        height: 50px;
    }

    .container-logo .img-logo {
        object-fit: cover;
        width: 100%;
        height: 50px;
    }

    #navbarHeader .nav-item {
        margin-left: 35px;
        font-size: 18px;
    }

    #navbarHeader .navbar-button {
        font-size: 18px;
    }

    #navbarHeader > ul > li.nav-item.language > div > button {
        font-size: 18px;
        padding-left: 0px;
    }

    #navbarHeader > ul > li.nav-item.language > div > div.dropdown-menu.show {
        display: table;
    }
    
    #navbarHeader > ul > li.nav-item.language > div > div > a {
        font-size: 18px;
    }

    /* -------------------------------------------------------------------- */

    p.block-one-title-part-one {
        font-size: 90px;
        line-height: 75px;
    }

    p.block-one-title-part-two {
        font-size: 60px;
        line-height: 75px;
    }

    img.block-one-img {
        width: 70%;
    }

    div.block-one-col-text {
        width: 55%;
    }
    
    /* -------------------------------------------------------------------- */

    div.block-two {
        padding: 4% 2%;
    }
    
    p.block-two-title {
        font-size: 25px;
        line-height: 34px;
        width: 87%;
        padding-top: 10%;
    }
    
    span.block-two-title-span {
        font-size: 25px;
        line-height: 34px;
    }

    img.block-two-img {
        width: 120%;
    }

    /* -------------------------------------------------------------------- */

    div.block-three {
        display: none;
    }

    div.block-three-responsive {
        display: flex;
        margin: 4% 0% 8% 0%;
    }

    div.block-three-responsive-col {
        padding: 1% 5%;
    }

    div.block-three-responsive p.block-three-title {
        color: var(--celeste-comunidad, #469BFD);
        font-family: RedHatDisplayExtraBold;
        font-size: 31px;
        font-style: normal;
        font-weight: 900;
        line-height: 20.956px;
        letter-spacing: 0.355px;
        text-transform: uppercase;
        margin: 0%;
    }

    div.block-three-container {
        color: var(--blanco-fondo, #FAFAFA);
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.465px;
    }

    div.block-three-container.parent {
        width: 100%;
        height: 100%;
    }

    div.block-three-container-empty {
        border-radius: 11.149px;
        border: 1.5px solid var(--celeste-comunidad, #469BFD);
        height: 100%;
        width: 100%;
    }

    div.block-three-container-fill {
        border-radius: 11.149px;
        background-color: #469BFD;
        height: 100%;
        width: 100%;
    }

    /* -------------------------------------------------------------------- */

    img.block-four-circle-img-right {
        width: 30%;
        top: 1650px;
    }
    
    img.block-four-circle-img-left {
        width: 30%;
        top: 1700px;
    }

    .swiper {
        margin-top: 10%;
        width: 180px;
        height: 394px;
    }
    
    .swiper-slide {
        border-radius: 27px;
    }

    /* -------------------------------------------------------------------- */

    div.block-five-detail {
        padding: 1% 0%;
    }

    p.block-five-title {
        font-size: 31px;
        line-height: 20.956px;
    }

    img.block-five-img {
        width: 70%;
    }
    
    img.block-five-img-one {
        left: 20%;
        width: 8%;
    }
    
    img.block-five-img-two {
        left: 15%;
        width: 7%;
    }
    
    img.block-five-img-three {
        right: 17%;
        width: 10%;
    }

    /* -------------------------------------------------------------------- */

    div.block-seven {
        padding: 6% 4%;
        height: 450px;
        background-size: 550px;
        background-position: 150px 70px;
    }

    p.block-seven-title-part-one {
        font-size: 31px;
        font-style: normal;
        font-weight: 900;
        line-height: 29.453px;
        letter-spacing: 0.499px;
    }
    
    p.block-seven-title-part-two {
        font-size: 20px;
        font-style: normal;
        font-weight: 900;
        line-height: 20.956px;
        letter-spacing: 0.355px;
    }

    /* -------------------------------------------------------------------- */

    p.block-eight-title {
        font-size: 31px;
        font-style: normal;
        font-weight: 900;
        line-height: 49.469px;
        letter-spacing: 0.838px;
    }
    
    div.block-eight-container {
        font-size: 15.698px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.491px;
    }

    img.block-eight-img-one {
        top: -240px;
        left: 20px;
    }
    
    img.block-eight-img-two {
        top: -240px;
        right: 20px;
    }
    
    img.block-eight-img-three {
        top: 50px;
        left: 40px;
    }
    
    img.block-eight-img-four {
        top: 50px;
        right: 40px;
    }
}

@media screen and (max-width: 575px) {
    /* NAVBAR HEADER */

    .container-logo {
        width: 290px;
        height: 50px;
    }

    .container-logo .img-logo {
        object-fit: cover;
        width: 100%;
        height: 50px;
    }

    #navbarHeader .nav-item {
        margin-left: 35px;
        font-size: 18px;
    }

    #navbarHeader .navbar-button {
        font-size: 18px;
    }

    #navbarHeader > ul > li.nav-item.language > div > button {
        font-size: 18px;
        padding-left: 0px;
    }

    #navbarHeader > ul > li.nav-item.language > div > div.dropdown-menu.show {
        display: table;
    }
    
    #navbarHeader > ul > li.nav-item.language > div > div > a {
        font-size: 18px;
    }

    /* -------------------------------------------------------------------- */

    p.block-one-title-part-one {
        font-size: 65px;
        line-height: 60px;
    }

    p.block-one-title-part-two {
        font-size: 47px;
        line-height: 60px;
    }

    img.block-one-img {
        width: 80%;
    }

    div.block-one-col-text {
        width: 75%;
    }

    p.block-one-text {
        font-size: 21px;
    }
    
    span.block-one-text-span {
        font-size: 21px;
    }
        
    /* -------------------------------------------------------------------- */

    div.block-two {
        padding: 4% 2%;
    }
    
    p.block-two-title {
        font-size: 25px;
        line-height: 34px;
        width: 87%;
        padding-top: 10%;
    }
    
    span.block-two-title-span {
        font-size: 25px;
        line-height: 34px;
    }

    img.block-two-img {
        width: 100%;
    }

    /* -------------------------------------------------------------------- */

    div.block-three {
        display: none;
    }

    div.block-three-responsive {
        display: flex;
        margin: 10% 0%;
    }

    div.block-three-responsive-col {
        padding: 1% 5%;
    }

    div.block-three-responsive p.block-three-title {
        color: var(--celeste-comunidad, #469BFD);
        font-family: RedHatDisplayExtraBold;
        font-size: 24px;
        font-style: normal;
        font-weight: 900;
        line-height: 20.956px;
        letter-spacing: 0.355px;
        text-transform: uppercase;
        margin: 0%;
    }

    div.block-three-container {
        color: var(--blanco-fondo, #FAFAFA);
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.465px;
    }

    div.block-three-container.parent {
        width: 100%;
        height: 100%;
    }

    div.block-three-container-empty {
        border-radius: 11.149px;
        border: 1.5px solid var(--celeste-comunidad, #469BFD);
        height: 100%;
        width: 100%;
    }

    div.block-three-container-fill {
        border-radius: 11.149px;
        background-color: #469BFD;
        height: 100%;
        width: 100%;
    }

    /* -------------------------------------------------------------------- */

    img.block-four-circle-img-right {
        width: 30%;
        top: 2250px;
    }
    
    img.block-four-circle-img-left {
        width: 30%;
        top: 2300px;
    }

    .swiper {
        margin-top: 10%;
        width: 117px;
        height: 257px;
    }
    
    .swiper-slide {
        border-radius: 20px;
    }

    /* -------------------------------------------------------------------- */

    div.block-five-detail {
        padding: 1% 5%;
    }

    img.block-five-img {
        width: 90%;
    }
    
    img.block-five-img-one {
        left: 10%;
        width: 10%;
    }
    
    img.block-five-img-two {
        left: 5%;
        width: 9%;
    }
    
    img.block-five-img-three {
        right: 7%;
        width: 12%;
    }

    /* -------------------------------------------------------------------- */

    div.block-seven {
        padding: 5% 3%;
        height: 370px;
        background-size: 400px;
        background-position: 130px 70px;
    }

    p.block-seven-title-part-one {
        font-size: 25px;
        font-style: normal;
        font-weight: 900;
        line-height: 29.453px;
        letter-spacing: 0.499px;
    }
    
    p.block-seven-title-part-two {
        font-size: 17px;
        font-style: normal;
        font-weight: 900;
        line-height: 20.956px;
        letter-spacing: 0.355px;
    }

    /* -------------------------------------------------------------------- */

    p.block-eight-title {
        font-size: 31px;
        font-style: normal;
        font-weight: 900;
        line-height: 49.469px;
        letter-spacing: 0.838px;
    }
    
    div.block-eight-container {
        font-size: 15.698px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.491px;
    }

    img.block-eight-img-one {
        display: none;
    }
    
    img.block-eight-img-two {
        top: -450px;
        right: 20px;
    }
    
    img.block-eight-img-three {
        top: -200px;
        left: 40px;
    }
    
    img.block-eight-img-four {
        top: 50px;
        right: 40px;
    }
}

@media screen and (max-width: 400px) {
    /* NAVBAR HEADER */

    .container-logo {
        width: 230px;
        height: 50px;
    }

    .container-logo .img-logo {
        object-fit: cover;
        width: 100%;
        height: 50px;
    }

    #navbarHeader .nav-item {
        margin-left: 30px;
        font-size: 16px;
    }

    #navbarHeader .navbar-button {
        font-size: 16px;
    }

    #navbarHeader > ul > li.nav-item.language > div > button {
        font-size: 16px;
        padding-left: 0px;
    }

    #navbarHeader > ul > li.nav-item.language > div > div.dropdown-menu.show {
        display: table;
    }
    
    #navbarHeader > ul > li.nav-item.language > div > div > a {
        font-size: 16px;
    }

    /* -------------------------------------------------------------------- */

    div.block-three-responsive p.block-three-title {
        font-size: 20px;
    }

    div.block-three-container {
        font-size: 15.698px;
    }

    div.block-three-container-col {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    /* -------------------------------------------------------------------- */
    
    p.block-four-detail-text {
        font-size: 15.698px;
    }

    /* -------------------------------------------------------------------- */

    p.block-five-title {
        font-size: 25px;
    }

    p.block-five-detail-text {
        font-size: 15.698px;
    }

    /* -------------------------------------------------------------------- */

    p.block-eight-title {
        font-size: 25px;
    }
}
