/*****SCROLL*****/
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: rgb(198, 198, 198);
}

::-webkit-scrollbar-thumb {
    background: #888;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
/*****FIN SCROLL*****/
/*** CARGANDO ***/
.overlay {
    display: none;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    overflow: hidden;
}

.preload {
    z-index: 1;
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

    .preload > img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ie-transform: translate(-50%, -50%);
    }
/************************/

* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none !important;
}

body {
    width: 100%;
}

button {
    border: 0;
}

.roboto_bold {
    font-family: 'RobotoBold';
}

.roboto_medium {
    font-family: 'RobotoMedium';
}

.roboto_regular {
    font-family: 'RobotoRegular';
}

.size_42px {
    font-size: 40px;
}

.size_40px {
    font-size: 42px;
}

.size_38px {
    font-size: 38px;
}

.size_36px {
    font-size: 36px;
}

.size_32px {
    font-size: 32px;
}

.size_26px {
    font-size: 26px;
}

.size_24px {
    font-size: 24px;
}

.size_22px {
    font-size: 22px;
}

.size_20px {
    font-size: 20px;
}

.size_18px {
    font-size: 18px;
}

.size_16px {
    font-size: 16px;
}

.size_14px {
    font-size: 14px;
}

.size_12px {
    font-size: 12px;
}

.relativo {
    position: relative;
}

.absoluto {
    position: absolute;
}

.centrado {
    text-align: center;
}

.izquierda {
    text-align: left;
}

.derecha {
    text-align: right;
}
/*INPUT TEXT ANIMATE*/
input[type=button], input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ie-appearance: none;
    -o-appearance: none;
    appearance: none;
}

input[type=text], input[type=email], input[type=date],
input[type=password], textarea, select {
    font-family: 'RobotoRegular';
    color: #545454;
    outline: none;
    background-size: 0 1px, 100% 1px !important;
    background-position: 0% 0%;
    transition: background-size 0.3s cubic-bezier(0.64, 0.09, 0.08, 1) !important;
    background-image: linear-gradient(to bottom, #1A74DB, #1A74DB), linear-gradient(to bottom, white, white) !important;
    border: 1px solid #707070;
    background-color: white !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
}

    input[type=text]:focus,
    input[type=password]:focus,
    input[type=date]:focus,
    textarea:focus,
    select:focus,
    .mdl-textfield__input:focus {
        outline: none;
        background-size: 100% 0px, 100% 0px !important;
    }

.mdl-textfield {
    width: 100%;
    max-width: inherit;
    height: 87px;
    display: flex;
    margin-bottom: -26px;
}

.mdl-textfield__label {
    padding: 13px 8px 8px 8px;
    font-size: 16px;
    width: 100%;
    border-color: #545454;
    color: #545454;
    transition-duration: 800ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7,1,0.7,1);
    z-index: 2;
    font-weight: normal;
}

    .mdl-textfield__label:after {
        background-color: #1A74DB;
        bottom: 15px;
    }

.mdl-textfield__input, textarea, select {
    border: 1px solid #545454;
}

.mdl-textfield__input, .bordeverde, .borderojo {
    padding: 21px 8px 5px 8px;
    border-radius: 5px;
    font-size: 14px;
    width: 100%;
    background: transparent !important;
    transition-duration: 800ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7,1,0.7,1);
}

.mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.mdl-textfield--floating-label.is-focused .mdl-textfield__label {
    top: 12px;
    font-size: 11px;
}

.mdl-textfield__label span {
    position: absolute;
    right: 8px;
    color: #545454;
    bottom: 30px;
    font-size: 16px;
    transition-duration: 800ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7,1,0.7,1);
}

.mdl-textfield--floating-label.is-focused .mdl-textfield__label, .mdl-textfield--floating-label.is-dirty .mdl-textfield__label {
    color: #357da5;
}

.mdl-textfield.is-focused .mdl-textfield__input {
    border: 1px solid #1A74DB;
    border-radius: 5px;
}

.borderojo {
    outline: none;
    border: 1.5px solid rgb(255, 0, 0) !important;
}

.bordeverde {
    outline: none;
    border: 1.5px solid rgb(0, 134, 27) !important;
}

::-webkit-input-placeholder {
    color: #545454;
}

:-moz-placeholder {
    color: #545454;
}

::-moz-placeholder {
    color: #545454;
}

:-ms-input-placeholder {
    color: #545454;
}

.md-checkbox {
    position: relative;
    text-align: left;
}

    .md-checkbox.md-checkbox-inline {
        display: inline-block;
    }

    .md-checkbox label {
        cursor: pointer;
        display: inline;
        line-height: 1.25em;
        vertical-align: top;
        clear: both;
        padding-left: 1px;
    }

        .md-checkbox label:not(:empty) {
            padding-left: 0.75em;
        }

        .md-checkbox label:before, .md-checkbox label:after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
        }

        .md-checkbox label:before {
            width: 1.25em;
            height: 1.25em;
            background: #fff;
            border: 2px solid #C6C6C5;
            border-radius: 0.125em;
            cursor: pointer;
            transition: background 0.3s;
            margin-top: 3px;
        }

        .md-checkbox label.chkinvalid:before {
            width: 1.25em;
            height: 1.25em;
            background: #fff;
            border: 2px solid red;
            border-radius: 0.125em;
            cursor: pointer;
            transition: background 0.3s;
            margin-top: 3px;
        }

        .md-checkbox label.chkvalid:before {
            width: 1.25em;
            height: 1.25em;
            background: #fff;
            border: 2px solid rgb(0, 134, 27) !important;
            border-radius: 0.125em;
            cursor: pointer;
            transition: background 0.3s;
            margin-top: 3px;
        }

    .md-checkbox input[type="checkbox"] {
        outline: 0;
        visibility: hidden;
        width: 1.25em;
        margin: 0;
        display: block;
        float: left;
        font-size: inherit;
    }

        .md-checkbox input[type="checkbox"]:checked + label:before {
            background: #C6C6C5;
        }

        .md-checkbox input[type="checkbox"]:checked + label:after {
            transform: translate(0.25em, 0.3365384615em) rotate( -45deg );
            width: 0.85em;
            height: 0.475em;
            border: 0.325em solid #fff;
            border-top-style: none;
            border-right-style: none;
            padding-top: 0em;
            padding-left: 0em;
        }

        .md-checkbox input[type="checkbox"]:disabled + label:before {
            border-color: rgba(0, 0, 0, 0.26);
        }

        .md-checkbox input[type="checkbox"]:disabled:checked + label:before {
            background: rgba(0, 0, 0, 0.26);
        }


.radio {
    position: relative;
    cursor: pointer;
    line-height: 27px;
}

    .radio .label {
        position: relative;
        display: block;
        float: left;
        margin-right: 10px;
        width: 24px;
        height: 24px;
        border: 2px solid #c8ccd4;
        border-radius: 100%;
        -webkit-tap-highlight-color: transparent;
    }

        .radio .label:after {
            content: '';
            position: absolute;
            top: 5px;
            left: 5px;
            width: 10px;
            height: 10px;
            border-radius: 100%;
            background: #1A74DB;
            transform: scale(0);
            transition: all 0.2s ease;
            opacity: 0.08;
            pointer-events: none;
        }

    .radio:hover .label:after {
        transform: scale(3.6);
    }

input[type="radio"]:checked + .label {
    border-color: #1A74DB;
}

    input[type="radio"]:checked + .label:after {
        transform: scale(1.4);
        transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
        opacity: 1;
    }
/***************************/
.fd_principal {
    background: url(../images/fondo_portada_simulador.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% auto;
    min-height: 100%;
    width: 100%;
}

.fd_blanco_opaco {
    background: rgba(255, 255, 255, 0.9);
}

.cont_info_inicio {
    width: 550px;
}

.fd_info_cotizar {
    overflow: hidden;
    background: #F2F2F2;
    box-shadow: 3px 3px 6px #878C8F57;
    border-radius: 10px;
}

.opt_sectect_active {
    background: #00B09B;
    color: white;
    border-color: #00B09B !important;
}

.select_elegido:valid {
    color: #1A74DB;
}

.select_elegido {
    background: white;
    border: 1.5px solid #C6C6C5;
    color: #545454;
    padding: 10px 4px;
    border-radius: 5px;
    font-size: 14px;
    width: 100%;
}

.msj_validar {
    float: left;
    position: absolute;
    top: 69px;
    font-size: 11px;
    color: red;
    display: none;
}

select {
    outline: none;
}

.popup {
    display: none;
    background: white;
    box-shadow: 0px 3px 6px #5e5e5e;
    -webkit-box-shadow: 0px 3px 6px #5e5e5e;
    -moz-box-shadow: 0px 3px 6px #5e5e5e;
    -ie-box-shadow: 0px 3px 6px #5e5e5e;
    -o-box-shadow: 0px 3px 6px #5e5e5e;
    border-radius: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    padding: 20px 20px;
    width: 550px;
}

.close_popup {
    background: #707070;
    padding: 2px 9px;
    font-size: 20px;
    font-family: 'RobotoBold';
    position: absolute;
    cursor: pointer;
    top: -18px;
    color: white;
    border-radius: 44px;
    right: -18px;
    z-index: 1;
}
/***********************/
.space-5 {
    height: 5px;
}

.space-10 {
    height: 10px;
}

.space-15 {
    height: 15px;
}

.space-20 {
    height: 20px;
}

.space-25 {
    height: 25px;
}

.space-30 {
    height: 30px;
}

.space-35 {
    height: 35px;
}

.space-40 {
    height: 40px;
}

.space-45 {
    height: 45px;
}

.space-50 {
    height: 50px;
}

.space-55 {
    height: 55px;
}

.space-60 {
    height: 60px;
}

.space-65 {
    height: 65px;
}

.space-70 {
    height: 70px;
}

.space-75 {
    height: 75px;
}

.space-80 {
    height: 80px;
}

.space-85 {
    height: 85px;
}

.space-90 {
    height: 90px;
}

.space-95 {
    height: 95px;
}

.space-100 {
    height: 100px;
}

.space-105 {
    height: 105px;
}

.space-110 {
    height: 110px;
}

.space-115 {
    height: 115px;
}

.space-120 {
    height: 120px;
}

.space-125 {
    height: 125px;
}

.space-130 {
    height: 130px;
}

.space-135 {
    height: 135px;
}

.space-140 {
    height: 140px;
}

.space-145 {
    height: 145px;
}

.space-150 {
    height: 150px;
}

.space-155 {
    height: 155px;
}

.space-160 {
    height: 160px;
}

.space-165 {
    height: 165px;
}

.space-170 {
    height: 170px;
}

.space-175 {
    height: 175px;
}

.space-180 {
    height: 180px;
}

.space-185 {
    height: 185px;
}

.space-190 {
    height: 190px;
}

.space-195 {
    height: 195px;
}

.space-200 {
    height: 200px;
}
/************************/
.txt_6A6969 {
    color: #6A6969;
}

.txt_000000 {
    color: rgba(0, 0, 0, 1);
}

.txt_005CAA {
    color: #005CAA;
}

.txt_878C8F {
    color: #878C8F;
}

.txt_114C90 {
    color: #114C90;
}

.txt_545454 {
    color: #545454;
}

.txt_1A74DB {
    color: #1A74DB;
}

.txt_ffffff {
    color: white;
}

.fd_EEF4FC {
    background: #EEF4FC;
}

.fd_FFFFFF {
    background: #FFFFFF;
}

.fd_1A74DB {
    background-color: #1A74DB;
}

.fd_017552 {
    background-color: #017552;
}

.pointer {
    cursor: pointer;
}

.boton_azul {
    color: white;
    background: #005CAA;
    border-radius: 5px;
    display: inline-block;
    font-family: 'RobotoBold';
    font-size: 16px;
    text-align: center;
    padding: 15px 20px;
    min-width: 220px;
    margin: 0 5px;
}

    .boton_azul:hover {
        background: #0A73CC;
    }

.boton_transparente {
    color: #008244;
    border: 1px solid #008244;
    display: inline-block;
    border-radius: 5px;
    font-family: 'RobotoBold';
    font-size: 16px;
    text-align: center;
    padding: 15px 20px;
    min-width: 220px;
    margin: 0 5px;
}

    .boton_transparente:hover {
        color: #03CB6C;
        border: 1px solid #03CB6C;
    }

.boton_verde {
    color: white;
    background: #008244;
    display: inline-block;
    border-radius: 5px;
    font-family: 'RobotoBold';
    font-size: 16px;
    text-align: center;
    padding: 15px 20px;
    min-width: 220px;
    margin: 0 5px;
}

    .boton_verde:hover {
        background: #03CB6C;
    }

.radius_10 {
    border-radius: 10px;
}

.opt_blanco {
    background: #FFFFFF;
    border: 1px solid #D9DADB;
    display: inline-block;
    width: 140px;
    margin: 5px 10px;
    padding: 0 10px;
}

.txt_esp {
    float: right;
    width: 89%;
}

.opt_blanco:hover {
    background: #FBFBFB;
}

.opt_elegido {
    background: #005CAA !important;
}

    .opt_elegido * {
        color: white !important;
    }

    .opt_elegido img {
        filter: invert(99%) sepia(100%) saturate(60%) hue-rotate(26deg) brightness(108%) contrast(101%);
        -o-filter: invert(99%) sepia(100%) saturate(60%) hue-rotate(26deg) brightness(108%) contrast(101%);
        -moz-filter: invert(99%) sepia(100%) saturate(60%) hue-rotate(26deg) brightness(108%) contrast(101%);
        -webkit-filter: invert(99%) sepia(100%) saturate(60%) hue-rotate(26deg) brightness(108%) contrast(101%);
        -ms-filter: invert(99%) sepia(100%) saturate(60%) hue-rotate(26deg) brightness(108%) contrast(101%);
    }

.camposanto img {
    filter: none !important;
    -moz-filter: none !important;
    -webkit-filter: none !important;
    -ms-filter: none !important;
    -o-filter: none !important;
}

.camposanto:hover .img_cs {
    background-size: 150% auto !important;
}

.camposanto_select .img_cs {
    background-size: 150% auto !important;
}

.opt_plomo {
    background: #E3E3E3;
    border: 1px solid #D9DADB;
    display: inline-block;
    min-width: 180px;
    margin: 5px 10px;
}

    .opt_plomo:hover {
        background: #FBFBFB;
    }

.show {
    display: block;
}

.hide {
    display: none;
}

.select_personalizado,
.select_personalizado2 {
    color: #545454;
    width: 100%;
    font-size: 16px;
    padding: 13px 3px;
    border-radius: 6px;
}

    .select_personalizado:visited,
    .select_personalizado2:visited {
        border: 0;
        color: #1A74DB;
    }

    .select_personalizado, .select_personalizado:visited {
        border: 1px solid #545454;
    }

    .select_personalizado2, .select_personalizado2:visited {
        box-shadow: 0px 1px 6px #707070;
        -webkit-box-shadow: 0px 1px 6px #707070;
        -moz-box-shadow: 0px 1px 6px #707070;
        -ie-box-shadow: 0px 1px 6px #707070;
        -o-box-shadow: 0px 1px 6px #707070;
        border: 0;
    }

.borderojo_select {
    outline: none;
    border: 1.5px solid rgb(255, 0, 0) !important;
}

.borderojo_radio {
    outline: none;
    border: 2px solid rgb(255, 0, 0) !important;
}

.efecto {
    transition-duration: 400ms !important;
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.7,1,0.7,1) !important;
}

.area_formulario {
    min-height: 410px;
}

.img_movil {
    display: none;
}

.sin_padding {
    padding: 0;
}

.fd_008244 {
    background: #008244;
}

.fd_B5B5B5 {
    background: #B5B5B5;
}

.barra_plomo {
    width: 90%;
    height: 2px;
    background: #B5B5B5;
    margin: 25px auto 35px auto;
}

.barra_verde {
    width: 0%;
    height: 3px;
    background: #008244;
}

.circulo_numero {
    color: white;
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 50px;
    font-size: 14px;
    font-family: 'RobotoBold';
    padding: 6px 2px;
    top: -14px;
    z-index: 1;
}

@media screen and (max-width:1000px) {
    .area_formulario {
        min-height: 690px;
    }
}

@media screen and (max-width:850px) {
    .fd_principal {
        background-size: auto 100%;
        background-position: center center;
    }

    .opt_select {
        padding: 10px 10px !important;
        width: auto !important;
        border: 1px solid #C6C6C5 !important;
    }

    .opt_sectect_active {
        border-color: #00B09B !important;
    }

    .ico_tipo_serv {
        width: auto !important;
    }

    .size_42px {
        font-size: 33px;
    }

    .size_40px {
        font-size: 28px;
    }

    .size_38px {
        font-size: 23px;
    }

    .size_36px {
        font-size: 22px;
    }

    .size_32px {
        font-size: 21px;
    }

    .size_26px {
        font-size: 20px;
    }

    .size_22px {
        font-size: 16px;
    }

    .size_20px {
        font-size: 15px;
    }

    .size_18px {
        font-size: 13px;
    }

    .size_16px {
        font-size: 11px;
    }

    .area2 {
        padding: 10px !important;
    }

    .list_carousel {
        padding: 35px 10px 0 10px !important;
    }

    br {
        display: none;
    }

    .preg1, .preg2, .preg3, .preg4, .preg5 {
        margin: 0 auto !important;
        width: 100% !important;
    }

    .opt_blanco {
        min-width: 125px;
        margin: 2px 5px;
    }

    .opt_plomo {
        min-width: 130px;
        margin: 2px 5px;
    }

    .boton_azul, .boton_transparente, .boton_verde {
        font-size: 12px;
        min-width: inherit;
        width: 100px !important;
    }

    .cont_info_inicio {
        width: 100%;
    }

    .area_botones {
        padding: 30px 0px !important;
    }

    .area_formulario {
        min-height: 690px;
    }

    .next, .prev {
        width: 35px;
        height: 35px;
        font-size: 23px;
    }

    .prev {
        margin-left: -3px;
        margin-top: -126px;
    }

    .next {
        margin-right: -3px;
        margin-top: -126px;
    }

    .cab1, .cab2 {
        height: 75px;
    }

    .preg1 .col-md-7, .preg2 .col-md-7, .preg3 .col-md-7, .preg4 .col-md-7, .preg5 .col-md-7 {
        text-align: center;
    }

    .preg1 .col-md-5, .preg2 .col-md-5, .preg3 .col-md-5, .preg4 .col-md-5, .preg5 .col-md-5 {
        text-align: center;
        width: 100%;
        height: 300px;
        position: relative;
    }

    .area1 {
        padding: 10px 10px !important;
    }

        .area1 img {
            height: 50px;
        }

    .popup {
        width: 300px;
    }

    #video_agradecimiento {
        height: 200px;
    }

    .opt_beneficio {
        margin: 20px -5px 5px -5px !important;
    }

        .opt_beneficio > div {
            padding: 15px 3px 3px 3px !important;
            min-height: 160px !important;
            min-width: 163px !important;
        }

        .opt_beneficio img {
            height: 50px !important;
        }

    .list_beneficios {
        text-align: center;
        padding-bottom: 20px;
    }

        .list_beneficios > .col-md-1 {
            display: none;
        }

        .list_beneficios .col-md-4,
        .list_beneficios .col-md-5 {
            display: inline-block;
            vertical-align: middle;
        }

    .letra {
        padding: 3px 7px !important;
        font-size: 13px;
        top: -10px !important;
        left: -10px !important;
    }

    .img_movil {
        display: block;
    }

    .img_dsk {
        display: none;
    }

    .titulo {
        padding: 25px 10px 0px 10px !important;
        font-size: 16px !important;
    }

    .area2 {
        font-size: 18px !important;
    }

    .barra_plomo {
        width: 95%;
    }

    .circulo_numero {
        font-size: 8px;
        width: 18px;
        height: 18px;
        padding: 3px 2px;
        top: -8px;
    }

    .txt_esp {
        width: 80%;
    }

    .space-30 {
        height: 15px;
    }

    .space-60 {
        height: 30px;
    }

    .space-70 {
        height: 35px;
    }

    .space-80 {
        height: 40px;
    }

    .space-90 {
        height: 40px;
    }

    .space-170 {
        height: 40px;
    }
}

@media screen and (max-width:380px) {
    .select_personalizado,
    .select_personalizado2 {
        width: 100% !important;
    }

    .boton_azul, .boton_transparente {
        font-size: 12px;
        min-width: inherit;
        width: 100px !important;
        padding: 10px 15px;
    }

    .opt_beneficio > div {
        min-width: 120px !important;
        min-height: 130px !important;
        padding: 10px 3px 3px 3px !important;
    }

    .size_18px {
        font-size: 13px !important;
    }

    .size_16px {
        font-size: 10px !important;
    }

    .opt_beneficio img {
        height: 40px !important;
    }
}
