﻿@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('/css/landi/css/landing/fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), url('/css/landi/css/landing/fonts/MyriadPro-Regular.otf') format('opentype'), url('/css/landing/fonts/MyriadPro-Regular.woff') format('woff'), url('/css/landing/fonts/MyriadPro-Regular.ttf') format('truetype'), url('/css/landing/fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadPro-Semibold';
    src: url('/css/landi/css/landing/fonts/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'), url('/css/landi/css/landing/fonts/MyriadPro-Semibold.otf') format('opentype'), url('/css/landing/fonts/MyriadPro-Semibold.woff') format('woff'), url('/css/landing/fonts/MyriadPro-Semibold.ttf') format('truetype'), url('/css/landing/fonts/MyriadPro-Semibold.svg#MyriadPro-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}


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, HGROUP, MENU, NAV, OUTPUT, RUBY, SECTION, SUMMARY, TIME, MARK, AUDIO, VIDEO, MAIN, BUTTON {
    margin: 0;
    padding: 0;
    border: 0 none;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

HTML {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

BODY {
    font: 62.5% "MyriadPro-Regular", Arial, Helvetica, sans-serif;
    color: #6d6d6d;
    background: #FFFFFF;
    height: 100%;
    min-height: 100%;
    line-height: 1
}

HTML, BODY {
    height: 100%;
}

H1, H2, H3, H4, H5, H6 {
    font-weight: normal;
    font-size: 100%;
    display: block
}

ARTICLE, ASIDE, DETAILS, FIGCAPTION, FIGURE, FOOTER, HGROUP, MENU, NAV, SECTION, MAIN {
    display: block;
}

TABLE {
    border-collapse: collapse;
    border-spacing: 0;
}

TH {
    text-align: left;
}

TD, TH {
    empty-cells: show
}

INPUT, SELECT, TEXTAREA, BUTTON {
    font: 1em "MyriadPro-Regular", Arial, Helvetica, sans-serif;
    color: #000;
    background: #FFF;
    border: 1px solid #CCC;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    INPUT:focus, TEXTAREA:focus, BUTTON:focus {
        outline: none;
    }

INPUT, SELECT, BUTTON {
    vertical-align: middle
}

    INPUT[type="radio"], INPUT[type="checkbox"] {
        border: none;
        height: auto !important;
        width: auto !important;
        background: none;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    INPUT[type="submit"], INPUT[type="reset"], INPUT[type="button"], BUTTON {
        cursor: pointer;
        -webkit-appearance: none;
    }

TEXTAREA {
    overflow: auto;
    -webkit-appearance: none;
    resize: none
}

INPUT::-moz-focus-inner, BUTTON::-moz-focus-inner {
    border: 0;
    padding: 0;
}

::-webkit-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1
}

::-moz-placeholder {
    color: #000;
    opacity: 1
}

:-ms-input-placeholder {
    color: #000;
}

UL, OL, LI {
    list-style: none;
}

IMG {
    vertical-align: top;
    max-width: 100%;
    height: auto
}

A {
    text-decoration: none;
    cursor: pointer;
    background: transparent;
}

    A:active, A:hover {
        outline: 0
    }

EM {
    font-style: italic
}

/*MAIN STRUCTURE*/
.wrapper {
    text-align: left;
    margin: 0px auto;
    width: 100%;
    max-width: 960px;
}

.icon {
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-indent: -5000px;
    text-align: left;
}

.mbl {
    display: none !important;
}

/*HEADER*/
header {
    font-size: 14px;
}
/*BIENVENIDO*/
.bienvenido {
    background: #F9F9F9;
    height: 64px;
    border-top: 1px solid #f6f6f6;
}

    .bienvenido h1 {
        line-height: 64px;
        font-family: "MyriadPro-Semibold";
        color: #666;
        font-size: 3.5em;
    }

/*BENEFICIO*/
.beneficio {
    height: 69px;
    background: #669999;
    color: #fff;
    padding-top: 12px;
}

    .beneficio h2 {
        font-size: 3em;
    }

    .beneficio h3 {
        font-size: 2em;
    }

/*COTIZA*/
.cotiza {
    min-height: 366px;
    background: url(/image/landing/main-bg.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 12px;
    padding-bottom: 40px;
    overflow: hidden
}

    .cotiza .group {
        display: table;
        width: 100%;
    }

    .cotiza .cell {
        display: table-cell;
        width: 50%;
        vertical-align: middle;
        padding: 0;
    }

        .cotiza .cell:nth-child(1) {
            vertical-align: top;
            width: 51%;
        }

        .cotiza .cell:nth-child(2) {
            text-align: right;
            width: 49%;
        }

.mejor-precio {
    color: #666;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 58px;
}

    .mejor-precio h2 {
        font-size: 2.6em;
        margin-bottom: 10px;
        font-family: "MyriadPro-Semibold";
    }

    .mejor-precio p {
        font-size: 1.8em;
        line-height: 1.2;
        font-family: "MyriadPro-Semibold";
    }

    .mejor-precio h4 {
        display: none;
    }

.cuotas {
    background: #fff;
    color: #666;
    text-align: center;
    border-radius: 6px;
    padding: 8px 13px;
    width: 100%;
}

    .cuotas h4 {
        position: relative;
        overflow: hidden;
        font-size: 1.4em;
        margin-bottom: 5px;
        text-transform: uppercase;
        margin-top: 5px;
    }

        .cuotas h4:before {
            content: "";
            display: block;
            height: 1px;
            border-top: 1px solid #4f027e;
            width: 136px;
            position: absolute;
            top: 50%;
            left: 0;
        }

        .cuotas h4:after {
            content: "";
            display: block;
            height: 1px;
            border-top: 1px solid #4f027e;
            width: 136px;
            position: absolute;
            top: 50%;
            right: 0;
        }

    .cuotas ul {
        display: table;
        width: 100%;
    }

    .cuotas li {
        display: table-cell;
        text-align: center;
        padding: 16px 0
    }

/*BENEFICIOS*/
.beneficios {
    background: #fff;
    color: #666;
    padding: 15px 0 6px 0;
    box-shadow: 3.5px 6.062px 10px 0px rgba(0, 0, 0, 0.2);
}

    .beneficios h3 {
        font-size: 2.5em;
        text-align: center;
        margin-bottom: 5px;
    }

    .beneficios .circles {
        display: table;
        width: 100%;
        margin-bottom: 15px;
    }

        .beneficios .circles li {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            color: #fff;
            text-transform: uppercase;
        }

    .beneficios .circle {
        display: table;
        border-radius: 100%;
        margin: 0 auto;
    }

        .beneficios .circle span {
            display: table-cell;
            vertical-align: middle;
            height: 100%;
        }

    .beneficios .circle-01 {
        background: #669999;
        font-size: 3.1em;
        width: 96px;
        height: 96px;
    }

    .beneficios .circle-02 {
        background: #666;
        font-size: 3.2em;
        width: 134px;
        height: 134px;
    }

    .beneficios .circle-03 {
        background: #669999;
        font-size: 5.2em;
        width: 134px;
        height: 134px;
    }

    .beneficios .circle-04 {
        background: #666;
        font-size: 5.2em;
        width: 130px;
        height: 130px;
    }

    .beneficios .circle-05 {
        background: #669999;
        font-size: 3.5em;
        width: 110px;
        height: 110px;
    }

    .beneficios .circle-06 {
        background: #666;
        font-size: 2.9em;
        width: 130px;
        height: 130px;
    }

    .beneficios .logos {
        display: table;
        width: 100%;
    }

        .beneficios .logos li {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            padding: 16px 0
        }

/*SERVICIOS*/
.servicios {
    background: #669999;
    overflow: hidden;
    padding-top: 18px;
    padding-bottom: 18px;
}

    .servicios ul {
        display: table;
        width: 100%;
    }

    .servicios li {
        display: table-cell;
        vertical-align: middle;
        height: 33px;
        font-size: 1em;
        color: #fff;
        text-transform: uppercase;
        position: relative;
        padding-left: 30px;
    }

    .servicios .icon-1 {
        background: url(/image/landing/icon-01.png) no-repeat;
        width: 22px;
        height: 33px;
        position: absolute;
        left: 0;
        top: 0;
        background-size: contain;
    }

    .servicios .icon-2 {
        background: url(/image/landing/icon-02.png) no-repeat;
        width: 22px;
        height: 33px;
        position: absolute;
        left: 0;
        top: 0;
        background-size: contain;
    }

    .servicios .icon-3 {
        background: url(/image/landing/icon-03.png) no-repeat;
        width: 22px;
        height: 33px;
        position: absolute;
        left: 0;
        top: 0;
        background-size: contain;
    }

    .servicios .icon-4 {
        background: url(/image/landing/icon-04.png) no-repeat;
        width: 22px;
        height: 33px;
        position: absolute;
        left: 0;
        top: 0;
        background-size: contain;
    }

    .servicios .icon-5 {
        background: url(/image/landing/icon-05.png) no-repeat;
        width: 22px;
        height: 33px;
        position: absolute;
        left: 0;
        top: 0;
        background-size: contain;
    }

    .servicios .icon-6 {
        background: url(/image/landing/icon-06.png) no-repeat;
        width: 22px;
        height: 33px;
        position: absolute;
        left: 0;
        top: 0;
        background-size: contain;
    }

    .servicios .icon-7 {
        background: url(/image/landing/icon-07.png) no-repeat;
        width: 22px;
        height: 33px;
        position: absolute;
        left: 0;
        top: 0;
        background-size: contain;
    }

    .servicios .icon-8 {
        background: url(/image/landing/icon-08.png) no-repeat;
        width: 22px;
        height: 33px;
        position: absolute;
        left: 0;
        top: 0;
        background-size: contain;
    }

    .servicios .icon-9 {
        background: url(/image/landing/icon-09.png) no-repeat;
        width: 22px;
        height: 33px;
        position: absolute;
        left: 0;
        top: 0;
        background-size: contain;
    }

    .servicios .icon-10 {
        background: url(/image/landing/icon-10.png) no-repeat;
        width: 22px;
        height: 33px;
        position: absolute;
        left: 0;
        top: 0;
        background-size: contain;
    }

/*FOOTER*/
footer {
    background: #fff;
    padding: 20px 0
}

    footer .group {
        display: table;
        width: 100%;
    }

    footer .cell {
        display: table-cell;
        vertical-align: middle
    }

        footer .cell:nth-child(1) {
            width: 25%;
        }

        footer .cell:nth-child(2) {
            width: 50%;
        }

        footer .cell:nth-child(3) {
            width: 25%;
        }

    footer li {
        display: inline;
        margin-right: 2px;
    }

    footer .icon-facebook {
        background: url(/image/landing/facebook.png) no-repeat;
        width: 26px;
        height: 25px;
        background-size: contain;
    }

    footer .icon-google {
        background: url(/image/landing/google.png) no-repeat;
        width: 26px;
        height: 25px;
        background-size: contain;
    }

    footer .icon-linkedin {
        background: url(/image/landing/linkedin.png) no-repeat;
        width: 26px;
        height: 25px;
        background-size: contain;
    }

    footer .icon-pinterest {
        background: url(/image/landing/pinterest.png) no-repeat;
        width: 26px;
        height: 25px;
        background-size: contain;
    }

    footer p {
        text-align: center;
        color: #666;
        font-size: 1.3em;
        line-height: 1.7;
        margin-bottom: 6px;
    }

        footer p a {
            color: #0066cc;
        }

    footer h4 {
        text-align: center;
    }

.footer-logo {
    display: inline-block;
    text-align: left;
    overflow: hidden;
    background: url(/image/landing/tu-seguro.png) no-repeat;
    width: 120px;
    height: 22px;
    text-indent: -5000px;
    background-size: contain;
}

/*RESPONSIVE*/
@media only screen and (max-width: 960px) {
    .wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mejor-precio {
        width: 100%;
    }

    .cuotas {
        width: 100%;
    }

        .cuotas h4:after,
        .cuotas h4:before {
            width: 100px
        }

        .cuotas ul {
            display: block
        }

        .cuotas li {
            display: inline-block;
            padding: 5px;
            width: 16%;
        }

    .beneficios .circle-01 {
        width: 79px;
        height: 79px;
        font-size: 2.5em;
    }

    .beneficios .circle-02 {
        width: 109px;
        height: 109px;
        font-size: 2.5em;
    }

    .beneficios .circle-03 {
        width: 109px;
        height: 109px;
        font-size: 4.2em;
    }

    .beneficios .circle-04 {
        width: 105px;
        height: 105px;
        font-size: 4.2em;
    }

    .beneficios .circle-05 {
        width: 89px;
        height: 89px;
        font-size: 2.9em;
    }

    .beneficios .circle-06 {
        width: 106px;
        height: 106px;
        font-size: 2.3em;
    }

    .beneficios .logos {
        display: inline
    }

        .beneficios .logos li {
            display: inline-block;
            padding: 5px;
            width: 19%;
            text-align: center;
        }

    .servicios li {
        text-align: center;
        padding-left: 0;
    }

        .servicios li span {
            display: none;
        }

        .servicios li .icon {
            position: static;
        }
}

@media only screen and (max-width: 767px) {
    .mbl {
        display: block !important;
    }

    .dsk {
        display: none !important;
    }

    .wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
    /**/
    .bienvenido {
        height: auto;
        padding: 10px 0;
        text-align: center;
    }

        .bienvenido h1 {
            font-size: 2em;
            line-height: 1;
            text-align: center
        }
    /**/
    .beneficio {
        height: auto;
        padding: 11px 0 7px 0;
    }

        .beneficio h2 {
            font-size: 2em;
            text-align: center;
            line-height: 1.4;
            text-transform: uppercase;
        }

        .beneficio h3 {
            font-size: 1.3em;
            text-align: center;
            line-height: 1.4;
        }
    /**/
    .cotiza {
        height: auto;
        padding: 0 0 200px 0;
        position: relative;
        background: url(/image/landing/main-mbl-bg.jpg) no-repeat center top;
        background-size: cover;
        min-height: 100%;
    }

        .cotiza .cell-group {
            background: #fff;
            position: absolute;
            width: 100%;
            padding: 18px 10px;
            left: 0;
            bottom: 0;
        }

        .cotiza .group {
            display: block
        }

        .cotiza .cell {
            display: block;
            width: 100%;
            padding: 0;
        }

            .cotiza .cell:nth-child(1) {
                width: 100%;
            }

            .cotiza .cell:nth-child(2) {
                width: 100%;
                text-align: center;
                padding-top: 15px;
            }

    .mejor-precio {
        padding: 0;
        background: none;
        text-align: center;
        margin-top: 0;
    }

        .mejor-precio h2 {
            font-size: 1.9em;
            margin-bottom: 0;
        }

        .mejor-precio p {
            font-size: 1.3em;
        }
    /**/
    .beneficios {
        background: #f9f9f9;
    }

        .beneficios h3 {
            font-size: 1.8em;
            color: #4d027b;
            line-height: 1.1;
        }

        .beneficios .circles {
            display: block;
            overflow: hidden
        }

            .beneficios .circles li {
                display: block;
                float: left;
                width: 33.33%;
                margin-bottom: 12px;
            }

                .beneficios .circles li:nth-child(1) {
                    text-align: center
                }

        .beneficios .circle-01 {
            margin-top: 20px;
            margin-left: 0;
            text-align: center
        }

        .beneficios .circle-02 {
            margin-left: -12px;
        }

        .beneficios .circle-05 {
            margin-top: 10px;
        }

        .beneficios .logos {
            display: inline-block;
            width: auto;
            text-align: center;
            background: #fff;
            margin-left: -15px;
            margin-right: -15px;
            padding-left: 15px;
            padding-right: 15px;
        }

            .beneficios .logos li {
                width: auto;
            }
    /**/
    footer .group {
        display: block;
    }

    footer .cell {
        display: block
    }

        footer .cell:nth-child(1) {
            width: 100%;
            text-align: center;
            padding-bottom: 10px;
        }

        footer .cell:nth-child(2) {
            width: 100%;
        }

        footer .cell:nth-child(3) {
            display: none;
        }

    footer .pipe {
        display: none;
    }

    footer p {
        line-height: 2.5;
    }

        footer p a {
            display: block;
        }

        footer p .txt {
            display: block;
        }

        footer p br {
            display: none;
        }
}

@media only screen and (max-width: 350px) {
    .cotiza {
        padding-bottom: 230px;
    }

        .cotiza .wrapper {
            padding: 0;
        }
}

.navbar-right .navbar-item-icon::before {
    content: '';
    width: 25px;
    height: 25px;
    margin-right: 7px;
    vertical-align: middle;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.navbar {
    min-height: 0px !important;
}

.navbar-nav li a {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding-right: 1rem;
}
