﻿*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

@font-face {
    font-family: "Noto Light";
    src: url("../fonts/noto-sans/NotoSans-Light.ttf");
}

@font-face {
    font-family: "Noto Medium";
    src: url("../fonts/noto-sans/NotoSans-Medium.ttf");
}

@font-face {
    font-family: "Noto Bold";
    src: url("../fonts/noto-sans/NotoSans-Bold.ttf");
}

@font-face {
    font-family: "Noto Regular";
    src: url("../fonts/noto-sans/NotoSans-Regular.ttf");
}

html {
    font-family: 'Noto Regular', sans-serif;
    overflow-x: hidden;
    font-size: 10px;
    font-weight: 400;
    margin: 0px;
    height: 100%;
}

body {
    font-size: 1.6rem;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #fff;
    margin: 0px;
}

ul {
    list-style: none;
}

li {
    margin-bottom: 1.5rem;
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

p {
    margin-bottom: 1.5rem;
}

footer p {
    margin-bottom: 0px;
}

.page__inner {
    padding-right: 5rem;
    padding-left: 5rem;
}

.clearer {
    clear: both;
}

input:focus, textarea:focus {
    border-color: #3DBCD5;
    outline: none !important;
}

.hidden {
    display: none;
}

.header-nav__list {
    margin-bottom: 0px;
    display: flex;
}

.png-logo{
    width: 100px;
}

main.random-0 {
    background-image: url('/img/backgrounds/image-01.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}
main.random-1 {
    background-image: url('/img/backgrounds/image-02.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}
main.random-2 {
    background-image: url('/img/backgrounds/image-03.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}
main.random-3 {
    background-image: url('/img/backgrounds/image-04.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}
main.random-4 {
    background-image: url('/img/backgrounds/image-05.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}
main.random-5 {
    background-image: url('/img/backgrounds/image-06.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}
main.random-6 {
    background-image: url('/img/backgrounds/image-07.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}

#backtotop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #3dbcd5a1;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 30px;
    line-height: 0px;
}

    #backtotop:hover {
        background-color: #3DBCD5;
    }


/* Estilos generales */
main {
    padding-top: 5rem;
    position: relative;
    height: 100%;
    min-height: 20rem;
    overflow: hidden;
    padding-bottom: 5rem;
    min-height: calc(100vh - 180px);
}

.sticky {
    position: sticky;
    background-color: #F2F2F2;
}

.main-index {
    background-color: transparent !important;
    transition: all 0.5s;
    height: 0px;
}

    .main-index li.header-nav__item a {
        color: #fff;
        border: 1px solid #fff;
    }

.main-header {
    position: sticky;
    top: 0px;
    width: 100%;
    z-index: 999;
    background-color: #F2F2F2;
    transition: all 0.5s;
}

.main-home {
    background-color: #00000085;
}
.main-home .header-nav__item a{
    color: #fff;
    border: 1px solid #fff;
}
.main-logo {
    background-image: url(/img/logos/logo-white-webpac.svg) !important;
}

@media only screen and (max-width: 1000px) {
    .main-header__container {
        margin-left: 2rem;
        margin-right: 2rem;
    }
}

@media only screen and (max-width: 765px) {
    .main-header__container {
        margin-left: 0rem;
        margin-right: 0rem;
    }

    .main-header {
        -webkit-box-shadow: 5px 5px 15px 5px #00000021;
        box-shadow: 5px 5px 15px 5px #00000021;
    }
}

.main {
    margin-top: 140px;
}

.container {
    width: 100%;
    max-width: 156rem;
    margin: 0 auto;
    display: grid;
}

fieldset {
    border: 0px solid black;
}

input {
    width: 100%;
    border-radius: 5rem;
    border: 1px solid #D3D3D3;
    padding: 1rem 2rem;
    font-style: italic;
}


/* Estilos home */
.home-section__div {
    height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-section__title {
    font-weight: 800;
    font-size: 65px;
    line-height: 87px;
    color: #FFFFFF;
    margin-bottom: 8rem;
    text-shadow: 0px 0px 15px rgba(0, 0, 15, 0.233);
}

.home-section__subtitle {
    font-weight: 300;
    font-size: 24px;
    line-height: 33px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.home-section__button {
    display: flex;
    color: #fff;
    background: #3DBCD5;
    padding: 12px 30px;
    border-radius: 3rem;
    transition: all .3s ease;
    font-weight: bold;
    cursor: pointer;
    align-items: center;
    font-size: 2rem;
    margin-left: 3rem;
    box-shadow: 0px 0px 29px 0px #3dbcd5;
}

    .home-section__button > .home-section__arrow {
        width: 6px;
        height: 6px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        position: relative;
        transform: rotate(-45deg);
        margin: 0 6px;
        transition: all .3s ease;
    }

        .home-section__button > .home-section__arrow::before {
            display: block;
            background-color: currentColor;
            width: 3px;
            transform-origin: bottom right;
            height: 2px;
            position: absolute;
            opacity: 0;
            bottom: calc(-2px / 2);
            transform: rotate(45deg);
            transition: all .3s ease;
            content: "";
            right: 0;
        }

    .home-section__button:hover > .home-section__arrow {
        transform: rotate(-45deg) translate(4px, 4px);
        border-color: text-hover-color;
        transition: all .3s ease;
    }

        .home-section__button:hover > .home-section__arrow::before {
            opacity: 1;
            width: 8px;
            transition: all .3s ease;
        }

    .home-section__button:hover {
        transition: all .3s ease;
        background: linear-gradient(90deg, #41A7CA 0%, #5059A1 100%);
        color: #fff;
    }

.header-nav__item a {
    color: #454545;
    border: 1px solid #454545;
    padding: 8px 20px 8px 20px;
    border-radius: 2rem;
}

.sup {
    margin-top: 0px;
    vertical-align: super;
    font-size: smaller;
    font-size: 33px;
}

@media only screen and (max-width: 1000px) {
    .home-section__title {
        font-size: 36px;
        line-height: 49px;
    }

    main.random-0, main.random-1, main.random-2, main.random-3, main.random-4, main.random-5, main.random-6, main.random-7 {
        min-height: 86vh;
        background-position: bottom;
    }

    .home-section__subtitle {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .home-section__button {
        margin-left: 0rem;
        margin-top: 2rem;
        font-size: 16px;
        padding: 8px 20px;
    }

    .home-section__div {
        margin-left: 2rem;
        margin-right: 2rem;
        height: 600px;
    }
}

/* Estilos solutions */
.solutions-section__title {
    font-weight: 300;
    font-size: 40px;
    line-height: 54px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #454545;
    margin-bottom: 4rem;
    justify-content: center;
}

.solutions-section__content {
    display: grid;
    grid-template-columns: repeat(4, 24% [col-start]);
    gap: 2rem;
    justify-items: center;
    justify-content: center;
}

.solutions-section {
    margin: 0rem 0rem 22rem 0rem;
}

.solutions-section__content-first-webpackaging {
    background-color: #5181B8;
    padding: 4rem 2rem 2rem 2rem;
    width: 100%;
    height: 160px;
}
.solutions-section__content-first-packportal {
    background-color: #109CF1;
    padding: 4rem 2rem 2rem 2rem;
    width: 100%;
    height: 160px;
}
.solutions-section__content-first-webpac {
    background-color: #FF5799;
    padding: 4rem 2rem 2rem 2rem;
    width: 100%;
    height: 160px;
}
.solutions-section__content-first-webpacsolutions {
    background-color: #0BB09F;
    padding: 4rem 2rem 2rem 2rem;
    width: 100%;
    height: 160px;
}
.solutions-section__content-title {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.solutions-section__list {
    padding: 3rem 2rem;
    height: 241px;
    margin-bottom: 0px;
}
.solutions-section__content-first {
    background-color: #F2F2F2;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    max-height: 560px;
}
.box-shape1 {
    clip-path: polygon(0px 0, 100% 0, calc(103% - 10px) 7%, 0 100%);
    background-color: #5181B8;
    height: 15px;
    width: 100%;
}
.box-shape2 {
    clip-path: polygon(0px 0, 100% 0, calc(103% - 10px) 7%, 0 100%);
    background-color: #109CF1;
    height: 15px;
    width: 100%;
}
.box-shape3 {
    clip-path: polygon(0px 0, 100% 0, calc(103% - 10px) 7%, 0 100%);
    background-color: #FF5799;
    height: 15px;
    width: 100%;
}
.box-shape4 {
    clip-path: polygon(0px 0, 100% 0, calc(103% - 10px) 7%, 0 100%);
    background-color: #0BB09F;
    height: 15px;
    width: 100%;
}
.solution-section__box {
    transition: transform 0.3s ease;
    width: 250px;
    z-index: 2;
    position: relative;
}
.solution-section__box:hover {
    transform: translateY(-5rem);
}
.solutions-section__content-second-top {
    margin-bottom: 5rem;
}
.box-shadow {
    margin: 0 auto;
    margin-top: -4.7rem;
    z-index: 1;
    background-image: url(/img/imgs/shadow.png);
    height: 36px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 3rem;
}

.margin-20 {
    margin-bottom: 20px;
}

.height-text1 {
    height: 60px;
}


.solution-section__svg1 {
    width: 100%;
    height: 35px;
    margin-bottom: 2rem;
}
.solution-section__svg2 {
    width: 100%;
    height: 45px;
    margin-bottom: 1rem;
}

.solutions-section__content-title-first {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    align-items: center;
    text-align: center;
    color: #3DBCD5;
    padding-top: 0.6rem;
    height: 28px;
}


.solutions-section__content-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #5A5A5A;
    margin-bottom: 2rem;
    text-align: left;
}

    .solutions-section__content-text.solutions-section__item1:before {
        content: attr(data-icon);
        font-size: 1.25em;
        color: #5181B8;
        font-weight: 900;
        padding-right: 0.5rem;
    }

    .solutions-section__content-text.solutions-section__item2:before {
        content: attr(data-icon);
        font-size: 1.25em;
        color: #109CF1;
        font-weight: 900;
        padding-right: 0.5rem;
    }

    .solutions-section__content-text.solutions-section__item3:before {
        content: attr(data-icon);
        font-size: 1.25em;
        color: #FF5799;
        font-weight: 900;
        padding-right: 0.5rem;
    }

    .solutions-section__content-text.solutions-section__item4:before {
        content: attr(data-icon);
        font-size: 1.25em;
        color: #0BB09F;
        font-weight: 900;
        padding-right: 0.5rem;
    }


.solutions-section__content-title-second {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #109CF1;
    height: 30px;
}

.solutions-section__content-title-third {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #A0226B;
    height: 30px;
}

.solutions-page__logons-link {
    padding: 7px 19px 7px 19px;
    margin-right: 2rem;
    border-radius: 4rem;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    gap: 1.2rem;
    font-weight: 300;
    width: 175px;
    justify-content: center;
}

.solutions-section__content-text-dark {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #5a5a5a;
    font-style: italic;
    height: 80px;
}

.solutions-section__content-third-top {
    margin-bottom: 6rem;
}
.solutions-section__content-top ul {
    padding: 3rem 2rem;
    height: 245px;
}
.solution-section__img1 {
    margin-bottom: -180px;
    width: 100%;
}

.solution-section__img2 {
    margin-bottom: -236px;
    width: 100%;
}

.solution-section__img3 {
    margin-bottom: -259px;
    width: 100%;
}

.solutions-section__content-second-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media only screen and (max-width: 1000px) {
    .solutions-section__content {
        grid-template-columns: repeat(1, 100% [col-start]);
        gap: 0rem;
    }
}

@media only screen and (max-width: 1000px) {

    .solution-section__img1, .solution-section__img2, .solution-section__img3 {
        margin-bottom: 0px;
    }

    .solution-section__img3 {
        margin-top: 3rem;
    }

    .solutions-section {
        margin: 0rem 0rem 2rem 0rem;
    }

    .page__inner {
        padding-right: 0rem;
        padding-left: 0rem;
    }

    .solutions-section__title {
        margin-bottom: 3rem;
        margin-left: 2rem;
    }

    .solution-section__img2 {
        margin-top: 4rem;
    }

    .solutions-section__content-title-third, .solutions-section__content-title-second, .solutions-section__content-title-first {
        margin-bottom: 4rem;
    }
}
/* Estilos about */
.about-section__container {
    display: grid;
    grid-gap: 2rem;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 46.6rem), 1fr));
}

.about-section__content-right {
    position: absolute;
    top: 0;
    right: 0px;
    width: 47%;
    height: 100%;
    z-index: 0;
}

.about-section__img {
    object-fit: cover;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section.about-section {
    height: inherit;
    min-height: calc(55vh - 10rem);
    overflow-y: inherit;
}

.about-section__dark {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #454545;
    margin-bottom: 3rem;
}

.about-section__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    color: #5a5a5a;
}
.about-section__content-left p {
    color: #5a5a5a;
}
.about-section__claim {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    display: flex;
    align-items: center;
    color: #3DBCD5;
    margin-top: 3rem;
}
    .about-section__claim:hover {
        text-decoration: underline;
    }

.about-section__title {
    font-weight: 300;
    font-size: 40px;
    line-height: 54px;
    display: flex;
    align-items: center;
    color: #454545;
    margin-bottom: 6rem;
}

.about-section__title-mobile {
    display: none;
}
.about-section__content-left a{
    color: #3DBCD5;
}

@media only screen and (max-width: 1100px) {
    .about-section__content-right {
        position: relative;
        top: 0;
        right: 0px;
        width: 100%;
        height: 300px;
        z-index: 1;
    }

    .about-section__title {
        display: none;
    }

    .about-section__title-mobile {
        display: block;
        font-weight: 300;
        font-size: 40px;
        line-height: 54px;
        display: flex;
        align-items: center;
        color: #5a5a5a;
        margin-bottom: 3rem;
        margin-left: 2rem;
    }

    .about-section__container {
        display: flex;
        flex-direction: column-reverse;
    }

    .about-section__content-left {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .about-section {
        margin: 0rem 0rem 2rem 0rem;
    }

    .about-section__dark {
        margin-top: 2rem;
    }
}
/* Estilos contacto */
.contact-section__container {
    display: grid;
    grid-gap: 2rem;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 46.6rem), 1fr));
}

.contact-section__content-right {
    position: absolute;
    top: 0;
    right: 0px;
    width: 47%;
    height: 100%;
    z-index: 0;
}

.contact-section__img {
    object-fit: cover;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section.contact-section {
    height: inherit;
    min-height: calc(55vh - 10rem);
    overflow-y: inherit;
}

.contact-section__form-phones {
    display: grid;
    grid-gap: 2rem;
    gap: 2rem;
    grid-template-columns: auto auto;
    margin-bottom: 4rem;
}

.contact-section__form-phone-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    align-items: center;
    color: #454545;
}

.contact-section__form-phone-subtitle {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    align-items: center;
    color: #5a5a5a;
}

.contact-section__form-inputs {
    display: grid;
    grid-gap: 2rem;
    gap: 2rem;
    grid-template-columns: auto auto;
}

.contact-section__form-ckeckbox {
    display: flex;
    align-content: center;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}

input#input-checkbox {
    width: auto;
    cursor: pointer;
}

.contact-section__form-legal {
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
    align-items: center;
    color: #5a5a5a;
    margin-bottom: 0px;
}

    .contact-section__form-legal a {
        color: #5a5a5a;
        font-weight: 600;
    }

.contact-section__form-enquiry {
    margin-top: 2rem;
}

#sendEnquiry {
    border-radius: 3rem;
    padding: 9px 20px 9px 20px;
    border: 1px solid #3DBCD5;
    background-color: #3DBCD5;
    color: #fff;
    float: right;
    cursor: pointer;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    font-size: 16px;
}

    #sendEnquiry:hover {
        background-color: #fff;
        color: #3DBCD5;
        border: 1px solid #3DBCD5;
    }

.send-svg {
    fill: #fff;
}

#sendEnquiry:hover .send-svg {
    fill: #3DBCD5;
}

.contact-section__form {
    margin-bottom: 3rem;
}

.link {
    text-decoration: underline;
}

.contact-section__title {
    font-weight: 300;
    font-size: 40px;
    line-height: 54px;
    display: flex;
    align-items: center;
    color: #454545;
    margin-bottom: 6rem;
}

.contact-section__mail {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #3DBCD5;
    margin-bottom: 4rem;
}

.contact-section__title-mobile {
    display: none;
}

.contact-section__form-submit {
    display: block;
    height: 36px;
}

@media only screen and (max-width: 1100px) {
    .contact-section__content-right {
        position: relative;
        top: 0;
        right: 0px;
        width: 100%;
        height: 300px;
        z-index: 1;
    }

    .contact-section__title {
        display: none;
    }

    .contact-section__title-mobile {
        display: block;
        font-weight: 300;
        font-size: 40px;
        line-height: 54px;
        display: flex;
        align-items: center;
        color: #5a5a5a;
        margin-bottom: 3rem;
        margin-left: 2rem;
    }

    .contact-section__container {
        display: flex;
        flex-direction: column-reverse;
    }

    .contact-section__content-left {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .contact-section {
        margin: 0rem 0rem 2rem 0rem;
    }

    .contact-section__form-inputs {
        grid-template-columns: auto;
    }

    .contact-section__form-enquiry {
        margin-bottom: 2rem;
    }

    #sendEnquiry {
        float: unset;
        margin: 0 auto;
    }

    .contact-section__mail {
        margin-top: 2rem;
    }
}

/* Estilos logon */
.logon-page__title {
    font-weight: 300;
    font-size: 40px;
    line-height: 54px;
    display: flex;
    align-items: center;
    color: #454545;
    margin-bottom: 6rem;
}

.logon-page__subtitle {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #454545;
    margin-bottom: 3rem;
}

.logon-page__container {
    display: grid;
    grid-gap: 2rem;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 46.6rem), 1fr));
}

.logon-page__content-right {
    position: absolute;
    top: 0;
    right: 0px;
    width: 47%;
    height: 100%;
    z-index: 0;
}

form#loginForm {
    width: 350px;
}

.margin-bottom1 {
    margin-bottom: 2rem;
}

.logon-page__legal {
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .logon-page__legal input {
        width: 20px;
        margin-right: 1rem;
    }

.logon-page__legal-text {
    font-weight: 300;
    font-size: 10px;
    line-height: 14px;
    display: flex;
    align-items: center;
    color: #5a5a5a;
    margin: 0px;
}

.logon-page__legal-link {
    color: #5a5a5a;
    font-weight: 700;
    padding: 2px;
}

.logon-page__submit {
    background: #3DBCD5;
    border-radius: 40px;
    color: white;
    font-style: inherit;
    margin-top: 3rem;
    cursor: pointer;
    border: 0px;
    border: 1px solid #3DBCD5;
}

    .logon-page__submit:hover {
        background: #fff;
        border-radius: 40px;
        color: #3DBCD5;
        border: 1px solid #3DBCD5;
    }

.logon-page__password {
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #3DBCD5;
    margin-top: 1.2rem;
}

.logon-page__content-left {
    max-width: 400px;
    width: 100%;
}

.logon-page__logons {
    display: flex;
    flex-wrap: wrap;
}

.logon-page__logons-link {
    padding: 7px 19px 7px 19px;
    margin-right: 2rem;
    margin-bottom: 2rem;
    border-radius: 4rem;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    gap: 1.2rem;
    font-weight: 300;
}

.arrow-up1, .arrow-up2, .arrow-up3, .arrow-up4 {
    fill: #fff;
}

.link1 {
    background-color: #3DBCD5;
    border: 1px solid #3DBCD5;
}

    .link1:hover {
        background-color: #fff;
        color: #3DBCD5;
    }

        .link1:hover .arrow-up1 {
            fill: #3DBCD5;
        }

.link2 {
    background-color: #109CF1;
    border: 1px solid #109CF1;
}

    .link2:hover {
        background-color: #fff;
        color: #109CF1;
    }

        .link2:hover .arrow-up2 {
            fill: #109CF1;
        }

.link3 {
    background-color: #A0226B;
    border: 1px solid #A0226B;
}

    .link3:hover {
        background-color: #fff;
        color: #A0226B;
    }

        .link3:hover .arrow-up3 {
            fill: #A0226B;
        }

.link4 {
    background-color: #0BB09F;
    border: 1px solid #0BB09F;
}

    .link4:hover {
        background-color: #fff;
        color: #0BB09F;
    }

        .link4:hover .arrow-up4 {
            fill: #0BB09F;
        }

.arrow-up {
    filter: invert(1);
}

.logon-page__title-mobile {
    display: none;
}

.logon-page__img {
    object-fit: cover;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.logon-page__bottom {
    margin-bottom: 4rem;
}

@media only screen and (max-width: 1000px) {
    .logon-page__content-right {
        position: relative;
        top: 0;
        right: 0px;
        width: 100%;
        height: 300px;
        z-index: 1;
    }

    .logon-page__title {
        display: none;
    }

    .logon-page__title-mobile {
        display: block;
        font-weight: 300;
        font-size: 40px;
        line-height: 54px;
        display: flex;
        align-items: center;
        color: #5a5a5a;
        margin-bottom: 3rem;
        margin-left: 2rem;
    }

    .logon-page__container {
        display: flex;
        flex-direction: column-reverse;
    }

    .logon-page__content-left {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .logon-page {
        margin: 0rem 0rem 2rem 0rem;
    }

    .logon-page__img {
        object-fit: cover;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .logon-page__legal-text {
        margin: 0;
    }

    .logon-page__legal {
        margin-top: 1rem;
    }

    form#loginForm {
        margin-bottom: 6rem;
    }

    .logon-page__password {
        font-size: 14px;
        margin-top: 2rem;
    }

    .logon-page__subtitle {
        margin-top: 2rem;
    }
}

/* Follow styles */
.follow-page__title {
    font-weight: 300;
    font-size: 40px;
    line-height: 54px;
    display: flex;
    align-items: center;
    color: #454545;
    margin-bottom: 6rem;
}

.follow-page__bold {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #454545;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.follow-page__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #5a5a5a;
    margin-bottom: 2.5rem;
}

    .follow-page__text a {
        font-style: italic;
        text-decoration: underline;
    }

.follow-section__content-right {
    position: absolute;
    top: 0;
    right: 0px;
    width: 47%;
    height: 100%;
    z-index: 0;
}

.follow-section__content-left {
    width: 50%;
}

.follow-section__img {
    object-fit: cover;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.follow-page__divider {
    margin-bottom: 4rem;
}

.follow-page__title-mobile {
    display: none;
}

.follow-section__container {
    display: grid;
    grid-gap: 2rem;
    gap: 2rem;
}

@media only screen and (max-width: 1000px) {
    .follow-section__content-right {
        display: none;
    }

    .follow-page__title {
        display: none;
    }

    .follow-page__title-mobile {
        display: block;
        font-weight: 300;
        font-size: 40px;
        line-height: 54px;
        display: flex;
        align-items: center;
        color: #5a5a5a;
        margin-bottom: 3rem;
        margin-left: 2rem;
    }

    .follow-section__container {
        display: flex;
        flex-direction: column-reverse;
    }

    .follow-section__content-left {
        margin-left: 2rem;
        margin-right: 2rem;
        width: auto;
    }

    .follow-section {
        margin: 0rem 0rem 2rem 0rem;
    }
}
/* Quality styles */
.quality-page__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    align-items: center;
    color: #5a5a5a;
}

.quality-page__text-bold {
    font-weight: 700;
    margin-bottom: 3rem;
    margin-top: 4rem;
}

.quality-page__item {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    align-items: center;
    color: #5a5a5a;
}

    .quality-page__item:before {
        content: attr(data-icon);
        font-size: 1.25em;
        color: #3DBCD5;
        font-weight: 900;
        padding-right: 2rem;
    }

.quality-page__title {
    font-weight: 300;
    font-size: 40px;
    line-height: 54px;
    display: flex;
    align-items: center;
    color: #454545;
    margin-bottom: 6rem;
}

.quality-page__iso-container {
    display: flex;
    gap: 2rem;
}

.quality-page__iso-logo {
    width: 80px;
}
.quality-page__iso-logo-digital {
    width: 300px;
}
.quality-page__iso-logo-digital {
    width: 100%;
    max-width: 900px;
    height: auto;
}

@media only screen and (max-width: 1000px) {
    .quality-page__container {
        margin-left: 2rem;
        margin-right: 2rem;
    }
}
/* Legal styles */
.legal-page__button {
    border: 1px solid #3DBCD5;
    padding: 2.2rem 4rem;
    margin-right: 2rem;
    border-radius: 5rem;
    color: #5a5a5a;
    background-color: #fff;
    cursor: pointer;
}

    .legal-page__button:hover {
        background-color: #3DBCD5;
        color: #fff;
        cursor: pointer;
    }

.legal-page__title {
    font-weight: 300;
    font-size: 40px;
    line-height: 54px;
    color: #454545;
    margin-bottom: 6rem;
}

.legal-page__container {
    margin-bottom: 6rem;
}

.general-page__container {
    margin-bottom: 6rem;
}

.general-page__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #5a5a5a;
}

.general-page__title {
    font-size: 24px;
}

.policy-page__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #5a5a5a;
}

.policy-page__title {
    font-weight: 700;
    font-size: 24px;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.outsourcing-page__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #5a5a5a;
}

.outsourcing-page__title {
    font-weight: 700;
    font-size: 24px;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

@media only screen and (max-width: 1000px) {
    .legal-page__container {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .legal-page {
        margin-left: 2rem;
        margin-right: 2rem
    }

    .legal-page__button {
        padding: 1.5rem 1.5rem;
        font-size: 15px;
    }

    .general-page__container {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .legal-page__title {
        margin-bottom: 3rem;
    }

    .general-page {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .policy-page {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .outsourcing-div {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .legal-page__div {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        margin-left: 2rem;
        margin-right: 2rem;
    }
}

@media screen and (min-width:1000px) and (max-width:1250px) {
    .legal-page__button {
        border: 1px solid #3DBCD5;
        padding: 1.2rem 1rem;
        margin-right: 1rem;
        border-radius: 5rem;
        color: #5a5a5a;
        background-color: #fff;
        cursor: pointer;
        font-size: 15px;
    }
}
/* privacy styles */
.digital-page__text, .recruitment-page__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #5a5a5a;
}

.digital-page__item {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #5a5a5a;
}

.digital-page__text-strong, .recruitment-page__text-strong {
    font-size: 16px;
    line-height: 22px;
    color: #5a5a5a;
    margin-top: 3rem;
    margin-bottom: 2rem;
    font-weight: 700;
}

.digital-page__logon {
    color: #3DBCD5;
    text-decoration: underline;
    font-weight: 700;
}

.general-page__title, .recruitment-page__title {
    font-weight: 700;
    font-size: 24px;
    margin-top: 3rem;
    margin-bottom: 2rem;
}
.privacy-page__button {
    border: 1px solid #3DBCD5;
    padding: 2.2rem 4rem;
    margin-right: 2rem;
    border-radius: 5rem;
    color: #5a5a5a;
    cursor: pointer;
    background-color: #fff;
}

.privacy-page__title {
    font-weight: 300;
    font-size: 40px;
    line-height: 54px;
    color: #454545;
    margin-bottom: 6rem;
}

.privacy-page__container {
    margin-bottom: 6rem;
}

.privacy-page__button:hover {
    background-color: #3DBCD5;
    color: #fff;
    cursor: pointer;
}

.btn-active {
    background-color: #3DBCD5;
    color: #fff;
    cursor: pointer;
}

.digital-page__item:before {
    content: attr(data-icon);
    font-size: 1.25em;
    color: #3DBCD5;
    font-weight: 900;
    padding-right: 2rem;
}

@media only screen and (max-width: 1000px) {
    .privacy-page__container {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .privacy-page {
        margin-left: 2rem;
        margin-right: 2rem
    }

    .privacy-page__button {
        padding: 1.5rem 1.5rem;
        font-size: 15px;
    }

    .digital-page, .recruitment-page {
        margin-left: 2rem;
        margin-right: 2rem;
    }
}

/* cookies banner */
#cookieConsent {
    position: fixed;
    bottom: 0px;
    background-color: white;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 1.7rem;
    z-index: 999;
}

.accept-policy.close {
    color: white;
    background-color: #3DBCD5;
    border: 1px solid #3DBCD5;
    padding: 0.5rem 2rem;
    cursor: pointer;
}

/* Form */
#messagearea {
    opacity: inherit;
    display: flex;
    flex-direction: column;
    margin-bottom: 3rem;
    position: relative;
}

    #messagearea > div {
        padding-top: 1%;
        position: relative;
        top: 0;
        right: 0;
        text-align: center;
        display: flex;
        font-size: 1em;
        line-height: inherit;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }

/* HEADER */
.header-nav {
    display: flex;
    align-content: center;
    align-items: center;
}

    .header-nav > *, *::before, *::after {
        position: relative;
    }


li.header-nav__item.selected a {
    color: white;
    background-color: #3DBCD5;
    border: 1px solid #3DBCD5;
}

.header-nav__item {
    margin-bottom: 0px;
}

li.header-nav__item a:hover {
    color: white;
    background-color: #3DBCD5;
    border: 1px solid #3DBCD5;
}

.main-header__inner {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.main-header__container {
    display: flex;
    justify-content: space-between;
}


.header-logo {
    display: block;
    width: 200px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 200px 50px;
    background-image: url("https://www.webpac.com/img/logos/color-webpac.svg");
}

nav ul {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 20px;
}

.header-nav__btn {
    width: 5.5rem;
    height: 5.5rem;
    background-color: #3DBCD5;
    border: none;
    cursor: pointer;
    display: none;
}

.header-nav__bar1, .header-nav__bar2, .header-nav__bar3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: white;
    height: 0.2rem;
    width: 2rem;
    transition: all 0.4s;
    transform-origin: left;
}

.header-nav__bar1 {
    width: 1.6rem;
    top: calc(50% - 0.35rem);
    left: calc(50% + -0.2rem);
}

.header-nav__bar3 {
    top: calc(50% + 0.32rem);
    left: calc(50% + -0.35rem);
    position: absolute;
    transform: translate(-50%,-50%);
    background-color: white;
    height: 0.2rem;
    width: 1.2rem;
    transition: all 0.4s;
    transform-origin: left;
}

.header-nav__btn.isActive .header-nav__bar1 {
    top: 50%;
    left: 50%;
    width: 2.2rem;
    transform-origin: center;
    transform: translate(-50%,-50%) rotate(45deg);
}

.header-nav__btn.isActive .header-nav__bar2 {
    width: 0;
    transform-origin: center;
}

.header-nav__btn.isActive .header-nav__bar3 {
    top: 50%;
    left: 50%;
    width: 2.2rem;
    transform-origin: center;
    transform: translate(-50%,-50%) rotate(-45deg);
}

@media only screen and (max-width: 768px) {

    .main-header.main-home.isActive {
        height: initial;
        background-color: #00000085 !important;
    }

    .header-nav__btn {
        display: block;
        z-index: 1;
    }

        .header-nav__btn.isActive ~ .header-nav__list {
            max-height: 200rem;
            padding: 4.5rem 2rem;
            height: 100vh;
        }

    .header-logo {
        background-size: 161px 50px;
    }

    .header-nav__list {
        transition: all 0.4s;
        display: flex;
        position: absolute;
        background-color: white;
        flex-direction: column;
        top: 100%;
        right: 0;
        width: 100%;
        max-height: 0;
        padding: 0;
        overflow: hidden;
    }

    .header-nav__item {
        height: 4.5rem;
        margin: 0 0 3.5rem 0;
    }

        .main-index li.header-nav__item a,
        .header-nav__item a {
            border: none;
            color: #454545;
            font-size: 3.2rem;
        }

            .main-index li.header-nav__item a:hover,
            li.header-nav__item a:hover,
            .header-nav__item a:hover {
                background-color: initial;
                color: #3DBCD5;
                border: none;
            }

        li.header-nav__item.selected a,
        .header-nav__item.seleted a {
            background-color: initial;
            color: #3DBCD5;
            border: none;
        }
        .solutions-section__content-first{
            max-height: 100%;
        }
        .solutions-section__list{
            padding: 3rem 2rem 0rem 2rem;
            height: 185px;
            margin-bottom: 0px;
        }
        .solutions-section__content-bottom {
            margin-bottom: 3rem;
        }
}
@media only screen and (max-width: 1250px) and (min-width: 600px) {
    .solutions-section__content {
        display: grid;
        grid-template-columns: repeat(2, 49% [col-start]);
        gap: 2rem;
        justify-items: center;
        justify-content: center;
    }
    .solution-section__box {
        margin-bottom: 0rem;
    }
    .solutions-section__content-first{
        max-height: 100%;
    }
    .solutions-section {
        margin: 0rem 0rem 0rem 0rem;
    }
}

/* Estilos solutions webpackaging */
.webpackaging-section {
    height: 100%;
    min-height: calc(100vh - 180px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.webpackaging-section__title {
    font-weight: 300;
    font-size: 40px;
    line-height: 54px;
    display: flex;
    align-items: center;
    color: #454545;
    margin-bottom: 3rem;
}
.webpackaging-section p {
    color: #5A5A5A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 78%;
}
.webpackaging-section-registration-span {
    color: #5181B8;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 38px;
    display: flex;
    gap: 1rem;
}
.webpackaging-page__linkedin-span {
    color: #2867B2;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 38px;
    display: flex;
    gap: 1rem;
}
.webpackaging-section__row {
    display: flex;
    grid-gap: 2rem;
    gap: 12rem;
}
.webpackaging-section__subtitle {
    color: #454545;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 6.5rem;
}
.webpackaging-section__row-left {
    flex: 1;
    position: relative;
}
.webpackaging-section__divplay {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    height: 100%;
    background-color: #00000052;
}
.webpackaging-section__row-right {
    flex: 1;
}
.webpackaging-section__imgright {
    width: 100%;
    height: auto;
}
.webpackaging-section__imgplay {
    cursor: pointer;
    width: 150px;
    transition: all 0.5s;
}
.webpackaging-section__imgplay:hover {
    width: 170px;
}
.webpackaging-section__imgstats {
    height: 175px;
    width: auto;
}
.webpackaging-section__columns {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 1.5rem;
    justify-content: space-between;
}
.webpackaging-section__links {
    display: flex;
    align-content: flex-end;
    gap: 2rem;
    margin-top: 5rem;
    align-items: center;
}
.webpackaging-section__columns-single {
    width: 32%;
}
.webpackaging-section__columns-stats {
    width: 25%;
}
.webpackaging-section__columns-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F2F2F2;
    padding: 3rem;
    border-radius: 10px;
    height: 100%;
    justify-content: space-between;
}
.webpackaging-section__columns-number {
    color: #5181B8;
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    margin-bottom: 3rem;
}
.webpackaging-section__columns-title {
    color: #5A5A5A;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 2rem;
}
.webpackaging-section__columns-single-box {
    background-color: #F2F2F2;
    border-radius: 20rem;
}
.webpackaging-section__columns-single-icon {
    color: #FFF;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.webpackaging-section__columns-single-circle {
    width: 110px;
    height: 110px;
    background-color: #5181B8;
    border-radius: 40rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.webpackaging-section__columns-single-span {
    color: #454545;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.webpackaging-section__columns-single-button{
    border-radius: 3rem;
    padding: 9px 20px 9px 20px;
    border: 1px solid #5181B8;
    background-color: #5181B8;
    color: #fff;
    float: right;
    cursor: pointer;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    font-size: 16px;
}
.webpackaging-section__columns-single-button:hover{
    border: 1px solid #5181B8;
    background-color: #fff;
    color: #5181B8;
}
.webpackaging-section__button-span {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
}
.webpackaging-section__button {
    border-radius: 40px;
    padding: 8px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #fff;
    gap: 1rem;
    background: #5181B8;
    width: 360px;
    justify-content: center;
    border: 1px solid #5181B8;
}
.webpackaging-section-registration-span:hover{
    text-decoration: underline;
}
.webpackaging-section__button:hover,
.webpackaging-section__button:hover span,
.webpackaging-section__button:hover .webpackaging-section__button-icon {
    background: #fff;
    color: #5181B8;
    fill: white;
}
.webpackaging-section__row-right li{
    color: #5A5A5A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.webpackaging-section__row-right li::before{
    content: url(/img/logos/solutions-webpackaging/tick.svg);
    margin-right: 1rem;
}
.webpackaging-section__button-icon {
    height: 19px;
}
.webpackaging-section__link:hover {
    text-decoration: underline;
    text-decoration-color: #5181B8;
}
.webpackaging-section__video-background {
    background: rgb(0 0 0 / 71%);
    display: none;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    z-index: 999;
}
.webpackaging-section__video-container video{
    width: 1000px;
    height: auto;
    text-align: center;
}
.webpackaging-section__video-controler {
    position: fixed;
    top: 7rem;
    right: 7rem;
}
.webpackaging-section__video-x {
    cursor: pointer;
}
.autoheight{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 600px) {
    .webpackaging-section__row {
        display: flex;
        flex-direction: column;
        padding: 0rem 2rem;
    }
    .webpackaging-section__links {
        display: flex;
        flex-direction: column;
        gap: 0rem;
    }
    .logo-webpackaging-link {
        display: none;
    }
    .webpackaging-section__columns {
        display: flex;
        flex-direction: column;
        padding: 0rem 2rem;
    }
    .webpackaging-section__columns-single {
        width: 100%;
    }
    .flex-right {
        display: flex;
    }
    .webpackaging-section-registration-span, .webpackaging-page__linkedin-span {
        font-size: 14px;
        line-height: 21px;
        align-items: center;
        gap: 0.8rem;
    }
    .webpackaging-section__links {
        margin-top: 0rem;
    }
    .webpackaging-section__button{
        margin-top: 1.8rem;
    }
    .basic-padding{
        padding: 0rem 2rem;
    }
    .flex-right {
        justify-content: space-between;
    }
    .webpackaging-section__columns-single-circle {
        width: 80px;
        height: 80px;
    }
    .webpackaging-section__columns-stats {
        width: 100%;
    }
    .webpackaging-section p{
        width: 100%;
    }
    .webpackaging-section__video-container video{
        width: 390px;
        height: auto;
        text-align: center;
    }
}
.flex-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
    justify-content: space-between;
}
.margin-3rem{
    margin-bottom: 3rem;
}
.sections-space{
    margin-bottom: 9rem;
}
.sections-spaceBig{
    margin-bottom: 18rem;
}
/* Estilos solutions packportal */
.webpackaging-section {
    height: 100%;
    min-height: calc(100vh - 180px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.packportal-section p {
    color: #5A5A5A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 78%;
    margin-bottom: 3rem;
}
.packportal-section__title {
    font-weight: 300;
    font-size: 40px;
    line-height: 54px;
    display: flex;
    align-items: center;
    color: #454545;
    margin-bottom: 3rem;
}
.packportal-section__slogan, .packportal-section__row-slogan p{
    color: #109CF1;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.packportal-section__row {
    display: flex;
    grid-gap: 2rem;
    gap: 6rem;
}
.packportal-section__subtitle {
    color: #454545;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 4rem;
}
.packportal-section__row-left {
    flex: 1;
}
.packportal-section__row-right {
    flex: 1;
}
.packportal-section__imgright {
    width: 100%;
    height: auto;
}
.packportal-section__columns {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 1.5rem;
}
.packportal-section__button {
    border-radius: 40px;
    background: #109CF1;
    display: flex;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    gap: 7px;
    width: 215px;
    color: white;
    border: 1px solid #109CF1;
}
.packportal-section__button:hover,
.packportal-section__button:hover span,
.packportal-section__button:hover .packportal-section__button-icon {
    background: #fff;
    color: #109CF1;
    fill: white;
}
.packportal-section__button span {
    height: 24px;
}
.packportal-section__rowIcons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5rem;
}
.packportal-section__box {
    display: flex;
    width: 16%;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}
.packportal-section__box-title {
    color: #454545;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.packportal-section__box-span {
    color: #5A5A5A;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.packportal-section__rowBrand {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    height: 150px;
    margin-top: 100px;
    left: 50%;
    background-color: #F2F2F2;
    display: flex;
    flex-direction: row;
    padding: 0rem 2rem;
    justify-content: center;
}
.packportal-section__rowMax {
    width: 100%;
    max-width: 156rem;
    padding-right: 5rem;
    padding-left: 5rem;
    display: flex;
    gap: 2rem;
}
.packportal-section__brand-box {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.packportal-section__brand-logo {
    width: 150px;
    height: auto;
}
.packportal-section__pricing-title {
    color: #454545;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 6.5rem;
}
.packportal-section__pricing-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.packportal-section__pricing-item {
    border-radius: 55px;
    background: #F2F2F2;
    padding: 2.5rem 3rem;
    display: flex;
    gap: 1rem;
    align-items: center;
    width: 300px;
    justify-content: space-between;
}
.packportal-section__pricing-link {
    border-radius: 40px;
    border: 1px solid #109CF1;
    background: #109CF1;
    padding: 7px 19px;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100px;
    color: #fff;
    justify-content: space-between;
}
.packportal-section__pricing-link:hover,
.packportal-section__pricing-link:hover span {
    background: #fff;
    color: #109CF1;
}
.packportal-section__box-link{
    border-radius: 40px;
    padding: 8px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: auto;
    color: #fff;
    justify-content: space-around;
    gap: 1rem;
    border: 1px solid;
}
.packportal-section__brand-text {
    color: #109CF1;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
}
.packportal-section__logon-buttons {
    display: flex;
    gap: 1rem;
}
.packportal-section__pricing-span {
    height: 18px;
}
.padding-2{
    padding-left: 2rem;
}
@media (max-width: 600px) {
    .packportal-section__row, .packportal-section__pricing-row {
        padding: 0rem 2rem;
        display: flex;
        flex-direction: column;
    }
    .packportal-section__rowIcons {
        gap: 1.5rem;
        justify-content: center;
        display: flex;
        padding: 0rem 2rem;
    }
    .packportal-section__box {
        display: flex;
        width: 47%;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    .packportal-section__rowBrand {
        width: 100%;
        left: 0;
        margin-left: 0px;
    }
    .packportal-section__brand-logo {
        width: 100px;
    }
    .packportal-section__rowMax {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .packportal-section__brand-box {
        display: flex;
        width: 100%;
        justify-content: center;
        gap: 1rem;
        flex-wrap: wrap;
    }
    .packportal-section__pricing-list {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 2rem;
    }
    .packportal-section__button{
        margin-top: 4rem;
    }
    .packportal-section__pricing-item, .packportal-section p {
        width: 100%;
    }
}
/* Estilos solutions catalog */
.catalogs-section {
    height: 100%;
    min-height: calc(100vh - 180px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.catalogs-section p{
    color: #5A5A5A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 78%;
    margin-bottom: 3rem;
}
.catalogs-section__row {
    display: flex;
    grid-gap: 2rem;
    gap: 6rem;
}
.catalogs-section__row-left, .catalogs-section__row-right {
    flex: 1;
}
.catalogs-section__title {
    color: #454545;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 3rem;
}
.catalogs-section__row-slogan {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 2rem;
    margin-top: 3rem;
}
.catalogs-section__row-slogan-span {
    color: #FF5799;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.catalogs-section__button {
    border-radius: 40px;
    padding: 7px 19px;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #fff;
    justify-content: space-around;
    gap: 1rem;
    background: #FF5799;
    width: 215px;
    margin-top: 3rem;
    border: 1px solid #FF5799;
}
.catalogs-section__button:hover,
.catalogs-section__button:hover span,
.catalogs-section__button:hover .catalogs-section__button-span {
    background: #fff;
    color: #FF5799;
    fill: white;
}
.catalogs-section__button-span{
    height: 22px;
}
.catalogs-section__explore-title {
    color: #454545;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 6.5rem;
}
.catalogs-section__explore-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem;
}
.catalogs-section__explore-item {
    display: flex;
    align-items: center;
    background-color: #F2F2F2;
    padding: 0rem 2rem;
    overflow: hidden;
    border-radius: 1rem;
    transition: background-color 0.3s, color 0.3s;
}
.catalogs-section__explore-item:hover {
    background-color: #FF5799;
}
.catalogs-section__info-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    gap: 2rem;
    justify-content: center;
}
.catalogs-section__info-box {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    background: #F2F2F2;
    padding: 2rem 4rem;
    width: 23.9%;
}
.catalogs-section__info-text {
    color: #5A5A5A;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.catalogs-section__info-textsmall {
    font-size: 14px;
    text-align: center;
}
.catalogs-section__info-link {
    color: #5A5A5A;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-decoration-line: underline;
}
.catalogs-section__imgright {
    width: 100%;
    height: auto;
}
.catalogs-section__explore-img {
    transition: transform 0.3s ease-in-out;
    transform-origin: bottom center;
    transform: translateY(2rem); 
    width: 70%;
}
.catalogs-section__explore-link {
    flex: 1;
}
.catalogs-section__explore-item:hover img {
    transform: translateY(0rem); 
}
.catalogs-section__explore-span {
    color: #454545;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
@media (max-width: 600px) {
    .catalogs-section__row {
        display: flex;
        flex-direction: column;
        padding: 0rem 2rem;
    }
    .catalogs-section__explore-row {
        padding: 0rem 2rem;
    }
    .catalogs-section__explore-item {
        display: flex;
        flex-direction: column-reverse;
        padding: 0;
        width: 100%;
    }
    .catalogs-section__explore-span {
        margin-top: 2rem;
    }
    .catalogs-section__explore-list {
        display: flex;
        gap: 3rem;
        flex-direction: column;
    }
    .catalogs-section__info-row {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding: 0rem 2rem;
    }
    .catalogs-section__info-box {
        width: 100%;
        padding: 2rem 2rem;
    }
    .catalogs-section__explore-link {
        width: 100%;
    }
    .catalogs-section p{
        width: 100%;
    }
}
/* Estilos solutions comercial */
.commercial-section {
    height: 100%;
    min-height: calc(100vh - 180px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.commercial-section p {
    color: #5A5A5A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 78%;
    margin-bottom: 3rem;
}
.commercial-section__row {
    display: flex;
    grid-gap: 2rem;
    gap: 6rem;
}
.commercial-section__row-right, .commercial-section__row-left{
    flex: 1;
    position: relative;
}
.commercial-section__divplay {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    height: 100%;
    background-color: #00000052;
}
.commercial-section__title {
    color: #454545;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 3rem;
}
.commercial-section__button {
    border-radius: 40px;
    padding: 7px 19px;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #fff;
    justify-content: space-around;
    gap: 1rem;
    background: #0BB09F;
    width: 215px;
    border: 1px solid #0BB09F;
}
.commercial-section__button:hover,
.commercial-section__button:hover span,
.commercial-section__button:hover .catalogs-section__button-span {
    background: #fff;
    color: #0BB09F;
    fill: white;
}
.commercial-section__button-span{
    height: 22px;
}
.commercial-section__logos {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-top: 3rem;
}
.commercial-section__imgright {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.commercial-section__imgplay {
    cursor: pointer;
    width: 150px;
    transition: all 0.5s;
}
.commercial-section__imgplay:hover {
    width: 170px;
}

@media (max-width: 600px){
    .commercial-section__row {
        display: flex;
        gap: 0rem;
        flex-direction: column;
        padding: 0rem 2rem;
    }
    .webpackaging-section__button{
        margin-top: 3rem;
        width: 100%;
    }
    .commercial-section p {
        width: 100%;
    }
}
/* Estilos solutions web */
.slider-web-section p, .slider-catalog-section p, .slider-3d-section p{
    color: #5A5A5A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.slider-web-section__row, .slider-catalog-section__row, .slider-3d-section__row {
    display: grid;
    grid-gap: 2rem;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 46.6rem), 1fr));
}
.slider-web-section__row-left, .slider-web-section__row-right, .slider-catalog-section__row-left, .slider-catalog-section__row-right, .slider-3d-section__row-left, .slider-3d-section__row-right{
    flex: 1;
}
.slider-web-section__row-right, .slider-catalog-section__row-right, .slider-3d-section__row-right{
    position: absolute;
    top: 0;
    right: 0px;
    width: 47%;
    height: 100%;
    z-index: 0;
    background-color: #F8F8F8;
}
.slider-web-section__imgright, .slider-catalog-section__imgright, .slider-3d-section__imgright {
    object-fit: contain;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 4rem;
    transition: opacity 0.3s ease;
}
.slider-web-section__title, .slider-catalog-section__title, .slider-3d-section__title {
    color: #454545;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 2rem;
    margin-top: 1rem;
}
.slider-web-section__logos {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: 100px 100px 100px 100px 100px;
    align-items: center;
}
.slider-catalog-section__logos, .slider-3d-section__logos {
    display: grid;
    grid-template-columns: 100px 100px 100px 100px 100px;
    align-items: center;
    column-gap: 2rem;
}
.slider-web-section__row-slider, .slider-catalog-section__row-slider, .slider-3d-section__row-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.slider-web-section__bullet, .slider-catalog-section__bullet, .slider-3d-section__bullet {
    width: 10px;
    height: 10px;
    background-color: #CDCDCD;
    margin: 0 5px;
    cursor: pointer;
    transition: width 0.2s ease-in-out;
    border-radius: 4px;
    display: block;
}
.slider-web-section__bullets, .slider-catalog-section__bullets, .slider-3d-section__bullets{
    display: flex;
    position: absolute;
    bottom: 20px;
    left: 47%;
}
.slider-web-section__bullet.active, .slider-catalog-section__bullet.active, .slider-3d-section__bullet.active {
    background-color: #CDCDCD;
    width: 20px; 
}
.slider-web-section__controlers-button-right, .slider-web-section__controlers-button-left, .slider-catalog-section__controlers-button-right, .slider-catalog-section__controlers-button-left, .slider-3d-section__controlers-button-right, .slider-3d-section__controlers-button-left{
    background: transparent;
    border: none;
}
.slider-web-section__controlers-button-right, .slider-catalog-section__controlers-button-right, .slider-3d-section__controlers-button-right{
    position: absolute;
    left: 20px;
    top: 43%;
    cursor: pointer;
}
.slider-web-section__controlers-button-left, .slider-catalog-section__controlers-button-left, .slider-3d-section__controlers-button-left{
    position: absolute;
    right: 20px;
    top: 43%;
    cursor: pointer;
}



.slider-web-section__row-left ul, .slider-3d-section__row-left ul, .slider-catalog-section__row-left ul {
    color: #5A5A5A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.slider-web-section__row-left li, .slider-3d-section__row-left li, .slider-catalog-section__row-left li {
    margin: 10px 0;
    padding-left: 30px;
    background-image: url(/img/logos/tick-slider.svg);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    padding-top: 0rem;
    background-position-x: 0px;
    background-position-y: 5px;
}
.slider-catalog-section__logo, .slider-3d-section__logo, .slider-web-section__logo {
    transition: all 0.5s;
}
.slider-catalog-section__logo:hover, .slider-3d-section__logo:hover, .slider-web-section__logo:hover {
    transform: scale(1.2);
}
.slider-3d-section__logos-text, .slider-web-section__logos-text, .slider-catalog-section__logos-text {
    color: #454545;
    line-height: 24px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}
.solutions-slider-button {
    border: none;
    background-color: transparent;
    color: #A4A4A4;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin-right: 1rem;
}
.solutions-slider-button:hover {
    color: #5A5A5A;
}
.slide-active{
    color: #FF5799;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    line-height: 24px;
}
#slider-web-section__prevBtn svg, #slider-web-section__nextBtn svg{
    color: #CDCDCD;
}
#slider-web-section__prevBtn svg:hover, #slider-web-section__nextBtn svg:hover{
    color: #FF5799;
}
@media (max-width: 600px){
    .invert{
        flex-direction: column-reverse;
    }
    .slider-web-section, .slider-catalog-section, .slider-3d-section {
        padding: 0rem 2rem;
    }
    .slider-web-section__title, .slider-catalog-section__title, .slider-3d-section__title{
        margin-bottom: 0rem;
    }
    .first-button-slider{
        padding-left: 2rem;
    }
    .slider-web-section__row {
        display: flex;
        flex-direction: column;
    }
    .slider-web-section__row-right, .slider-catalog-section__row-right, .slider-3d-section__row-right {
        position: relative;
        width: 100%;
    }
    .slider-web-section__imgright, .slider-catalog-section__imgright, .slider-3d-section__imgright {
        width: 350px;
        height: auto;
        padding: 2rem;
    }
    .slider-catalog-section__logos, .slider-3d-section__logos {
        display: flex;
        flex-wrap: wrap;
    }
    .slider-web-section__row-slider, .slider-catalog-section__row-slider, .slider-3d-section__row-slider {
        height: 300px;
    }
    .slider-web-section__bullets, .slider-catalog-section__bullets, .slider-3d-section__bullets {
        bottom: 15px;
        left: 43%;
    }
    .slider-web-section__controlers-button-right svg, .slider-catalog-section__controlers-button-right svg, .slider-3d-section__controlers-button-right svg, .slider-web-section__controlers-button-left svg, .slider-catalog-section__controlers-button-left svg, .slider-3d-section__controlers-button-left svg{
        height: 40px;
    }
    .slider-web-section__controlers-button-right, .slider-catalog-section__controlers-button-right, .slider-3d-section__controlers-button-right {
        position: absolute;
        left: 15px;
        top: 47%;
    }
    .slider-web-section__controlers-button-left, .slider-catalog-section__controlers-button-left, .slider-3d-section__controlers-button-left {
        right: 15px;
        top: 47%;
    }
    .slider-web-section__row, .slider-catalog-section__row, .slider-3d-section__row{
        gap: 5rem;
        margin-bottom: 1rem;
    }
    .slider-web-section__logos {
        display: grid;
        grid-gap: 2rem;
        grid-template-columns: 100px 100px 100px;
        align-items: center;
    }
}

@media (max-width: 1000px){
    .slider-web-section__logos { 
        grid-template-columns: 100px 100px 100px;
    }
    .slider-catalog-section__logos, .slider-3d-section__logos {
        grid-template-columns: 100px 100px 100px;
    }
}

@media (min-width: 1001px) and (max-width: 1260px){
    .slider-web-section__logos {
        grid-template-columns: 100px 100px 100px 100px;
    }
    .slider-catalog-section__logos, .slider-3d-section__logos {
        grid-template-columns: 100px 100px 100px 100px;
    }
}