/* Landing page */

html {
    font-size: 62.5%;
}

body {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    background: #fff;
    color: #898a8b;
    width: 100%;
    overflow-x: hidden;
    font-size: 1.4rem;
}

h1 {
    margin: 0 20px 0 0;
}

h2 {
    text-align: center;
}

h5 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #074f9c;
}

img {
    max-width: 100%;
}

.text--bold {
    font-weight: bold;
}

.text--gray {
    color: #898a8b;
}

.text--red,
.text--red:hover {
    color: #d82028;
}

.text--green,
.text--green:hover {
    color: #ed1c24;
}

.text--blue,
.text--blue:hover {
    color: #074f9c;
}

.text--white,
.text--white:hover {
    color: #fff;
}

.text--gray-dark,
.text--gray-dark:hover {
    color: #737373;
}

.text--letter {
    letter-spacing: 1px;
}

input[type="text"],
select,
textarea {
    box-shadow: inset 0px 7px 17px -7px rgba(0,0,0,0.6);
    border: none;
    padding: 8px 15px;
    background: #fff;
    color: #757575;
    width: 100%;
    outline: none;
    height: 36px;
    border-radius: 0;
}

label {
    color: #757575;
    font-weight: normal;
}

input[type="radio"] {
    display: none;
}

    input[type="radio"] + label {
        position: relative;
        cursor: pointer;
    }

        input[type="radio"] + label:after {
            content: url(/Themes/Trindad/Content/images/radio.png);
            position: absolute;
            top: -4px;
            transform: scale(.9);
            display: block;
            right: -45px;
        }

    input[type="radio"]:checked + label:after {
        content: url(/Themes/Trindad/Content/images/radio-check.png);
        top: -4px;
        transform: scale(.9);
        display: block;
        right: -45px;
    }

a {
    cursor: pointer;
}

.btn,
.btn:hover {
    border-radius: 50px;
    font-size: 1.9rem;
    letter-spacing: 1px;
    /*padding: 6px 23px 5px 25px;*/
    border: 2px solid #fff;
    box-shadow: 4px 2px 25px rgba(0,0,0,.2);
    text-decoration: none;
    color: #fff;
    text-align: center;
    display: table;
    margin: 0 auto;
}

.btn--red,
.btn--red:hover {
    background: #d82027;
}

.btn--red-disabled,
.btn--red-disabled:hover {
    background: #a9696e;
}

.btn--red-simple,
.btn--red-simple:hover {
    background: #d82027;
    border: none;
    box-shadow: none;
    margin-bottom: 10px;
    padding: 10px 30px 11px;
    font-size: 1.8rem;
}

.btn--green,
.btn--green:hover {
    background: #ed1c24;
}

.btn--blue,
.btn--blue:hover {
    background: #084e9c;
}

h2 {
    color: #074f9c;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 4px;
    text-align: center;
}

h3 {
    color: #ed1c24;
    font-size: 3rem;
    text-align: center;
}

p {
    line-height: 25px;
}

.header--green {
    background: #ed1c24;
    color: #fff;
    height: 50px;
    overflow: hidden;
}

.header--gray {
    background: #dadada;
    color: #074f9c;
}

.social-media {
    float: left;
    display: block;
    padding: 15px 0;
    margin-right: calc((100% - 707px) / 4);
}

    .social-media li {
        list-style: none;
        float: left;
        margin-right: 10px;
    }

        .social-media li a {
            border: 1px solid #fff;
            border-radius: 50%;
            color: #fff;
            width: 20px;
            display: block;
            text-align: center;
            height: 20px;
        }

.wrapper-chat {
    float: left;
    padding: 15px 0;
    margin-right: calc((100% - 707px) / 4);
}

    .wrapper-chat a,
    .wrapper-chat a:hover {
        color: #fff;
        text-decoration: none;
    }

.wrapper-languages {
    float: left;
    display: block;
    padding: 14px 0;
    margin-right: calc((100% - 707px) / 4);
}

    .wrapper-languages li {
        float: left;
        list-style: none;
        margin: 0 10px;
    }

.wrapper-search {
    float: left;
    padding: 10px 0;
    position: relative;
}

    .wrapper-search input {
        font-size: 1rem;
        border-radius: 50px;
        border: none;
        box-shadow: inset 0px 7px 17px -7px rgba(0,0,0,0.6);
        padding: 9px 15px 7px;
        width: 250px;
        outline: none;
        height: auto;
    }

    .wrapper-search button {
        background: #fff;
        border-radius: 50px;
        border: none;
        position: absolute;
        right: 2px;
        color: #3c3c3c;
        top: 14px;
        outline: none;
        font-size: 1.1rem;
        padding: 3px 13px 6px;
        box-shadow: inset 0px 1px 21px -6px rgba(0,0,0,0.6);
    }

.btn--login,
.btn--login:hover {
    background: #074f9c;
    color: #fff;
    padding: 15px 10px;
    float: right;
    text-decoration: none;
}

    .btn--login i {
        padding-right: 8px;
    }

.wrapper-logo {
    float: left;
}

    .wrapper-logo img {
        margin-left: -10px;
    }

.address-wrapper {
    float: left;
    padding: 25px 0 0;
    float: left;
    width: 170px;
    margin-right: 50px;
}

    .address-wrapper i {
        color: #3c3c3c;
        font-size: 3rem;
        float: left;
        width: 35px;
        height: 61px;
        padding-top: 10px;
    }

    .address-wrapper h4 {
        font-size: 1.2rem;
        font-weight: bold;
        margin-bottom: 4px;
        color: #074f9c;
    }

    .address-wrapper p {
        color: #939393;
        margin-top: 0;
        font-size: 1.2rem;
    }

.affiliate-wrapper {
    float: right;
    padding: 12px 0 0;
    margin-right: -10px;
}

.header--gray ul {
    display: block;
    padding: 0;
    margin: 0;
    display: inline-block;
    text-align: center;
    width: 100%;
}

    .header--gray ul li {
        list-style: none;
        display: inline-block;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 1.3rem;
        padding: 16px 14px;
    }

        .header--gray ul li a {
            color: #074f9c;
        }

.banner-main .carousel-inner {
    position: relative;
}

.banner-main .story-up {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
}

    .banner-main .story-up h2 {
        text-align: left;
        font-weight: bold;
        font-size: 3.2rem;
        line-height: 40px;
    }

.banner-main .carousel-indicators li {
    background: #dadada;
    border: none;
    margin: 5px 2px;
}

    .banner-main .carousel-indicators li.active {
        background: #ed1c24;
        border: none;
        width: 10px;
        height: 10px;
        margin: 5px 2px;
    }

.how-works h3 {
    padding: 50px 0 10px;
}

.how-works h2 {
    padding: 0 0 40px;
}

.how-works > div {
    position: relative;
}

.wrapper-title-images {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 10;
}

    .wrapper-title-images .icon--green {
        float: left;
    }

    .wrapper-title-images .text-icon--blue {
        height: 48px;
        width: calc(100% - 50px);
        float: left;
        background: rgba(5, 35, 67, 0.8);
        position: absolute;
        bottom: 0;
        right: 0;
        transition: all 0.4s;
    }

        .wrapper-title-images .text-icon--blue p {
            font-size: 1.1rem;
            font-weight: bold;
            color: #fff;
            text-align: center;
            padding: 17px 0 15px;
            line-height: 15px;
        }

    .wrapper-title-images .text-icon--blue-cust {
        height: 48px;
        width: calc(100% - 80px);
        float: left;
        background: rgba(5, 35, 67, 0.8);
        position: absolute;
        bottom: 0;
        right: 30px;
        transition: all 0.4s;
    }

        .wrapper-title-images .text-icon--blue-cust p {
            font-size: 1.1rem;
            font-weight: bold;
            color: #fff;
            text-align: center;
            padding: 17px 0 15px;
            line-height: 15px;
        }

.calculator h2 {
    padding: 50px 0 20px;
}

.calculator p {
    line-height: 30px;
}

.wrapper--gray {
    background: #dadada;
    position: relative;
}

.calculator .wrapper--gray {
    background: #dadada;
    width: 100%;
    padding: 50px 0;
    margin-top: 50px;
    position: relative;
}

    .calculator .wrapper--gray:before {
        content: "";
        position: absolute;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        border-top: 25px solid #fff;
        left: 50%;
        top: 0;
        margin-left: -25px;
    }

.wrapper-calculator {
    margin-bottom: 20px;
}

    .wrapper-calculator table {
        width: 100%;
    }

.calculator .wrapper-calculator .btn--red {
    float: left;
    margin-bottom: 20px;
}

.calculator .wrapper-calculator .btn--blue {
    float: right;
    margin-bottom: 35px;
}

.peso-container,
.dimensiones-container {
    padding-bottom: 20px;
}

    .peso-container label {
        padding-top: 8px;
    }

    .peso-container input[type="radio"] + label:after,
    .peso-container input[type="radio"]:checked + label:after {
        top: 6px;
    }

.wrapper-medidas {
    padding-bottom: 15px;
}

.resultados-container {
    padding-bottom: 20px;
}

    .resultados-container label {
        width: 100%;
    }

    .resultados-container input[type="radio"] + label:after,
    .resultados-container input[type="radio"]:checked + label:after {
        right: 0;
    }

.wrapper-calculator textarea {
    resize: none;
    height: 235px;
}

.section--white {
    padding: 60px 0 140px;
}

.api.wrapper--gray {
    padding: 65px 0 0;
}

    .api.wrapper--gray:before {
        content: "";
        position: absolute;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        border-top: 25px solid #fff;
        left: 50%;
        top: 0;
        margin-left: -25px;
    }

.api h2.text--big {
    font-size: 6rem;
    font-weight: bold;
}

.start-green {
    position: relative;
}

    .start-green i {
        font-size: 3rem;
        color: #ed1c24;
        position: absolute;
        top: -12px;
        left: -5px;
    }

.wrapper-informate a,
.wrapper-informate a:hover {
    text-decoration: none;
}

.wrapper-informate i {
    font-size: 5.5rem;
    text-align: center;
    display: block;
    padding-top: 40px;
    padding-bottom: 20px;
}

.wrapper-informate p {
    font-size: 1.3rem;
    text-align: center;
}

.api iframe {
    margin: 30px auto -75px;
    display: block;
    width: 100%;
}

.customer-service {
    padding: 0px 0 65px;
}

    .customer-service a {
        display: block;
        position: relative;
    }

.products-price > .container {
    padding: 25px 0;
}

.products-price .wrapper--gray {
    padding: 40px 0 30px;
    margin-bottom: 30px;
    position: relative;
}

    .products-price .wrapper--gray:before {
        content: "";
        position: absolute;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        border-top: 25px solid #fff;
        left: 50%;
        top: 0;
        margin-left: -25px;
    }

    .products-price .wrapper--gray p {
        color: #757575;
        padding-bottom: 10px;
    }

    .products-price .wrapper--gray textarea {
        height: 160px;
    }

    .products-price .wrapper--gray .btn--red {
        margin-top: 89px;
    }

footer {
    background: #FFF;
    padding: 60px 0 25px;
    position: relative;
}

    footer .wrapper-logo img {
        padding-bottom: 20px;
    }

    footer p {
        padding: 5px 0;
    }

    footer h2 {
        font-size: 2rem;
        color: #074f9c;
        text-align: left;
    }

        footer h2:after {
            content: "";
            width: 20px;
            height: 3px;
            border-radius: 50px;
            background: #ed1c24;
            display: block;
            margin-top: 15px;
        }

.list-footer {
    list-style: none;
    padding: 20px 0;
}

    .list-footer li {
        padding-bottom: 5px;
    }

footer .social-media li a {
    border: none;
    background: #ed1c24;
    width: 50px;
    height: 50px;
    font-size: 2rem;
    margin: 0 5px;
}

    footer .social-media li a i {
        padding-top: 16px;
    }

.message-validate {
    display: none;
    line-height: 18px !important;
    margin-bottom: 0;
    padding-bottom: 0 !important;
    margin-top: 5px;
}

.is-error.message-validate {
    display: block;
    color: #d82028 !important;
}

.header-mobile {
    display: none;
    height: 100px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 500;
    background: #fff;
}

    .header-mobile .container-logo a {
        display: block;
    }

    .header-mobile .container-logo img {
        display: block;
        margin: 0 auto;
        height: 100px;
    }

    .header-mobile .wrapper-hamburguer .fa {
        color: #3e5360;
        font-size: 2.5rem;
        display: block;
        text-align: center;
        margin-top: 38px;
        cursor: pointer;
    }

    .header-mobile .wrapper-menu-user .fa {
        color: #074f9c;
        font-size: 2.5rem;
        display: block;
        text-align: center;
        margin-top: 38px;
        cursor: pointer;
    }

.header--gray-nav {
    position: absolute;
    top: 100px;
    left: 0;
    background: #323232 !important;
    width: 80%;
    z-index: 999;
    display: none;
    overflow-x: hidden;
}

    .header--gray-nav ul {
        margin-bottom: 0;
        padding-left: 0;
        list-style: none;
    }

        .header--gray-nav ul li {
            border-bottom: 1px solid #5b5b5b;
            padding: 7px 15px 7px;
        }

            .header--gray-nav ul li div {
                border-bottom: 1px solid #5b5b5b;
                background-color: #323232;
            }

            .header--gray-nav ul li a {
                color: #fff;
            }

            .header--gray-nav ul li:last-child {
                border: none;
            }

.nav-user {
    left: 20%;
}

.banner-main-pages {
    position: relative;
}

    .banner-main-pages .wrapper-title h2 {
        font-size: 3.3rem;
        text-align: center;
        margin: 50px 0 40px 0;
    }

    .banner-main-pages .wrapper-title i {
        font-size: 4.5rem;
        display: block;
        text-align: center;
    }

    .banner-main-pages .wrapper-title {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        margin-top: -98px;
    }

.wrapper-title .line-title--green {
    width: 35px;
    height: 5px;
    margin: 0 auto;
    background: #ed1c24;
}

.wrapper--section-page {
    padding: 50px;
}

    .wrapper--section-page p {
        font-size: 1.6rem;
        line-height: 2.8rem;
    }

    .wrapper--section-page .section-icons i {
        font-size: 3.1rem;
        text-align: center;
    }

    .wrapper--section-page .section-icons h3 {
        font-weight: bold;
        font-size: 1.8rem;
        line-height: 2.8rem;
    }

    .wrapper--section-page .section-icons {
        max-width: 602px;
        margin: 40px auto;
    }

        .wrapper--section-page .section-icons p {
            text-align: center;
        }

    .wrapper--section-page .api-package {
        width: 350px;
        display: block;
        margin: 0 auto;
    }

    .wrapper--section-page .wrapper-content h3 {
        text-align: left;
        color: #898a8b;
        font-size: 2.4rem;
    }

    .wrapper--section-page .wrapper-content .list-icon-green li {
        font-size: 1.6rem;
        line-height: 2.8rem;
        padding-top: 20px;
        list-style: none;
        position: relative;
    }

        .wrapper--section-page .wrapper-content .list-icon-green li:before {
            content: "";
            width: 12px;
            height: 12px;
            background: #ed1c24;
            border-radius: 50%;
            display: block;
            position: absolute;
            left: -39px;
            top: 27px;
        }

.wrapper--general p {
    font-size: 1.6rem;
}

.wrapper--general h3 {
    margin-bottom: 50px;
}

.space-text {
    width: 20px;
    display: inline-block;
}

.wrapper--section-page i.fa-map-marker {
    text-align: center;
    font-size: 4rem;
    width: 100%;
}

.wrapper--address {
    padding: 60px 0 30px;
}

    .wrapper--address p {
        margin-left: 30px;
    }

.wrapper--beneficios {
    padding: 40px 40px;
}

.wrapper--section-page .wrapper-content.wrapper--beneficios h3 {
    text-align: center;
}

.wrapper-content-space {
    padding-left: 65px;
}

.wrapper-content-space-mid {
    padding-left: 25px;
}

.wrapper-space ul.wrapper-content-space-mid {
    padding-left: 55px;
}

.wrapper-content-space-mid li {
    font-size: 1.6rem;
    line-height: 2.8rem;
    margin-bottom: 10px;
}

ul.wrapper-content-space-mid li {
    list-style: initial;
}

.wrapper-content-space h3 {
    text-align: left;
    font-size: 1.8rem;
    padding: 25px 0;
    line-height: 2.6rem;
}

    .wrapper-content-space h3.text-center {
        text-align: center;
        padding-top: 0;
        margin-top: 0;
    }

.wrapper-content-space li {
    font-size: 1.6rem;
    padding-bottom: 0;
}

.faq-container {
    padding: 50px 0;
}

.question-faq p {
    padding: 20px 0 20px 40px;
    transition: all 0.3s;
    position: relative;
    cursor: pointer;
}

    .question-faq p:before {
        content: "+";
        position: absolute;
        left: 0;
        font-size: 2rem;
        color: #3f5362;
    }

.question-faq.is-active p {
    color: #c62c1c;
}

    .question-faq.is-active p:before {
        content: "";
        width: 10px;
        height: 2px;
        background: #c62c1c;
        margin: 13px 0;
    }

.collapse-section {
    border-top: 1px solid #939393;
    border-bottom: 1px solid #939393;
    margin-top: -1px;
    padding-bottom: 10px;
}

    .collapse-section .collapse-wrapper {
        padding-left: 40px;
    }

    .collapse-section:last-child {
        border-bottom: none;
    }

.breadcrumbs ul {
    padding: 0;
    margin: 0;
}

    .breadcrumbs ul li {
        list-style: none;
        float: none;
        margin-right: 10px;
        display: inline-block;
        text-decoration: underline;
        position: relative;
    }

        .breadcrumbs ul li:after {
            content: "";
            background: #074f9c;
            width: 3px;
            height: 3px;
            border-radius: 50%;
            display: block;
            position: absolute;
            right: -7px;
            top: 9px;
        }

        .breadcrumbs ul li:last-child:after {
            display: none;
        }

.wrapper-ticket-info {
    border-top: 1px solid #939393;
    border-bottom: 1px solid #939393;
    padding: 30px 0;
    margin-bottom: 35px;
}

.tickets-wrapper h3 {
    font-size: 2rem;
}

.tickets-wrapper .list-tickets li {
    font-size: 1.6rem;
    padding-top: 20px;
}

.wrapper-form h2 {
    color: #165491;
    text-align: center;
    font-size: 2.6rem;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 40px;
    letter-spacing: 0;
}

.wrapper-form h3 {
    color: #165491;
    text-align: center;
    font-size: 2.2rem;
    margin: 0 0 40px;
    text-transform: uppercase;
}

.wrapper-form .container {
    max-width: 740px;
}

.section-form {
    border-bottom: 1px solid #f0cac8;
    padding: 40px 30px;
    display: inline-block;
    width: 100%
}

form .section-form:nth-child(4) {
    border-bottom: none;
}

.section-form label {
    float: left;
    font-weight: normal;
    color: #646566;
    width: 225px;
    padding-top: 5px;
    font-size: 1.6rem;
}

.section-form .input-form {
    width: 100%;
    display: inline-block;
    padding: 5px 0;
}

.section-form .wrapper-input {
    float: right;
    width: calc(100% - 225px);
}

.section-form input,
.section-form select,
.section-form textarea {
    font-weight: normal;
    color: #646566;
    padding: 5px 10px;
    width: 100%;
    border-radius: 2px;
    border: 1px solid #c3c8cb;
    outline: none;
    font-size: 1.4rem;
    -webkit-appearance: none;
    resize: none;
    background: transparent;
    float: left;
}

.section-form .text--red {
    color: #c62c1c;
}

.section-form .text--bold {
    font-weight: bold !important;
}

.section-form .text--error {
    color: #c62c1c;
    font-size: 1.2rem;
    margin-bottom: 0;
    width: 100%;
}

.section-form .is-error .text--error,
.section-form .is-error.text--error {
    display: inline-block;
}

.section-form .is-error input,
.section-form .is-error select,
.section-form input.is-error,
.section-form select.is-error,
.section-form .is-error textarea {
    border: 1px solid #c62c1c;
}

.section-form .cel-ind {
    width: 20%;
    margin-right: 10px;
}

.section-form .cel-input {
    width: calc(80% - 10px);
}

.section-form .date-input {
    width: 115px;
}

.section-form .wrapper-select {
    position: relative;
    z-index: 10;
}

    .section-form .wrapper-select:after {
        content: url(/Themes/Trindad/Content/images/arrows.png);
        position: absolute;
        top: 5px;
        right: 5px;
        z-index: 5;
    }

.section-form .cod-postal {
    width: 120px;
    margin-right: 20px;
}

.section-form textarea {
    margin-top: 15px;
    height: 150px;
}

.section-form .expiration-date {
    width: 55px;
    margin-right: 10px;
}

.section-form label.security-code {
    margin-left: 20px;
    width: auto;
    margin-right: 10px;
}

.section-form input.security-code {
    width: calc(100% - 269px);
}

.section-form .last-name-input {
    margin-top: 15px;
}

.wrapper-form .btn--red,
.wrapper-form .btn--red:hover {
    background: #b50613;
    color: #fff;
    font-size: 2rem;
    padding: 10px 40px;
    margin: 50px auto;
    border: none;
    border-radius: 50px;
    display: table;
    cursor: pointer;
    text-decoration: none;
}

.wrapper-form .btn--red-disabled,
.wrapper-form .btn--red-disabled:hover {
    background: #a9696e;
    color: #fff;
    font-size: 2rem;
    padding: 10px 40px;
    margin: 50px auto;
    border: none;
    border-radius: 50px;
    display: table;
    cursor: pointer;
    text-decoration: none;
}

.section-form input,
.section-form select,
.section-form textarea {
    box-shadow: none;
}

.wrapper-input.wrapper-labels label {
    width: 40%;
    min-width: 170px;
}

.wrapper-input.wrapper-labels input[type="radio"] + label:after {
    right: 70px;
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background: transparent;
    border: 1px solid #ed1c24;
    transition: all 0.3s;
    top: 8px;
}

.wrapper-input.wrapper-labels input[type="radio"]:checked + label:after {
    right: 70px;
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background: #ed1c24;
    border: 1px solid #ed1c24;
    transition: all 0.3s;
    top: 8px;
}

#ui-datepicker-div {
    z-index: 3000;
}

.section-form div a {
    line-height: 35px;
}

.wrapper-input.wrapper-checkbox {
    padding: 20px 0 0;
}

    .wrapper-input.wrapper-checkbox label {
        width: calc(100% - 30px);
        position: relative;
        padding-left: 30px;
        color: #898a8b;
        padding-bottom: 10px;
    }

    .wrapper-input.wrapper-checkbox p {
        padding-left: 30px;
    }

    .wrapper-input.wrapper-checkbox input[type="checkbox"] {
        display: none;
    }

        .wrapper-input.wrapper-checkbox input[type="checkbox"] + label:before {
            left: 0;
            content: "";
            width: 18px;
            height: 18px;
            border-radius: 4px;
            background: transparent;
            border: 1px solid #ed1c24;
            transition: all 0.3s;
            top: 10px;
            position: absolute;
            transform: scale(.9);
        }

        .wrapper-input.wrapper-checkbox input[type="checkbox"]:checked + label:before {
            left: 0;
            content: "";
            width: 18px;
            height: 18px;
            border-radius: 4px;
            background: #ed1c24;
            border: 1px solid #ed1c24;
            transition: all 0.3s;
            top: 10px;
            transform: scale(.9);
        }

.text--blue-light {
    color: #0593f6;
    text-decoration: none;
}

.wrapper-input.wrapper-labels.wrapper-actualizar label {
    width: auto;
    margin-right: 80px;
    min-width: 0;
}

.wrapper-input.wrapper-labels.wrapper-actualizar input[type="radio"] + label:after,
.wrapper-input.wrapper-labels.wrapper-actualizar input[type="radio"]:checked + label:after {
    right: -30px;
}

.wrapper--gray-alert {
    background: #f3f3f3;
    padding: 25px 10px;
    display: inline-block;
    margin-top: 60px;
}

    .wrapper--gray-alert .wrapper-input {
        background: #fff;
        border-radius: 2px;
    }

    .wrapper--gray-alert .section-form {
        padding: 0;
        border: none;
    }

        .wrapper--gray-alert .section-form .input-form {
            width: 33.3333%;
            padding: 5px 10px;
        }

            .wrapper--gray-alert .section-form .input-form label,
            .wrapper--gray-alert .section-form .input-form input,
            .wrapper--gray-alert .section-form .input-form select,
            .wrapper--gray-alert .section-form .input-form .wrapper-input {
                width: 100%;
                font-size: 1.4rem;
                color: #2f4656;
            }

            .wrapper--gray-alert .section-form .input-form .text--red {
                font-size: 1.2rem;
            }

            .wrapper--gray-alert .section-form .input-form label {
                height: 45px;
            }

        .wrapper--gray-alert .section-form .btn--red {
            font-size: 1.6rem;
            line-height: 16px;
            padding: 10px 30px 12px;
            margin: 49px 0;
        }

    .wrapper--gray-alert .wrapper-text-form p {
        color: #2f4656;
    }

.input-form-btn .btn--red,
.input-form-btn .btn--red:hover {
    float: right;
    margin: 25px 0 10px;
}

.wrapper--gray-alert .wrapper-file {
    padding: 20px 40px;
}

    .wrapper--gray-alert .wrapper-file input {
        max-width: 100%;
    }

.pre-alertanos-text {
    width: 80%;
    margin: 0 auto;
}

.wrapper-contact .input-form input,
.wrapper-contact .input-form label,
.wrapper-contact .input-form .wrapper-input {
    width: 100%;
}

.wrapper-contact .section-form {
    border: none;
    padding: 100px 0 0;
}

h3.title-contact {
    text-align: left;
}

.wrapper-contact .btn--red,
.wrapper-contact .btn--red:hover {
    margin: 20px 0 60px;
}

#ui-datepicker-div {
    z-index: 10 !important;
}

.title-tickets {
    letter-spacing: 0;
    text-align: left;
}

.wrapper-crea-ticket h4 {
    background: #0f69d1;
    color: #fff;
    padding: 5px 10px 7px;
    font-size: 1.6rem;
}

.wrapper-crea-ticket li,
.wrapper-crea-ticket a {
    color: #0f69d1;
}

.wrapper-crea-ticket a {
    text-decoration: underline;
}

.wrapper--general-tickets {
    border-bottom: none;
}

.wrapper-crea-ticket.wrapper-ver-tickets h4 {
    font-size: 1.8rem;
    padding: 8px 10px 7px;
}

.wrapper-crea-ticket.wrapper-ver-tickets .wrapper-input {
    display: inline-block;
    width: 100%;
}

    .wrapper-crea-ticket.wrapper-ver-tickets .wrapper-input label {
        width: 165px;
        float: left;
        font-size: 1.6rem;
        color: #898a8b;
        text-align: right;
        padding-right: 15px;
    }

    .wrapper-crea-ticket.wrapper-ver-tickets .wrapper-input .input-container {
        width: calc(100% - 180px);
        float: left;
        margin-bottom: 10px;
    }

        .wrapper-crea-ticket.wrapper-ver-tickets .wrapper-input .input-container input {
            width: 100%;
            box-shadow: none;
            border: 1px solid #c3c8cb;
            height: 30px;
            padding: 3px 15px;
        }

    .wrapper-crea-ticket.wrapper-ver-tickets .wrapper-input .text--small {
        font-size: 1.2rem;
    }

    .wrapper-crea-ticket.wrapper-ver-tickets .wrapper-input button {
        background: #c0c0c0;
        color: #000;
        width: 150px;
    }

.wrapper--general-tickets {
    display: inline-block;
    padding-bottom: 0;
    width: 100%;
}

.panel {
    box-shadow: none;
    box-sizing: unset;
    border-radius: 0;
}

    .panel.collapse-section {
        margin-bottom: 0;
        box-shadow: none;
        box-sizing: unset;
        border-radius: 0;
    }

.text-icon--blue.wrapper-text-hover {
    position: absolute;
    top: 100%;
    width: 100%;
    height: 100%;
    background: rgba(5, 35, 67, 0.8);
    padding: 20px;
    color: #fff;
    text-align: center;
    transition: all .4s;
}

.como-funciona-link {
    position: relative;
    display: block;
    overflow: hidden;
}

    .como-funciona-link .opacity-link {
        opacity: 0;
    }

    .como-funciona-link iframe {
        width: calc(200% + 9px);
        position: absolute;
        top: calc(-50% - 7px);
        left: calc(-50% - 7px);
        height: calc(200% + 9px);
        transform: scale(0.5);
    }

    .como-funciona-link:hover .text-icon--blue.wrapper-text-hover {
        top: 0;
    }

    .como-funciona-link:hover .wrapper-title-images .text-icon--blue {
        bottom: -50px;
    }

.text-wrapper-hover {
    display: table;
    width: 100%;
    height: 100%;
}

.hover-text {
    display: table-cell;
    vertical-align: middle;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    min-width: 100%;
}

.title-afiliate-mobile {
    display: none;
}

.link-pdf-restringidos,
.link-pdf-restringidos:visited,
.link-pdf-restringidos:focus,
.link-pdf-restringidos:hover {
    text-align: center;
    margin: 35px auto;
    display: block;
    width: 435px;
    color: #fff;
}

.wrapper-space .wrapper-content-space-mid {
    padding-left: 35px;
}

#txtAgree {
    margin-right: 10px;
}

#calculadora-section-link {
    position: relative;
    bottom: 80px;
}
/* Media Queries */

@media (max-width: 1199px) {
    .address-wrapper {
        margin-right: 30px;
    }

    .wrapper-title-images .text-icon--blue p {
        padding: 9px 0 15px;
    }

    .customer-service .wrapper-title-images .text-icon--blue p {
        padding: 17px 0 15px;
    }

    .customer-service .col-xs-12 img {
        width: 100%;
    }

    .api iframe {
        height: 398px;
    }

    .how-works > .container {
        width: 98%;
    }

        .how-works > .container br {
            display: none;
        }

    .text-icon--blue.wrapper-text-hover {
        padding: 10px 20px;
    }

    .calculator .wrapper-calculator .btn--red {
        width: 100%;
    }

    .calculator .wrapper-calculator .btn--blue {
        width: 100%;
    }

    .calculator form > .row > .col-md-8,
    .calculator form > .row > .col-md-3 {
        width: 100%;
    }

    #calculadora-section {
        height: 1155px;
    }
}

@media (max-width: 991px) {
    .address-wrapper {
        margin-right: 20px;
        padding-top: 18px;
    }

    .container {
        width: 96%;
    }

    .header--gray ul li {
        padding: 16px 10px;
    }

    .affiliate-wrapper {
        padding: 9px 0 3px;
    }

    .banner-main .story-up h2 {
        font-size: 2.6rem;
        line-height: 34px;
    }

    h2 {
        letter-spacing: 2px;
        font-size: 2.6rem;
    }

    h3 {
        font-size: 2.4rem;
    }

    .how-works h3 {
        padding: 30px 0 0;
    }

    .how-works .col-xs-12 img {
        width: 100%;
    }

    .how-works .col-xs-12 {
        margin-bottom: 30px;
    }

    .wrapper-calculator.dimensiones-container .col-md-4 {
        margin-bottom: 20px;
    }

    .wrapper--section-page {
        padding: 45px 20px;
    }

    .como-funciona-link iframe {
        width: calc(100% + 9px);
        position: absolute;
        top: -8px;
        left: -8px;
        height: calc(100% + 9px);
        transform: scale(1);
    }

    .customer-service .col-xs-12 {
        width: 50%;
        margin-bottom: 30px;
    }

    .col-hidden-sm {
        display: none;
    }

    .customer-service {
        padding: 0px 0 65px;
    }
}

@media (max-width: 952px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 914px) {
    .header--gray .col-lg-10 {
        padding: 0;
    }
}

@media (max-width: 895px) {
    .affiliate-wrapper {
        width: calc(33% - 15px);
    }

    .address-wrapper {
        padding-top: 13px;
    }

    .header--gray ul li {
        font-size: 1.2rem;
        padding-left: calc((100% - 675px) / 13);
        padding-right: calc((100% - 675px) / 13);
    }

    h1 {
        margin: 0;
    }
}

@media (max-width: 860px) {
    .affiliate-wrapper {
        width: calc(33% - 30px);
    }

    .address-wrapper {
        width: 34%;
        margin: 0;
    }
}

@media (max-width: 780px) {
    .header-main {
        display: none;
    }

    .header-mobile {
        display: block;
    }

    .banner-main {
        padding-top: 100px;
    }

        .banner-main .story-up h2 {
            font-size: 2rem;
            line-height: 30px;
            letter-spacing: 0;
        }

    h2 {
        letter-spacing: 2px;
        font-size: 2.4rem;
    }

    h3 {
        font-size: 2.1rem;
    }

    .banner-main-pages {
        margin-top: 100px;
    }

    .wrapper--general {
        margin-top: 100px;
    }

    .wrapper-content-space {
        padding-left: 35px;
    }

    .wrapper-content-space-mid {
        padding-left: 15px;
    }

    .banner-main .story-up {
        top: -10px;
    }

    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        height: 290px;
        /*width: auto;
		max-width: none;*/
        min-width: 100%;
    }

    .title-afiliate-desktop {
        display: none;
    }

    .title-afiliate-mobile {
        display: block;
    }

        .title-afiliate-mobile .affiliate-wrapper {
            float: none;
            margin: 0 auto;
            display: block;
            min-width: 170px;
        }

    .zone.zone-content .content-item .orchard-layouts-root > div > iframe {
        margin-top: 100px;
    }
}


@media (max-width: 768px) {
    .how-works .col-xs-12 {
        width: 50%;
    }

    .section--white {
        padding: 40px 0 60px;
    }

    .customer-service .col-xs-12 {
        width: 50%;
        margin-bottom: 30px;
    }

    .wrapper-informate i {
        padding-top: 15px;
        padding-bottom: 5px;
    }

    .col-hidden-sm {
        display: none;
    }

    #calculadora-section {
        height: 1325px;
    }
}

@media(max-width: 700px) {
    .section-form {
        padding: 30px 10px;
    }
}

@media (max-width: 650px) {
    .banner-main-pages {
        background: #ebf3f8;
    }

        .banner-main-pages img,
        .banner-main-pages .wrapper-title i,
        .banner-main-pages .wrapper-title .line-title--green {
            display: none;
        }

        .banner-main-pages .wrapper-title h2,
        .banner-main-pages .wrapper-title h2:hover {
            color: #3f5460;
            margin: 40px 0;
        }

        .banner-main-pages .wrapper-title {
            position: static;
            margin-top: 0;
        }

    .wrapper--section-page {
        padding: 25px 0;
    }

        .wrapper--section-page p,
        .wrapper--section-page .wrapper-content .list-icon-green li {
            font-size: 1.6rem;
            line-height: 2.4rem;
        }

    .wrapper--beneficios {
        padding: 25px 0;
    }

    .wrapper-content-space li {
        font-size: 1.6rem;
    }

    .link-pdf-restringidos,
    .link-pdf-restringidos:visited,
    .link-pdf-restringidos:focus,
    .link-pdf-restringidos:hover {
        text-align: center;
        margin: 35px auto;
        display: block;
        width: 312px;
        max-width: 90%;
        color: #074f9c;
    }
}

@media (max-width: 610px) {
    #calculadora-section {
        height: 1365px;
    }
}

@media (max-width: 605px) {
    .section-form div a {
        line-height: 17px;
    }
}

@media (max-width: 565px) {
    .header-mobile .container-logo img {
        height: auto;
        width: 90%;
    }

    .banner-main .story-up h2 {
        font-size: 1.8rem;
        line-height: 22px;
    }

    h2 {
        letter-spacing: 2px;
        font-size: 2rem;
    }

    h3 {
        font-size: 1.8rem;
    }

    .banner-main .story-up {
        top: -10px;
    }

    .api iframe {
        height: 300px;
    }

    .wrapper-informate i {
        font-size: 4rem;
    }

    .api h2.text--big {
        font-size: 4rem;
    }

    .start-green i {
        left: -2px;
    }

    .wrapper--section-page .wrapper-content h3 {
        font-size: 1.8rem;
    }

    .pre-alertanos-text {
        width: 100%;
    }

    .wrapper--gray-alert {
        width: 100%;
        overflow-x: hidden;
    }
}

@media(max-width: 560px) {
    .section-form label {
        width: 100%;
    }

    .section-form .wrapper-input {
        width: 100%;
    }
}

@media (max-width: 515px) {
    .header-mobile .container-logo img {
        margin-top: 2%;
    }

    .api iframe {
        height: 250px;
    }

    .wrapper-content-space {
        padding-left: 0;
    }

    .wrapper-content-space-mid {
        padding-left: 0;
    }

    .wrapper--gray-alert .section-form .input-form {
        width: 100%;
    }

        .wrapper--gray-alert .section-form .input-form label {
            height: auto;
        }

    .wrapper-crea-ticket.wrapper-ver-tickets .wrapper-input label {
        width: 100%;
        padding-right: 0;
        text-align: left;
    }

    .wrapper-crea-ticket.wrapper-ver-tickets .wrapper-input .input-container {
        width: 100%;
    }

    .space-text {
        width: 7px;
    }

    ol.wrapper-content-space-mid {
        padding-left: 15px;
    }

        ol.wrapper-content-space-mid ul.wrapper-content-space-mid {
            padding-left: 20px;
        }
}

@media(max-width: 500px) {
    .wrapper--dcto .col-xs-6 {
        width: 100%;
    }

        .wrapper--dcto .col-xs-6 img {
            display: block;
            margin: 0 auto 20px;
        }

        .wrapper--dcto .col-xs-6 p {
            text-align: center;
        }

    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        /*margin-left: -20%;*/
    }
}

@media (max-width: 490px) {
    #calculadora-section {
        height: 1425px;
    }
}

@media (max-width: 460px) {
    .how-works .col-xs-12 {
        width: 100%;
    }

    .wrapper-title-images .text-icon--blue p {
        padding: 17px 0 15px;
    }

    .customer-service .col-xs-12 {
        width: 100%;
    }

        .customer-service .col-xs-12:last-child {
            margin-left: 0;
        }
}

@media (max-width: 455px) {
    #calculadora-section {
        height: 1470px;
    }
}

@media (max-width: 445px) {
    .header-mobile .container-logo img {
        margin-top: 5%;
    }

    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        /*margin-left: -40%;*/
    }
}

@media (max-width: 432px) {
    #calculadora-section {
        height: 1510px;
    }
}

@media (max-width: 415px) {
    .header-mobile .container-logo img {
        margin-top: 5%;
        width: 100%;
    }

    .banner-main .story-up h2 {
        font-size: 1.6rem;
        line-height: 22px;
        letter-spacing: 0;
    }

    .api iframe {
        height: 220px;
    }

    .como-funciona-link iframe {
        width: 415px;
        height: 415px;
        left: -150px;
    }
}

@media(max-width: 400px) {
    .section-form label.security-code {
        width: 100%;
        margin-left: 0;
    }

    .section-form .date-input {
        width: 100%;
    }

    .section-form input.security-code {
        width: 100%;
    }

    .section-form .expiration-date {
        width: 50%;
        margin-right: 0;
        margin-bottom: 15px;
    }

        .section-form .expiration-date:first-child {
            width: calc(50% - 10px);
            margin-right: 10px;
        }
}

@media (max-width: 392px) {
    #calculadora-section {
        height: 156px;
    }
}

@media (max-width: 375px) {
    .header-mobile .container-logo img {
        margin-top: 8%;
    }

    .api iframe {
        height: 200px;
    }

    .como-funciona-link iframe {
        width: calc(200% + 9px);
        position: absolute;
        top: calc(-50% - 7px);
        left: calc(-50% - 7px);
        height: calc(200% + 9px);
        transform: scale(0.5);
        width: 400px;
        height: 400px;
    }

    #calculadora-section {
        height: 1675px;
    }
}

@media (max-width: 357px) {
    #calculadora-section {
        height: 1720px;
    }
}

@media (max-width: 350px) {
    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        /*margin-left: -50%;*/
    }
}

@media (max-width: 345px) {
    .calculator .wrapper--gray {
        font-size: 1.2rem;
    }

    .api iframe {
        height: 170px;
    }
}

@media (max-width: 322px) {
    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        /*margin-left: -60%;*/
    }
}

@media (max-width: 312px) {
    #calculadora-section {
        height: 1775px;
    }
}

@media (max-width: 330px) {
    .header-mobile .container-logo img {
        margin-top: 12%;
    }
}

@media (max-width: 298px) {
    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        /*margin-left: -67%;*/
    }
}

.color-red {
    color: #b50613;
}

.list-none {
    list-style: none;
}




.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 194px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 5px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    /*padding: 12px 16px;*/
    text-decoration: none;
    display: block;
    text-align: left;
    padding-bottom: 5px;
    cursor: pointer;
}

/* Show the dropdown menu on hover of object */
.dropdown:hover .dropdown-content {
    display: block;
}
