.small-card {
    background: #e2e5f8 0% 0% no-repeat padding-box;
    border-radius: 25px 0px;
    opacity: 1;
    min-width: 90px;
    min-height: 90px;
    max-width: 259px;
    max-height: 264px;
    color: #ffffff;
    padding: 51px 17px 47px 28px;
}

    .small-card.small-card-home {
        background: #3a5e65 0% 0% no-repeat padding-box;
        z-index: 2;
        bottom: 15px;
        left: -60px;
        position: absolute;
    }

    .small-card.small-card-productos {
        z-index: 2;
        position: absolute;
    }

        .small-card.small-card-productos.card1 {
            background: #3a5e65 0% 0% no-repeat padding-box;
            bottom: 90px;
            right: 25px !important;
        }

        .small-card.small-card-productos.card2 {
            bottom: 90px;
            right: -50px;
        }

    .small-card.decorator {
        background: #3a5e65 0% 0% no-repeat padding-box;
        z-index: 2;
        position: absolute;
        bottom: 9rem;
        left: 29px;
        min-width: 94px;
        min-height: 93px;
    }

        .small-card.decorator p {
            margin-bottom: 0px;
        }

@font-face {
    font-family: Mulish;
    src: url(/assets/fonts/Mulish/static/Mulish-Regular.ttf);
}

@font-face {
    font-family: MulishBold;
    src: url(/assets/fonts/Mulish/static/Mulish-Bold.ttf);
}

@font-face {
    font-family: Mulish-Black;
    src: url(/assets/fonts/Mulish/static/Mulish-Black.ttf);
}

@font-face {
    font-family: Mulish-BlackItalic;
    src: url(/assets/fonts/Mulish/static/Mulish-BlackItalic.ttf);
}

@font-face {
    font-family: Mulish-Bold;
    src: url(/assets/fonts/Mulish/static/Mulish-Bold.ttf);
}

@font-face {
    font-family: Mulish-BoldItalic;
    src: url(/assets/fonts/Mulish/static/Mulish-BoldItalic.ttf);
}

@font-face {
    font-family: Mulish-ExtraBold;
    src: url(/assets/fonts/Mulish/static/Mulish-ExtraBold.ttf);
}

@font-face {
    font-family: Mulish-ExtraBoldItalic;
    src: url(/assets/fonts/Mulish/static/Mulish-ExtraBoldItalic.ttf);
}

@font-face {
    font-family: Mulish-ExtraLight;
    src: url(/assets/fonts/Mulish/static/Mulish-ExtraLight.ttf);
}

@font-face {
    font-family: Mulish-ExtraLightItalic;
    src: url(/assets/fonts/Mulish/static/Mulish-ExtraLightItalic.ttf);
}

@font-face {
    font-family: Mulish-Italic;
    src: url(/assets/fonts/Mulish/static/Mulish-Italic.ttf);
}

@font-face {
    font-family: Mulish-Light;
    src: url(/assets/fonts/Mulish/static/Mulish-Light.ttf);
}

@font-face {
    font-family: Mulish-LightItalic;
    src: url(/assets/fonts/Mulish/static/Mulish-LightItalic.ttf);
}

@font-face {
    font-family: Mulish-Medium;
    src: url(/assets/fonts/Mulish/static/Mulish-Medium.ttf);
}

@font-face {
    font-family: Mulish-MediumItalic;
    src: url(/assets/fonts/Mulish/static/Mulish-MediumItalic.ttf);
}

@font-face {
    font-family: Mulish-Regular;
    src: url(/assets/fonts/Mulish/static/Mulish-Regular.ttf);
}

@font-face {
    font-family: Mulish-SemiBold;
    src: url(/assets/fonts/Mulish/static/Mulish-SemiBold.ttf);
}

@font-face {
    font-family: Mulish-SemiBoldItalic;
    src: url(/assets/fonts/Mulish/static/Mulish-SemiBoldItalic.ttf);
}

@keyframes expand {
    from {
        transform-origin: top;
        transform: scaleY(0);
    }

    to {
        transform: scaleY(1);
        -webkit-transition: all 50ms ease;
    }
}

@keyframes collapse {
    from {
        transform-origin: top;
        transform: scaleY(1);
        display: block;
    }

    to {
        transform: scaleY(0);
        -webkit-transition: all 50ms ease;
        display: none;
    }
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.black-alpha {
    color: #787878;
}

.white-alpha {
    color: #ffffff;
}

.blue-alpha {
    color: #2e58eb;
}

.pink-alpha {
    color: #ff3971;
}

.hardGray {
    color: #aaa9ad;
}

.mediumGray {
    color: #dad9de;
}

.lightGray {
    color: #f9f8fd;
}

.lightBlue {
    color: #6ab7e9;
}

.purpple {
    color: #8b69ff;
}

.green {
    color: #375b62;
}

.red-alpha {
    color: #e12611;
}

.orange {
    color: #fdba0f;
}

.blueDiluted {
    color: rgba(46, 88, 235, 0.7);
}

.desert-alpha {
    color: #e2e3ffa7;
}

.bg-desert-alpha {
    background-color: #e2e3ffa7;
}

.bg-blue-alpha {
    background-color: #2e58eb;
}

.bg-black-alpha {
    background-color: #787878;
}

.bg-white-alpha {
    background-color: #ffffff;
}

.bg-blue-alpha {
    background-color: #2e58eb;
}

.bg-pink-alpha {
    background-color: #ff3971;
}

.bg-hardGray {
    background-color: #aaa9ad;
}

.bg-mediumGray {
    background-color: #dad9de;
}

.bg-lightGray {
    background-color: #f9f8fd;
}

.bg-lightBlue {
    background-color: #6ab7e9;
}

.bg-purpple {
    background-color: #8b69ff;
}

.bg-green {
    background-color: #375b62;
}

.bg-red {
    background-color: #e12611;
}

.bg-orange {
    background-color: #fdba0f;
}

.bg-blueDiluted {
    background-color: rgba(46, 88, 235, 0.7);
}

.Mulish-Black {
    font-family: Mulish-Black;
}

.Mulish-BlackItalic {
    font-family: Mulish-BlackItalic;
}

.Mulish-Bold {
    font-family: Mulish-Bold;
}

.Mulish-BoldItalic {
    font-family: Mulish-BoldItalic;
}

.Mulish-ExtraBold {
    font-family: Mulish-ExtraBold;
}

.Mulish-ExtraBoldItalic {
    font-family: Mulish-ExtraBoldItalic;
}

.Mulish-ExtraLight {
    font-family: Mulish-ExtraLight;
}

.Mulish-ExtraLightItalic {
    font-family: Mulish-ExtraLightItalic;
}

.Mulish-Medium {
    font-family: Mulish-Medium;
}

.Mulish-MediumItalic {
    font-family: Mulish-MediumItalic;
}

.Mulish-Regular {
    font-family: Mulish-Regular;
}

.Mulish-SemiBold {
    font-family: Mulish-SemiBold;
}

.Mulish-SemiBoldItalic {
    font-family: Mulish-SemiBoldItalic;
}

.Mulish-Italic {
    font-family: Mulish-Italic;
}

.border-solid {
    border: solid 1x;
}

.flexRow {
    display: flex;
    flex-flow: row;
    flex-direction: row;
}

.flexColumn {
    display: flex;
    flex-flow: column;
    flex-direction: column;
}

.jsc {
    justify-content: space-between;
}

.j-s-arrond {
    justify-content: space-around;
}

.jsfe {
    justify-content: flex-end;
}

.jscfs {
    justify-content: flex-start;
}

.align-items-center {
    align-items: center;
}

.align-items-start {
    align-items: flex-start;
}

.align-items-end {
    align-items: flex-end;
}

.align-content-center {
    align-content: center;
}

.align-content-start {
    align-content: flex-start;
}

.align-content-end {
    align-content: flex-start;
}

.wrap {
    flex-wrap: wrap;
}

.no-wrap {
    flex-wrap: nowrap;
}

.relative {
    position: relative;
}

.link {
    font-family: Mulish-Regular;
    font-size: 15px;
}

.text-link {
    font-family: Mulish-Regular;
    font-size: 12px;
    text-decoration: underline;
    color: #26242b;
    display: inline-block;
}

.eyebrow {
    font-size: 13px;
}

.eyebrow2 {
    font-size: 12px;
}

.b1 {
    font-size: 20px;
    font-family: Mulish-Regular;
}

.b2 {
    font-size: 17px;
    font-family: Mulish-Regular;
}

.big-title-regular {
    font-size: 60px;
    font-family: Mulish-ExtraLight;
}

.paraf {
    max-width: 100%;
}

.letter-0px {
    letter-spacing: 0px;
}

.letter-1px {
    letter-spacing: 1px;
}

.letter-2px {
    letter-spacing: 2px;
}

.mini-title {
    letter-spacing: 1px;
    font-size: 20px;
    color: #2e58eb;
    font-family: Mulish-Regular;
    text-transform: uppercase;
}

.card-Alpha {
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0px 40px 80px rgba(0, 0, 0, 0.1);
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    flex-direction: column;
}

    .card-Alpha .image {
        width: 100%;
    }

        .card-Alpha .image img {
            width: 100%;
            height: auto;
        }

    .card-Alpha h4 {
        margin-top: 30px;
        font-size: 24px;
        font-family: Mulish-Bold;
        color: #26242b;
    }

    .card-Alpha p {
        margin-top: 10px;
        font-size: 14px;
    }

    .card-Alpha h4,
    .card-Alpha p {
        text-align: left;
    }

.card-bussiness {
    width: 224px;
    min-height: 524px;
}

    .card-bussiness .top {
        height: 327px;
        width: 100%;
    }

        .card-bussiness .top img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-top-left-radius: 20px;
            border-bottom-right-radius: 20px;
            box-shadow: 17px 18px 20px 0 rgba(0, 0, 0, 0.2);
        }

    .card-bussiness .body-card .eyebrow {
        margin-top: 31px;
    }

    .card-bussiness .body-card p {
        font-weight: 700;
        line-height: 23px;
    }

.card-blue {
    display: flex;
    flex-flow: column;
    flex-direction: column;
    background-color: #375b62;
    padding: 28px 27px;
    width: 330px;
    min-height: 375px;
    max-width: 330px !important;
    align-items: center;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    height: 480px;
}

    .card-blue .top {
        display: flex;
        flex-flow: column;
        flex-direction: column;
        align-items: center;
    }

        .card-blue .top .image {
            width: 75px;
            height: 75px;
        }

            .card-blue .top .image img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }
    .card-blue .bottom  p{
        text-align: left;
    }

    .card-blue .top h4 {
        text-align: center;
        color: #ffffff;
        margin-top: 29px;
        margin-bottom: 0;
        min-height: 62px;
        letter-spacing: -1px;
        font-size: 23px;
        word-break: break-word;
    }

    .card-blue .bottom {
        display: flex;
        flex-flow: column;
        flex-direction: column;
    }

        .card-blue .bottom p {
            text-align: center;
            color: #ffffff;
            font-size: 14px !important;
        }

.d-b-center {
    display: block;
    margin: 0 auto;
}

.fit-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fit-contain {
    object-fit: contain;
}

.uppercase {
    text-transform: uppercase;
}

.image-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profiles {
    margin-top: 24px;
    max-width: 370px;
    min-height: 82px;
    border: solid 1px #dad9de;
    padding: 21px 14px 20px 28px;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    transition: 0.2s;
    align-items: flex-start;
    position: relative;
}

    .profiles a {
        text-decoration: none;
    }

    .profiles:hover {
        border-color: #2e58eb;
    }

    .profiles .icon {
        transition: 0.6s all ease-in-out;
        cursor: pointer;
    }

        .profiles .icon .fake-tooltip {
            position: absolute;
            width: 90%;
            height: 100%;
            background-color: white;
            box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.1);
            border-radius: 15px;
            padding: 15px;
            left: -7px;
            top: -16%;
            visibility: hidden;
            z-index: 9;
            color: #26242b !important;
        }

            .profiles .icon .fake-tooltip::before {
                content: "";
                position: absolute;
                width: 0px;
                height: 0px;
                border-top: 10px solid transparent;
                border-bottom: 10px solid transparent;
                border-left: 15px solid white;
                box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.1);
                top: 35px;
                right: -10px;
                z-index: 99;
            }

        .profiles .icon:hover {
            transition: 1s all ease-in-out;
        }

            .profiles .icon:hover .fake-tooltip {
                visibility: visible;
            }

        .profiles .icon .btn {
            padding: 0;
            background-color: transparent;
            border: none;
        }

.points-bg {
    position: absolute;
    top: 72px;
    right: -72px;
}

.alpha-mid-background {
    width: 60%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-top-right-radius: 80px;
    z-index: -1;
}

.overflow-hidden {
    overflow: hidden;
}

.forms-alpha label {
    text-transform: uppercase;
    font-size: 13px;
    font-family: Mulish-Regular;
    margin: 5px 0;
    color: #787878;
}

.forms-alpha input,
.forms-alpha textarea {
    border: none;
    height: 30px;
    border-bottom: solid 1px #aaa9ad;
    color: #26242b !important;
    padding-bottom: 10px;
    padding-left: 0;
    font-family: Mulish-ExtraLight;
}

    .forms-alpha input::placeholder,
    .forms-alpha textarea::placeholder {
        color: black !important;
    }

    .forms-alpha input:focus,
    .forms-alpha textarea:focus {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }

.forms-alpha textarea {
    min-height: 300px;
    text-align: left;
}

.forms-alpha select {
    width: 100%;
    border: none;
    height: 30px;
    border-bottom: solid 1px #aaa9ad;
    color: #aaa9ad !important;
    padding-bottom: 5px;
    padding-left: 0;
    font-family: Mulish-ExtraLight;
    text-transform: lowercase;
    background-color: transparent !important;
}

    .forms-alpha select:focus {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        outline: 0;
    }

.close-content {
    display: none;
}

.btnn {
    border: 2px solid #05bcd2;
    border-radius: 35px;
    opacity: 1;
    padding: 7px;
    width: 100%;
    font: normal normal normal 22px/28px Mulish;
    letter-spacing: 0px;
    max-width: 369px;
    cursor: pointer;
    text-decoration: none;
}

    .btnn a {
        text-decoration: none;
    }

    .btnn.btn-search-upload-files {
        background: #ffffff 0% 0% no-repeat padding-box;
        color: #05bcd2;
    }

        .btnn.btn-search-upload-files a {
            color: #05bcd2;
        }

    .btnn.btn-submit {
        background: #05bcd2 0% 0% no-repeat padding-box;
        color: #ffffff;
    }

        .btnn.btn-submit a {
            color: #ffffff;
        }

    .btnn.btn-open-account {
        background: #05bcd2 0% 0% no-repeat padding-box;
        max-width: 426px;
        padding: 10px;
        color: #ffffff;
    }

        .btnn.btn-open-account a {
            color: #ffffff;
        }

    .btnn.btn-contact {
        background: #05bcd2 0% 0% no-repeat padding-box;
        color: #ffffff;
        min-width: 269px;
        margin-top: 10px;
        font: normal normal bold 18px/24px Mulish !important;
        max-width: 253px !important;
        padding: 10px !important;
    }

        .btnn.btn-contact a {
            color: #ffffff;
        }

    .btnn.btn-about-us {
        background: #ffffff 0% 0% no-repeat padding-box;
        color: #05bcd2;
        padding: 10px;
        font-weight: bold;
        font: normal normal bold 28px/35px Mulish;
    }

        .btnn.btn-about-us a {
            color: #05bcd2;
        }

    .btnn.btn-make-appointment {
        background: #ffffff 0% 0% no-repeat padding-box;
        color: #05bcd2;
        padding: 10px;
        font-weight: bold;
        text-align: center;
        min-width: 269px;
        margin-top: 10px;
        font: normal normal bold 18px/24px Mulish !important;
        max-width: 253px !important;
        padding: 10px !important;
    }

        .btnn.btn-make-appointment a {
            color: #05bcd2;
        }

    .btnn.btn-see-more {
        background: #05bcd2 0% 0% no-repeat padding-box;
        max-width: 374px;
        padding: 10px;
        color: #ffffff;
    }

        .btnn.btn-see-more a {
            color: #ffffff;
        }

    .btnn.btn-go-back {
        background: #05bcd2 0% 0% no-repeat padding-box;
        color: #ffffff;
    }

        .btnn.btn-go-back a {
            color: #ffffff;
        }


.footer {
    background: #211d2a 0% 0% no-repeat padding-box;
    width: 100%;
    color: #ffffff;
    margin: auto;
    padding-bottom: 32px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
}

    .footer a {
        color: #ffffff;
    }

    .footer .footer-content {
        width: 100%;
        margin: auto;
        padding: 5vw;
        margin-top: 50px;
    }

        .footer .footer-content .social-media {
            display: flex;
            flex-direction: column;
            padding-left: 100px;
            row-gap: 70px;
        }

            .footer .footer-content .social-media .logo {
                text-align: left;
                width: 80%;
                margin-top: 20px;
            }

                .footer .footer-content .social-media .logo img {
                    width: 90%;
                    max-width: 232px;
                    max-height: 173px;
                }

        .footer .footer-content .navigation-links {
            padding-left: 50px;
            border-right: 2px solid #504e53;
        }

            .footer .footer-content .navigation-links a {
                color: #ffffff;
                font: normal normal normal 20px/25px Mulish;
                text-decoration: none;
            }

                .footer .footer-content .navigation-links a:hover {
                    color: #05bcd2;
                }

            .footer .footer-content .navigation-links p {
                padding: 7px 0px 7px 0px;
            }

        .footer .footer-content .contact {
            border-left: 1px solid #504e53;
            padding-left: 5vw;
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            column-gap: 10px;
        }

            .footer .footer-content .contact .icon {
                width: 10%;
                margin: auto;
                height: 64px;
            }

            .footer .footer-content .contact .txt {
                width: 80%;
                margin: auto;
            }

                .footer .footer-content .contact .txt p {
                    font: normal normal normal 16px/22px Mulish;
                }

    .footer .arrow-up {
        position: absolute;
        top: 5vw;
        right: 50px;
        z-index: 1;
        width: 10%;
        text-align: right;
    }

        .footer .arrow-up button {
            background-color: #34303d;
            border-radius: 90px;
            padding: 15px;
            border: none;
            cursor: pointer;
        }

            .footer .arrow-up button:hover {
                background: rgba(5, 188, 210, 0.56) 0% 0% no-repeat padding-box;
            }

    .footer .foot-note {
        width: 100%;
    }

        .footer .foot-note p {
            width: 100%;
            text-align: center;
            color: #b7b7b7;
        }

    .footer .container {
        max-width: unset;
        width: 90%;
    }


.header {
    display: flex;
    justify-content: space-evenly;
    padding-top: 15px !important;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    top: 0 !important;
    position: fixed;
    z-index: 100 !important;
    width: 100% !important;
    margin: auto !important;
    background-color: #ffffff !important;
    align-items: center;
}

    .header .logo {
        margin-left: 40px;
    }

        .header .logo img {
            width: 85%;
        }

    .header .menu {
        width: 100%;
        display: flex;
        column-gap: 30px;
        justify-content: flex-end;
        margin: auto;
        align-items: center;
    }

        .header .menu .search-box .input {
            border: none;
            border-bottom: 2px solid rgba(178, 178, 178, 0.6);
            text-align: left;
            font: normal normal normal 22px/28px Mulish;
            letter-spacing: 0px;
            color: rgba(178, 178, 178, 0.6);
            padding: 6px;
            min-width: 338px;
            outline: none;
        }

        .header .menu .search-box .loupe {
            display: none;
        }

        .header .menu .navbar .nav-item {
            padding: 8px 16px;
        }

            .header .menu .navbar .nav-item .nav-link {
                color: black !important;
                text-decoration: none !important;
                padding: 8px 16px;
                font: normal normal normal 22px/28px Mulish !important;
                letter-spacing: 0px !important;
                color: #000000 !important;
            }

        .header .menu .navbar a {
            color: #375b62;
            text-decoration: none !important;
            font: normal normal normal 22px/28px Mulish !important;
            letter-spacing: 0px !important;
        }

            .header .menu .navbar .active,
            .header .menu .navbar a:hover {
                color: #05bcd2 !important;
                font-weight: bold !important;
            }


    .header .menu-ham {
        display: none;
    }

        .header .menu-ham img {
            width: 35px;
            height: 35px;
        }

    .header .off-canvas-menu {
        width: 215px;
        height: 100%;
        position: fixed;
        right: -230px;
        top: 0;
        background-color: #fafaff;
        box-shadow: 1px 0 5px #c0c0c0;
        transition: all ease 1s;
        display: none;
    }

        .header .off-canvas-menu .menu-content {
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 30px;
            row-gap: 50px;
        }

            .header .off-canvas-menu .menu-content .logo {
                margin: 0;
                padding-top: 20px;
            }

            .header .off-canvas-menu .menu-content .close-menu {
                float: right;
                min-height: 30px;
                padding-right: 18px;
                padding-top: 23px;
                cursor: pointer;
                font-weight: 300;
                font-size: 30px;
                color: #000000;
                position: absolute;
                top: -29px;
                right: -6px;
            }

            .header .off-canvas-menu .menu-content .off-canvas-navbar .nav-item {
                padding: 8px 16px;
            }

                .header .off-canvas-menu .menu-content .off-canvas-navbar .nav-item .nav-link {
                    color: black !important;
                    text-decoration: none !important;
                    padding: 8px 16px;
                    font: normal normal normal 13px/22px Mulish !important;
                    letter-spacing: 0px !important;
                    color: #000000 !important;
                }

            .header .off-canvas-menu .menu-content .off-canvas-navbar a {
                color: #375b62 !important;
                text-decoration: none !important;
                font: normal normal normal 22px/28px Mulish !important;
                letter-spacing: 0px !important;
            }

                .header .off-canvas-menu .menu-content .off-canvas-navbar .active,
                .header .off-canvas-menu .menu-content .off-canvas-navbar a:hover {
                    color: #05bcd2 !important;
                    font-weight: bold !important;
                }


.container {
    width: 100%;
    margin-top: 50px;
}

    .container .intro {
        max-width: 1438px;
        width: 100%;
        margin: auto;
        padding: 0px 20px 80px 20px;
        text-align: center;
    }

        .container .intro h2 {
            font: normal normal bold 50px/64px Mulish;
            letter-spacing: 0px;
            color: #375b62;
            opacity: 1;
            margin-bottom: 50px;
        }

        .container .intro .description p {
            text-align: center;
            font: normal lighter normal 22px/40px Mulish;
            letter-spacing: 0px;
            color: #000000;
            opacity: 1;
        }

        .container .intro .paragraph {
            line-height: 27px;
            padding-bottom: 10px;
        }

        .container .intro .bullets {
            margin: 0px 0px;
        }

    .container .form {
        width: 100%;
        margin: auto;
        max-width: 830px;
    }

        .container .form h3 {
            text-align: left;
            font: normal normal bold 32px/64px Mulishsh;
            letter-spacing: 0px;
            color: #000000;
            opacity: 1;
            margin: 30px 0px;
        }

        .container .form label {
            text-align: left;
            font: normal normal normal 22px/40px Mulish;
            letter-spacing: 0px;
            color: #000000;
            opacity: 1;
        }

        .container .form input {
            background: #eff5f680 0% 0% no-repeat padding-box;
            border-radius: 10px;
            opacity: 1;
            border: none;
            max-width: 390px;
            padding: 15px 0;
            outline: none;
            width: 100%;
        }

        .container .form textarea {
            width: 100%;
            background: #eff5f680 0% 0% no-repeat padding-box;
            border-radius: 10px;
            opacity: 1;
            border: none;
            text-align: left;
            font: normal normal normal 22px/40px Mulish;
            letter-spacing: 0px;
            color: #8d8d8d;
            opacity: 1;
            padding: 20px;
            max-width: 830px;
            max-height: 202px;
            outline: none;
        }

        .container .form .datos-personales {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            column-gap: 25px;
            row-gap: 35px;
            padding-bottom: 40px;
        }

            .container .form .datos-personales div {
                width: 90%;
            }

        .container .form .descripcion-situacion {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: flex-end;
            margin-bottom: 70px;
        }

            .container .form .descripcion-situacion p {
                color: #8d8d8d;
            }

            .container .form .descripcion-situacion div {
                width: 38%;
            }

                .container .form .descripcion-situacion div:nth-child(3n-2) {
                    width: 100%;
                }

            .container .form .descripcion-situacion .message-text {
                padding-bottom: 83px;
                margin-bottom: 50px;
            }

            .container .form .descripcion-situacion .note {
                margin-top: 25px;
                width: 50%;
            }

                .container .form .descripcion-situacion .note .note-txt {
                    text-align: left;
                    font: normal normal normal 18px/29px Mulish;
                    letter-spacing: 0px;
                    max-width: 300px;
                }

                    .container .form .descripcion-situacion .note .note-txt.p1 {
                        color: #000000;
                        margin: 0;
                    }

                    .container .form .descripcion-situacion .note .note-txt.p2 {
                        margin: 0;
                        color: #ff0023;
                    }

        .container .form .datos-del-denunciado {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            column-gap: 25px;
            row-gap: 35px;
        }

            .container .form .datos-del-denunciado div {
                width: 48%;
            }

.divider {
    border-top: 1px solid #e7e7e7;
    margin: 60px 0 80px 0;
}

.first-section .container-alpha .owl-carousel .owl-nav {
    display: block;
    width: 200px;
    top: 30px;
    justify-content: flex-end;
    left: 46px;
    right: 0 !important;
    transform: unset;
    position: relative;
    margin-top: 30px;
}

    .first-section .container-alpha .owl-carousel .owl-nav button {
        border: none;
        background-color: #05bcd2;
        width: 35px;
        height: 35px;
        color: #05bcd2;
        font-weight: bold;
        font-size: 15px;
        border-radius: 50px;
        margin-right: 10px;
    }

        .first-section .container-alpha .owl-carousel .owl-nav button:last-child {
            margin-right: 0;
        }

        .first-section .container-alpha .owl-carousel .owl-nav button img {
            width: 35px;
            height: 35px;
        }

.first-section .container-alpha .owl-carousel .owl-dots {
    display: flex;
    flex-flow: row;
    flex-direction: row;
    justify-content: flex-start;
    position: relative;
    left: 50px;
    width: 200px;
    bottom: 35px;
}

    .first-section .container-alpha .owl-carousel .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        background-color: #aaa9ad;
        margin-right: 5px;
        border-radius: 100%;
    }

        .first-section .container-alpha .owl-carousel .owl-dots .owl-dot:focus {
            outline: 0px transparent !important;
        }

    .first-section .container-alpha .owl-carousel .owl-dots .active {
        transition: width 0.2s;
        width: 10px;
        height: 10px;
        border-radius: 30px;
        background-color: #05bcd2;
    }

.first-section .container-alpha .owl-carousel .owl-stage {
    max-height: 400px;
}

.first-section .container-alpha .owl-carousel .slide {
    position: relative;
    max-width: 1200px;
    align-items: center;
    max-height: unset;
    display: flex;
}

    .first-section .container-alpha .owl-carousel .slide .details {
        width: 50%;
        margin: auto;
        padding-left: 50px;
        padding-right: 50px;
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }

        .first-section .container-alpha .owl-carousel .slide .details h2 {
            text-align: left;
            font: normal normal bold 50px/64px Mulish;
            letter-spacing: 0px;
            color: #375b62;
            font-size: 44px;
            opacity: 1;
        }

        .first-section .container-alpha .owl-carousel .slide .details p {
            text-align: left;
            font: normal normal normal 22px/40px Mulish;
            letter-spacing: 0px;
            color: #253a3c;
            opacity: 1;
            font-size: 18px !important;
        }

    .first-section .container-alpha .owl-carousel .slide .image {
        width: 50%;
        position: relative;
        z-index: 1;
    }

        .first-section .container-alpha .owl-carousel .slide .image .bg-card {
            opacity: 1;
            position: absolute;
            z-index: -1;
            min-height: 333px;
            width: 80%;
            max-height: 900px;
            border-radius: 90px 0px;
            top: -110px;
            right: 0px;
        }

            .first-section .container-alpha .owl-carousel .slide .image .bg-card.card-home {
                background: #fafaff 0% 0% no-repeat padding-box;
            }

            .first-section .container-alpha .owl-carousel .slide .image .bg-card.card-productos {
                background: #eff5f6 0% 0% no-repeat padding-box;
            }

        .first-section .container-alpha .owl-carousel .slide .image img {
            position: relative;
            margin: auto;
            width: 100%;
            animation-duration: 2s;
            height: auto;
        }

.first-section .container-alpha .owl-carousel.productos-green::before {
    content: " ";
    opacity: 1;
    position: absolute;
    z-index: 0;
    min-height: 609px;
    width: 40%;
    max-height: 900px;
    border-radius: 90px 0px;
    top: -64px;
    right: 0px;
    height: auto;
    background-color: #eff5f6;
}

.first-section .container-alpha .owl-carousel.productos-purple::before {
    content: " ";
    opacity: 1;
    position: absolute;
    z-index: 0;
    min-height: 600px;
    width: 40%;
    max-height: 900px;
    border-radius: 90px 0px;
    top: -64px;
    right: 0px;
    background-color: #FAFAFF;
}



.first-section {
    width: 100%;
    margin: auto;
    padding-bottom: 8rem;
}

    .first-section .main-cover-layout {
        display: flex;
        align-items: center;
    }

        .first-section .main-cover-layout .row {
            align-items: center;
            max-height: unset;
        }

            .first-section .main-cover-layout .row .col-12 {
                padding: 0;
            }

            .first-section .main-cover-layout .row .col-sm-6 {
                padding: 0;
            }

            .first-section .main-cover-layout .row .details {
                width: 100%;
                margin: auto;
                padding-left: 50px;
                padding-right: 50px;
                display: flex;
                flex-direction: column;
                row-gap: 20px;
            }

                .first-section .main-cover-layout .row .details h2 {
                    text-align: left;
                    font: normal normal bold 50px/64px Mulish;
                    letter-spacing: 0px;
                    color: #375b62;
                    opacity: 1;
                }

                .first-section .main-cover-layout .row .details p {
                    text-align: left;
                    font: normal normal normal 22px/40px Mulish;
                    letter-spacing: 0px;
                    color: #375b62;
                    opacity: 1;
                }

            .first-section .main-cover-layout .row .image {
                width: 100%;
                position: relative;
                z-index: 1;
            }

                .first-section .main-cover-layout .row .image .bg-card {
                    opacity: 1;
                    position: absolute;
                    z-index: -1;
                    min-height: 333px;
                    width: 80%;
                    max-height: 900px;
                    border-radius: 90px 0px;
                    top: -110px;
                    right: 0px;
                }

                    .first-section .main-cover-layout .row .image .bg-card.card-home {
                        background: #fafaff 0% 0% no-repeat padding-box;
                    }

                    .first-section .main-cover-layout .row .image .bg-card.card-productos {
                        background: #eff5f6 0% 0% no-repeat padding-box;
                    }

                .first-section .main-cover-layout .row .image img {
                    position: relative;
                    margin: auto;
                    width: 100%;
                    animation-duration: 2s;
                    height: auto;
                }

.banner-catalog-right {
    width: 100%;
    margin: auto;
    padding-bottom: 130px;
}

    .banner-catalog-right .content {
        width: 100%;
        margin: auto;
    }

        .banner-catalog-right .content .mobile-title {
            display: none;
            margin-left: 40px;
            margin-bottom: 20px;
        }

            .banner-catalog-right .content .mobile-title h5 {
                text-align: left;
                font: normal normal bold 54px/64px Mulish;
                letter-spacing: 0px;
                color: #375b62;
                opacity: 1;
            }

        .banner-catalog-right .content .row {
            align-items: center;
            row-gap: 0px;
        }

            .banner-catalog-right .content .row .col-12 {
                padding: 0;
            }

            .banner-catalog-right .content .row .col-sm-6 {
                padding: 0;
            }

            .banner-catalog-right .content .row .title {
                padding: 20px 0px;
            }

                .banner-catalog-right .content .row .title h5 {
                    text-align: left;
                    font: normal normal bold 35px/50px Mulish;
                    letter-spacing: 0px;
                    color: #375b62;
                    opacity: 1;
                }

                .banner-catalog-right .content .row .title .title-products {
                    width: 60rem;
                    margin-left: 6.5rem;
                }

            .banner-catalog-right .content .row .image {
                position: relative;
                z-index: 1;
            }

                .banner-catalog-right .content .row .image img {
                    position: relative;
                    margin: auto;
                    width: 90%;
                    animation-duration: 2s;
                    height: auto;
                    top: 50px;
                }

            .banner-catalog-right .content .row .catalog {
                display: flex;
                row-gap: 40px;
                flex-wrap: wrap;
                min-width: 389px;
                justify-content: space-between;
            }

                .banner-catalog-right .content .row .catalog .catalog-item {
                    display: flex;
                    width: 48%;
                    align-items: center;
                }

                    .banner-catalog-right .content .row .catalog .catalog-item .icon {
                        border-radius: 90px;
                        background: #eff5f6 0% 0% no-repeat padding-box;
                        opacity: 1;
                        padding: 20px;
                        width: 10%;
                        min-width: 60px;
                        max-height: 60px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        margin-right: 20px;
                    }

                        .banner-catalog-right .content .row .catalog .catalog-item .icon img {
                            width: 28px;
                            height: 28px;
                        }

                    .banner-catalog-right .content .row .catalog .catalog-item:nth-child(1) {
                        align-items: flex-start;
                    }

                    .banner-catalog-right .content .row .catalog .catalog-item:nth-child(2) {
                        align-items: flex-start;
                    }

                    .banner-catalog-right .content .row .catalog .catalog-item .label {
                        width: unset;
                        min-width: 107px;
                    }

                        .banner-catalog-right .content .row .catalog .catalog-item .label p {
                            text-align: left;
                            font: normal normal normal 26px/40px Mulish;
                            letter-spacing: 0px;
                            color: #000000;
                            opacity: 1;
                        }

    .banner-catalog-right.nosotros .content {
        width: 100%;
        margin: auto;
    }

        .banner-catalog-right.nosotros .content .mobile-title {
            display: none;
            margin-left: 40px;
            margin-bottom: 20px;
        }

            .banner-catalog-right.nosotros .content .mobile-title h3 {
                text-align: left;
                font: normal normal bold 54px/64px Mulish;
                letter-spacing: 0px;
                color: #375b62;
                opacity: 1;
            }

        .banner-catalog-right.nosotros .content .row {
            align-items: center;
            row-gap: 76px;
        }

            .banner-catalog-right.nosotros .content .row .col-12 {
                padding: 0;
            }

            .banner-catalog-right.nosotros .content .row .col-sm-6 {
                padding: 0;
            }

            .banner-catalog-right.nosotros .content .row .details {
                position: relative;
                top: 46px;
            }

            .banner-catalog-right.nosotros .content .row .title {
                padding: 20px 43px;
            }

                .banner-catalog-right.nosotros .content .row .title h3 {
                    text-align: left;
                    font: normal normal bold 54px/64px Mulish;
                    letter-spacing: 0px;
                    color: #375b62;
                    opacity: 1;
                    font-size: 40px;
                }

                .banner-catalog-right.nosotros .content .row .title .title-products {
                    width: 60rem;
                    margin-left: 6rem;
                }

            .banner-catalog-right.nosotros .content .row .image {
                position: relative;
                z-index: 1;
            }

                .banner-catalog-right.nosotros .content .row .image img {
                    position: relative;
                    margin: auto;
                    width: 120%;
                    animation-duration: 2s;
                    height: auto;
                    top: 50px;
                    left: -199px;
                }

            .banner-catalog-right.nosotros .content .row .catalog {
                display: flex;
                row-gap: 40px;
                flex-wrap: wrap;
                min-width: 389px;
                justify-content: space-between;
            }

                .banner-catalog-right.nosotros .content .row .catalog .catalog-item {
                    display: flex;
                    width: 48%;
                    align-items: center;
                }

                    .banner-catalog-right.nosotros .content .row .catalog .catalog-item .icon {
                        border-radius: 90px;
                        background: #eff5f6 0% 0% no-repeat padding-box;
                        opacity: 1;
                        padding: 20px;
                        width: 10%;
                        min-width: 60px;
                        max-height: 60px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        margin-right: 20px;
                    }

                        .banner-catalog-right.nosotros .content .row .catalog .catalog-item .icon img {
                            width: 20px;
                            height: 20px;
                        }

                    .banner-catalog-right.nosotros .content .row .catalog .catalog-item:nth-child(1) {
                        align-items: flex-start;
                    }

                    .banner-catalog-right.nosotros .content .row .catalog .catalog-item:nth-child(2) {
                        align-items: flex-start;
                    }

                    .banner-catalog-right.nosotros .content .row .catalog .catalog-item .label {
                        width: unset;
                        min-width: 107px;
                    }

                        .banner-catalog-right.nosotros .content .row .catalog .catalog-item .label p {
                            text-align: left;
                            font: normal normal normal 26px/40px Mulish;
                            letter-spacing: 0px;
                            color: #375b62;
                            opacity: 1;
                        }

.banner-img-right {
    padding-top: 50px;
    padding-bottom: 176px;
    width: 100%;
}

    .banner-img-right .container-alpha .row {
        display: flex;
        align-items: center;
    }

        .banner-img-right .container-alpha .row .col-12 {
            padding: 0px;
        }

        .banner-img-right .container-alpha .row .col-sm-6 {
            padding: 0px;
        }

        .banner-img-right .container-alpha .row .title {
            display: none;
        }

        .banner-img-right .container-alpha .row .image {
            background: #eff5f6 0% 0% no-repeat padding-box;
            border-radius: 0px 118px;
            padding: 0rem 6rem 3rem 0rem;
            opacity: 1;
            width: 85%;
            margin: auto;
            position: relative;
        }

            .banner-img-right .container-alpha .row .image img {
                width: 100%;
                margin: auto;
                max-width: 100%;
                height: auto;
                margin: 3rem 2rem 4rem 3rem;
            }

        .banner-img-right .container-alpha .row .details h3 {
            text-align: left;
            font: normal normal bold 52px/65px Mulish;
            letter-spacing: 0px;
            color: #375b62;
            opacity: 1;
        }

        .banner-img-right .container-alpha .row .details .title-fondos-inversion {
            width: 400px;
        }

        .banner-img-right .container-alpha .row .details p {
            text-align: left;
            font: normal normal normal 28px/42px Mulish;
            letter-spacing: 0px;
            color: #375b62;
            opacity: 1;
            width: 403px;
        }

.last-section {
    margin: 0;
    opacity: 1;
    position: relative;
}

    .last-section .row {
        max-height: 756px;
        margin-top: 8rem !important;
    }

    .last-section .row {
        align-items: center;
        justify-content: flex-end;
        max-width: unset;
    }

    .last-section .col-6 {
        padding: 0;
        position: relative;
    }

    .last-section .details {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        row-gap: 40px;
        margin-bottom: 141px;
    }

        .last-section .details h4 {
            text-align: left;
            font: normal normal bold 50px/64px Mulish;
            font-size: 43px;
            letter-spacing: 0px;
            color: #375b62;
            opacity: 1;
        }

        .last-section .details p {
            text-align: justify;
            font: normal normal normal 28px/42px Mulish;
            letter-spacing: 0px;
            color: #375b62;
            opacity: 1;
        }

    .last-section .details-home {
        display: flex;
        flex-direction: column;
        margin-left: 4rem;
        padding-left: 20px;
        row-gap: 15px;
        position: relative;
        z-index: 2;
        margin-bottom: 141px;
    }

        .last-section .details-home h4 {
            text-align: left;
            font: normal normal bold 50px/64px Mulish;
            font-size: 43px !important;
            letter-spacing: 0px;
            color: #375b62;
            opacity: 1;
            margin-bottom: 30px;
            width: 90px;
        }

        .last-section .details-home p {
            text-align: left;
            font: normal normal normal 28px/42px Mulish;
            letter-spacing: 0px;
            color: #375b62;
            opacity: 1;
        }

    .last-section .image {
        position: relative;
        z-index: 0;
        top: -140px;
        left: -84px;
    }

        .last-section .image .img img {
            width: 100%;
            height: auto;
        }

.container-alpha {
    display: block;
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
}


.second-section {
    width: 100%;
    margin: auto;
    padding-bottom: 65px;
}

    .second-section .row {
        display: flex;
        align-items: center;
    }

        .second-section .row .image {
            background: #eff5f6 0% 0% no-repeat padding-box;
            border-radius: 0px 0px 118px 0px;
            padding: 3rem 0rem 4rem 8rem;
            opacity: 1;
            width: 100%;
            margin: auto;
            margin-left: -4rem;
        }

            .second-section .row .image img {
                margin: auto;
                max-width: 100%;
                height: auto;
                width: 90%;
                margin-bottom: 2rem;
            }

.details {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
    margin-left: 5rem;
    margin-right: 1rem;
}

    .details h2 {
        text-align: left;
        font: normal normal bold 52px/65px Mulish;
        letter-spacing: 0px;
        color: #375b62;
        opacity: 1;
    }

    .details p {
        text-align: left;
        font: normal normal normal 28px/42px Mulish;
        letter-spacing: 0px;
        color: #375b62;
        opacity: 1;
    }

.card {
    opacity: 0.6;
    width: 430px;
    height: 478px;
    margin: auto;
}

    .card.card1 {
        border: 3px solid #375b62;
        background: none;
        border-radius: 80px 0px;
        right: 30px;
        top: 30px;
        position: absolute;
        z-index: 0;
    }

    .card.card2 {
        border: 3px solid #375b62;
        background: none;
        border-radius: 0px 80px;
        left: 30px;
        top: 30px;
        position: absolute;
        z-index: 0;
    }


.productos-third-section {
    margin-top: 116px;
    padding: 0px;
    width: 100%;
    position: relative;
}

    .productos-third-section .bg-misc {
        top: 10%;
        z-index: -1;
        width: 65%;
        height: unset;
        right: 0;
    }

    .productos-third-section .miselaneas1 {
        position: absolute;
        bottom: -30%;
        left: 60%;
    }

    .productos-third-section .miselaneas2 {
        position: absolute;
        right: uset;
        left: 20%;
        top: unset;
        bottom: 0;
    }

    .productos-third-section .mis4 .miselaneas4 {
        position: absolute;
        top: 30%;
        left: unset;
        right: 2%;
        z-index: 9;
    }

        .productos-third-section .mis4 .miselaneas4:nth-child(2) {
            left: 30%;
            top: 30%;
        }

        .productos-third-section .mis4 .miselaneas4:nth-child(3) {
            left: 10%;
            top: 1%;
        }

        .productos-third-section .mis4 .miselaneas4:last-child {
            top: 60%;
            left: unset;
            right: 2%;
        }

    .productos-third-section .description {
        position: inherit;
        z-index: 1;
        display: flex;
        flex-direction: column;
        row-gap: 20 px;
    }

        .productos-third-section .description .btn-contact {
            width: 200px;
            min-width: 159px;
        }

    .productos-third-section .container {
        margin: 4.5rem !important;
        max-width: unset;
    }

        .productos-third-section .container .description {
            margin-top: 157px;
            position: relative;
        }

            .productos-third-section .container .description h3 {
                text-align: left;
                font: normal normal bold 40px/54px Mulish;
                letter-spacing: 0px;
                color: #375b62;
                opacity: 1;
            }

            .productos-third-section .container .description p {
                text-align: left;
                font: normal normal normal 30px/50px Mulish;
                letter-spacing: 0px;
                color: #000000;
                opacity: 1;
            }

        .productos-third-section .container .cards {
            margin-top: 121px;
            column-gap: 40px;
            justify-content: normal;
            width: 100%;
        }

            .productos-third-section .container .cards .card-Alpha {
                min-height: 400px;
                width: 47%;
                max-height: 790px;
                margin: 21px 0;
                border-radius: 38px 0px;
                position: relative;
                row-gap: 10px;
            }

                .productos-third-section .container .cards .card-Alpha .image {
                    width: 100%;
                }

                .productos-third-section .container .cards .card-Alpha h4 {
                    text-align: left;
                    font: normal normal bold 25px/35px Mulish;
                    letter-spacing: 0px;
                    color: #000000;
                    opacity: 1;
                    margin-top: 10px;
                    margin-bottom: 34px;
                }

                .productos-third-section .container .cards .card-Alpha p {
                    text-align: left !important;
                    font: normal normal normal 22px/40px Mulish;
                    letter-spacing: 0px;
                    color: #000000;
                    opacity: 1;
                }

                .productos-third-section .container .cards .card-Alpha .blue-info {
                    display: none !important;
                }

                .productos-third-section .container .cards .card-Alpha .btn-arrow {
                    border: none;
                    padding: 0;
                    background: transparent;
                    text-align: left;
                    position: absolute;
                    bottom: 35px;
                    left: 35px;
                }

                    .productos-third-section .container .cards .card-Alpha .btn-arrow:focus {
                        outline: none;
                    }

                    .productos-third-section .container .cards .card-Alpha .btn-arrow svg {
                        margin-top: 16px;
                    }

            .productos-third-section .container .cards .card-Alpha-active {
                background-color: #2e58eb;
                display: flex;
                flex-flow: column;
                flex-direction: column;
                justify-content: space-between;
                transition: 0.5s;
                min-height: 100%;
                position: relative;
            }

                .productos-third-section .container .cards .card-Alpha-active .image {
                    display: none;
                }

                .productos-third-section .container .cards .card-Alpha-active h4,
                .productos-third-section .container .cards .card-Alpha-active p {
                    color: #ffffff;
                }

                .productos-third-section .container .cards .card-Alpha-active p {
                    padding-bottom: 40px;
                }

                .productos-third-section .container .cards .card-Alpha-active .white-info {
                    display: none;
                }

                .productos-third-section .container .cards .card-Alpha-active .blue-info {
                    display: block !important;
                }

                .productos-third-section .container .cards .card-Alpha-active .btn-arrow {
                    transform: rotate(180deg);
                    text-align: right;
                    position: absolute;
                    bottom: 35px;
                    left: 35px;
                }

                    .productos-third-section .container .cards .card-Alpha-active .btn-arrow svg path {
                        fill: #ffffff;
                    }

    .productos-third-section .bg-misc,
    .productos-third-section .bgmis3 {
        width: 100%;
        height: 70%;
        object-fit: contain;
        position: absolute;
        top: 20%;
        z-index: 1;
    }

    .productos-third-section .bgmis3 {
        top: 30%;
        z-index: 9;
        left: 0;
    }

    .productos-third-section .mis4 .miselaneas4 {
        position: absolute;
        top: 20%;
        left: 55%;
        z-index: 9;
    }

        .productos-third-section .mis4 .miselaneas4:nth-child(2) {
            left: 1%;
            top: unset;
            bottom: -10%;
        }

        .productos-third-section .mis4 .miselaneas4:last-child {
            top: unset;
            bottom: -10% !important;
            left: 75%;
        }

    .productos-third-section .title {
        display: block;
        margin-top: 166px;
    }

    .productos-third-section .paraf {
        position: relative;
        z-index: 99;
    }

    .productos-third-section .card-Alpha {
        position: relative;
        z-index: 2;
    }

        .productos-third-section .card-Alpha p {
            color: #787878;
        }

    .productos-third-section .cards1 {
        margin-top: 20%;
    }

    .productos-third-section .cards2 {
        margin-top: -20%;
    }

    .productos-third-section .cards3 {
        margin-top: -70%;
    }

    .productos-third-section .mobile-cards {
        display: none;
    }

.productos-fourth-section {
    min-height: 269px;
    width: 100%;
    margin-top: 20px;
    margin: 0rem 2.5rem;
    position: relative;
    min-height: 714px;
}

    .productos-fourth-section .container {
        max-width: unset;
        margin: auto;
        padding: 0;
    }

        .productos-fourth-section .container .title {
            text-align: left;
            font: normal normal normal 35px/52px Mulish-Bold;
            letter-spacing: 0px;
            color: #375b62;
            opacity: 1;
            margin-bottom: 35px;
            margin-left: 59px;
            font-size: 35px !important;
        }

        .productos-fourth-section .container a {
            text-align: center;
            display: block;
        }

        .productos-fourth-section .container .content-description {
            font-size: 15px;
            margin-top: 61px;
        }

.productos-fourth-section {
    margin-top: 3rem;
    padding-top: 50px;
    padding-bottom: 175px;
}

    .productos-fourth-section .container .nav-tabs {
        border: none;
        margin-bottom: 105px;
        margin-left: 48px;
    }

        .productos-fourth-section .container .nav-tabs .nav-item .nav-link {
            text-align: left;
            font: normal normal normal 25px/52px Mulish-Regular;
            text-transform: uppercase;
            border: none;
            margin-top: 10px;
            color: #aaa9ad;
        }

            .productos-fourth-section .container .nav-tabs .nav-item .nav-link:first-child {
                margin-right: 50px;
            }

        .productos-fourth-section .container .nav-tabs .nav-item .active {
            color: #05bcd2;
            font-weight: bold;
        }

    .productos-fourth-section .container .tab-content {
        margin-top: 70px;
        max-width: none;
        margin-left: 60px;
        margin-right: 60px;
    }

        .productos-fourth-section .container .tab-content .row {
            justify-content: unset;
            column-gap: 20px;
        }

        .productos-fourth-section .container .tab-content .card-blue .top h4 {
            font-size: 23px;
        }

        .productos-fourth-section .container .tab-content .card-blue-50 {
            min-width: 48%;
            height: 398px;
        }

        .productos-fourth-section .container .tab-content #mobile-emisiones-cards {
            display: none;
        }

            .productos-fourth-section .container .tab-content #mobile-emisiones-cards .slide {
                max-width: 275px;
            }

            .productos-fourth-section .container .tab-content #mobile-emisiones-cards .owl-item {
                max-width: 330px;
            }

.productos-fifth-section {
    padding: 50px 0px;
    width: 100%;
    margin: auto;
}

    .productos-fifth-section .row {
        display: flex;
        align-items: center;
    }

        .productos-fifth-section .row .col-12 {
            padding: 0px;
        }

        .productos-fifth-section .row .col-sm-6 {
            padding: 0px;
        }

        .productos-fifth-section .row .image {
            background: #eff5f6 0% 0% no-repeat padding-box;
            border-radius: 0px 118px;
            padding: 0rem 6rem 3rem 0rem;
            opacity: 0.8;
            width: 100%;
            margin: auto;
            position: relative;
        }

            .productos-fifth-section .row .image img {
                width: 100%;
                margin: auto;
                max-width: 100%;
                height: auto;
                margin: 3rem 2rem 4rem 3rem;
            }

        .productos-fifth-section .row .details h1 {
            text-align: left;
            font: normal normal bold 52px/65px Mulish;
            letter-spacing: 0px;
            color: #375b62;
            opacity: 1;
        }

        .productos-fifth-section .row .details p {
            text-align: left;
            font: normal normal normal 28px/42px Mulish;
            letter-spacing: 0px;
            color: #375b62;
            opacity: 1;
        }

.bg {
    position: absolute;
    z-index: 1;
    width: 100%;
}

    .bg.bg-productos-third-section {
        background: #f2f6f7 0% 0% no-repeat padding-box;
        top: 0;
        left: 0;
        height: 1239px;
        max-height: 1239px;
        padding-top: 1px;
        margin-top: -1px;
    }

    .bg.bg-last-section {
        bottom: 0;
        background: #fafaff 0% 0% no-repeat padding-box;
        opacity: 1;
        height: auto;
        padding: 17.2rem;
        z-index: 0;
    }


.sobre-nosotros-highlight {
    font-weight: bold;
}

.nosotros-third-section {
    padding: 20px 3px;
    margin: 20px 0px;
}

    .nosotros-third-section .container-alpha .title h6 {
        font: normal normal bold 50px/64px Mulish;
        color: #375b62;
        max-width: 1092px;
    }

.nosotros-fourth-section {
    padding-bottom: 130px;
    padding-top: 90px;
}

    .nosotros-fourth-section .section-content .title h2 {
        font: normal normal bold 50px/64px Mulish;
        color: #375b62;
        margin-bottom: 103px;
    }

    .nosotros-fourth-section .section-content .row .details-valores .items {
        display: flex;
        flex-wrap: wrap;
    }

        .nosotros-fourth-section .section-content .row .details-valores .items .item {
            width: 50%;
            display: flex;
            padding: 0rem 1rem;
            flex-direction: column;
        }

            .nosotros-fourth-section .section-content .row .details-valores .items .item .title h4 {
                text-align: left;
                font: normal normal bold 22px/40px Mulish;
                letter-spacing: 0px;
                color: #375b62;
                opacity: 1;
                margin-bottom: 20px;
            }

            .nosotros-fourth-section .section-content .row .details-valores .items .item .text p {
                text-align: left;
                font: normal normal 300 20px/32px Mulish;
                letter-spacing: 0px;
                color: #000000;
                opacity: 1;
                font-size: 19px;
            }

    .nosotros-fourth-section .section-content .row .image {
        background: #eff5f6 0% 0% no-repeat padding-box;
        padding: 0rem 6rem 0rem 0rem;
        opacity: 1;
        width: 100%;
        margin: auto;
        margin-right: -4rem;
    }

        .nosotros-fourth-section .section-content .row .image img {
            width: 100%;
            margin: auto;
            max-width: 100%;
            height: auto;
            margin: 3rem 0rem 4rem 3rem;
        }

.nosotros-fifth-section {
    background: #fafaff 0% 0% no-repeat padding-box;
    opacity: 1;
    max-width: unset;
    margin: auto;
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 30px;
}

    .nosotros-fifth-section .container-alpha .section-content {
        display: flex;
        padding: 0px 20px;
        justify-content: space-between;
        position: relative;
        margin-left: 0.5rem !important;
    }

        .nosotros-fifth-section .container-alpha .section-content .info {
            max-width: 243px;
            margin-top: 60px;
        }

            .nosotros-fifth-section .container-alpha .section-content .info h3 {
                text-align: left;
                font: normal normal bold 22px/32px Mulish;
                letter-spacing: 0px;
                color: #375b62;
                opacity: 1;
            }

            .nosotros-fifth-section .container-alpha .section-content .info p {
                margin-top: 30px;
                text-align: left;
                font: normal normal normal 13px/22px Mulish-SemiBold;
                letter-spacing: 0px;
                color: #000000;
                opacity: 1;
            }

        .nosotros-fifth-section .container-alpha .section-content .nav {
            height: 770px;
            width: 200px;
            position: absolute;
            z-index: 2;
        }

            .nosotros-fifth-section .container-alpha .section-content .nav.previous {
                left: 0;
            }

            .nosotros-fifth-section .container-alpha .section-content .nav.next {
                top: 155px;
                right: 0;
            }

        .nosotros-fifth-section .container-alpha .section-content .owl-carousel {
            width: 77%;
        }

           

            .nosotros-fifth-section .container-alpha .section-content .owl-carousel .slide {
                position: relative;
                width: 490px;
                max-width: 490px;
            }

                .nosotros-fifth-section .container-alpha .section-content .owl-carousel .slide .img img {
                    width: 100%;
                    max-width: 370px;
                    height: fit-content;
                    border-radius: 2rem 0rem 2rem 0rem;
                }

                .nosotros-fifth-section .container-alpha .section-content .owl-carousel .slide .img {
                    height: 495px;
                }

                .nosotros-fifth-section .container-alpha .section-content .owl-carousel .slide .card {
                    bottom: 48px;
                    right: -20px;
                    position: absolute;
                    border-radius: 51px 0px 61px 0px;
                    width: 296px;
                    height: 341px;
                    background: rgba(58, 94, 101, 0.8);
                    opacity: 1 !important;
                }

                    .nosotros-fifth-section .container-alpha .section-content .owl-carousel .slide .card .card-content .title {
                        padding: 30px 0px 0px 20px;
                        margin: auto;
                    }

                        .nosotros-fifth-section .container-alpha .section-content .owl-carousel .slide .card .card-content .title h2 {
                            text-align: left;
                            font: normal normal normal 24px Mulish-SemiBold !important;
                            letter-spacing: 0px;
                            color: #ffffff;
                            margin: 0;
                        }

                            .nosotros-fifth-section .container-alpha .section-content .owl-carousel .slide .card .card-content .title h2 span {
                                text-align: left;
                                font: normal normal normal 24px Mulish-BoldItalic !important;
                                letter-spacing: 0px;
                                color: #ffffff;
                                margin: 0;
                            }

                    .nosotros-fifth-section .container-alpha .section-content .owl-carousel .slide .card .card-content .text {
                        padding: 0px 20px 0px 20px;
                        margin: auto;
                    }

                        .nosotros-fifth-section .container-alpha .section-content .owl-carousel .slide .card .card-content .text p {
                            text-align: left;
                            font: normal normal normal 12px/24px Mulish-Light !important;
                            letter-spacing: 0px;
                            color: #ffffff;
                        }

    .nosotros-fifth-section .owl-nav {
        display: block;
    }

    .nosotros-fifth-section .owl-dots {
        display: block;
    }

.nosotros-sixth-section {
    background: #fafaff 0% 0% no-repeat padding-box;
    opacity: 1;
    margin-bottom: 10rem;
    padding-bottom: 50px;
}

    .nosotros-sixth-section .container-alpha .title {
        padding: 0px 87px;
    }

        .nosotros-sixth-section .container-alpha .title h6 {
            font: normal normal bold 50px/64px Mulish;
            color: #375b62;
            margin-bottom: 50px;
        }

    .nosotros-sixth-section .container-alpha .owl-carousel .owl-item {
        width: 455px;
    }

    .nosotros-sixth-section .container-alpha .owl-carousel .slide {
        position: relative;
        max-width: 500px;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }

        .nosotros-sixth-section .container-alpha .owl-carousel .slide .image {
            max-height: 510px;
            max-width: 447px;
            margin-bottom: 20px;
            height: fit-content;
        }

            .nosotros-sixth-section .container-alpha .owl-carousel .slide .image img {
                width: 100%;
                height: inherit;
                border-radius: 2rem 0rem 2rem 0rem;
                max-height: inherit;
            }

            .nosotros-sixth-section .container-alpha .owl-carousel .slide .image .decorator {
                padding: 30px;
                width: 135px;
                height: 135px;
            }

                .nosotros-sixth-section .container-alpha .owl-carousel .slide .image .decorator p {
                    text-align: left;
                    font: normal normal normal 14px/17px Mulish;
                    letter-spacing: 0px;
                    color: #ffffff;
                    opacity: 1;
                }

        .nosotros-sixth-section .container-alpha .owl-carousel .slide .description {
            padding-top: 30px;
            padding-right: 30px;
            padding-left: 3px;
        }

            .nosotros-sixth-section .container-alpha .owl-carousel .slide .description p {
                text-align: left;
                font: normal normal normal 18px/40px Mulish-Regular;
                letter-spacing: 0px;
                color: #000000;
                opacity: 1;
            }

        .nosotros-sixth-section .container-alpha .owl-carousel .slide .network {
            padding-left: 3px;
        }

            .nosotros-sixth-section .container-alpha .owl-carousel .slide .network .icon img {
                width: 35px;
                height: 32px;
            }

.seventh-section {
    margin: 50px 0px;
}

    .seventh-section .container-alpha .title {
        font: normal normal normal 25px/35px Mulish-Bold;
        color: #000000;
        margin-bottom: 50px;
        margin-left: 35px;
    }

    .seventh-section .container-alpha .section-content {
        max-width: 506px;
        padding: 0px 20px;
        max-height: 535px;
    }

        .seventh-section .container-alpha .section-content .files-container .filter {
            display: flex;
        }

            .seventh-section .container-alpha .section-content .files-container .filter .form-select {
                font-family: Mulish-Light;
                font-size: 1.25rem;
                color: #8d8d8d;
                text-transform: uppercase;
                border: none !important;
                background-image: url("../icons/nosotros-page/down-arrow.svg");
                background-size: 13px 12px;
            }

            .seventh-section .container-alpha .section-content .files-container .filter .category .form-select {
                font-family: Mulish-Light;
                font-size: 1.25rem;
                color: #8d8d8d;
                text-transform: uppercase;
                border: none !important;
                background-image: url("../icons/nosotros-page/down-arrow.svg");
                background-size: 13px 12px;
            }

            .seventh-section .container-alpha .section-content .files-container .filter .form-select:focus {
                border-color: none !important;
                border: none !important;
                box-shadow: none !important;
                outline: 0;
                background-image: url("../icons/nosotros-page/up-arrow.svg");
            }

            .seventh-section .container-alpha .section-content .files-container .filter .form-select option {
                font-family: Mulish-SemiBold;
                font-size: 18px;
                color: #000000;
            }

        .seventh-section .container-alpha .section-content .files-container .files {
            margin-top: 20px;
            overflow: auto;
            display: flex;
            flex-direction: column;
            row-gap: 20px;
            max-height: 500px;
            padding: 0.375rem 1.25rem 0.375rem 0.76rem;
            -moz-padding-start: calc(0.75rem - 3px);
        }

            .seventh-section .container-alpha .section-content .files-container .files .file {
                display: flex;
                max-width: 450px;
                align-items: center;
                justify-content: space-around;
                margin: 20px 0px;
            }

                .seventh-section .container-alpha .section-content .files-container .files .file .name {
                    width: 80%;
                }

                    .seventh-section .container-alpha .section-content .files-container .files .file .name p {
                        opacity: 1;
                        font-family: Mulish-Bold;
                        font-size: 19px !important;
                        color: black;
                        margin: 0px !important;
                    }

                .seventh-section .container-alpha .section-content .files-container .files .file .download-icon {
                    display: flex;
                }

                    .seventh-section .container-alpha .section-content .files-container .files .file .download-icon .icon {
                        position: relative;
                        z-index: 2;
                        top: 5px;
                        left: 30px;
                    }

                        .seventh-section .container-alpha .section-content .files-container .files .file .download-icon .icon img {
                            width: 20px;
                            height: 20px;
                        }

                    .seventh-section .container-alpha .section-content .files-container .files .file .download-icon button {
                        background: #05bcd2 0% 0% no-repeat padding-box;
                        border-radius: 90px;
                        opacity: 1;
                        padding: 20px;
                        width: 40px;
                        min-width: 40px;
                        max-height: 40px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        margin-right: 20px;
                        border: none;
                    }

            .seventh-section .container-alpha .section-content .files-container .files::-webkit-scrollbar {
                width: 10px;
            }

            .seventh-section .container-alpha .section-content .files-container .files::-webkit-scrollbar-track {
                background: none;
                border-top: 1px solid black;
                border-bottom: 1px solid black;
            }

            .seventh-section .container-alpha .section-content .files-container .files::-webkit-scrollbar-thumb {
                background: #375b62;
                border-radius: 30px;
            }

                .seventh-section .container-alpha .section-content .files-container .files::-webkit-scrollbar-thumb:hover {
                    width: 15px;
                }

    .seventh-section .container-alpha .polygon {
        position: relative;
        z-index: 0;
        width: 100%;
        max-width: 510px;
        bottom: 210px;
        margin-left: auto;
        top: 120px;
    }


        .seventh-section .container-alpha .polygon img {
            max-width: 500px;
            width: 100%;
        }

.main-container .map {
    margin-top: 100px;
}

.banner-ilu-left {
    padding: 50px;
}

    .banner-ilu-left .container-alpha .image img {
        width: 100%;
    }

    .banner-ilu-left .container-alpha .row .mantenimiento-mobile-title {
        display: none;
    }

.container-alpha .busqueda a {
    color: #05bcd2;
}

.container-alpha .busqueda .row .title {
    margin-bottom: 50px;
}

    .container-alpha .busqueda .row .title h2 {
        font: normal normal normal 20px/25px Mulish;
        color: #375b62;
        font-size: 32px;
    }

.container-alpha .busqueda .row .results {
    margin-bottom: 30px;
}

    .container-alpha .busqueda .row .results .result-item {
        padding: 20px 0px;
        border-bottom: 2px solid rgba(140, 140, 140, 0.32);
        max-width: 500px;
    }

        .container-alpha .busqueda .row .results .result-item p {
            font: normal normal bold 28px/35px Mulish;
            color: #05bcd2;
        }

        .container-alpha .busqueda .row .results .result-item:last-child {
            border-bottom: none;
        }


.modal-mercados-mundiales {
    height: 420px;
    padding: 20px;
}

html {
    scroll-behavior: smooth;
    max-width: unset;
}

body {
    margin: 0;
    padding: 0;
}

    body a {
        text-decoration: none;
    }

    body::-webkit-scrollbar {
        width: 15px;
    }

    body::-webkit-scrollbar-track {
        background: none;
    }

    body::-webkit-scrollbar-thumb {
        background: #375b62;
        border-radius: 30px;
    }

.main-container {
    width: 100%;
    margin: auto;
    padding-top: 13.5vw;
    background-color: white;
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .main-container .row {
        width: inherit;
        margin: auto;
    }



.header .menu .navbar .nav-item {
    color: #375b62 !important;
}

.header .off-canvas-menu .menu-content .off-canvas-navbar .nav-item {
    color: #375b62 !important
}

.header .off-canvas-menu .menu-content .off-canvas-navbar .link {
    padding: 8px 16px;
    font: normal normal normal 22px/28px Mulish !important;
    margin: 18px;
    padding: 3px 19px;
    color: #fff !important
}

.buttonLink {
    background: #05bcd2 0% 0% no-repeat padding-box;
    min-width: 134px;
    margin-top: 10px;
    color: #ffffff !important;
    border: 2px solid #05bcd2;
    border-radius: 35px;
    opacity: 1;
    height: 36px;
    text-align: center;
}

    .buttonLink:hover {
        background: #d2057f00 0% 0% no-repeat padding-box
    }

.off-canvas-navbar .buttonLink {
}

html {
    overflow-y: scroll;
    overflow-x: hidden;
}

.umbraco-forms-field.recaptcha2 .umbraco-forms-label {
    display: none !important;
}

.dropdown-toggle::after {
    font-family: Mulish-Light;
    margin-left: 1.255em !important;
    font-size: 1.25rem;
    color: #8d8d8d;
    text-transform: uppercase;
    border: none !important;
    background-image: url(../icons/nosotros-page/down-arrow.svg);
    background-size: 13px 12px;
}

.seventh-section .container-alpha .section-content .files-container .filter .form-select.year {
    width: auto !important;
    max-width: 6rem;
}

.nosotros-third-section .container-alpha .title h6 {
    font: normal normal bold 60px/80px Mulish;
    letter-spacing: 0px;
    margin: auto;
    margin-left: 7.5rem;
}

.container-alpha .nosotros-fourth-section .section-content {
    margin: auto;
    margin-left: 7rem;
}

.container-alpha .nosotros-third-section .title {
    margin: 0 6.5rem;
    Font-family: 'Mulish-Bold';
    color: #375b62;
    margin-left: auto;
}

.container-alpha.directivo .nosotros-fifth-section .container-alpha {
    margin-left: 6rem;
}

.nosotros-sixth-section {
    margin-left: 3rem;
}

#files-component {
    margin-left: 9rem;
    margin-bottom: 2rem;
}

.gmap_canvas {
    margin: 0;
    width: 100% !important;
}

.mapouter {
    width: 100% !important;
}

#gmap_canvas {
    width: 100% !important;
    height: 500px !important;
}

.container-alpha .nosotros-fourth-section .section-content .row .show-on-mobile {
    display: none;
}

.container-alpha .nosotros-fourth-section .section-content .row .hide-on-mobile {
    display: block;
}

.contact .foot-info {
    display: inline-flex;
}
.nosotros-fifth-section .owl-nav {
    position: relative;
    width: unset;
    display: block;
    transform: unset;
    float: left;
    bottom: 11%;
    z-index: 99;
    right: 24%;
    flex-flow: row;
    flex-direction: row;
    justify-content: space-between;
}


    .nosotros-fifth-section .owl-nav button.owl-next, .nosotros-fifth-section .owl-nav button.owl-prev {
        border: none;
        background-color: #05bcd2;
        width: 35px;
        height: 35px;
        color: #05bcd2;
        font-weight: bold;
        font-size: 15px;
        border-radius: 50px;
        margin: 3px;
    }

    .nosotros-fifth-section .owl-nav button img {
        width: 35px;
        height: 35px;
    }
    /**************************** MEDIAS ******************************/
    @media screen and (max-width: 1500px) {
        .container-alpha .nosotros-third-section .title.third h6{
            font-size: 40px;
        }
        .first-section .container-alpha .owl-carousel .slide .image .img {
            width: 80%;
        }

    .details h2, .details h4 {
        font-size: 36px !important;
        line-height: 3rem !important;
    }


    .first-section .container-alpha .owl-carousel {
        margin: 0 auto;
    }

    .first-section .main-cover-layout .row .image .img .bg-card {
        top: -50px;
        right: 0px;
    }

    .small-card.decorator {
        bottom: 9rem;
    }

    .seventh-section .container-alpha .polygon {
        left: 40rem;
    }

    .main-container {
        padding-top: 11.5vw;
    }

    .container-alpha p {
        font-size: 17px !important;
        line-height: 27px !important;
    }

    .productos-fourth-section .container .nav-tabs {
        border: none;
    }

        .productos-fourth-section .container .nav-tabs .nav-item .nav-link {
            font: normal normal normal 22px/42px Mulish-Regular;
        }

            .productos-fourth-section .container .nav-tabs .nav-item .nav-link:first-child {
                margin-right: 50px;
            }

    .last-section .bg-last-section {
        padding: 14.2rem;
    }

    .container-alpha {
        max-width: 1200px;
    }

    .btnn {
        font: normal normal normal 16px/22px Mulish;
        max-width: 300px;
        padding: 5px;
    }

        .btnn.btn-make-appointment {
            font: normal normal bold 16px/22px Mulish;
        }
}
@media screen and (max-width: 1920px) and (min-width: 1500px) {
    .first-section .container-alpha .owl-carousel {
        width: 86%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1500px) and (max-width: 1600px) {
  
    .container-alpha h1,h5, h2, h3, h6 {
        font-size: 40px !important;
        line-height: 50px !important;
    }

    .container-alpha p {
        font-size: 20px !important;
        line-height: 30px !important;
    }
}

@media screen and (max-width: 1600px) and (min-width: 960px) {
    .nosotros-fifth-section .container-alpha .section-content .info p {
        font-size: 16px !important;
        line-height: 30px;
    }

    .nosotros-third-section .container-alpha .title h6 {
        max-width: 900px;
    }
}

@media only screen and (max-width: 399px) {

    .first-section .container-alpha .owl-carousel .slide {
        width: 320px !important;
    }

    .first-section .container-alpha .owl-carousel .slide .image .small-card-home {
        display: none;
    }

    .first-section .container-alpha .owl-carousel .owl-stage-outer .owl-stage .owl-item {
        margin-right: 40px !important;
    }
}

/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .nosotros-fifth-section .owl-nav {
        display: none;
    }
    
    .first-section .container-alpha .owl-carousel .slide .image .img {
        width: 100%;
    }

    .first-section .container-alpha .owl-carousel .owl-stage-outer .owl-stage .owl-item {
        margin-right: 24px !important;
    }

    .first-section .container-alpha .owl-carousel .slide {
        width: 400px;
    }

    .first-section .container-alpha .owl-carousel .owl-dots {
        bottom: 5px !important;
    }

    .banner-catalog-right.nosotros .content .row .catalog .catalog-item {
        width: auto;
    }

    .first-section .container-alpha .owl-carousel .owl-nav {
        display: none;
    }

    .small-card.small-card-productos.card1 {
        right: 0 !important;
        padding: 0rem;
        min-width: 2rem;
        width: 4rem;
        height: 3rem;
        bottom: 0;
        min-height: 4rem;
    }

    .productos-third-section .bg-productos-third-section {
        height: 1000px;
    }

    .btnn.btn-contact {
        min-width: 100%;
        width: 210px;
    }

    .productos-third-section .card-Alpha {
        min-height: 400px;
        width: 100%;
        height: 550px;
        row-gap: 10px;
    }

    .productos-third-section .container-alpha .container {
        margin: 0 !important;
    }

        .productos-third-section .container-alpha .container .row .desktop-cards {
            display: none;
        }

        .productos-third-section .container-alpha .container .row .mobile-cards {
            display: flex;
            flex-direction: column;
        }

            .productos-third-section .container-alpha .container .row .mobile-cards .description {
                margin-top: 100px;
            }

            .productos-third-section .container-alpha .container .row .mobile-cards .carousel-card-mobile {
                margin-bottom: 15px;
            }

                .productos-third-section .container-alpha .container .row .mobile-cards .carousel-card-mobile .owl-carousel .owl-nav {
                    width: 100%;
                    top: unset;
                    bottom: -10%;
                    justify-content: flex-end;
                    left: unset;
                    right: 0 !important;
                    transform: unset;
                    position: relative;
                    margin-top: 50px;
                }

                    .productos-third-section .container-alpha .container .row .mobile-cards .carousel-card-mobile .owl-carousel .owl-nav button {
                        display: none;
                        margin-right: 15px;
                    }

                        .productos-third-section .container-alpha .container .row .mobile-cards .carousel-card-mobile .owl-carousel .owl-nav button:last-child {
                            margin-right: 0;
                        }

                        .productos-third-section .container-alpha .container .row .mobile-cards .carousel-card-mobile .owl-carousel .owl-nav button span img {
                            width: 37px;
                        }

                .productos-third-section .container-alpha .container .row .mobile-cards .carousel-card-mobile .owl-carousel .owl-dots {
                    display: flex;
                    flex-flow: row;
                    flex-direction: row;
                    justify-content: center;
                    margin-top: 85px;
                }

                    .productos-third-section .container-alpha .container .row .mobile-cards .carousel-card-mobile .owl-carousel .owl-dots .owl-dot {
                        width: 7px;
                        height: 7px;
                        background-color: #aaa9ad;
                        margin-right: 5px;
                        border-radius: 100%;
                    }

                        .productos-third-section .container-alpha .container .row .mobile-cards .carousel-card-mobile .owl-carousel .owl-dots .owl-dot:focus {
                            outline: 0px transparent !important;
                        }

                    .productos-third-section .container-alpha .container .row .mobile-cards .carousel-card-mobile .owl-carousel .owl-dots .active {
                        transition: width 0.2s;
                        width: 20px;
                        border-radius: 30px;
                        background-color: #ff3971;
                    }

            .productos-third-section .container-alpha .container .row .mobile-cards .buttonn {
                position: relative;
                z-index: 1;
                margin: auto;
            }

            .productos-third-section .container-alpha .container .row .mobile-cards .owl-nav {
                display: none;
            }

            .productos-third-section .container-alpha .container .row .mobile-cards .owl-dots {
                display: none;
            }

    .productos-fourth-section {
        padding-top: 10rem;
    }

        .productos-fourth-section .container-alpha {
            padding-right: 20px;
            padding-left: 20px;
        }

            .productos-fourth-section .container-alpha .container .tab-content {
                width: 100%;
                margin-left: 0px;
                margin-right: 0px;
            }

                .productos-fourth-section .container-alpha .container .tab-content #desktop-emisiones-cards {
                    margin-left: 30px;
                    row-gap: 20px;
                }

    .last-section .bg-last-section {
        /*padding: 12.2rem;*/
        padding: 0;
    }

    .profiles .icon .fake-tooltip {
        height: auto !important;
        left: -14px !important;
        top: -19%;
    }

    .second-section .row .details h3 {
        font: normal normal bold 32px/40px Mulish;
    }

    .second-section .row .details p {
        font: normal normal normal 18px/29px Mulish;
    }

    .second-section .row .image {
        border-radius: 0px 0px 50px 0px;
        padding: 1rem 0rem 0rem 6rem;
    }

        .second-section .row .image img {
            width: 94%;
        }

    .third-section .row .details h1 {
        font: normal normal bold 32px/40px Mulish;
    }

    .third-section .row .details p {
        font: normal normal normal 18px/29px Mulish;
    }

    .third-section .row .image {
        border-radius: 0px 56px;
    }

    .productos-third-section .card-Alpha {
        padding: 18px 22px;
        row-gap: 10px !important;
        min-height: 400px !important;
        width: 100% !important;
        height: 550px !important;
    }

        .productos-third-section .card-Alpha h4,
        .productos-third-section .card-Alpha p {
            color: #000000;
        }

    .productos-fifth-section .row .details h1 {
        font: normal normal bold 32px/40px Mulish;
    }

    .productos-fifth-section .row .details p {
        font: normal normal normal 18px/29px Mulish;
    }

    .productos-fifth-section .row .image {
        border-radius: 0px 56px;
    }

    .header .menu .navbar {
        display: none;
    }

    .header .menu .menu-ham {
        display: block;
    }

    .header .menu .off-canvas-menu {
        display: block;
    }

    .details.right, #files-component, .nosotros-fourth-section .section-content .row .image, .container-alpha.directivo .nosotros-fifth-section .container-alpha, .container-alpha .nosotros-fourth-section .section-content {
        margin-left: 0px;
    }

    .btnn.btn-make-appointment {
        max-width: 210px !important;
        min-width: 210px !important;
    }

    .nosotros-sixth-section .container-alpha .owl-carousel .slide .image {
        height: 405px !important;
    }

    .container-alpha .nosotros-fourth-section .section-content {
        margin-left: 1rem !important;
    }

    .banner-catalog-right.nosotros .content .row .image img#rigth {
        width: 88% !important;
    }

    .seventh-section .container-alpha .polygon {
        position: unset;
        max-width: 350px;
    }

        .seventh-section .container-alpha .polygon img {
            max-width: 350px !important;
            width: 100%;
            position: relative;
            top: 40px;
        }

    .banner-ilu-left {
        padding: 50px 50px 50px 10px;
    }

        .banner-ilu-left .container-alpha .row {
            flex-direction: column;
            row-gap: 20px;
        }

            .banner-ilu-left .container-alpha .row .mantenimiento-mobile-title {
                display: block;
                margin-bottom: 20px;
            }

                .banner-ilu-left .container-alpha .row .mantenimiento-mobile-title h1 {
                    text-align: left;
                    font: normal normal normal 25px/35px Mulish-Bold !important;
                    letter-spacing: 0px;
                    color: #3a5e65;
                    opacity: 1;
                }

        .banner-ilu-left .container-alpha .details h2 {
            display: none;
        }

        .banner-ilu-left .container-alpha .details p {
            font-size: 18px !important;
            line-height: 30px !important;
            color: black;
        }

    .main-container {
        padding-top: 14.5vw;
    }

    .container-alpha h1 {
        font-size: 25px !important;
        line-height: 35px !important;
    }

    .container-alpha h2 {
        font-size: 25px !important;
        line-height: 35px !important;
    }

    .container-alpha h3 {
        font-size: 25px !important;
        line-height: 35px !important;
    }

    .container-alpha h4 {
        font-size: 25px !important;
        line-height: 35px !important;
    }

    .container-alpha h5 {
        font-size: 25px !important;
        line-height: 35px !important;
    }

    .container-alpha h6 {
        font-size: 25px !important;
        line-height: 35px !important;
    }

    .container-alpha p {
        font-size: 14px !important;
        line-height: 24px !important;
    }

    .nosotros-second-section {
        background: #eff5f6 0% 0% no-repeat padding-box;
        max-width: unset;
        margin: auto;
        width: 100%;
        padding: 30px 0;
    }

        .nosotros-second-section .container {
            max-width: unset;
            position: relative;
        }

            .nosotros-second-section .container .title {
                padding: 0px 60px;
            }

                .nosotros-second-section .container .title h1 {
                    text-align: left;
                    font: normal normal bold 28px/32px Mulishsh;
                    letter-spacing: 0px;
                    color: #000000;
                    opacity: 1;
                }

            .nosotros-second-section .container .nav {
                height: 770px;
                width: 200px;
                position: absolute;
                z-index: 2;
                display: none;
            }

                .nosotros-second-section .container .nav.previous {
                    left: 0;
                }

                .nosotros-second-section .container .nav.next {
                    top: 155px;
                    right: 0;
                }

            .nosotros-second-section .container .owl-carousel {
                overflow-y: unset;
            }

                .nosotros-second-section .container .owl-carousel .slide {
                    position: relative;
                    width: 100%;
                    height: 780px;
                }

                    .nosotros-second-section .container .owl-carousel .slide .img img {
                        width: 450px;
                        height: 545px;
                    }

                    .nosotros-second-section .container .owl-carousel .slide .card {
                        top: 310px;
                        right: 80px;
                        position: absolute;
                        width: 321px;
                        height: 455px;
                        background: rgba(5, 188, 210, 0.8) 0% 0% no-repeat padding-box;
                        border-radius: 80px 0px;
                    }

                        .nosotros-second-section .container .owl-carousel .slide .card .card-content .title {
                            padding: 40px 20px 0px 30px;
                            margin: auto;
                        }

                            .nosotros-second-section .container .owl-carousel .slide .card .card-content .title p {
                                text-align: left;
                                font: normal normal bold 32px Mulishsh;
                                letter-spacing: 0px;
                                color: #ffffff;
                                opacity: 1;
                                margin: 0;
                            }

                                .nosotros-second-section .container .owl-carousel .slide .card .card-content .title p span {
                                    text-align: left;
                                    font: italic normal 600 32px Mulishsh;
                                    letter-spacing: 0px;
                                    color: #ffffff;
                                    opacity: 1;
                                    margin: 0;
                                }

                        .nosotros-second-section .container .owl-carousel .slide .card .card-content .text {
                            padding: 20px 30px;
                            margin: auto;
                        }

                            .nosotros-second-section .container .owl-carousel .slide .card .card-content .text p {
                                text-align: left;
                                font: normal normal normal 14px/24px Mulishsh;
                                letter-spacing: 0px;
                                color: #ffffff;
                                opacity: 0.9;
                            }

    .nosotros-third-section {
        padding: 0px 40px;
        margin: auto;
    }

        .nosotros-third-section .container-alpha .title h6 {
            width: 15rem;
            line-height: 38px !important;
            display: none
        }

    .nosotros-fourth-section {
        padding-bottom: 0px;
    }

        .nosotros-fourth-section .container-alpha .section-content {
            padding: 0px 20px 0px 40px;
        }

            .nosotros-fourth-section .container-alpha .section-content .row {
                flex-direction: column-reverse;
            }

                .nosotros-fourth-section .container-alpha .section-content .row .details-valores {
                    margin-top: 40px;
                }

                    .nosotros-fourth-section .container-alpha .section-content .row .details-valores .items {
                        flex-direction: column;
                        row-gap: 30px;
                    }

                        .nosotros-fourth-section .container-alpha .section-content .row .details-valores .items .item {
                            width: 100%;
                        }

                .nosotros-fourth-section .container-alpha .section-content .row .image {
                    border-radius: 0px 0px 0px 50px;
                    right: -10px;
                    width: 107%;
                }

                    .nosotros-fourth-section .container-alpha .section-content .row .image img {
                        margin: 1rem;
                    }

    .nosotros-fifth-section {
        background: #fafaff 0% 0% no-repeat padding-box;
        opacity: 1;
        max-width: unset;
        margin: auto;
        width: 100%;
        padding-top: 5rem;
        padding-bottom: 30px;
    }

        .nosotros-fifth-section .container-alpha .section-content {
            display: flex;
            padding-left: 20px;
            padding-right: 0px;
            justify-content: space-between;
            flex-direction: column;
            row-gap: 20px;
            position: relative;
        }

            .nosotros-fifth-section .container-alpha .section-content .info {
                max-width: unset;
                margin-top: 60px;
            }

                .nosotros-fifth-section .container-alpha .section-content .info h3 {
                    text-align: left;
                    font: normal normal bold 50px/64px Mulish;
                    letter-spacing: 0px;
                    color: #375b62;
                    opacity: 1;
                }

                .nosotros-fifth-section .container-alpha .section-content .info p {
                    margin-top: 30px;
                    text-align: left;
                    font: normal normal normal 13px/22px Mulish-SemiBold;
                    letter-spacing: 0px;
                    color: #000000;
                    opacity: 1;
                }

            .nosotros-fifth-section .container-alpha .section-content .nav {
                height: 770px;
                width: 200px;
                position: absolute;
                z-index: 2;
            }

                .nosotros-fifth-section .container-alpha .section-content .nav.previous {
                    left: 0;
                }

                .nosotros-fifth-section .container-alpha .section-content .nav.next {
                    top: 155px;
                    right: 0;
                }

            .nosotros-fifth-section .container-alpha .section-content .owl-carousel {
                width: 100%;
                margin-left: 0px;
            }

                .nosotros-fifth-section .container-alpha .section-content .owl-carousel .owl-stage-outer {
                    height: 700px !important;
                }

                    .nosotros-fifth-section .container-alpha .section-content .owl-carousel .owl-stage-outer .owl-stage .owl-item {
                        margin-right: 0px !important;
                    }

                .nosotros-fifth-section .container-alpha .section-content .owl-carousel .slide {
                    position: relative;
                    width: 320px;
                    max-width: 320px;
                }

                    .nosotros-fifth-section .container-alpha .section-content .owl-carousel .slide .img img {
                        width: 100%;
                        max-width: 310px;
                        height: fit-content;
                    }

                    .nosotros-fifth-section .container-alpha .section-content .owl-carousel .slide .card {
                        bottom: -260px;
                        right: 38px;
                        position: absolute;
                        border-radius: 51px 0px 61px 0px;
                        width: 261px;
                        height: 490px;
                        background: rgba(58, 94, 101, 0.8);
                        opacity: 1 !important;
                    }

                        .nosotros-fifth-section .container-alpha .section-content .owl-carousel .slide .card .card-content .title {
                            padding: 30px 0px 0px 20px;
                            margin: auto;
                        }

                            .nosotros-fifth-section .container-alpha .section-content .owl-carousel .slide .card .card-content .title h2 {
                                text-align: left;
                                font: normal normal normal 24px Mulish-SemiBold !important;
                                letter-spacing: 0px;
                                color: #ffffff;
                                margin: 0;
                            }

                                .nosotros-fifth-section .container-alpha .section-content .owl-carousel .slide .card .card-content .title h2 span {
                                    text-align: left;
                                    font: normal normal normal 24px Mulish-BoldItalic !important;
                                    letter-spacing: 0px;
                                    color: #ffffff;
                                    margin: 0;
                                }

                        .nosotros-fifth-section .container-alpha .section-content .owl-carousel .slide .card .card-content .text {
                            padding: 0px 20px 0px 20px;
                            margin: auto;
                        }

                            .nosotros-fifth-section .container-alpha .section-content .owl-carousel .slide .card .card-content .text p {
                                text-align: left;
                                font: normal normal normal 12px/24px Mulish-Light !important;
                                letter-spacing: 0px;
                                color: #ffffff;
                            }

        .nosotros-fifth-section .owl-nav {
            display: none;
        }

        .nosotros-fifth-section .owl-dots {
            display: none;
        }

    .nosotros-sixth-section {
        background: #fafaff 0% 0% no-repeat padding-box;
        opacity: 1;
        margin-bottom: 7rem;
        padding-bottom: 0px;
        margin-left: 0rem !important;
    }

        .nosotros-sixth-section .container-alpha .title {
            padding-left: 30px;
        }

            .nosotros-sixth-section .container-alpha .title h6 {
                width: unset;
            }

        .nosotros-sixth-section .container-alpha .owl-carousel .slide {
            max-width: 300px;
            margin-left: 20px;
        }

            .nosotros-sixth-section .container-alpha .owl-carousel .slide .image img {
                height: fit-content;
            }

            .nosotros-sixth-section .container-alpha .owl-carousel .slide .image .decorator {
                bottom: 10rem;
            }

            .nosotros-sixth-section .container-alpha .owl-carousel .slide .description {
                padding-right: 0px;
            }

    .seventh-section .section-content {
        margin: 0 auto;
    }

    .card-blue-shape {
        max-width: 19rem;
    }

    .productos-third-section {
        padding: 0px 20px;
        margin-top: 0px;
    }

        .productos-third-section .bg-productos-third-section {
            height: 800px;
        }

        .productos-third-section .container-alpha .container .row .mobile-cards .description h3 {
            width: 200px;
        }

        .productos-third-section .container .description h3 {
            font-size: 28px !important;
        }

    .productos-fourth-section {
        padding-top: 3rem;
        padding-bottom: 10px;
        margin: 0 !important;
    }

        .productos-fourth-section .container-alpha .container .title {
            margin-left: 0px;
        }

        .productos-fourth-section .container-alpha .container .nav-tabs {
            justify-content: space-between;
            margin-left: 0px;
        }

            .productos-fourth-section .container-alpha .container .nav-tabs .nav-item .nav-link {
                padding: 0px !important;
                margin: 0px !important;
                margin-right: 0px !important;
                font-size: 20px !important;
            }

        .productos-fourth-section .container-alpha .container .tab-content #desktop-emisiones-cards {
            display: none;
        }

        .productos-fourth-section .container-alpha .container .tab-content #mobile-emisiones-cards {
            display: block;
        }

    .container {
        max-width: fit-content !important;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

        .container .form {
            max-width: 700px;
        }

            .container .form h3 {
                font: normal normal bold 25px/50px Mulish;
            }

            .container .form label {
                font: normal normal normal 17px/31px Mulish;
            }

            .container .form input {
                max-width: 390px;
            }

            .container .form textarea {
                font: normal normal normal 17px/31px Mulish;
            }

            .container .form .datos-personales {
                column-gap: 0px;
            }

    .header .menu {
        column-gap: 20px;
    }

        .header .menu .search-box {
            display: none;
        }

        .header .menu .loupe {
            display: block;
            text-align: end;
            width: fit-content;
            display: flex;
            align-items: center;
        }

            .header .menu .loupe img {
                width: 30px;
                height: 30px;
            }


    .header .loupe input {
        margin-bottom: 0px;
    }

        .header .loupe input[type=search]::-webkit-search-decoration,
        .header .loupe input[type=search]::-webkit-search-cancel-button {
            display: none;
        }

        .header .loupe input[type=search] {
            outline: none;
            -webkit-appearance: textfield;
            -webkit-box-sizing: content-box;
            font-family: inherit;
            font-size: 100%;
            background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEzOSAxMzkiIGhlaWdodD0iMTM5cHgiIGlkPSJGaW5kIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMzkgMTM5IiB3aWR0aD0iMTM5cHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGQ9Ik0xMjcuNTU4LDExMS45NjFMMTAwLjI0OSw4NC42NWM0LjY0LTcuMzg3LDcuMzMzLTE2LjExOCw3LjMzMy0yNS40ODhjMC0yNi41MDktMjEuNDktNDcuOTk2LTQ3Ljk5OC00Ny45OTYgIGMtMjYuNTA4LDAtNDcuOTk2LDIxLjQ4Ny00Ny45OTYsNDcuOTk2YzAsMjYuNTEsMjEuNDg3LDQ3Ljk5NSw0Ny45OTYsNDcuOTk1YzEwLjE5NywwLDE5LjY0Mi0zLjE4OCwyNy40MTQtOC42MDVsMjYuOTg0LDI2Ljk4NiAgYzEuODc1LDEuODczLDQuMzMzLDIuODA2LDYuNzg4LDIuODA2YzIuNDU4LDAsNC45MTMtMC45MzMsNi43OTEtMi44MDZDMTMxLjMwOCwxMjEuNzg3LDEzMS4zMDgsMTE1LjcxMSwxMjcuNTU4LDExMS45NjF6ICAgTTU5LjU4NCw5MS42MDdjLTE3LjkxNywwLTMyLjQ0My0xNC41MjUtMzIuNDQzLTMyLjQ0M1M0MS42NjcsMjYuNzIsNTkuNTg0LDI2LjcyYzE3LjkxOCwwLDMyLjQ0MywxNC41MjYsMzIuNDQzLDMyLjQ0NCAgUzc3LjUwMiw5MS42MDcsNTkuNTg0LDkxLjYwN3oiLz48L3N2Zz4=") no-repeat 0 center;
            background-size: 30px;
            border: none;
            border-bottom: 3px solid transparent;
            color: transparent;
            padding: 10px;
            width: 10px;
            margin: 10px 0;
            cursor: pointer;
            z-index: 0;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            transition: all 0.5s;
        }

            .header .loupe input[type=search]:focus {
                width: 210px;
                padding-left: 30px;
                background: none;
                border-bottom: 1px solid #333;
                color: #333;
                cursor: auto;
            }

            .header .loupe input[type=search]:hover {
                border-bottom: 3px solid #333;
            }

    .header input::-webkit-input-placeholder {
        color: transparent;
    }

    .header input:focus::-webkit-input-placeholder {
        color: #333;
    }

    .header input:-moz-placeholder {
        color: transparent;
    }

    .header input:focus:-moz-placeholder {
        color: #333;
    }

    .header input::-moz-placeholder {
        color: transparent;
    }

    .header input:focus::-moz-placeholder {
        color: #333;
    }

    .header input:-ms-input-placeholder {
        color: transparent;
    }

    .header input:focus:-ms-input-placeholder {
        color: #333;
    }

    .footer {
        background: #211d2a 0% 0% no-repeat padding-box;
        width: 100%;
        color: #ffffff;
        margin: auto;
        padding-bottom: 20px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        position: relative;
        row-gap: 3rem;
    }

        .footer .footer-content {
            padding-bottom: 20px;
            width: 100%;
            margin: auto;
            justify-content: flex-start;
        }

            .footer .footer-content .social-media {
                display: flex;
                flex-direction: column;
                row-gap: 50px;
                margin-top: 40px;
                padding-left: 20px;
                padding-bottom: 40px;
            }

                .footer .footer-content .social-media .logo img {
                    margin-right: 50px !important;
                    width: 100%;
                }

                .footer .footer-content .social-media .icons {
                    display: none;
                }

            .footer .footer-content .navigation-links {
                border: none;
                padding: 0px 20px 40px 20px;
            }

                .footer .footer-content .navigation-links a {
                    color: #ffffff;
                    text-decoration: none;
                    font: normal normal normal 18px/29px Mulish;
                }

                    .footer .footer-content .navigation-links a:hover {
                        color: #05bcd2;
                    }

                .footer .footer-content .navigation-links p {
                    padding: 7px 0px 7px 0px;
                }

            .footer .footer-content .contact {
                border-top: 1px solid #504e53;
            }

                .footer .footer-content .contact .txt p {
                    font: normal normal normal 14px/20px Mulish;
                }

                .footer .footer-content .contact .btn-contact {
                    padding: 0px;
                    width: 100%;
                }

        .footer .arrow-up {
            display: none;
        }

        .footer .foot-note {
            width: 100%;
            padding: 0px 36px;
        }

            .footer .foot-note p {
                padding: 0px 26px;
                text-align: justify;
                font: normal normal normal 14px/20px Mulish;
            }

    .seventh-section .container-alpha .section-content .files-container .filter .form-select {
        font-size: inherit !important;
    }

    .card-blue {
        margin: 1rem 0px;
    }

    .productos-fourth-section .container .tab-content .card-blue-50-no-carousel {
        min-width: 50% !important;
        height: 500px !important;
    }

    .btnn {
        font: normal normal normal 22px/40px Mulish;
        max-width: 330px;
        padding: 5px;
    }

        .btnn.btn-make-appointment {
            font: normal normal bold 18px/22px Mulish;
            width: 280px;
        }

        .btnn.btn-see-more {
            max-width: 310px;
            padding: 5px;
        }

    .nosotros-sixth-section .container-alpha .owl-carousel .slide .image {
        max-height: 430px;
        max-width: 447px;
        margin-bottom: 20px;
        height: fit-content !important;
    }

    .details {
        padding-left: 20px;
        margin-left: 0px;
        align-items: flex-start;
    }

    .second-section .row .col-12 {
        padding: 0px 50px;
    }

    .second-section .row .col-sm-6 {
        padding: 0px 50px;
    }

    .second-section .row .details {
        margin-left: 2px;
        margin-right: 2px;
    }

        .second-section .row .details p {
            font: normal normal normal 20px/25px Mulish;
        }

        .second-section .row .details button {
            margin: 0 auto;
            padding: 0px;
        }

    .second-section .row .image {
        border-radius: 56px 0px;
        padding: 2rem 0rem 0rem 2rem;
        margin-bottom: 2rem;
    }

    .third-section .row {
        flex-direction: column-reverse;
    }

        .third-section .row .col-12 {
            padding: 0px 50px;
        }

        .third-section .row .col-sm-6 {
            padding: 0px 50px;
        }

        .third-section .row .details {
            margin-top: 3rem;
            align-items: center;
        }

            .third-section .row .details h1 {
                font: normal normal bold 32px/40px Mulish;
            }

            .third-section .row .details p {
                font: normal normal normal 20px/25px Mulish;
            }

        .third-section .row .image {
            border-radius: 0px 56px;
            padding: 0rem;
        }

            .third-section .row .image img {
                margin: 2.5rem 0rem 2.5rem 0rem;
                padding-left: 2.5rem;
            }

    .productos-fifth-section .row {
        flex-direction: column-reverse;
    }

        .productos-fifth-section .row .col-12 {
            padding: 0px 50px;
        }

        .productos-fifth-section .row .col-sm-6 {
            padding: 0px 50px;
        }

        .productos-fifth-section .row .details {
            margin-top: 3rem;
            align-items: center;
        }

            .productos-fifth-section .row .details h1 {
                font: normal normal bold 32px/40px Mulish;
            }

            .productos-fifth-section .row .details p {
                font: normal normal normal 20px/25px Mulish;
            }

        .productos-fifth-section .row .image {
            border-radius: 0px 56px;
            padding: 0rem;
        }

            .productos-fifth-section .row .image img {
                margin: 2.5rem 0rem 2.5rem 0rem;
                padding-left: 2.5rem;
            }

    .card-blue {
        width: 273px;
        min-height: 375px;
        max-width: 293px !important;
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .nosotros-fourth-section .section-content .row .details-valores .items .item .title h4 {
        margin-bottom: 0px !important;
    }

    .nosotros-fourth-section .section-content .row .details-valores .items .item {
        width: 100% !important;
    }

        .nosotros-fourth-section .section-content .row .details-valores .items .item .text p {
            font-size: 16px !important;
        }

        .nosotros-fourth-section .section-content .row .details-valores .items .item .title h4 {
            font-size: 20px !important;
        }

    .productos-fourth-section .container-alpha .container .tab-content #mobile-emisiones-cards .owl-item {
        max-width: 318px !important;
        margin-left: 0 !important;
    }

    .card-blue-shape {
        margin-left: 1rem !important;
    }

    .productos-fourth-section .container-alpha .container .tab-content #mobile-emisiones-cards .owl-stage-outer {
        height: 30rem !important;
    }

    .card-blue {
        width: 314px;
        min-height: 375px;
        max-width: 275px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .card-blue-shape {
        max-width: 0 !important;
    }

    .nosotros-fourth-section .section-content .row .image img {
        margin: 1rem 0rem 1rem 4rem !important;
        width: 75% !important;
    }

    .nosotros-fourth-section .section-content .row .image {
        margin-bottom: 2rem !important;
    }





    .productos-fourth-section .container-alpha .container .tab-content #mobile-emisiones-cards .owl-dots .active {
        transition: width 0.2s;
        width: 20px !important;
        border-radius: 30px;
        background-color: #ff3971 !important;
    }

    .productos-fourth-section .container-alpha .container .tab-content #mobile-emisiones-cards .owl-dots {
        display: flex;
        flex-flow: row;
        flex-direction: row;
        justify-content: center;
        margin-top: 16px;
    }

        .productos-fourth-section .container-alpha .container .tab-content #mobile-emisiones-cards .owl-dots .owl-dot {
            width: 7px;
            height: 7px;
            background-color: #aaa9ad;
            margin-right: 5px;
            border-radius: 100%;
        }

            .productos-fourth-section .container-alpha .container .tab-content #mobile-emisiones-cards .owl-dots .owl-dot:focus {
                outline: 0px transparent !important;
            }

    .nosotros-third-section .title.third h6 {
        display: none !important;
    }

    .show-on-mobile {
        display: block !important;
    }

    .hide-on-mobile {
        display: none !important;
    }

    .banner-catalog-right.nosotros .content .row .details.right {
        margin-left: 0rem !important;
        height: 100% !important;
    }

    .banner-catalog-right .content .row .image img {
        margin-left: 0.4rem !important;
    }

    .first-section .container-alpha .owl-carousel .slide {
        padding: 40px 20px;
        flex-direction: column-reverse;
        position: relative;
        max-width: 500px;
        row-gap: 30px;
    }

        .first-section .container-alpha .owl-carousel .slide .details {
            width: 100%;
            margin: 0px;
            padding: 0px 10px;
        }

        .first-section .container-alpha .owl-carousel .slide .image {
            width: 100%;
        }


            .first-section .container-alpha .owl-carousel .slide .image .img .bg-card {
                display: none;
            }

            .first-section .container-alpha .owl-carousel .slide .image .small-card-home {
                bottom: 32px;
                left: 18rem;
            }

    .first-section .container-alpha .owl-carousel.productos-green::before {
        content: " ";
        opacity: 1;
        position: absolute;
        z-index: 0;
        min-height: 280px;
        width: 60%;
        max-height: 900px;
        border-radius: 50px 0px;
        top: 15px;
        right: 0px;
        background-color: #FAFAFF !important;
    }

    .first-section .container-alpha .owl-carousel.productos-purple::before {
        content: " ";
        opacity: 1;
        position: absolute;
        z-index: 0;
        min-height: 280px;
        width: 60%;
        max-height: 900px;
        border-radius: 50px 0px;
        top: 15px;
        right: 0px;
        background-color: #eff5f6 !important;
    }


    .first-section {
        padding-bottom: 75px;
    }

        .first-section .main-cover-layout .row {
            padding: 0px;
            padding-top: 40px;
            row-gap: 0px;
            flex-direction: column-reverse;
        }

            .first-section .main-cover-layout .row .details {
                padding-left: 35px;
                padding-right: 35px;
                row-gap: 0px;
            }

                .first-section .main-cover-layout .row .details h2 {
                    font: normal normal bold 24px/37px Mulish;
                    margin-bottom: 30px;
                }

                .first-section .main-cover-layout .row .details p {
                    font: normal normal normal 20px/25px Mulish;
                    color: #000000;
                }

                .first-section .main-cover-layout .row .details .btn-about-us {
                    max-width: 280px;
                    font: normal normal normal 16px/22px Mulish;
                    margin: auto;
                    font-weight: bold !important;
                    padding: 10px;
                }

            .first-section .main-cover-layout .row .image {
                text-align: center;
                margin-bottom: 4rem;
            }

                .first-section .main-cover-layout .row .image .bg-card {
                    display: none;
                }

            .first-section .main-cover-layout .row img {
                width: 80% !important;
                right: 0px !important;
            }

        .first-section .main-cover-layout .small-card-home {
            width: 74px;
            height: 74px;
            border-radius: 22px 0px;
            bottom: 40px;
            left: 13px !important;
        }

    .last-section {
        padding: 50px 0px;
    }

        .last-section .details-home {
            padding-left: 20px;
            margin-left: 0px;
            align-items: flex-start;
        }

            .last-section .details-home h4 {
                font: normal normal bold 32px/40px Mulish;
                line-height: 42px !important;
                font-size: 35px !important;
            }

            .last-section .details-home .btn-see-more {
                width: 290px;
                padding: 2px !important;
            }

        .last-section .card2 {
            bottom: 0.75rem !important;
            right: -6rem !important;
            width: 70px !important;
            height: 69px !important;
            border-radius: 22px 0px;
        }

        .last-section .image img {
            position: relative;
            top: 64px;
            width: 100% !important;
            height: auto !important;
            margin-left: 5rem;
        }

    .banner-catalog-right {
        padding-top: 0px;
    }

        .banner-catalog-right .content .row {
            padding: 0px 35px;
            row-gap: 0px;
        }

            .banner-catalog-right .content .row .image {
                margin-bottom: 25px;
            }

            .banner-catalog-right .content .row .catalog {
                margin-top: 50px;
                align-items: center;
                row-gap: 25px;
                min-width: unset;
            }

                .banner-catalog-right .content .row .catalog .catalog-item {
                    width: 100%;
                    align-items: center;
                }

        

                        .banner-catalog-right .content .row .catalog .catalog-item .icon img {
                            width: 28px;
                            height: 28px;
                        }

                    .banner-catalog-right .content .row .catalog .catalog-item .label {
                        width: unset;
                    }

                    .banner-catalog-right .content .row .catalog .catalog-item:last-child .label {
                        width: 200px;
                    }

                .banner-catalog-right .content .row .catalog p {
                    font-size: 19px !important;
                }

            .banner-catalog-right .content .row .title .title-products {
                width: 100%;
                line-height: 38px !important;
                font: normal normal bold 32px/36px Mulish;
                margin-left: 0px !important;
                font-size: 30px !important;
            }

        .banner-catalog-right.nosotros {
            margin-top: 0px;
        }

            .banner-catalog-right.nosotros .content .mobile-title {
                display: block;
                margin-bottom: 0px;
            }

            .banner-catalog-right.nosotros .content .row {
                padding: 0px 8px 0px 12px;
                row-gap: 0px;
            }

                .banner-catalog-right.nosotros .content .row .catalog {
                    flex-direction: row;
                    min-width: unset;
                }

                    .banner-catalog-right.nosotros .content .row .catalog .catalog-item {
                        align-items: center;
                        width: 50%;
                    }

                        .banner-catalog-right.nosotros .content .row .catalog .catalog-item .icon {
                            border-radius: 90px;
                            background: #eff5f6 0% 0% no-repeat padding-box;
                            opacity: 1;
                            padding: 10px;
                            width: 10%;
                            min-width: 40px;
                            max-height: 40px;
                            margin-right: 1px;
                        }

                            .banner-catalog-right.nosotros .content .row .catalog .catalog-item .icon img {
                                width: 10px;
                                height: 10px;
                            }

                        .banner-catalog-right.nosotros .content .row .catalog .catalog-item .label {
                            width: 122px;
                        }

                            .banner-catalog-right.nosotros .content .row .catalog .catalog-item .label p {
                                font-size: 12px !important;
                                line-height: 20px !important;
                                color: #375b62;
                            }

                .banner-catalog-right.nosotros .content .row .title {
                    display: none;
                }

                .banner-catalog-right.nosotros .content .row .image {
                    position: relative;
                    z-index: 1;
                    left: 0px;
                }

                    .banner-catalog-right.nosotros .content .row .image img {
                        position: relative;
                        margin: auto;
                        width: 88%;
                        animation-duration: 2s;
                        height: auto;
                        left: 0px;
                    }

                    .banner-catalog-right.nosotros .content .row .image .card1 {
                        bottom: 24px;
                    }

    .banner-img-right {
        margin: 0px;
        padding-bottom: 0px;
    }

        .banner-img-right .row {
            flex-direction: column-reverse;
        }

            .banner-img-right .row .col-12 {
                padding: 0px 30px !important;
            }

            .banner-img-right .row .col-sm-6 {
                padding: 0px 30px !important;
            }

            .banner-img-right .row .details .title-fondos-inversion {
                display: none;
            }

            .banner-img-right .row .details p {
                font: normal normal normal 20px/25px Mulish;
                color: #000000;
            }

            .banner-img-right .row .title {
                display: block !important;
                width: fit-content;
                margin-bottom: 40px;
            }

                .banner-img-right .row .title h3 {
                    text-align: left;
                    font: normal normal bold 28px/32px Mulish;
                    letter-spacing: 0px;
                    color: #375b62;
                    opacity: 1;
                    width: 229px;
                }

            .banner-img-right .row .image {
                border-radius: 0px 40px !important;
                padding: 0rem 1rem !important;
                margin-bottom: 30px !important;
            }

                .banner-img-right .row .image img {
                    margin: 2rem 0rem 1.5rem 1rem !important;
                    width: 100%;
                }

    .banner-catalog-right .content {
        width: 100%;
        margin: auto;
    }
}
/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .container-alpha .nosotros-third-section .title.third h6 {
        font-size: 24px;
    }
    
    .nosotros-fifth-section .owl-nav {
        display: none;
    }
    .first-section .container-alpha .owl-carousel .slide .image .img {
        width: 100%;
    }

    .loupe .mobile-search-input {
        display: none;
    }

    .productos-third-section .bg-productos-third-section {
        height: 1000px;
    }

    .productos-third-section .card-Alpha {
        min-height: 400px;
        width: 100%;
        height: 550px;
        row-gap: 10px;
    }

    .productos-third-section .container-alpha .container {
        margin: 0 !important;
    }

        .productos-third-section .container-alpha .container .row .desktop-cards {
            display: none;
        }

        .productos-third-section .container-alpha .container .row .mobile-cards {
            display: flex;
            flex-direction: column;
        }

            .productos-third-section .container-alpha .container .row .mobile-cards .description {
                margin-top: 100px;
            }

            .productos-third-section .container-alpha .container .row .mobile-cards .carousel-card-mobile {
                margin-bottom: 15px;
            }

                .productos-third-section .container-alpha .container .row .mobile-cards .carousel-card-mobile .owl-carousel .owl-nav {
                    width: 100%;
                    top: unset;
                    bottom: -10%;
                    justify-content: flex-end;
                    left: unset;
                    right: 0 !important;
                    transform: unset;
                    position: relative;
                    margin-top: 50px;
                }

                    .productos-third-section .container-alpha .container .row .mobile-cards .carousel-card-mobile .owl-carousel .owl-nav button {
                        display: none;
                        margin-right: 15px;
                    }

                        .productos-third-section .container-alpha .container .row .mobile-cards .carousel-card-mobile .owl-carousel .owl-nav button:last-child {
                            margin-right: 0;
                        }

                        .productos-third-section .container-alpha .container .row .mobile-cards .carousel-card-mobile .owl-carousel .owl-nav button span img {
                            width: 37px;
                        }

                .productos-third-section .container-alpha .container .row .mobile-cards .carousel-card-mobile .owl-carousel .owl-dots {
                    display: flex;
                    flex-flow: row;
                    flex-direction: row;
                    justify-content: center;
                    margin-top: 85px;
                }

                    .productos-third-section .container-alpha .container .row .mobile-cards .carousel-card-mobile .owl-carousel .owl-dots .owl-dot {
                        width: 7px;
                        height: 7px;
                        background-color: #aaa9ad;
                        margin-right: 5px;
                        border-radius: 100%;
                    }

                        .productos-third-section .container-alpha .container .row .mobile-cards .carousel-card-mobile .owl-carousel .owl-dots .owl-dot:focus {
                            outline: 0px transparent !important;
                        }

                    .productos-third-section .container-alpha .container .row .mobile-cards .carousel-card-mobile .owl-carousel .owl-dots .active {
                        transition: width 0.2s;
                        width: 20px;
                        border-radius: 30px;
                        background-color: #ff3971;
                    }

            .productos-third-section .container-alpha .container .row .mobile-cards .buttonn {
                position: relative;
                z-index: 1;
                margin: auto;
            }

            .productos-third-section .container-alpha .container .row .mobile-cards .owl-nav {
                display: none;
            }

            .productos-third-section .container-alpha .container .row .mobile-cards .owl-dots {
                display: none;
            }

    .productos-fourth-section {
        padding-top: 10rem;
    }

        .productos-fourth-section .container-alpha {
            padding-right: 20px;
            padding-left: 20px;
        }

            .productos-fourth-section .container-alpha .container .tab-content {
                width: 100%;
                margin-left: 0px;
                margin-right: 0px;
            }

                .productos-fourth-section .container-alpha .container .tab-content #desktop-emisiones-cards {
                    margin-left: 30px;
                    row-gap: 20px;
                }

    .last-section .bg-last-section {
        padding: 12.2rem;
    }

    .profiles .icon .fake-tooltip {
        height: auto !important;
        left: -14px !important;
        top: -19%;
    }

    .productos-third-section .container-alpha .container .row .mobile-cards .carousel-card-mobile {
        margin-bottom: 15px;
    }

        .productos-third-section .container-alpha .container .row .mobile-cards .carousel-card-mobile .owl-carousel .owl-nav {
            width: 100%;
            top: unset;
            bottom: -10%;
            justify-content: flex-end;
            left: unset;
            right: 0 !important;
            transform: unset;
            position: relative;
            margin-top: 50px;
        }

            .productos-third-section .container-alpha .container .row .mobile-cards .carousel-card-mobile .owl-carousel .owl-nav button {
                display: none;
                margin-right: 15px;
            }

                .productos-third-section .container-alpha .container .row .mobile-cards .carousel-card-mobile .owl-carousel .owl-nav button:last-child {
                    margin-right: 0;
                }

                .productos-third-section .container-alpha .container .row .mobile-cards .carousel-card-mobile .owl-carousel .owl-nav button span img {
                    width: 37px;
                }

        .productos-third-section .container-alpha .container .row .mobile-cards .carousel-card-mobile .owl-carousel .owl-dots {
            display: flex;
            flex-flow: row;
            flex-direction: row;
            justify-content: center;
            margin-top: 85px;
        }

            .productos-third-section .container-alpha .container .row .mobile-cards .carousel-card-mobile .owl-carousel .owl-dots .owl-dot {
                width: 7px;
                height: 7px;
                background-color: #aaa9ad;
                margin-right: 5px;
                border-radius: 100%;
            }

                .productos-third-section .container-alpha .container .row .mobile-cards .carousel-card-mobile .owl-carousel .owl-dots .owl-dot:focus {
                    outline: 0px transparent !important;
                }

            .productos-third-section .container-alpha .container .row .mobile-cards .carousel-card-mobile .owl-carousel .owl-dots .active {
                transition: width 0.2s;
                width: 20px;
                border-radius: 30px;
                background-color: #ff3971;
            }

    .first-section .container-alpha .owl-carousel.productos-green::before {
        min-height: 510px;
        top: -30px;
    }

    .mobile-search-input {
        display: none
    }

    .productos-third-section .container {
        margin: 0 !important;
    }

    .details h2, .details h4 {
        font-size: 36px !important;
        line-height: 3rem !important;
    }

    .banner-catalog-right .content .row .title .title-products {
        font-size: 2rem;
        line-height: 3rem;
        width: 100%;
        margin-left: 1.5rem;
    }

    .productos-fourth-section .container-alpha .container .tab-content #desktop-emisiones-cards {
        margin-left: 30px;
        row-gap: 20px;
    }

    .seventh-section .container-alpha .polygon {
        left: 0;
    }

    .banner-img-right .row .image img {
        width: 100%;
    }

    .header .menu .navbar {
        display: none;
    }

    .header .menu .menu-ham {
        display: block;
    }

    .header .menu .off-canvas-menu {
        display: block;
    }

    #files-component {
        margin-left: 0px !important;
    }

    .nosotros-fifth-section .container-alpha .section-content .owl-carousel .slide .img {
        height: 410px !important;
    }

    .productos-fourth-section {
        margin: 0 !important;
    }

    .second-section .row .details h2 {
        font: normal normal bold 32px/40px Mulish;
    }

    .details.details-rigth h2 {
        font: normal normal bold 32px/40px Mulish;
    }

    .footer {
        row-gap: 10px;
        padding-top: 20px;
    }

        .footer .footer-content {
            justify-content: center;
        }

            .footer .footer-content .social-media {
                padding-left: 0px;
            }

                .footer .footer-content .social-media .logo {
                    width: 100%;
                }

                    .footer .footer-content .social-media .logo img {
                        width: 80%;
                        margin-right: 20 px;
                    }

            .footer .footer-content .navigation-links {
                padding-left: 0px;
            }

                .footer .footer-content .navigation-links a {
                    font: normal normal normal 14px/20px Mulish;
                }

            .footer .footer-content .contact {
                border-left: none;
                justify-content: center;
                column-gap: 1px;
                padding-right: 47px;
                padding-left: 40px;
            }

                .footer .footer-content .contact .txt {
                    margin-top: 3px;
                }

                    .footer .footer-content .contact .txt p {
                        font: normal normal normal 13px/22px Mulish;
                    }

        .footer .foot-note {
            font: normal normal normal 11px/14px Mulish;
        }

        .footer .arrow-up {
            top: 3px;
            right: 20px;
            height: 60px;
        }

    .card-blue-50 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .productos-fourth-section .container .nav-tabs {
        margin-bottom: 0px !important;
    }

    .nosotros-sixth-section {
        margin-left: 0rem !important;
    }

    .container-alpha.directivo .nosotros-fifth-section .container-alpha {
        margin-left: 0;
    }

    .container-alpha {
        max-width: 765px;
    }


    .nosotros-fourth-section .section-content .row .details-valores .items .item {
        padding: 0 5px !important;
    }

    .nosotros-sixth-section .container-alpha .owl-carousel .slide {
        max-width: 320px !important;
        margin-left: 20px !important;
    }

    .nosotros-sixth-section .container-alpha .owl-carousel .owl-item {
        width: 305px !important;
    }

    .nosotros-sixth-section .container-alpha .title h6 {
        width: 175px !important;
    }

    .nosotros-fourth-section .section-content .title h2 {
        font: normal normal bold 28px/64px Mulish !important;
        margin-bottom: 0px !important;
        padding: 0 1rem !important;
    }

    .nosotros-fourth-section .section-content .row .image img {
        margin: 3rem 0rem 4rem 14px !important;
    }

    .banner-catalog-right.nosotros .content .row .title h3 {
        font-size: 30px !important;
    }

    #files-component {
        margin-left: 0 !important;
    }

    .container-alpha.directivo .nosotros-fifth-section {
        margin-left: 0rem !important;
    }

    .nosotros-fourth-section .section-content .row .image {
        padding: 0px !important;
        margin-left: 0rem !important;
    }

    .container-alpha .nosotros-fourth-section .section-content {
        margin-left: 17px !important;
    }

    .container-alpha .nosotros-third-section .title.third {
        margin: 0px 1.5rem;
    }
       

        .small-card.small-card-productos.card1.rigth {
            bottom: 11px;
        }

    .banner-catalog-right.nosotros .content .row .details {
        /*margin-left: 4rem !important;*/
        height: 25rem;
    }

    .banner-catalog-right.nosotros .content .row .catalog .catalog-item .icon {
        min-width: 30px !important;
        max-height: 30px !important;
        margin-right: 8px !important;
    }

    .banner-catalog-right .content .row {
        row-gap: 1px !important;
    }

    .details {
        margin-left: 0rem !important;
    }

    #Alpha-SimpleBanner {
        width: 95%;
    }

    .btnn {
        font: normal normal normal 14px/20px Mulish;
        max-width: 250px;
        padding: 7px;
    }

        .btnn.btn-make-appointment {
            font: normal normal bold 14px/22px Mulish;
        }

    .productos-fourth-section .container .tab-content .card-blue-50 {
        height: 535px !important;
    }

    .btnn.btn-see-more {
        padding: 7px;
    }

    .container-alpha .busqueda {
        padding: 90px 0px;
    }

    .footer .footer-content {
        padding: 0px 30px;
    }

        .footer .footer-content .social-media {
            row-gap: 50px;
            margin-bottom: 40px;
            padding-left: 20px;
            width: 100%;
        }

            .footer .footer-content .social-media .logo {
                text-align: center;
            }

            .footer .footer-content .social-media .icons {
                display: none;
            }

        .footer .footer-content .navigation-links {
            padding-bottom: 40px;
            padding-right: 0px;
            border-right: none;
        }

            .footer .footer-content .navigation-links a {
                color: #ffffff;
                text-decoration: none;
            }

                .footer .footer-content .navigation-links a:hover {
                    color: #05bcd2;
                }

            .footer .footer-content .navigation-links p {
                padding: 7px 0px 7px 0px;
            }

        .footer .footer-content .contact {
            border-left: none;
            border-top: 1px solid #504e53;
            column-gap: 10px;
            padding: 60px 20px 0px 20px;
            margin-bottom: 30px;
        }

    .footer .arrow-up {
        display: none;
    }

    .footer .foot-note {
        width: 100%;
        padding: 0px 36px;
    }

        .footer .foot-note p {
            padding: 0px 36px;
            text-align: justify;
        }

    .first-section .container-alpha .owl-carousel .slide .details {
        width: 50%;
        margin: 0;
        padding-left: 50px;
    }

    .first-section .container-alpha .owl-carousel .slide {
        position: relative;
        max-width: 710px;
        align-items: center;
        max-height: unset;
        display: flex;
    }

        .first-section .container-alpha .owl-carousel .slide .details h2 {
            font-size: 23px !important;
            line-height: 2rem !important;
        }

    .productos-third-section .container-alpha .container .row .mobile-cards .carousel-card-mobile .owl-carousel .owl-nav {
        width: 100%;
        top: unset;
        bottom: -10%;
        justify-content: flex-end;
        left: unset;
        right: 0 !important;
        transform: unset;
        position: relative;
        margin-top: 50px;
    }

        .productos-third-section .container-alpha .container .row .mobile-cards .carousel-card-mobile .owl-carousel .owl-nav button {
            display: none;
            margin-right: 15px;
        }

            .productos-third-section .container-alpha .container .row .mobile-cards .carousel-card-mobile .owl-carousel .owl-nav button:last-child {
                margin-right: 0;
            }

            .productos-third-section .container-alpha .container .row .mobile-cards .carousel-card-mobile .owl-carousel .owl-nav button span img {
                width: 37px;
            }

    .banner-catalog-right .content {
        width: 100%;
        margin: auto;
    }

        .banner-catalog-right .content .row .image img {
            width: 135% !important;
        }

        .banner-catalog-right .content .row .title h5 {
            font-size: 30px !important;
            line-height: 45px !important;
        }



            .banner-catalog-right .content .row .catalog .catalog-item {
                display: flex;
                width: 50%;
                align-items: center;
            }

                .banner-catalog-right .content .row .catalog .catalog-item .icon {
                    border-radius: 90px;
                    background: #eff5f6 0% 0% no-repeat padding-box;
                    opacity: 1;
                    padding: 20px;
                    width: 25%;
                    min-width: 30px;
                    max-height: 50px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    margin-right: 20px;
                }

                    .banner-catalog-right .content .row .catalog .catalog-item .icon img {
                        width: 24px;
                        height: 24px;
                    }

        .banner-catalog-right .content .row .title .title-products {
            font-size: 2rem;
            line-height: 3rem;
            width: 100%;
            margin-left: 1.5rem;
        }
        .banner-catalog-right .content .row .catalog {
            /*         min-width: 320px !important;
            margin: 0rem 1rem;
            padding-top: 4rem;
            row-gap: 2px;*/
            min-width: 320px !important;
            margin: 0rem 1rem !important;
            padding-top: 2rem;
            row-gap: 2px !important;
        }
}
/*/ / Medium devices (tablets, 768px and up)*/ 
@media (min-width: 768px) and (max-width: 991.98px) {
    .container-alpha .nosotros-third-section .title.third h6 {
        font-size: 32px;
    }
    
    .small-card.small-card-productos.card1 {
        bottom: 40px;
        right: 1px !important;
        padding: 51px 40px 20px 28px;
        min-width: 40px;
        min-height: 40px;
    }
    .nosotros-fifth-section .container-alpha .section-content .info {
        margin-right: 1rem;
    }

        .nosotros-fifth-section .container-alpha .section-content .info h3 {
            font: normal normal bold 30px/42px Mulish;
        }
    .nosotros-fifth-section .container-alpha .section-content .owl-carousel{
        width: 70%;
    }
    .first-section .container-alpha .owl-carousel .slide .image .img {
        width: 100%;
    }

    .loupe .mobile-search-input {
        display: none;
    }

    .productos-third-section .bg-productos-third-section {
        height: 1000px;
    }

    .productos-third-section .card-Alpha {
        min-height: 400px;
        width: 100%;
        height: 550px;
        row-gap: 10px;
    }

    .productos-third-section .container-alpha .container {
        margin: 0 !important;
    }

        .productos-third-section .container-alpha .container .row .desktop-cards {
            display: none;
        }

        .productos-third-section .container-alpha .container .row .mobile-cards {
            display: flex;
            flex-direction: column;
        }

            .productos-third-section .container-alpha .container .row .mobile-cards .description {
                margin-top: 100px;
            }

            .productos-third-section .container-alpha .container .row .mobile-cards .carousel-card-mobile {
                margin-bottom: 15px;
            }

                .productos-third-section .container-alpha .container .row .mobile-cards .carousel-card-mobile .owl-carousel .owl-nav {
                    width: 100%;
                    top: unset;
                    bottom: -10%;
                    justify-content: flex-end;
                    left: unset;
                    right: 0 !important;
                    transform: unset;
                    position: relative;
                    margin-top: 50px;
                }

                    .productos-third-section .container-alpha .container .row .mobile-cards .carousel-card-mobile .owl-carousel .owl-nav button {
                        display: none;
                        margin-right: 15px;
                    }

                        .productos-third-section .container-alpha .container .row .mobile-cards .carousel-card-mobile .owl-carousel .owl-nav button:last-child {
                            margin-right: 0;
                        }

                        .productos-third-section .container-alpha .container .row .mobile-cards .carousel-card-mobile .owl-carousel .owl-nav button span img {
                            width: 37px;
                        }

                .productos-third-section .container-alpha .container .row .mobile-cards .carousel-card-mobile .owl-carousel .owl-dots {
                    display: flex;
                    flex-flow: row;
                    flex-direction: row;
                    justify-content: center;
                    margin-top: 85px;
                }

                    .productos-third-section .container-alpha .container .row .mobile-cards .carousel-card-mobile .owl-carousel .owl-dots .owl-dot {
                        width: 7px;
                        height: 7px;
                        background-color: #aaa9ad;
                        margin-right: 5px;
                        border-radius: 100%;
                    }

                        .productos-third-section .container-alpha .container .row .mobile-cards .carousel-card-mobile .owl-carousel .owl-dots .owl-dot:focus {
                            outline: 0px transparent !important;
                        }

                    .productos-third-section .container-alpha .container .row .mobile-cards .carousel-card-mobile .owl-carousel .owl-dots .active {
                        transition: width 0.2s;
                        width: 20px;
                        border-radius: 30px;
                        background-color: #ff3971;
                    }

            .productos-third-section .container-alpha .container .row .mobile-cards .buttonn {
                position: relative;
                z-index: 1;
                margin: auto;
            }

            .productos-third-section .container-alpha .container .row .mobile-cards .owl-nav {
                display: none;
            }

            .productos-third-section .container-alpha .container .row .mobile-cards .owl-dots {
                display: none;
            }

    .productos-fourth-section {
        padding-top: 10rem;
    }

        .productos-fourth-section .container-alpha {
            padding-right: 20px;
            padding-left: 20px;
        }

            .productos-fourth-section .container-alpha .container .tab-content {
                width: 100%;
                margin-left: 0px;
                margin-right: 0px;
            }

                .productos-fourth-section .container-alpha .container .tab-content #desktop-emisiones-cards {
                    margin-left: 30px;
                    row-gap: 20px;
                }

    .last-section .bg-last-section {
        padding: 12.2rem;
    }

    .profiles .icon .fake-tooltip {
        height: auto !important;
        left: -14px !important;
        top: -19%;
    }

    .header .menu .navbar {
        display: none;
    }

    .seventh-section .container-alpha .polygon {
        left: 0;
    }

    .header .menu .menu-ham {
        display: block;
    }

    .header .menu .off-canvas-menu {
        display: block;
    }

    .details h2, .details h4 {
        font-size: 36px !important;
        line-height: 3rem !important;
    }

    .nosotros-fourth-section .section-content .title h2 {
        margin-left: 2rem;
    }

    .nosotros-fourth-section .section-content .row .image {
        margin-right: 0px;
    }

    .details, .productos-fourth-section, .details-rigth, .details.right, .container-alpha .nosotros-fourth-section .section-content, .container-alpha.directivo .nosotros-fifth-section .container-alpha, #files-component {
        margin-left: 0px;
    }

    .banner-img-right .row .image img {
        width: 100%;
    }

    .banner-catalog-right.nosotros .content .row .image img#rigth {
        width: 142%;
        top: 7rem;
    }

    .first-section .container-alpha .owl-carousel .owl-nav {
        top: 30px;
    }

    .first-section .container-alpha .owl-carousel .owl-dots {
        bottom: 40px;
    }

    .first-section .container-alpha .owl-carousel .owl-carousel .owl-stage-outer {
        height: 0px;
    }

    .first-section .container-alpha .owl-carousel .slide {
        position: relative;
        max-width: 705px;
        align-items: center;
        max-height: unset;
        display: flex;
    }

        .first-section .container-alpha .owl-carousel .slide .details {
            width: 55%;
            margin: auto;
            padding-left: 50px;
            padding-right: 50px;
            display: flex;
            flex-direction: column;
            row-gap: 20px;
        }

            .first-section .container-alpha .owl-carousel .slide .details h2 {
                text-align: left;
                font: normal normal bold 50px/64px Mulish;
                letter-spacing: 0px;
                color: #375b62;
                opacity: 1;
                font-size: 28px !important;
                line-height: 36px !important;
            }

            .first-section .container-alpha .owl-carousel .slide .details p {
                text-align: left;
                font: normal normal normal 22px/40px Mulish;
                letter-spacing: 0px;
                color: #375b62;
                opacity: 1;
                font-size: 14px !important;
                line-height: 23px !important;
            }

        .first-section .container-alpha .owl-carousel .slide .image .bg-card {
            opacity: 1;
            position: absolute;
            z-index: -1;
            min-height: 333px;
            width: 80%;
            max-height: 900px;
            border-radius: 90px 0px;
            top: -110px;
            right: 0px;
        }

            .first-section .container-alpha .owl-carousel .slide .image .bg-card.card-home {
                background: #fafaff 0% 0% no-repeat padding-box;
            }

            .first-section .container-alpha .owl-carousel .slide .image .bg-card.card-productos {
                background: #eff5f6 0% 0% no-repeat padding-box;
            }


        .first-section .container-alpha .owl-carousel .slide .image .small-card-home {
            bottom: 56px;
            left: -31px;
        }




    .banner-catalog-right {
        width: 100%;
        margin: auto;
    }


    .first-section .container-alpha .owl-carousel .owl-nav {
        top: 30px;
    }

    .first-section .container-alpha .owl-carousel .owl-dots {
        bottom: 40px;
    }

    .first-section .container-alpha .owl-carousel .owl-carousel .owl-stage-outer {
        height: 0px;
    }


    .first-section .container-alpha .owl-carousel .slide .details h2 {
        text-align: left;
        font: normal normal bold 50px/64px Mulish;
        letter-spacing: 0px;
        color: #375b62;
        opacity: 1;
        font-size: 28px !important;
        line-height: 36px !important;
    }

    .first-section .container-alpha .owl-carousel .slide .details p {
        text-align: left;
        font: normal normal normal 22px/40px Mulish;
        letter-spacing: 0px;
        color: #375b62;
        opacity: 1;
        font-size: 14px !important;
        line-height: 23px !important;
    }

    .first-section .container-alpha .owl-carousel .slide .image {
        width: 50%;
        position: relative;
        z-index: 1;
    }

        .first-section .container-alpha .owl-carousel .slide .image .bg-card {
            opacity: 1;
            position: absolute;
            z-index: -1;
            min-height: 333px;
            width: 80%;
            max-height: 900px;
            border-radius: 90px 0px;
            top: -110px;
            right: 0px;
        }

            .first-section .container-alpha .owl-carousel .slide .image .bg-card.card-home {
                background: #fafaff 0% 0% no-repeat padding-box;
            }

            .first-section .container-alpha .owl-carousel .slide .image .bg-card.card-productos {
                background: #eff5f6 0% 0% no-repeat padding-box;
            }

        .first-section .container-alpha .owl-carousel .slide .image img {
            position: relative;
            margin: auto;
            width: 100%;
            animation-duration: 2s;
            height: auto;
        }

        .first-section .container-alpha .owl-carousel .slide .image .small-card-home {
            bottom: 56px;
            left: -31px;
        }

    .first-section .container-alpha .owl-carousel.productos-green::before {
        min-height: 510px;
        top: -30px;
    }

    .first-section .container-alpha .owl-carousel.productos-purple::before {
        content: " ";
        opacity: 1;
        position: absolute;
        z-index: 0;
        min-height: 510px;
        width: 40%;
        max-height: 900px;
        border-radius: 90px 0px;
        top: -30px;
        right: 0px;
        background-color: #FAFAFF !important;
    }

    .banner-catalog-right {
        width: 100%;
        margin: auto;
    }

        .banner-catalog-right .content {
            width: 100%;
            margin: auto;
        }
            .banner-catalog-right .content .row .title h5 {
                font-size: 30px !important;
                margin-left: 0.5rem !important;
                line-height: 45px !important;
                width: 100% !important;
            }



            .banner-catalog-right .content .row .catalog {
                display: flex;
                row-gap: 70px;
                flex-wrap: wrap;
                justify-content: space-between;
                min-width: 320px !important;
                margin: 0rem 1rem;
                padding-top: 4rem;
            }

                .banner-catalog-right .content .row .catalog .catalog-item {
                    display: flex;
                    width: 50%;
                    align-items: center;
                }

                    .banner-catalog-right .content .row .catalog .catalog-item .icon {
                        border-radius: 90px;
                        background: #eff5f6 0% 0% no-repeat padding-box;
                        opacity: 1;
                        padding: 20px;
                        width: 25%;
                        min-width: 30px;
                        max-height: 50px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        margin-right: 20px;
                    }

                        .banner-catalog-right .content .row .catalog .catalog-item .icon img {
                            width: 24px;
                            height: 24px;
                        }


        .banner-catalog-right.nosotros .content .row .title {
            padding: 4px 27px;
        }

       
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .banner-catalog-right.nosotros .content .row .image img {
        width: 140%;
        top: 97px;
        left: -120px;
    }
    .details.right, #files-component, .nosotros-fourth-section .section-content .row .image, .container-alpha.directivo .nosotros-fifth-section .container-alpha, .container-alpha .nosotros-fourth-section .section-content {
        margin-left: 0px;
    }

    .container-alpha {
        max-width: 1160px;
    }

    .banner-catalog-right .content .row .title .title-products {
        margin-left: 1.5rem;
    }

    .banner-img-right .row .image img {
        width: 100%;
    }

    .productos-third-section .bg-productos-third-section {
        height: 1000px;
    }

    .banner-catalog-right .content .row .image .card1 {
        background: #3a5e65 0% 0% no-repeat padding-box;
        bottom: 40px;
        right: -4rem !important;
        padding: 51px 40px 20px 28px;
        min-width: 40px;
        min-height: 40px;
    }

    .first-section .container-alpha .owl-carousel .slide {
        position: relative;
        max-width: 920px;
        margin: 0px 30px;
    }

    .header .menu .navbar {
        display: none;
    }

    .header .menu .menu-ham {
        display: block;
    }

    .header .menu .off-canvas-menu {
        display: block;
    }

    .loupe .mobile-search-input {
        display: none;
    }

    .seventh-section .container-alpha .polygon {
        left: 0rem;
    }

    .productos-third-section .card-Alpha {
        min-height: 400px;
        width: 100%;
        height: 550px;
        row-gap: 10px;
    }

    .productos-third-section .container-alpha .container {
        margin: 0 !important;
    }

        .productos-third-section .container-alpha .container .row .desktop-cards {
            display: none;
        }

        .productos-third-section .container-alpha .container .row .mobile-cards {
            display: flex;
            flex-direction: column;
        }

            .productos-third-section .container-alpha .container .row .mobile-cards .description {
                margin-top: 100px;
            }

            .productos-third-section .container-alpha .container .row .mobile-cards .carousel-card-mobile {
                margin-bottom: 15px;
            }

                .productos-third-section .container-alpha .container .row .mobile-cards .carousel-card-mobile .owl-carousel .owl-nav {
                    width: 100%;
                    top: unset;
                    bottom: -10%;
                    justify-content: flex-end;
                    left: unset;
                    right: 0 !important;
                    transform: unset;
                    position: relative;
                    margin-top: 50px;
                }

                    .productos-third-section .container-alpha .container .row .mobile-cards .carousel-card-mobile .owl-carousel .owl-nav button {
                        display: none;
                        margin-right: 15px;
                    }

                        .productos-third-section .container-alpha .container .row .mobile-cards .carousel-card-mobile .owl-carousel .owl-nav button:last-child {
                            margin-right: 0;
                        }

                        .productos-third-section .container-alpha .container .row .mobile-cards .carousel-card-mobile .owl-carousel .owl-nav button span img {
                            width: 37px;
                        }

                .productos-third-section .container-alpha .container .row .mobile-cards .carousel-card-mobile .owl-carousel .owl-dots {
                    display: flex;
                    flex-flow: row;
                    flex-direction: row;
                    justify-content: center;
                    margin-top: 85px;
                }

                    .productos-third-section .container-alpha .container .row .mobile-cards .carousel-card-mobile .owl-carousel .owl-dots .owl-dot {
                        width: 7px;
                        height: 7px;
                        background-color: #aaa9ad;
                        margin-right: 5px;
                        border-radius: 100%;
                    }

                        .productos-third-section .container-alpha .container .row .mobile-cards .carousel-card-mobile .owl-carousel .owl-dots .owl-dot:focus {
                            outline: 0px transparent !important;
                        }

                    .productos-third-section .container-alpha .container .row .mobile-cards .carousel-card-mobile .owl-carousel .owl-dots .active {
                        transition: width 0.2s;
                        width: 20px;
                        border-radius: 30px;
                        background-color: #ff3971;
                    }

            .productos-third-section .container-alpha .container .row .mobile-cards .buttonn {
                position: relative;
                z-index: 1;
                margin: auto;
            }

            .productos-third-section .container-alpha .container .row .mobile-cards .owl-nav {
                display: none;
            }

            .productos-third-section .container-alpha .container .row .mobile-cards .owl-dots {
                display: none;
            }

    .productos-fourth-section {
        padding-top: 10rem;
        margin: 0px;
    }

        .productos-fourth-section .container-alpha {
            padding-right: 20px;
            padding-left: 20px;
        }

            .productos-fourth-section .container-alpha .container .tab-content {
                width: 100%;
                margin-left: 0px;
                margin-right: 0px;
            }

                .productos-fourth-section .container-alpha .container .tab-content #desktop-emisiones-cards {
                    margin-left: 30px;
                    row-gap: 20px;
                }

    .last-section .bg-last-section {
        padding: 12.2rem;
    }

    .profiles .icon .fake-tooltip {
        height: auto !important;
        left: -14px !important;
        top: -19%;
    }

    .productos-fourth-section .container-alpha .tab-content .tab-pane .card-blue {
        max-width: 240px;
    }

    .container-alpha {
        max-width: 992px;
    }


    .container {
        max-width: fit-content !important;
    }

        .container .intro h2 {
            font: normal normal bold 32px/40px Mulish;
        }

        .container .intro .description p {
            font: normal normal normal 18px/29px Mulish;
        }

        .container .form {
            max-width: 700px;
        }

            .container .form h3 {
                font: normal normal bold 25px/50px Mulish;
            }

            .container .form label {
                font: normal normal normal 17px/31px Mulish;
            }

            .container .form input {
                max-width: 390px;
            }

            .container .form textarea {
                font: normal normal normal 17px/31px Mulish;
            }

            .container .form .datos-del-denunciado {
                column-gap: 0px;
                justify-content: space-between;
            }

                .container .form .datos-del-denunciado div {
                    width: 48%;
                }

    .footer {
        row-gap: 10px;
        padding-top: 20px;
    }

        .footer .footer-content {
            padding: 2.5vw 0px;
        }

            .footer .footer-content .social-media {
                padding-left: 20px;
            }

                .footer .footer-content .social-media .logo {
                    width: 100%;
                }

                    .footer .footer-content .social-media .logo img {
                        width: 90%;
                    }

            .footer .footer-content .navigation-links {
                padding-left: 5px;
            }

                .footer .footer-content .navigation-links a {
                    font: normal normal normal 16px/22px Mulish;
                }

            .footer .footer-content .contact .txt {
                margin-top: 10px;
            }

                .footer .footer-content .contact .txt p {
                    font: normal normal normal 14px/20px Mulish;
                }

        .footer .foot-note {
            font: normal normal normal 13px/22px Mulish;
        }

        .footer .arrow-up {
            top: 3px;
            right: 20px;
            height: 60px;
        }

    .details h2, .details h4 {
        font-size: 36px;
        line-height: 3rem;
    }
}
/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .container-alpha .nosotros-third-section .title.third h6 {
        font-size: 40px;
    }
      .small-card.small-card-productos.card1 {
        right: 60px !important;
    } .productos-fourth-section {
        margin-left: 0px !important;
    }

    .details.right, #files-component, .nosotros-fourth-section .section-content .row .image, .container-alpha.directivo .nosotros-fifth-section .container-alpha, .container-alpha .nosotros-fourth-section .section-content {
        margin-left: 0px;
    }

    .banner-img-right .row .image img {
        width: 100%;
    }

    .loupe .mobile-search-input {
        display: none;
    }

    .header .menu .search .input {
        min-width: 150px;
    }

    .footer .footer-content {
        padding: 3vw;
    }

    .header .menu .search-box .input {
        min-width: 120px;
        font: normal normal normal 18px/29px Mulish !important;
    }

    .header .menu .navbar {
        padding: 0px !important;
    }

        .header .menu .navbar .nav-item {
            padding: 8px 16px;
        }

            .header .menu .navbar .nav-item .nav-link {
                color: black !important;
                text-decoration: none !important;
                padding: 8px 16px;
                font: normal normal normal 18px/29px Mulish !important;
                letter-spacing: 0px !important;
                color: #000000 !important;
            }

        .header .menu .navbar a {
            color: #375b62 !important;
            text-decoration: none !important;
            font: normal normal normal 18px/29px Mulish !important;
            letter-spacing: 0px !important;
        }

            .header .menu .navbar .active,
            .header .menu .navbar a:hover {
                color: #05bcd2 !important;
                font-weight: bold !important;
            }

    .footer .footer-content .navigation-links a {
        font: normal normal normal 13px/22px Mulish;
    }

    .footer .footer-content .contact .txt p {
        font: normal normal normal 13px/22px Mulish;
    }

    .footer .foot-note {
        padding: 0px 7vw;
        font: normal normal normal 13px/22px Mulish;
    }

    .btnn {
        font: normal normal normal 16px/22px Mulish;
        max-width: 280px;
        padding: 5px;
    }

        .btnn.btn-make-appointment {
            font: normal normal bold 16px/22px Mulish;
        }

        .btnn.btn-contact {
            min-width: 220px;
            width: 250px;
            padding: 0px;
            font: normal normal bold 18px/22px Mulish !important;
        }

        .btnn.btn-about-us {
            font: normal normal bold 16px/22px Mulish;
            max-width: 270px;
            padding: 5px;
        }

    .seventh-section .container-alpha .polygon {
        left: 0;
    }

    .main-container {
        padding-top: 13.5vw;
    }

    .container-alpha p {
        font-size: 18px !important;
        line-height: 28px !important;
    }

    .last-section .details h4 {
        font-size: 33px !important;
        line-height: 33px;
    }

    /*  .container-alpha {
        max-width: 1000px;
    }*/
}


/*# sourceMappingURL=main.css.map */
