﻿@charset "UTF-8";
/*Hard-rest for every HTML component*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: "Comfortaa", sans-serif;
    vertical-align: baseline;
    color: #2F5CA8;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: "";
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* focus style */
:focus {
    outline: 0;
}

/* text added/deleted*/
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* Add in HTML code cellspacing="0" */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, select {
    vertical-align: middle;
}

html {
    background: #F9FCFF;
    color: #333;
    font-size: 10px;
    font-family: Comfortaa, Helvetica, Arial, sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #F6F6F6;
    /*min-width: 400px;*/
}

header {
    align-items: center;
    font-size: 18px;
    perspective: 100px;
    text-align: center;
    width: 100%;
}

    header a {
        color: #D26A41;
        text-decoration: none;
    }

h1 {
    font-size: 24px;
    font-weight: 900;
}

h2 {
    font-size: 20px;
    font-weight: 700;
}

h3 {
    font-size: 18rem;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

p {
    font-size: 16px;
}

a {
    font-size: 16px;
}

ul li {
    font-size: 16px;
}

.l--flex {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
}

.flex--col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.flex--row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}

.flex--just--center {
    -webkit-box-pack: center;
    justify-content: center;
}

.flex--just--start {
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.flex--just--end {
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.flex--just--between {
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.flex--just--evenly {
    -webkit-box-pack: justify;
    justify-content: space-evenly;
}

.flex--just--around {
    -webkit-box-pack: justify;
    justify-content: space-around;
}

.flex--align--start {
    -webkit-box-align: start;
    align-items: flex-start;
}

.flex--align--center {
    -webkit-box-align: center;
    align-items: center;
}

.flex--align--end {
    -webkit-box-align: end;
    align-items: flex-end;
}


.js-loading *, .js-loading *::before, .js-loading *::after {
    animation-play-state: paused !important;
}

.login__block {
    align-items: flex-end;
    animation: fade-slide-down 1.4s 0.5s cubic-bezier(0, 0.5, 0, 1) forwards;
    background-color: #2F5CA8;
    height: 4rem;
    justify-content: center;
    opacity: 0;
    position: relative;
}

    .login__block div {
        color: #D26A41;
        margin-right: 2rem;
    }

        .login__block div a {
            animation: fade-slide-down 2s 0.6s cubic-bezier(0, 0.5, 0, 1) forwards;
            font-weight: 600;
            margin: 0 0.5rem;
            opacity: 0;
            position: relative;
            transition: border 0.5s ease-in;
        }

            .login__block div a::after {
                background-color: #D26A41;
                content: "";
                display: block;
                height: 0.2rem;
                margin-top: 0.2rem;
                opacity: 0;
                position: absolute;
                transition: width 0.5s ease-in;
                width: 0;
                z-index: 100;
            }

            .login__block div a:hover {
                color: #D67854;
            }

                .login__block div a:hover::after {
                    opacity: 1;
                    width: 100%;
                }

        .login__block div span[class^=icon] {
            color: #D26A41;
            font-size: 3rem;
        }

    .login__block::after {
        background-color: #D26A41;
        border-radius: 25px 5px;
        bottom: -0.3rem;
        content: "";
        display: block;
        height: 0.6rem;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        width: 70%;
        z-index: 100;
    }

.emailSuccess {
    color: green;
}

.emailError {
    color: red;
}


.textValidation {
    font-size: 1.6rem;
    color: red;
}


.textoApps {
    font-weight: bolder;
    font-size: 1.8rem;
}

    .textoApps::after {
        background-color: #D26A41;
        border-radius: 0.8rem 0.2rem;
        content: "";
        display: block;
        height: 4px;
        left: 50%;
        position: relative;
        top: 0.5rem;
        transform: translateX(-50%);
        width: 80%;
        z-index: 100;
    }


.header {
    animation: fade-slide-down 1.4s 0.6s cubic-bezier(0, 0.5, 0, 1) forwards;
    height: 12rem;
    opacity: 0;
    background-color: #F6F6F6;
    z-index: 200;
}

    .header .header__logo {
        height: 12rem;
        width: 20%;
    }

        .header .header__logo a {
            display: block;
            margin-left: 2rem;
            width: 8rem;
        }

    .header .header__nav {
        margin-right: 2rem;
        width: 80%;
    }

        .header .header__nav nav {
            height: 5rem;
            width: 80%;
        }

            .header .header__nav nav .nav__link {
                align-items: center;
                border-radius: 0.2rem;
                display: flex;
                height: 100%;
                opacity: 0;
                padding: 0 2rem;
                transition: background 0.5s 0.1s cubic-bezier(0, 0.5, 0, 1);
            }

                .header .header__nav nav .nav__link a {
                    align-items: center;
                    display: flex;
                    font-weight: 600;
                    height: 100%;
                }

                    .header .header__nav nav .nav__link a span[class^=icon] {
                        font-size: 0.8rem;
                        margin-left: 0.5rem;
                    }

                .header .header__nav nav .nav__link:hover {
                    background-color: #2F5CA8;
                }

                    .header .header__nav nav .nav__link:hover a span {
                        color: #D26A41;
                    }

                .header .header__nav nav .nav__link.active {
                    background-color: #2F5CA8;
                }

                    .header .header__nav nav .nav__link.active a span {
                        color: #D26A41;
                    }

                .header .header__nav nav .nav__link:nth-child(1) {
                    animation: fade-slide-down 1.4s 0.8s cubic-bezier(0, 0.5, 0, 1) forwards;
                }

                .header .header__nav nav .nav__link:nth-child(2) {
                    animation: fade-slide-down 1.4s 0.9s cubic-bezier(0, 0.5, 0, 1) forwards;
                }

                .header .header__nav nav .nav__link:nth-child(3) {
                    animation: fade-slide-down 1.4s 1s cubic-bezier(0, 0.5, 0, 1) forwards;
                }

                .header .header__nav nav .nav__link:nth-child(4) {
                    animation: fade-slide-down 1.4s 1.1s cubic-bezier(0, 0.5, 0, 1) forwards;
                }

                .header .header__nav nav .nav__link:nth-child(5) {
                    animation: fade-slide-down 1.4s 1.1s cubic-bezier(0, 0.5, 0, 1) forwards;
                }

    .header .header__nav--mobile {
        display: none;
    }

@media (max-width: 766px) and (orientation: portrait) {
    .header .header__nav {
        display: none;
    }
}

@media (max-width: 766px) and (orientation: landscape) {
    .header .header__nav {
        display: none;
    }
}

.section__hero {
    height: 250px;
    position: relative;
}

    .section__hero .hero__img {
        height: 100%;
        overflow: hidden;
        position: relative;
        width: 90%;
    }

        .section__hero .hero__img img {
            height: 100%;
            object-fit: cover;
        }

        .section__hero .hero__img .hero__txt {
            animation: fade-slide-right 1.4s 1s cubic-bezier(0, 0.5, 0, 1) forwards;
            background-color: transparent;
            font-weight: 600;
            height: 100%;
            opacity: 0;
            padding-left: 15rem;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 20;
        }

            .section__hero .hero__img .hero__txt p {
                color: #F6F6F6;
                font-size: 3rem;
            }

            .section__hero .hero__img .hero__txt div p {
                animation: fade-slide-right 1.4s 1.5s cubic-bezier(0, 0.5, 0, 1) forwards;
                opacity: 0;
            }

                .section__hero .hero__img .hero__txt div p:first-child {
                    animation: fade-slide-right 1.4s 1s cubic-bezier(0, 0.5, 0, 1) forwards;
                    color: #D26A41;
                    font-size: 1.6rem;
                    font-weight: 600;
                    line-height: 2;
                }

            .section__hero .hero__img .hero__txt::after {
                background-color: #D26A41;
                border-radius: 0.8rem 0.2rem;
                content: "";
                display: block;
                height: 0.4rem;
                left: 0;
                position: absolute;
                top: 65%;
                width: 59%;
            }

    .section__hero::after {
        background-color: #D26A41;
        border-radius: 0.8rem 0.2rem;
        content: "";
        display: block;
        height: 4px;
        margin: 4rem auto;
        position: relative;
        width: 20%;
    }

@media (max-width: 766px) and (orientation: portrait) {
    .section__hero {
        height: 600px;
    }

        .section__hero .hero__img .hero__txt {
            padding-left: 4rem;
            position: absolute;
            top: 0;
            width: 100%;
        }

            .section__hero .hero__img .hero__txt::after {
                width: 70%;
            }

        .section__hero::after {
            width: 50%;
        }
}

@media (max-width: 766px) and (orientation: landscape) {
    .section__hero {
        height: 400px;
    }
}

.section__beneficios {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    margin: 0 auto 2rem;
    width: 90%;
}

    .section__beneficios .beneficios__card .card__header {
        height: 350px;
        margin-bottom: 1rem;
    }

        .section__beneficios .beneficios__card .card__header img {
            flex: 1 1 0%;
            margin: 2rem auto;
            width: 30%;
        }

        .section__beneficios .beneficios__card .card__header h1 {
            color: #F6F6F6;
        }

        .section__beneficios .beneficios__card .card__header .header__txt {
            flex: 1 1 auto;
            margin: 1rem auto;
            text-align: center;
            width: 90%;
        }

            .section__beneficios .beneficios__card .card__header .header__txt ul {
                color: #F6F6F6;
                line-height: 1.4;
            }

                .section__beneficios .beneficios__card .card__header .header__txt ul li {
                    color: #F6F6F6;
                    margin: 1rem auto;
                }

                    .section__beneficios .beneficios__card .card__header .header__txt ul li:before {
                        color: #d26a41;
                        content: "•";
                        padding-right: 8px;
                    }

    .section__beneficios .beneficios__card .card-tittle {
        opacity: 0;
        margin: 3rem auto 0;
        text-align: center;
    }

        .section__beneficios .beneficios__card .card-tittle::after {
            background-color: #D26A41;
            border-radius: 0.8rem 0.2rem;
            content: "";
            display: block;
            height: 4px;
            left: 50%;
            position: relative;
            top: 0.5rem;
            transform: translateX(-50%);
            width: 45%;
            z-index: 100;
        }

    .section__beneficios .beneficios__card .card__body {
        background-color: #F6F6F6;
        height: 350px;
    }

        .section__beneficios .beneficios__card .card__body div {
            height: 170px;
            width: 100%;
        }

            .section__beneficios .beneficios__card .card__body div .body__img {
                width: 30%;
            }

                .section__beneficios .beneficios__card .card__body div .body__img img {
                    width: 50%;
                }

            .section__beneficios .beneficios__card .card__body div .body__txt {
                font-weight: 600;
                margin: 4rem 0;
                width: 70%;
            }

                .section__beneficios .beneficios__card .card__body div .body__txt p {
                    line-height: 1.2;
                    margin-top: 0.5rem;
                }

    .section__beneficios .beneficios__card:nth-child(1) {
        -ms-grid-column: 1;
        grid-column: 1;
    }

        .section__beneficios .beneficios__card:nth-child(1) .card__header {
            background-color: #203B86;
        }

    .section__beneficios .beneficios__card:nth-child(2) {
        -ms-grid-column: 2;
        grid-column: 2;
    }

        .section__beneficios .beneficios__card:nth-child(2) .card__header {
            background-color: #2F5CA8;
        }

        .section__beneficios .beneficios__card:nth-child(2) .card-tittle {
            opacity: 1;
        }

    .section__beneficios .beneficios__card:nth-child(3) {
        -ms-grid-column: 3;
        grid-column: 3;
    }

        .section__beneficios .beneficios__card:nth-child(3) .card__header {
            background-color: #4180C5;
        }

@media (max-width: 766px) and (orientation: portrait) {
    .section__beneficios {
        grid-template-columns: 1fr;
    }

        .section__beneficios .beneficios__card {
            box-shadow: 2px 2px 15px #DDD;
        }

            .section__beneficios .beneficios__card .card-tittle {
                opacity: 1;
            }

                .section__beneficios .beneficios__card .card-tittle::after {
                    width: 45%;
                }

            .section__beneficios .beneficios__card:nth-child(1) {
                -ms-grid-column: 1;
                grid-column: 1;
            }

                .section__beneficios .beneficios__card:nth-child(1) .card__header {
                    background-color: #203B86;
                }

            .section__beneficios .beneficios__card:nth-child(2) {
                -ms-grid-column: 1;
                grid-column: 1;
            }

                .section__beneficios .beneficios__card:nth-child(2) .card__header {
                    background-color: #2F5CA8;
                }

                .section__beneficios .beneficios__card:nth-child(2) .card-tittle {
                    opacity: 1;
                }

            .section__beneficios .beneficios__card:nth-child(3) {
                -ms-grid-column: 1;
                grid-column: 1;
            }

                .section__beneficios .beneficios__card:nth-child(3) .card__header {
                    background-color: #4180C5;
                }
}

@media (max-width: 766px) and (orientation: landscape) {
    .section__beneficios {
        grid-template-columns: 1fr;
        width: 70%;
    }

        .section__beneficios .beneficios__card {
            box-shadow: 2px 2px 15px #DDD;
        }

            .section__beneficios .beneficios__card .card-tittle {
                opacity: 1;
            }

                .section__beneficios .beneficios__card .card-tittle::after {
                    width: 30%;
                }

            .section__beneficios .beneficios__card:nth-child(1) {
                -ms-grid-column: 1;
                grid-column: 1;
            }

                .section__beneficios .beneficios__card:nth-child(1) .card__header {
                    background-color: #203B86;
                }

            .section__beneficios .beneficios__card:nth-child(2) {
                -ms-grid-column: 1;
                grid-column: 1;
            }

                .section__beneficios .beneficios__card:nth-child(2) .card__header {
                    background-color: #2F5CA8;
                }

                .section__beneficios .beneficios__card:nth-child(2) .card-tittle {
                    opacity: 1;
                }

            .section__beneficios .beneficios__card:nth-child(3) {
                -ms-grid-column: 1;
                grid-column: 1;
            }

                .section__beneficios .beneficios__card:nth-child(3) .card__header {
                    background-color: #4180C5;
                }
}

.section__app {
    margin: 1rem auto 7rem;
}

    .section__app > img {
        margin: 2rem auto;
        width: 35%;
    }

    .section__app > div {
        margin: 1.5rem auto;
        width: 70%;
    }

        .section__app > div div {
            text-align: center;
        }

            .section__app > div div a {
                display: block;
                margin: 0 auto;
                width: 70%;
            }

            .section__app > div div img {
                width: 100%;
            }

@media (max-width: 766px) and (orientation: portrait) {
    .section__app > img {
        margin: 2rem auto;
        width: 70%;
    }

    .section__app > div {
        width: 100%;
    }

        .section__app > div div {
            text-align: center;
        }

            .section__app > div div a {
                display: block;
                width: 90%;
            }
}

@media (max-width: 766px) and (orientation: landscape) {
    .section__app > img {
        margin: 2rem auto;
        width: 40%;
    }

    .section__app > div {
        width: 100%;
    }

        .section__app > div div {
            text-align: center;
        }

            .section__app > div div a {
                display: block;
                width: 90%;
            }
}

.section__maps {
    margin: 5rem auto;
    width: 90%;
}

    .section__maps h1 {
        margin: 3rem auto 2rem;
        text-align: center;
    }

        .section__maps h1::after {
            background-color: #D26A41;
            border-radius: 0.8rem 0.2rem;
            content: "";
            display: block;
            height: 4px;
            left: 50%;
            position: relative;
            top: 0.6rem;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            width: 25%;
            z-index: 100;
        }

    .section__maps .map {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }

        .section__maps .map .map__container {
            height: 350px;
            margin: 3rem auto;
            width: 60%;
        }

            .section__maps .map .map__container #map {
                height: 100%;
            }

        .section__maps .map .map__info {
            border-top: 2px solid #999A9E;
            width: 35%;
        }

            .section__maps .map .map__info .info__header {
                margin: 1rem auto;
                padding: 0 2rem;
            }

                .section__maps .map .map__info .info__header .info__header__txt {
                    font-weight: 600;
                    position: relative;
                }

                    .section__maps .map .map__info .info__header .info__header__txt h2 {
                        color: #4D4D4F;
                    }

                        .section__maps .map .map__info .info__header .info__header__txt h2::after {
                            background-color: #D26A41;
                            border-radius: 0.8rem 0.2rem;
                            content: "";
                            display: block;
                            height: 4px;
                            left: 35%;
                            position: relative;
                            top: 0.5rem;
                            -webkit-transform: translateX(-50%);
                            transform: translateX(-50%);
                            width: 70%;
                            z-index: 100;
                        }

                    .section__maps .map .map__info .info__header .info__header__txt h5 {
                        color: #4D4D4F;
                        margin: 1rem auto;
                    }

                .section__maps .map .map__info .info__header .info__header__btn button {
                    cursor: pointer;
                    align-content: center;
                    background-color: #FEFEFE;
                    border: 2px solid #E4E4E4;
                    display: -webkit-box;
                    display: flex;
                    height: 3rem;
                    -webkit-box-pack: center;
                    justify-content: center;
                    width: 3rem;
                }

                    .section__maps .map .map__info .info__header .info__header__btn button:hover {
                        background-color: #E4E4E4;
                    }

                    .section__maps .map .map__info .info__header .info__header__btn button:active {
                        background-color: #CDCDCD;
                    }

        .section__maps .map .info__list {
            width: 100%;
        }

            .section__maps .map .info__list .info__list__item {
                width: 100%;
                min-height: 7rem;
            }

                .section__maps .map .info__list .info__list__item .list__item__icon {
                    width: 30%;
                    padding-left: 2rem;
                }

                    .section__maps .map .info__list .info__list__item .list__item__icon span {
                        font-size: 2rem;
                    }

                        .section__maps .map .info__list .info__list__item .list__item__icon span.icon-parqueoo-icon {
                            display: block;
                            background-image: url("../img/icons/parqueoo-icon.svg");
                            background-repeat: no-repeat;
                            background-size: contain;
                            width: 30px;
                            height: 30px;
                        }

                .section__maps .map .info__list .info__list__item .list__item__txt p {
                    margin: 0.5rem auto;
                }

                .section__maps .map .info__list .info__list__item:nth-child(odd) {
                    background-color: #ECECEC;
                }

        .section__maps .map .info__input .input__item {
            background-color: #FFF;
            border-radius: 0.5rem;
            border: 1px solid #999A9E;
            height: 5rem;
            padding: 1rem;
        }

            .section__maps .map .info__input .input__item button {
                -webkit-box-align: center;
                align-items: center;
                background-color: #FFF;
                border: none;
                cursor: pointer;
                display: -webkit-box;
                display: flex;
                font-size: 2rem;
                height: 100%;
                -webkit-box-pack: end;
                justify-content: flex-end;
                outline: none;
                width: 20%;
            }

            .section__maps .map .info__input .input__item input {
                -webkit-box-align: center;
                align-items: center;
                background-color: #FFF;
                border: none;
                color: #2F5CA8;
                cursor: pointer;
                display: -webkit-box;
                display: flex;
                font-size: 2rem;
                height: 100%;
                -webkit-box-pack: center;
                justify-content: center;
                outline: none;
                padding-left: 3rem;
                width: 80%;
            }

                .section__maps .map .info__input .input__item input::-webkit-input-placeholder {
                    /* Edge */
                    color: #4180C5;
                }

                .section__maps .map .info__input .input__item input:-ms-input-placeholder {
                    /* Internet Explorer 10-11 */
                    color: #4180C5;
                }

                .section__maps .map .info__input .input__item input::placeholder {
                    color: #4180C5;
                }

@media (max-width: 766px) and (orientation: portrait) {
    .section__maps {
        width: 90%;
    }

        .section__maps h1::after {
            width: 70%;
        }

        .section__maps .map {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-direction: column;
        }

            .section__maps .map .map__container {
                height: 400px;
                width: 100%;
            }

            .section__maps .map .map__info {
                width: 100%;
            }
}

@media (max-width: 766px) and (orientation: landscape) {
    .section__maps {
        width: 90%;
    }

        .section__maps h1::after {
            width: 40%;
        }
}

.section__contact {
    margin: 2rem auto;
}

    .section__contact h1 {
        margin: 4rem auto 2rem;
        text-align: center;
    }

        .section__contact h1::after {
            background-color: #D26A41;
            border-radius: 0.8rem 0.2rem;
            content: "";
            display: block;
            height: 4px;
            left: 50%;
            position: relative;
            top: 0.5rem;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            width: 12%;
            z-index: 100;
        }

    .section__contact .contact__items {
        width: 80%;
        margin: 0 auto;
        display: grid;
        display: -ms-grid;
        grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-columns: 1fr 1fr 1fr;
        padding: 0 2rem;
    }

        .section__contact .contact__items .contact__item {
            height: 9em;
        }

            .section__contact .contact__items .contact__item .item__icon {
                width: 30%;
            }

                .section__contact .contact__items .contact__item .item__icon img {
                    width: 70%;
                }

            .section__contact .contact__items .contact__item:nth-child(1) {
                grid-column: 1;
                -ms-grid-column: 1;
            }

            .section__contact .contact__items .contact__item:nth-child(2) {
                grid-column: 2;
                -ms-grid-column: 2;
            }

            .section__contact .contact__items .contact__item:nth-child(3) {
                grid-column: 3;
                -ms-grid-column: 3;
            }

    .section__contact .contact__form form {
        margin: 2rem auto;
        width: 90%;
    }

        .section__contact .contact__form form .input__group {
            margin: 0.5rem 0;
            width: 100%;
        }

            .section__contact .contact__form form .input__group label {
                font-size: 1.5rem;
                font-weight: 900;
                margin: 0.5rem auto;
                width: 100%;
            }

            .section__contact .contact__form form .input__group .input__form {
                background-color: #E2E2E3;
                display: -webkit-box;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                flex-direction: row;
                height: 5rem;
                padding-left: 2rem;
            }

                .section__contact .contact__form form .input__group .input__form span {
                    -webkit-box-align: center;
                    align-items: center;
                    display: -webkit-box;
                    display: flex;
                    font-size: 2rem;
                    height: 100%;
                    width: 7%;
                }

                .section__contact .contact__form form .input__group .input__form input {
                    background-color: transparent;
                    border-radius: 0.2rem;
                    border: none;
                    box-sizing: border-box;
                    color: #2F5CA8;
                    font-size: 16px;
                    font-style: italic;
                    height: 100%;
                    padding-left: 1rem;
                    width: 80%;
                }

            .section__contact .contact__form form .input__group.info-mensaje input {
                background-color: #E2E2E3;
                border-radius: 0.2rem;
                border: none;
                color: #2F5CA8;
                font-size: 16px;
                font-style: italic;
                height: 8rem;
                padding-left: 1rem;
            }

            .section__contact .contact__form form .input__group.input__group--select {
                width: 45%;
            }

                .section__contact .contact__form form .input__group.input__group--select label {
                    font-size: 1.5rem;
                    font-weight: 900;
                    margin: 0.5rem 0;
                    width: 30%;
                }

                .section__contact .contact__form form .input__group.input__group--select .parqueoo__select {
                    width: 45%;
                    position: relative;
                }

                    .section__contact .contact__form form .input__group.input__group--select .parqueoo__select select {
                        display: none;
                    }

                    .section__contact .contact__form form .input__group.input__group--select .parqueoo__select .select-items {
                        border-bottom: 1px solid #4180C5;
                    }

                        .section__contact .contact__form form .input__group.input__group--select .parqueoo__select .select-items div, .section__contact .contact__form form .input__group.input__group--select .parqueoo__select .select-selected {
                            -webkit-box-align: center;
                            align-items: center;
                            border: none;
                            color: #D26A41;
                            cursor: pointer;
                            display: -webkit-box;
                            display: flex;
                            font-size: 16px;
                            font-weight: 600;
                            height: 4rem;
                            padding-left: 4rem;
                        }

                    .section__contact .contact__form form .input__group.input__group--select .parqueoo__select .select-selected {
                        background-color: #2F5CA8;
                    }

                        .section__contact .contact__form form .input__group.input__group--select .parqueoo__select .select-selected::after {
                            border-color: #D26A41 transparent transparent transparent;
                            border: 6px solid transparent;
                            content: "";
                            height: 0;
                            position: absolute;
                            right: 10px;
                            top: 14px;
                            width: 0;
                        }

                        .section__contact .contact__form form .input__group.input__group--select .parqueoo__select .select-selected.select-arrow-active::after {
                            border-color: transparent transparent #D26A41 transparent;
                            top: 7px;
                        }

                    .section__contact .contact__form form .input__group.input__group--select .parqueoo__select .select-items {
                        background-color: #2F5CA8;
                        left: 0;
                        position: absolute;
                        right: 0;
                        top: 100%;
                        z-index: 99;
                    }

                    .section__contact .contact__form form .input__group.input__group--select .parqueoo__select .select-hide {
                        display: none;
                    }

                    .section__contact .contact__form form .input__group.input__group--select .parqueoo__select .select-items div:hover, .section__contact .contact__form form .input__group.input__group--select .parqueoo__select .same-as-selected {
                        background-color: #D26A41;
                        color: #2F5CA8 !important;
                    }

        .section__contact .contact__form form .inputs__group {
            display: -webkit-box;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            flex-direction: row;
            -webkit-box-pack: justify;
            justify-content: space-between;
            width: 100%;
        }

            .section__contact .contact__form form .inputs__group .input__group {
                width: 49%;
            }

        .section__contact .contact__form form button[type=submit] {
            background-color: #2F5CA8;
            border: none;
            color: #D26A41;
            cursor: pointer;
            height: 4rem;
            font-weight: 600;
            margin-left: auto;
            margin-top: 1rem;
            outline: none;
            width: 20%;
        }

            .section__contact .contact__form form button[type=submit]:hover {
                background-color: #D26A41;
                color: #2F5CA8;
            }

@media (max-width: 766px) and (orientation: portrait) {
    .section__contact h1::after {
        width: 50%;
    }

    .section__contact .contact__items {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        padding: 0 2rem;
    }

        .section__contact .contact__items .contact__item {
            height: 9em;
        }

            .section__contact .contact__items .contact__item .item__icon {
                width: 30%;
            }

                .section__contact .contact__items .contact__item .item__icon img {
                    width: 70%;
                    max-width: 80px;
                }

    .section__contact .contact__form form .input__group.input__group--select {
        width: 100%;
    }

        .section__contact .contact__form form .input__group.input__group--select .parqueoo__select {
            width: 60%;
            position: relative;
        }

            .section__contact .contact__form form .input__group.input__group--select .parqueoo__select select {
                display: none;
            }

    .section__contact .contact__form form .inputs__group {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

        .section__contact .contact__form form .inputs__group .input__group {
            width: 100%;
        }

    .section__contact .contact__form form button[type=submit] {
        width: 40%;
    }
}

@media (max-width: 766px) and (orientation: landscape) {
    .section__contact .contact__form form .input__group.input__group--select {
        width: 100%;
    }

    .section__contact .contact__form form button[type=submit] {
        width: 30%;
    }
}

.footer__container {
    background-color: #2F5CA8;
    bottom: 0;
    color: #F6F6F6;
    display: grid;
    display: -ms-grid;
    font-weight: 600;
    grid-template-columns: 1fr 1fr 1fr;
    min-height: 25rem;
    -ms-grid-columns: 1fr 1fr 1fr;
    left: 0;
    margin-bottom: 0;
    margin-top: 1rem;
    overflow: hidden;
    padding-bottom: 0.5rem;
    position: relative;
    right: 0;
    width: 100%;
}

    .footer__container .footer__info {
        -ms-grid-column: 1;
        grid-column: 1;
        height: 100%;
        position: relative;
    }

        .footer__container .footer__info .info__item {
            align-items: center;
            display: flex;
            flex-direction: row;
            justify-content: center;
            margin: 1rem auto;
            width: 90%;
            flex: 1 1 0%;
        }

            .footer__container .footer__info .info__item .info__item__img {
                align-items: center;
                display: flex;
                flex-direction: row;
                justify-content: center;
                width: 15%;
            }

                .footer__container .footer__info .info__item .info__item__img img {
                    width: 50%;
                    max-width: 60px;
                }

            .footer__container .footer__info .info__item .info__item__txt {
                width: 70%;
            }

                .footer__container .footer__info .info__item .info__item__txt p {
                    color: #F6F6F6;
                }

        .footer__container .footer__info::after {
            background-color: #F6F6F6;
            content: "";
            display: block;
            height: 70%;
            position: absolute;
            right: 0;
            width: 2px;
        }

    .footer__container .footer__logo {
        -ms-grid-column: 2;
        grid-column: 2;
        margin: 2rem auto;
        width: 100%;
    }

        .footer__container .footer__logo div {
            width: 40%;
            max-width: 200px;
        }

            .footer__container .footer__logo div img {
                width: 100%;
            }

    .footer__container .footer__social {
        -ms-grid-column: 3;
        grid-column: 3;
        height: 100%;
        position: relative;
    }

        .footer__container .footer__social .social__items {
            flex-wrap: wrap !important;
            height: 60%;
        }

            .footer__container .footer__social .social__items .social__item {
                width: 50%;
                margin: 1rem auto;
            }

                .footer__container .footer__social .social__items .social__item a {
                    align-items: center;
                    display: flex;
                    justify-content: space-between;
                    width: 100%;
                }

                    .footer__container .footer__social .social__items .social__item a span {
                        color: #F6F6F6;
                        display: block;
                        font-size: 1.8rem;
                    }

                        .footer__container .footer__social .social__items .social__item a span:first-child {
                            font-size: 3rem;
                            margin-right: 1rem;
                            width: 30%;
                        }

                        .footer__container .footer__social .social__items .social__item a span:last-child {
                            width: 70%;
                            text-align: left;
                        }

        .footer__container .footer__social::before {
            background-color: #F6F6F6;
            content: "";
            display: block;
            height: 70%;
            position: absolute;
            left: 0;
            width: 2px;
        }

@media (max-width: 766px) and (orientation: portrait) {
    .footer__container {
        grid-template-columns: 1fr;
        height: 75rem;
        -ms-grid-columns: 1fr;
    }

        .footer__container .footer__info {
            -ms-grid-column: 1;
            grid-column: 1;
            height: 25rem;
            width: 100%;
        }

            .footer__container .footer__info::after {
                height: 2px;
                right: 0;
                left: 0;
                bottom: 0;
                width: 100%;
            }

        .footer__container .footer__logo {
            -ms-grid-column: 1;
            grid-column: 1;
            height: 25rem;
        }

        .footer__container .footer__social {
            -ms-grid-column: 1;
            grid-column: 1;
            height: 25rem;
        }

            .footer__container .footer__social::before {
                height: 2px;
                right: 0;
                left: 0;
                top: 0;
                width: 100%;
            }
}

@media (max-width: 766px) and (orientation: landscape) {
    .footer__container .footer__social .social__items .social__item a span:last-child {
        display: none;
    }
}

.sidebar__nav {
    display: none;
}

@media (max-width: 766px) and (orientation: portrait) {
    .sidebar__nav {
        display: block;
        background-color: #F6F6F6;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100vh;
        z-index: 300;
        -webkit-clip-path: circle(50px at 80% 12%);
        clip-path: circle(50px at 80% 12%);
        transition: all 1s ease-out;
    }

        .sidebar__nav .header__nav--mobile {
            display: block;
            position: absolute;
            right: 14%;
            top: 11%;
            transform: translate(-11%, -16%);
            z-index: 200;
            border: 2px solid #2F5CA8;
            padding: 0 4px 4px;
        }

            .sidebar__nav .header__nav--mobile .line {
                transition: all 0.3s ease-out;
                width: 30px;
                height: 5px;
                margin-top: 4px;
                background-color: #2F5CA8;
            }

        .sidebar__nav nav {
            height: 100%;
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: space-evenly;
            align-items: center;
        }

            .sidebar__nav nav .nav__link a {
                text-decoration: none;
            }

            .sidebar__nav nav .nav__link.active a span {
                color: #D26A41;
            }

        .sidebar__nav.open {
            -webkit-clip-path: circle(1000px at 80% 12%);
            clip-path: circle(1000px at 80% 12%);
            transition: all 0.5s ease-in;
        }

            .sidebar__nav.open .header__nav--mobile {
                border: 2px solid #D26A41;
            }

                .sidebar__nav.open .header__nav--mobile .line {
                    background-color: #D26A41;
                }

                    .sidebar__nav.open .header__nav--mobile .line:nth-child(1) {
                        opacity: 0;
                    }

                    .sidebar__nav.open .header__nav--mobile .line:nth-child(2) {
                        transform: rotate(-45deg);
                    }

                    .sidebar__nav.open .header__nav--mobile .line:nth-child(3) {
                        transform: translateY(-150%) rotate(45deg);
                    }
}

@media (max-width: 766px) and (orientation: landscape) {
    .sidebar__nav {
        display: block;
        background-color: #F6F6F6;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100vh;
        z-index: 300;
        -webkit-clip-path: circle(50px at 80% 15%);
        clip-path: circle(50px at 80% 20%);
        transition: all 1s ease-out;
    }

        .sidebar__nav .header__nav--mobile {
            display: block;
            position: absolute;
            right: 17%;
            top: 17%;
            transform: translate(-17%, -17%);
            z-index: 200;
            border: 2px solid #2F5CA8;
            padding: 0 4px 4px;
        }

            .sidebar__nav .header__nav--mobile .line {
                transition: all 0.3s ease-out;
                width: 30px;
                height: 5px;
                margin-top: 4px;
                background-color: #2F5CA8;
            }

        .sidebar__nav nav {
            height: 100%;
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: space-evenly;
            align-items: center;
        }

            .sidebar__nav nav .nav__link a {
                text-decoration: none;
            }

            .sidebar__nav nav .nav__link.active a span {
                color: #D26A41;
            }

        .sidebar__nav.open {
            -webkit-clip-path: circle(1000px at 80% 12%);
            clip-path: circle(1000px at 80% 12%);
            transition: all 0.5s ease-in;
        }

            .sidebar__nav.open .header__nav--mobile {
                border: 2px solid #D26A41;
            }

                .sidebar__nav.open .header__nav--mobile .line {
                    background-color: #D26A41;
                }

                    .sidebar__nav.open .header__nav--mobile .line:nth-child(1) {
                        opacity: 0;
                    }

                    .sidebar__nav.open .header__nav--mobile .line:nth-child(2) {
                        transform: rotate(-45deg);
                    }

                    .sidebar__nav.open .header__nav--mobile .line:nth-child(3) {
                        transform: translateY(-150%) rotate(45deg);
                    }
}

.js-show-on-scroll {
    opacity: 0;
}

    .js-show-on-scroll.is-visible {
        -webkit-animation: fade-slide-down 1.4s 0.5s cubic-bezier(0, 0.5, 0, 1) forwards;
        animation: fade-slide-down 1.4s 0.5s cubic-bezier(0, 0.5, 0, 1) forwards;
    }

@-webkit-keyframes fade-slide-down {
    0% {
        opacity: 0;
        transform: translateY(-4rem);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fade-slide-down {
    0% {
        opacity: 0;
        transform: translateY(-4rem);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes fade-slide-right {
    0% {
        opacity: 0;
        transform: translateX(-8rem);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fade-slide-right {
    0% {
        opacity: 0;
        transform: translateX(-8rem);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes fade-in {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: none;
    }
}

@keyframes fade-in {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: none;
    }
}

.w100 {
    width: 100% !important;
}

.w50 {
    width: 50% !important;
}

.modal-container {
    display: flex;
    background-color: rgba(0,0,0,0.3);
    align-items: center;
    justify-content: center;
    position: fixed;
    pointer-events: none;
    opacity: 0;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 400;
}

.show_modal {
    pointer-events: auto;
    opacity: 1;
}

.modal {
    background-color: #fff;
    width: 600px;
    max-width: 100%;
    padding: 30px 50px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    text-align: center;
}

    .modal h1 {
        margin: 0;
        font-size: 3rem;
    }

    .modal p {
        margin: 2rem auto;
        font-size: 1.8rem;
    }

#close_modal {
    margin-top: 2rem;
}

.camera-button {
    background-color: cornflowerblue; 
    color: white; 
    padding: 12px 20px; 
    border: solid;
    cursor: pointer; 
    font-size: 16px; 
    border-radius: 12px;
}

.camera-button_red {
    background-color: red; 
    color: white; 
    padding: 12px 20px; 
    border: solid;
    cursor: pointer; 
    font-size: 16px; 
    border-radius: 12px;
}

.camera-button:hover {
    background-color: darkblue; 
}

.camera-button:active {
    background-color: #3e8e41; 
}

.camera-button_red:hover {
    background-color: darkred; 
}

.camera-button_red:active {
    background-color: darkred; 
}

.form-control {
    width: 300px; 
    height: 40px; 
    background-color: #f2f2f2; 
    color: #333333; 
    border: 2px solid #cccccc; 
    border-radius: 4px; 
    font-size: 18px; 
    font-family: Arial, sans-serif; 
    box-shadow: 1px 1px 3px #cccccc; 
}

.scanner_titulo {
    animation: fade-slide-right 1.4s 1s cubic-bezier(0, 0.5, 0, 1) forwards;
    background-color: transparent;
    font-weight: 600;
    height: 100%;
    opacity: 0;
    padding-left: 15rem;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20;
    color: #F6F6F6;
    font-size: 3rem;
    animation: fade-slide-right 1.4s 1s cubic-bezier(0, 0.5, 0, 1) forwards;
    color: #D26A41;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2;
}

.div_centrado {
    display: flex;
    align-items: center;
    justify-content: center;
}

.select-container {
    margin-top: 10px;
}

.select {
    width: 100%;
}

.container {
    display: flex;
    flex-direction: column;
}

th, td {
    border: 1px solid black;
    padding: 5px;
}

.label-texto-bordeado {
    border-bottom: 2px solid orange;
    color: blue;
    background-color: lightgray;
    padding: 10px;
    font-size: 20px;
    margin-right: 20px;
    font-weight: bold;
}

label-texto-bordeado_1 {
    margin-right: 70px;
    margin-left: 85px
}

.heroMovil {
    display: none;
}

.img-pagos {
    width: 50%;
    margin-left: 20%;
    margin-bottom: 5%;
}

.img-app {
    margin-right: 70px;
    margin-left: -200px;
}

.icon-aplication-store {
    height: 45px
}

.icon-image-app {
    margin-left: 450px;
    margin-top: 20px
}


@media only screen and (max-width: 767px) {
    .heroMovil {
        display: flex;
    }

    .movile-hide {
        display: none;
    }

    .img-pagos {
        width: 32%;
        display: inline-block;
        margin-left: 15px;
    }

    .img-app {
        width: 43%;
        margin-left: -240px;
        display: inline-block;
        position: absolute;
    }

    .label-texto-bordeado {
        border-bottom: 2px solid orange;
        color: blue;
        background-color: lightgray;
        padding: 2px;
        font-size: 8px;
        margin-right: 20px;
        font-weight: bold;
    }

    label-texto-bordeado_1 {
    }

    .icon-aplication-store {
        height: 27px
    }

    .icon-image-app {
        margin-left: 0px;
        margin-top: 10px
    }
}
