* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

html,
body {
    font-size: 62.5%;
}

.cover-section {
    min-height: 100vh;
}

.cover-bg {
    width: 100%;
    min-height: calc(100vh - 21.0rem);
    background-image: url('../images/background-form.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.welcom-title-content {
    padding-top: 7.5%;
}

.welcom-title {
    text-align: center;
    font: normal normal 600 3.0rem/3.8rem Dosis;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.welcom-img-content {
    margin-top: 4.0rem;
}

.welcom-img {
    width: 56.8rem;
}

.welcom-inf-content {
    margin-top: 4.0rem;
    padding-left: 18.8rem;
    padding-right: 18.8rem;
}

.welcom-inf {
    text-align: center;
    font: normal normal 400 2.5rem/3.5rem Roboto;
    letter-spacing: 0px;
    color:  #FFFFFF;
    opacity: 1;
}

.btn-circle-content {
    margin-top: 1.7rem;
    padding-bottom: 5.0rem;
}

.btn-circle-text {
    text-align: center;
    text-decoration: underline;
    font: normal normal 300 2.0rem/2.4rem Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.arrow-circle {
    display: flex;
    background: #30A6DF 0% 0% no-repeat padding-box;
    border-radius: 100%;
    width: 2.9rem;
    height: 2.9rem;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-left: 20px;
    opacity: 1;
}

.arrow-circle:active {
    background: #54b8eb 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 2px #00000029;
}

.arrow-img {
    transform: rotate(90deg);
    width: 15px;
}

.cover-btns {
    min-height: 21.0rem;
    background: #F1F1F1 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 3px 6px #00000029;
}

.cover-btns-grid {
    display: grid;
    height: 100%;
    grid-template-columns: 24.5% 17% 17% 17% 24.5%;
    grid-template-rows: 100px;
}


.btn-content-1 {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 21.0rem;
    cursor: pointer;
    padding-right: 4.8rem;
    padding-bottom: 5.0rem;
}

.btn-content-2 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 21.0rem;
    cursor: pointer;
    padding-bottom: 5.0rem;
}

.btn-content-3 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 21.0rem;
    cursor: pointer;
    padding-bottom: 5.0rem;
}

.btn-content-4 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 21.0rem;
    cursor: pointer;
    padding-bottom: 5.0rem;
}

.btn-content-5 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    height: 21.0rem;
    cursor: pointer;
    padding-left: 4.8rem;
    padding-bottom: 5.0rem;
}

.btn-text-content {
    display: block;
    width: 25.0rem;
    justify-content: center;
    align-items: center;
}

.btn-text-content-mobile {
    display: none;
}

.btn-text {
    text-align: center;
    font: normal normal 600 4.8rem/4.3rem Dosis;
    letter-spacing: 0px;
    color: #313C41;
    opacity: 1;
}

.btn-text-sub {
    text-align: center;
    font: normal normal 400 2.8rem/3.3rem Dosis;
    letter-spacing: 0px;
    color: #313C41;
    opacity: 1;
}

.btn-line-content {
    display: flex;
    width: 25.0rem;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.btn-line-1 {
    background: #313C41 0% 0% no-repeat padding-box;
    width: 13.6rem;
    height: 0.8rem;
    opacity: 1;
}

.btn-line-2 {
    background: #228D62 0% 0% no-repeat padding-box;
    width: 13.6rem;
    height: 0.8rem;
    opacity: 1;
}

.btn-line-3 {
    background: #1C63A8 0% 0% no-repeat padding-box;
    width: 13.6rem;
    height: 0.8rem;
    opacity: 1;
}

.btn-line-4 {
    background: #7F4082 0% 0% no-repeat padding-box;
    width: 13.6rem;
    height: 0.8rem;
    opacity: 1;
}

.btn-line-5 {
    background: #DF4343 0% 0% no-repeat padding-box;
    width: 13.6rem;
    height: 0.8rem;
    opacity: 1;
}

.btn-content-1:hover {
    background: transparent linear-gradient(89deg, #FFFFFF 0%, #757575 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 6px #00000029;
    opacity: 0.9;
}

.btn-content-1:hover .btn-line-1 {
    background: transparent;
}

.btn-content-2:hover {
    background: transparent linear-gradient(180deg, #489E68 0%, #017E5D 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 6px #00000029;
    opacity: 0.9;
}

.btn-content-2:hover .btn-line-2 {
    background: transparent;
}

.btn-content-2:hover .btn-text {
    color: white;
}

.btn-content-2:hover .btn-text-sub {
    color: white;
}

.btn-content-3:hover {
    background: transparent linear-gradient(180deg, #2087C9 0%, #195298 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 6px #00000029;
    opacity: 0.9;
}

.btn-content-3:hover .btn-line-3 {
    background: transparent;
}

.btn-content-3:hover .btn-text {
    color: white;
}

.btn-content-3:hover .btn-text-sub {
    color: white;
}

.btn-content-4:hover {
    background: transparent linear-gradient(271deg, #CB185B 0%, #2F3888 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 6px #00000029;
    opacity: 0.9;
}

.btn-content-4:hover .btn-line-4 {
    background: transparent;
}

.btn-content-4:hover .btn-text {
    color: white;
}

.btn-content-4:hover .btn-text-sub {
    color: white;
}

.btn-content-5:hover {
    background: transparent linear-gradient(180deg, #EE3A3A 0%, #980000 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 6px #00000029;
    opacity: 0.9;
}

.btn-content-5:hover .btn-line-5 {
    background: transparent;
}

.btn-content-5:hover .btn-text {
    color: white;
}

.btn-content-5:hover .btn-text-sub {
    color: white;
}

.btn-text-margin {
    display: flex;
    justify-content: center;
    height: 4.28rem;
}

/* DIGITAL WORLD */
.section-box {
    padding: 0px 7.5%;
    margin-top: 5%;
    height: fit-content;
}

.digital-world {
    display: grid;
    grid-template-columns: 36% 32% 32%;
    grid-auto-rows: auto;
    height: fit-content;
}

.digitalworld-grid1 {}

.count-mobile-country-content {
    display: none;
}

.count-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto auto;
}

.count-title {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 3.0rem;
    /*30px;  */
    line-height: 3.8rem;
    /* 37px; */
    letter-spacing: 0px;
    color: #313C41;
    opacity: 1;
}

.count-title-logo {
    text-align: left;
    font-family: 'Dosis', sans-serif;
    font-weight: 800;
    font-size: 8.5rem;
    /* 87px; */
    line-height: 11rem;
    letter-spacing: 0px;
    color: #30A6DF;
    opacity: 1;
    margin-bottom: 3%;
}

.count-text {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-size: 2.5rem;
    line-height: 3.5rem;
    letter-spacing: 0px;
    color: #313C41;
    opacity: 1;
}

.count-number {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 9rem;
    line-height: 11rem;
    letter-spacing: 0px;
    color: #313C41;
    opacity: 1;
    width: 100%;
}

.count-number-text {
    text-align: center;
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
    font-size: 4rem;
    line-height: 4.8rem;
    letter-spacing: 0px;
    color: #D8D5D5;
    opacity: 1;
    width: 100%;
}

.count-subtitle {
    text-align: right;
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
    font-size: 4.4rem;
    line-height: 5rem;
    letter-spacing: 0px;
    color: #D8D5D5;
    opacity: 1;
}

.down-line {
    width: 100%;
    display: flex;
    align-items: flex-end;
}

.count-separator-40 {
    height: 40px;
}

.digitalworld-grid2 {
    padding-left: 8%;

}

.digital-image-content {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
}

.digitalworld-img {
    width: 100%;
    height: 100%;
    object-fit: contain,
}

.digitalworld-img-2 {
    width: 100%;
    height: 100%;
    object-fit: contain,
}

.digitalworld-mobile-tecn {
    display: none;
}

.digitalworld-grid3 {
    padding-left: 8%;
}

/* PRODUCT */
.section-box-product {
    padding: 0px 5%;
    margin-top: 5%;
    height: fit-content;

}

.section-box-product-mobile {
    display: none;

}

.column-grid {
    display: grid;
    grid-template-columns: 55% 45%;
    grid-auto-rows: auto;
}

.card-one {
    display: flex;
}

.productwijex-bg {
    background-image: linear-gradient(to bottom, #30A6DFd9, #2F3888d9), url('../images/products-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-width: 100%;
    min-height: 100%;
    display: flex;
}

.card-two {
    position: relative;
    display: flex;
    transition: .5s;
    height: 90vh;
}

.card-two .circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.card-two img {
    position: absolute;
    top: 50%;
    left: -8%;
    transform: translate(-50%, -50%);
    max-height: 90%;
    pointer-events: none;
    transition: 0.5s;
}

.card-two:hover img {
    max-height: 90%;
}

.card-two:hover .content-two {
    left: 0;
    opacity: 1;
}

.down-item {
    background-color: aquamarine;
}

.down-small-item {
    display: inline-flex;
    align-content: flex-end;
    justify-content: stretch;
    align-items: flex-end;
    padding-bottom: 10%;
}

.card-one .carusel-img-1 {
    max-width: 70%;
    opacity: .65;
}

.card-one .carusel-img-2 {
    max-width: 80%;
    opacity: .65;
}

.card-one .carusel-img-3 {
    max-width: 90%;
    opacity: .85;
}

.carusel-btn {
    cursor: pointer;
}

.card-two .content-two {
    padding-left: 32%;
    height: auto;
    display: flex;
    align-items: center
}

.productwijex-title {
    text-align: left;
    font-family: 'Dosis', sans-serif;
    font-weight: 800;
    font-size: 6.9rem;
    line-height: 8.7rem;
    letter-spacing: 0px;
    color: #30A6DF;
    opacity: 1;

}

.productwijex-subtitle {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 2.9rem;
    line-height: 3.5rem;
    letter-spacing: 0px;
    color: #A6A6A6;
    opacity: 1;
    margin-bottom: 6.5rem;
}

.productwijex-text {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 2.5rem;
    line-height: 3.0rem;
    letter-spacing: 0px;
    color: #313C41;
    opacity: 1;
    margin-bottom: 6.5rem;
}

.register-btn {
    cursor: pointer;
    display: flex;
    background: #30A6DF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 1.2rem;
    width: 18.7rem;
    height: 60px;
    justify-content: center;
    align-items: center;
    opacity: 1;

}

.productwijex-btn-text {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 2.0rem;
    line-height: 2.4rem;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

#inf-social-media {
    display: flex;
}

#inf-comprartir {
    display: none;
}

#inf-webcards {
    display: none;
}

#inf-personal-english {
    display: none;
}

#inf-social-media.active {
    display: flex;
}

#inf-comprartir.active {
    display: flex;
}

#inf-webcards.active {
    display: flex;
}

#inf-personal-english.active {
    display: flex;
}


.noactive {
    display: none;
}

/* ABOUT */
.aboutus-grid {
    display: grid;
    grid-template-columns: 60% 40%;
    grid-auto-rows: auto;
}

.aboutus-image-grid {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-auto-rows: auto;
}

.about-grid1 {
    display: flex;
    align-self: flex-start;
    height: fit-content;
}

.about-grid2 {
    display: flex;
    align-self: flex-start;
    height: fit-content;
    padding-top: 50%;
}

.about-grid3 {
    display: flex;
    align-self: flex-start;
    height: fit-content;
}

.about-name {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 3.5rem;
    line-height: 4.2rem;
    letter-spacing: 0px;
    color: #313C41;
    text-shadow: 0px 3px 6px #00000029;
    opacity: 1;
}

.about-position {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-size: 2.0rem;
    line-height: 2.4rem;
    letter-spacing: 0px;
    color: #313C41;
    text-shadow: 0px 3px 6px #00000029;
    opacity: 1;
}

.about-text {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 3.0rem;
    line-height: 3.7rem;
    letter-spacing: 0px;
    color: #313C41;
    opacity: 1;
    padding-left: 5%;
}

.about-separator {
    padding-top: 40%;
}

.about-img {
    max-width: 95%;
    max-height: 95%;
}

.content-btn-bic-mobile {
    display: none;
}

.content-btn-bic {
    margin-top: 8.0rem;
    padding-left: 5%;
}

.button-bic {
    display: flex;
    width: 32.2rem;
    height: 6.0rem;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #30A6DF;
    border-radius: 1.2rem;
    justify-content: center;
    align-items: center;
    opacity: 1;
    cursor: pointer;

}

.button-bic:active {
    background: #f1f9fd 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 2px #00000029;
    cursor: pointer;
}

.btn-bic-text {
    text-align: center;
    font: normal normal normal 2.0rem/2.4rem Roboto;
    letter-spacing: 0px;
    color: #30A6DF;
    opacity: 1;
}

.logo-bic-img {
    width: 6.5rem;
    height: 2.9rem;
}

/* VISION AND MISION */
.section-vm-box {
    padding: 0px 7.5%;
    margin-top: 5%;
    height: fit-content;
    display: flex;
}

.section-vm-box-mobile {
    padding: 0px 7.5%;
    margin-top: 5%;
    height: fit-content;
    display: none;
}

.vision-mision-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
}

.vision-grid {
    display: flex;
    align-self: flex-start;
}

.vision-text {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-size: 3.0rem;
    line-height: 3.7rem;
    letter-spacing: 0px;
    color: #313C41;
    opacity: 1;
}

.mision-text {
    text-align: right;
    font-family: 'Roboto', sans-serif;
    font-size: 3.0rem;
    line-height: 3.7rem;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.mision-bg {
    background-image: linear-gradient(to bottom, #30A6DFd9, #2F3888d9), url('../images/mision-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    opacity: 0.85;
    height: 100%;
}

.trama-bg {
    background-image: url('../images/trama.png');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: calc(150%);
    position: relative;
    opacity: 1;
    height: 100%;
}

.mision-grid {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
}

/* CONTACT */


.contact-bg {
    background-image: url('../images/contact-bg.png');
    min-height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 4% 8%;
}

.contact-grid {
    display: flex;
    min-height: inherit;
    align-items: center;
}

.contact-content-grid {
    display: grid;
    grid-template-columns: 45% 55%;
    grid-auto-rows: auto auto;
}

.contact-grid1 {}


.contact-grid2 {
    width: 100%;
}

.contact-form {
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 21px;
    padding: 0px 6%;
    width: fit-content;
}
.contact-form-title {
    display: block;
}

.contact-form-title-mobile {
    display: none;
}
.contact-title {
    text-align: left;
    font-family: 'Dosis', sans-serif;
    font-weight: 900;
    font-size: 8.7rem;
    line-height: 11.0rem;
    letter-spacing: 0px;
    color: #30A6DF;
    opacity: 1;
}

.content-label {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 2.0rem;
    line-height: 2.4rem;
    letter-spacing: 0px;
    color: #707070;
    margin-bottom: 8px;
    opacity: 1;

}

.contact-row-input {
    display: flex;
    margin-top: 4.0rem
}

.contact-input {
    font-family: 'Roboto', sans-serif;
    font-size: 2.0rem;
    line-height: 2.4rem;
    color: #707070;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #D8D5D5;
    border-radius: 1.2rem;
    background-color: transparent;
    width: 30.0rem;
    height: 5.6rem;
    padding-left: 2.0rem;
    opacity: 1;
}

.contact-input::placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 2.0rem;
    line-height: 2.4rem;
    color: #A6A6A6;
    opacity: 1;
}

.contact-text-area {
    font-family: 'Roboto', sans-serif;
    font-size: 2.0rem;
    line-height: 2.4rem;
    color: #707070;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #D8D5D5;
    border-radius: 1.2rem;
    background-color: transparent;
    width: 100%;
    height: 21.2rem;
    padding-top: 1.0rem;
    padding-left: 2.0rem;
    opacity: 1;
}

.contact-input-separator {
    width: 3.0rem;
    height: 2.0rem;
}

.contact-text-area::placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 2.0rem;
    line-height: 2.4rem;
    color: #A6A6A6;
    opacity: 1;
}

.contact-btn-form {
    display: flex;
    background: #30A6DF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 1.2rem;
    width: 18.7rem;
    height: 4.9rem;
    justify-content: center;
    align-items: center;
    opacity: 1;
}

.btn-text-form {
    font-family: 'Roboto', sans-serif;
    font-size: 2.0rem;
    line-height: 2.4rem;
    color: #FFFFFF;
    opacity: 1;
}

.contact-logo {
    max-width: 75%;
    max-height: 75%;
}

@media only screen and (max-width: 1400px) {

    html,
    body {
        font-size: 49.5%;
    }
}

@media only screen and (max-width: 1350px) {

    html,
    body {
        font-size: 46.5%;
    }
}

@media only screen and (max-width: 1300px) {

    html,
    body {
        font-size: 42.5%;
    }

    /* DIGITAL WORLD */
    .digital-world {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-auto-rows: auto;
        height: 100vh;
    }

    .digitalworld-grid3 {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {

    html,
    body {
        font-size: 42.5%;
    }

    .cover-bg {
        background-size: cover;
    }


}

@media only screen and (max-width: 1000px) {

    html,
    body {
        font-size: 40.5%;
    }

    .cover-bg {
        background-size: cover;
    }

    .cover-btns-grid {
        display: grid;
        height: 100%;
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: auto;
    }

    .btn-content-1 {
        padding-right: 0rem;
        padding-bottom: 5.0rem;
    }

    .btn-content-5 {
        padding-left: 0rem;
        padding-bottom: 5.0rem;
    }

    .contact-bg {
        background-image: url('../images/contact-bg.png');
        min-height: auto;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        padding: 4% 8%;
    }

    .contact-grid {
        display: flex;
        min-height: inherit;
        align-items: center;
    }

    .contact-content-grid {
        display: grid;
        min-height: fit-content;
        grid-template-columns: auto;
        grid-template-rows: repeat(2, auto-fit);
        grid-auto-rows: auto auto
    }

    .contact-grid1 {
        grid-column-start: 1;
        grid-column-end: 1;
        grid-row-start: 2;
        grid-row-end: 3;
        padding: 0%;
        padding-top: 30px;
    }

    .contact-grid2 {
        grid-column-start: 1;
        grid-column-end: 1;
        grid-row-start: 1;
        grid-row-end: 2;
        padding: 0%;
        padding-top: 30px;
    }

    .contact-form {
        width: 100%;
    }

    .contact-row-input {
        display: block;
    }

    .contact-input {
        width: 100%;
        height: 46px;
        padding-left: 10px;
        opacity: 1;
    }

    .contact-text-area {
        width: 100%;
        height: 182px;
        padding-left: 10px;
        opacity: 1;
    }
}



@media only screen and (max-width: 800px) {

    html,
    body {
        font-size: 62.5%;
    }

    .cover-bg {
        background-size: cover;
        min-height: fit-content;
    }

    .welcom-title-content {
        padding-top: 20%;
    }

    .welcom-title {
        font: normal normal 600 3.0rem/3.8rem Dosis;
    }

    .welcom-img-content {
        display: flex;
        margin-top: 4.0rem;
        justify-content: center;
    }

    .welcom-img {
        width: 90%;
    }

    .welcom-inf-content {
        margin-top: 4.0rem;
        padding-left: 5.8rem;
        padding-right: 5.8rem;
    }

    .welcom-inf {
        text-align: center;
        font: normal normal 400 2.0rem/2.8rem Roboto;
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
    }

    .btn-circle-content {
        margin-top: 1.7rem;
        padding-bottom: 4.0rem;
    }

    .btn-circle-text {
        font: normal normal 300 1.8rem/2.2rem Roboto;
    }

    .arrow-circle {
        width: 2.2rem;
        height: 2.2rem;
    }

    .cover-btns {
        min-height: fit-content;
        background: #F1F1F1 0% 0% no-repeat padding-box;
        box-shadow: inset 0px 3px 6px #00000029;
    }


    .cover-btns-grid {
        display: grid;
        height: 100%;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }

    .btn-content-1 {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 15.0rem;
        cursor: pointer;
        padding-right: 0rem;
        padding-bottom: 0rem;
        border-bottom: 2px solid #00000029;
    }

    .btn-content-2 {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 15.0rem;
        cursor: pointer;
        padding-right: 0rem;
        padding-bottom: 0rem;
        border-bottom: 1px solid #00000029;
    }

    .btn-content-3 {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 15.0rem;
        cursor: pointer;
        padding-right: 0rem;
        padding-bottom: 0rem;
        border-bottom: 1px solid #00000029;
    }

    .btn-content-4 {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 15.0rem;
        cursor: pointer;
        padding-right: 0rem;
        padding-bottom: 0rem;
        border-bottom: 1px solid #00000029;
    }

    .btn-content-5 {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 15.0rem;
        cursor: pointer;
        padding-left: 0rem;
        padding-right: 0rem;
        padding-bottom: 0rem;
        border-bottom: 1px solid #00000029;
    }

    .btn-text-content {
        display: none;
        width: 25.0rem;
        justify-content: center;
        align-items: center;
    }

    .btn-text-content-mobile {
        display: flex;
        width: 100%;
        justify-content: flex-start;
        align-items: center;
    }


    .btn-line-content {
        width: auto;
        height: 15.0rem;
        margin-top: 0px;
        align-items: flex-start;
    }

    .btn-text-margin {
        margin-left: 2.0rem;
    }

    .btn-line-1 {
        background: #313C41 0% 0% no-repeat padding-box;
        width: 2.0rem;
        height: 14.8rem;
        opacity: 1;
    }

    .btn-line-2 {
        background: #228D62 0% 0% no-repeat padding-box;
        width: 2.0rem;
        height: 14.8rem;
        opacity: 1;
    }

    .btn-line-3 {
        background: #1C63A8 0% 0% no-repeat padding-box;
        width: 2.0rem;
        height: 14.8rem;
        opacity: 1;
    }

    .btn-line-4 {
        background: #7F4082 0% 0% no-repeat padding-box;
        width: 2.0rem;
        height: 14.8rem;
        opacity: 1;
    }

    .btn-line-5 {
        background: #DF4343 0% 0% no-repeat padding-box;
        width: 2.0rem;
        height: 14.8rem;
        opacity: 1;
    }

    .digital-world {
        grid-template-columns: auto;
        grid-template-rows: repeat(3, auto-fit);
        grid-auto-rows: auto auto auto;
        height: fit-content;
    }

    .digitalworld-grid1 {
        height: fit-content;
    }

    .count-grid {
        display: none;
    }

    .count-title {
        font-size: 15px;
        line-height: 18px;
    }

    .count-subtitle {
        text-align: center;
        font-size: 21px;
        line-height: 25px;
    }

    .count-title-logo {
        font-size: 30px;
        line-height: 38px;
    }

    .mision-text,
    .vision-text {
        font-size: 15px;
        line-height: 20px;
    }

    .count-text {
        margin-top: 21px;
        font-size: 15px;
        line-height: 18px;
    }

    .count-mobile-country-content {
        display: block;
        padding: 0px 10%;
    }

    .count-mobile-country {
        display: grid;
        background: linear-gradient(to bottom, #30A6DFd9, #2F3888d9);
        grid-template-columns: 40% 20% 40%;
        justify-content: center;
        align-items: center;
        padding: 10px;
        cursor: pointer;
    }

    #count-consultant-mobile {
        display: none;
    }

    .count-number-text-mobile {
        text-align: left;
        font-family: 'Dosis', sans-serif;
        font-size: 20px;
        font-weight: 600;
        line-height: 26px;
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
    }

    .count-number {
        text-align: start;
        font-size: 30px;
        line-height: 37px;
        color: #FFFFFF;

    }

    .count-point-mobile {
        background-color: #FFFFFF;
        width: 8px;
        height: 7px;
        border-radius: 50%;
        display: inline-block;
    }

    .count-separator-40 {
        height: 15px;
    }

    .count-grid {
        display: none;
    }

    .count-grid {
        display: none;
    }

    .digitalworld-grid2 {
        margin-top: 30px;
        height: fit-content;
        width: 100%;
        padding-left: 0%;
        padding-right: 0%;
    }

    .digital-image-content {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        grid-template-columns: 50% 50%;
        height: 100%;
    }

    .digitalworld-img {
        width: 100%;
        height: 100%;
        object-fit: contain,
    }

    .digitalworld-mobile-tecn {
        display: inline-block;
        width: 100%;
    }

    .digitalworld-grid3 {
        display: none;
    }

    /* PRODUCT */
    .section-box-product {
        display: none;

    }

    .section-box-product-mobile {
        display: flex;
        padding: 0px 0px;
        height: fit-content;
        width: 100%;
        margin-top: 5%;

    }

    .product-mobile-bg {
        background: linear-gradient(to bottom, #30A6DFd9, #2F3888d9);
        width: 100%;
        padding: 3% 5%;
        padding-bottom: 7%;
    }

    .card-mobile-contener {
        height: fit-content;
    }

    .prod-mobile-img {
        max-width: 70%;
    }

    .productwijex-subtitle {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 15px;
    }

    .productwijex-title {
        font-size: 30px;
        font-size: 38px;
    }

    .productwijex-text {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 5px;
    }

    .prod-see-more {
        text-align: left;
        font-family: 'Roboto', sans-serif;
        font-style: italic;
        font-size: 2.5rem;
        line-height: 3.0rem;
        letter-spacing: 0px;
        color: #ECF6FC;
        opacity: 1;

    }

    .arrow-circle-mobile {
        display: flex;
        background: #30A6DF 0% 0% no-repeat padding-box;
        border-radius: 100%;
        width: 15px;
        height: 15px;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        margin-left: 10px;
        opacity: 1;
    }

    .arrow-circle-mobile:active {
        background: #54b8eb 0% 0% no-repeat padding-box;
        box-shadow: 0px 1px 2px #00000029;
    }

    .arrow-img-mobile {
        transform: rotate(90deg);
        width: 8px;
    }

    .register-btn {
        border-radius: 12px;
        width: 87px;
        height: 23px;
    }

    .max-line {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    #text-see-more-sm.active {
        display: block;
    }

    #text-see-more-c.active {
        display: block;
    }

    #text-see-more-wc.active {
        display: block;
    }

    #text-see-more-pe.active {
        display: block;
    }

    .see-less {
        display: none;
    }

    .aboutus-grid {
        display: grid;
        min-height: fit-content;
        grid-template-columns: auto;
        grid-template-rows: repeat(2, auto-fit);
        grid-auto-rows: auto auto auto;
    }

    .aboutus-image-grid {
        grid-column-start: 1;
        grid-column-end: 1;
        grid-row-start: 2;
        grid-row-end: 3;
        padding: 0%;
        padding-top: 30px;
    }

    .about-grid3 {
        grid-column-start: 1;
        grid-column-end: 1;
        grid-row-start: 1;
        grid-row-end: 2;
        padding: 0%;
        padding-top: 10px;
    }

    .about-grid2 {
        padding-top: 50%;
    }

    .about-name {
        font-size: 16px;
        line-height: 20px;
    }

    .about-position {
        padding-top: 6px;
        font-size: 10px;
        line-height: 0px;
    }


    .about-text {
        font-size: 15px;
        line-height: 18px;
        padding-left: 0%;
    }

    .about-separator {
        padding-top: 0px;
    }

    .content-btn-bic {
        display: none;
    }

    .content-btn-bic-mobile {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 3.6rem;
    }

    .button-bic {
        display: flex;
        width: 28.2rem;
        height: 5.0rem;
        border-radius: 1.8rem;

    }

    .btn-bic-text {
        font: normal normal normal 2.2rem/2.8rem Roboto;
    }

    .logo-bic-img {
        margin-left: 0.5rem;
    }

    .section-vm-box {
        display: none;
    }

    .section-vm-box-mobile {
        padding: 0px 5%;
        margin-top: 5%;
        height: fit-content;
        display: flex;
        width: 100%;
    }

    .mision-bg-mobile {
        background-image: url('../images/mision-bg.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        opacity: 1;
    }

    .trama-bg-mobile {
        background-image: url('../images/trama.png');
        background-position: center left;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        opacity: 1;
    }

    .colapse-vision-bg {
        background-color: rgba(255, 255, 255, 0.85);
        width: 100%;
        padding: 40px 10px;
        display: flex;
        align-items: center;
    }

    .colapse-mision-bg {
        background-color: rgba(47, 56, 136, 0.85);
        width: 100%;
        padding: 40px 10px;
        display: flex;
        align-items: center;
    }

    .colapse-arrow-circle {
        display: flex;
        background: #30A6DF 0% 0% no-repeat padding-box;
        border-radius: 100%;
        width: 29px;
        height: 29px;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        margin-left: 20px;
        opacity: 1;
    }

    .colapse-arrow-circle:active {
        background: #54b8eb 0% 0% no-repeat padding-box;
        box-shadow: 0px 1px 2px #00000029;
    }

    .colapse-arrow-img {
        transform: rotate(90deg);
        width: 15px;
    }

    .colapse-arrow-img-blue {
        width: 15px;
    }

    #colapse-vision-desc {
        display: none;
    }

    #colapse-mision-desc {
        display: none;
    }

    #colapse-vision-desc.active {
        display: flex;
        padding-top: 20px;
    }

    #colapse-mision-desc.active {
        display: flex;
        padding-top: 20px;
    }

    .contact-bg {
        background-image: url('../images/contact-bg.png');
        min-height: auto;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        padding: 4% 8%;
    }

    .contact-grid {
        display: flex;
        min-height: inherit;
        align-items: center;
    }

    .contact-content-grid {
        display: grid;
        min-height: fit-content;
        grid-template-columns: auto;
        grid-template-rows: repeat(2, auto-fit);
        grid-auto-rows: auto auto
    }

    .contact-grid1 {
        grid-column-start: 1;
        grid-column-end: 1;
        grid-row-start: 2;
        grid-row-end: 3;
        padding: 0%;
        padding-top: 30px;
    }

    .contact-grid2 {
        grid-column-start: 1;
        grid-column-end: 1;
        grid-row-start: 1;
        grid-row-end: 2;
        padding: 0%;
        padding-top: 30px;
    }

    .contact-form-title {
        display: none;
    }

    .contact-form-title-mobile {
        display: block;
        padding-left: 10px;
    }

    .contact-form {
        width: 100%;
        padding-top: 39px;
    }

    .contact-row-input {
        display: block;
    }

    .contact-title {
        font-size: 30px;
    }

    .content-label {
        font-size: 13px;
    }

    .contact-input {
        width: 100%;
        height: 46px;
        padding-left: 10px;
        opacity: 1;
    }

    .contact-text-area {
        width: 100%;
        height: 182px;
        padding-left: 10px;
        opacity: 1;
    }

    #img-vision-rotate.active {
        transform: rotate(270deg);
    }

    #img-mision-rotate.active {
        transform: rotate(180deg);
    }

    .mobil-center-img {
        display: flex;
        justify-content: center;
    }

    .mobil-center {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

}

@media only screen and (max-width: 700px) {

    html,
    body {
        font-size: 62.5%;
    }

    .cover-btns-grid {
        display: grid;
        min-height: fit-content;
        grid-template-columns: auto;
        grid-template-rows: repeat(5, auto);
        grid-auto-rows: auto auto
    }
}

@media only screen and (max-width: 500px) {

    html,
    body {
        font-size: 52.5%;
    }


}

.center {
    display: flex;
    justify-content: center;
}

/* ROWS AND COLUMNS*/
.row {
    display: flex;
}


.row-center {
    justify-content: center;
    align-items: center;
}

.row-start {
    justify-content: flex-start;
    align-items: center;
}

.row-end {
    justify-content: flex-end;
    align-items: center;
}

.color-blue {
    color: #30A6DF
}

.color-white {
    color: #FFFFFF;
}

.text-center {
    text-align: center;
}

.circle-white {
    background-color: #FFFFFF;
}