@font-face {
    font-family: "myriadPro";
    src: url("../fonts/MYRIADPRO-REGULAR.otf");
    src: url("../fonts/MYRIADPRO-REGULAR.eot?#iefix") format("embedded-opentype"),
        url("../fonts/MYRIADPRO-REGULAR.woff") format("woff"),
        url("../fonts/MYRIADPRO-REGULAR.ttf") format("truetype"),
        url("../fonts/MYRIADPRO-REGULAR.svg#myriadPro") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "myriadPro";
    src: url("../fonts/MYRIADPRO-BOLD.otf");
    src: url("../fonts/MYRIADPRO-BOLD.eot?#iefix") format("embedded-opentype"),
        url("../fonts/MYRIADPRO-BOLD.woff") format("woff"),
        url("../fonts/MYRIADPRO-BOLD.ttf") format("truetype"),
        url("../fonts/MYRIADPRO-BOLD.svg#myriadPro") format("svg");
    font-weight: bold;
    font-style: normal;
}
body {
    font-family: 'myriadPro';
    color: #000;
    font-size: 16px;
}
img{
    max-width: 100%;
}
p {
    margin: 0 0 0px;
}
.btn{
    white-space: normal;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.alert-success {
    color: #000000;
    background-color: #74d800;
    border-color: #74d800;
}
.alert-info {
    color: #000000;
    background-color: #23baff;
    border-color: #23baff;
}
.alert-danger{
    color: #000000;
    background-color: #de161b;
    border-color: #de161b;
}
.btn-danger {
    color: #fff;
    background-color: #fd251e;
    border-color: #fd251e;
}
.texto-plomo {
    font-size: 9pt;
    color: #898c8f;
}

.sin-border{
    border: 0 !important;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: 0 transparent !important;
    transition: all 0.5s ease-in-out;
}
a{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
a:hover, a:focus, a:active{
    outline: 0 transparent;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    color: #909090;
}
.btn, button{
    font-size: 16px;
    font-weight: bold;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #f49f0b;
    border-color: #cb9209;
}

.pt-1{
    padding-top: 1rem;
}
.pb-1{
    padding-bottom: 1rem;
}
.row-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.align-items-center{
    -ms-flex-align: center!important;
    align-items: center!important;
}
.align-items-bottom{
    -ms-flex-align: end !important;
    align-items: end !important;
}
.m-0{
    margin: 0 !important;
}
.mt-0{
    margin-top: 0 !important;
}
.mt-1{
    margin-top: 1rem !important;
}
.mt-2{
    margin-top: 2rem !important;
}
.mt-3{
    margin-top: 3rem !important;
}
.mt-4{
    margin-top: 4rem !important;
}
.mt-5{
    margin-top: 5rem !important;
}
.mb-0{
    margin-bottom: 0 !important;
}
.mb-1{
    margin-bottom: 1rem !important;
}
.mb-2{
    margin-bottom: 2rem !important;
}
.mb-3{
    margin-bottom: 3rem !important;
}
.mb-4{
    margin-bottom: 4rem !important;
}
.mb-5{
    padding-bottom: 5rem !important;
}
.p-0{
    padding: 0 !important;
}
.pt-0{
    padding-top: 0 !important;
}
.pt-1{
    padding-top: 1rem !important;
}
.pt-2{
    padding-top: 2rem !important;
}
.pt-3{
    padding-top: 3rem !important;
}
.pt-4{
    padding-top: 4rem !important;
}
.pt-5{
    padding-top: 5rem !important;
}
.pb-0{
    padding-bottom: 0 !important;
}
.pb-1{
    padding-bottom: 1rem !important;
}
.pb-2{
    padding-bottom: 2rem !important;
}
.pb-3{
    padding-bottom: 3rem !important;
}
.pb-4{
    padding-bottom: 4rem !important;
}
.pb-5{
    padding-bottom: 5rem !important;
}
.pl-0{
    padding-left: 0 !important;
}
.pl-1{
    padding-left: 1rem !important;
}
.pl-2{
    padding-left: 2rem !important;
}
.pl-3{
    padding-left: 3rem !important;
}
.pl-4{
    padding-left: 4rem !important;
}
.pl-5{
    padding-left: 5rem !important;
}
.pr-0{
    padding-right: 0 !important;
}
.pr-1{
    padding-right: 1rem !important;
}
.pr-2{
    padding-right: 2rem !important;
}
.pr-3{
    padding-right: 3rem !important;
}
.pr-4{
    padding-right: 4rem !important;
}
.pr-5{
    padding-right: 5rem !important;
}
.w-100{
    width: 100%;
}
.fw-bold{
    font-weight: bold;
}
/*************************************/
/*------ estilos ----------*/
/*************************************/
.fondo-head{
    background-color: #de161b;
    color: #ffffff;
}
.btn-head{
    height: 45px;
    display: inline-flex;
    align-items: center;
    background: #a31616;
    color: white;
    padding: 10px 20px;
    margin-bottom: 6px;
    border-radius: 0 0 6px 6px;
}
.btn-head:focus, .btn-head:hover {
    outline: 0;
    color: white;
    box-shadow: 0 0 0 0.2rem rgba(159,10,10,0.6);
}
.btn-flex{
    display: flex;
    align-items: center;
}
.d-inline-block{
    display: inline-block !important;
}
.link-head{
    background: #ffeb3b;
    color: #de161b;
    padding: 2px 6px;
    border-radius: 50%;
    margin-right: 8px;
    display: inline-block;
}
.link-head:before{
    font-size: 16px;
}
.btn-flex a{
    color: #fff;
}
.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
    margin: 0;
}
.nav-flex{
    display: flex;
    align-items: center;
}
.nav-flex .navbar-brand{
    height: auto;
    padding: 4px;
}
.nav-flex .navbar-brand > img{
    height: 100px;
}
.nav-flex .navbar-collapse.collapse{
    width: 100%;
    padding-left: 10%;
}
.nav-flex .navbar-nav > li > a {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
}
.nav-flex .navbar-nav > li > a:hover, .nav-flex .navbar-nav > li > a:focus {
    color: #de161b;
    background-color: transparent;
    /*border-radius: 4px;*/
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #de161b;
    background-color: transparent;
}
@keyframes menuAnimacion{
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.menu-one {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.menu-on {
    position: fixed;
    top: 0;
    box-shadow: 0 2px 6px 2px rgba(0,0,0,0.15);
    width: 100%;
    z-index: 9;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: menuAnimacion 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
    -moz-animation: menuAnimacion 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
    animation: menuAnimacion 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}
/* fin menu */
.btn-red{
    background: #4676ed;
    color: #fff !important;
    border-radius: 8px;
    margin: 2px;
    padding: 6px 8px!important;
    display: inline-block;
}
.btn-red span{
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-red span:before{
    font-size: 16px;
}
.btn-twitter{
    background: #33ccff;
}
.btn-whatsapp{
    background: #81bc02;
}
.btn-instagram{
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    /*box-shadow: 0px 3px 10px rgba(0,0,0,.25);*/
}
.btn-youtube{
    background: #e40006;
}
.btn-red:hover, .btn-red:focus{
    background-color: #000 !important;
}
/*simulador*/
.simulador .list-step-simulafacil li{
    text-align: center;
    margin: 0px;
    font-size: 16px;
    position: relative;
    width: 163px !important;
    vertical-align: top;
    line-height: 1;
}
.simulador .list-step-simulafacil li span.circle{
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: auto;
    display: block;
    font-size: 32px;
    padding: 8px;
    color: #9b9b9b;
    background-color: #f0f0f0;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*font-weight: bold;*/
}
.simulador .list-step-simulafacil li:after{
    content: " ";
    width: 85px;
    margin-right: -50px;
    margin-top: 18px;
    background-color: #f0f0f0;
    position: absolute;
    height: 7px;
    border-radius: 4px;
    right: 0;
    top: 0;
    width: 48%;
    margin-right: -25%;
    z-index: -1;
}
.simulador .list-step-simulafacil li:last-child:after{
    display: none;
}
.simulador .list-step-simulafacil li.active span.circle {
    background-color: #de161b;
    color: #fff;
}
.simuladorStep{
    position: relative;
    overflow: hidden;
}
.bolitas ul {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(100px, auto);
    justify-items: center;
}
.bolitas li {
    display: block;
    /*width: 180px;*/
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 0 2px;
    margin-bottom: 26px;
    /* word-break: break-all; */
    font-size: 15px;
    padding-top: 4px;
}
.bolitas li a {
    display: block;
    width: 87%;
    height: auto;
    color: black;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.bolitas li figure {
    display: block;
    background-color: #fff;
    text-align: center;
    border-radius: 13px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.18);
    margin: 0;
    width: auto;
    height: 92px;
    line-height: 90px;
    margin-bottom: 13px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.bolitas li img{
    display: initial;
    vertical-align: middle;
    max-width: 52%;
    height: 60px;
}
.bolitas li.active a, .bolitas li:hover a{
    color: #de161b;
}
.bolitas li.active figure, .bolitas li:hover figure {
    background-color: #de161b;
}
.txt-plomo{
    color: #898787;
}
.parametros-descripcion{
    position: relative;
}
.parametros-descripcion .img-container{
    width: 120px;
    min-height: 120px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    display: block;
    text-align: center;
    margin: 0 auto;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.18);
}
.parametros-descripcion img {
    /*width: 65px;*/
    width: auto;
    height: 65px;
    display: inline;
    margin-top: 16px;
}
.parametros-descripcion figcaption{
    display: block;
    color: black;
    margin-top: 12px;
    font-size: 14px;
}
.form-input{
    /*height: 25px;*/
    display: inline-block;
    vertical-align: middle;
    margin-top: 0 !important;
    cursor: pointer;
}
.form-control{
    height: 50px;
    font-size: 15px;
    border: 1px solid #000000;
}
.btn-warning {
    color: #000;
    background-color: #ffdb07;
    border-color: #ffdb07;
    padding: 14px 20px;
    border-radius: 15px;
}
.btn-warning:hover, .btn-warning:focus{
    color: #000 !important;
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
}
.btn-disabled {
    color: #fff;
    background-color: #999999;
    border-color: #999999;
}
.btn-dark {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-danger, .btn-success, .btn-info, .btn-disabled, .btn-dark {
    padding: 14px 20px;
    border-radius: 15px;
}
.cuadro-borde{
    border: 2px solid #707070;
    border-radius: 24px;
    padding: 30px;
}
.fila-flex{
    margin-bottom: 2rem;
    display: flex;
}
.fila-flex a{
    margin: 0 0 0 auto;
    font-size: 20px;
    color: #de161b;
}
.fila-flex strong{
    margin: 0 0 0 auto;
}
.titulo-sub{
    display: inline-block;
    border-bottom: 4px solid #de161b;
    margin: 0 auto;
}
/* barra progresiva */
.sliderBar {
    display: block;
    width: 100%;
    position: relative;
    padding: 0 12px;
}
.sliderBar [type=range] {
    -webkit-appearance: none;
    width: 100%;
    border: none;
    outline: none;
    position: relative;
}
.sliderBar input[type=range] ~ datalist {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 12px;
    width: calc(100% - 12px*2);
    margin: 16px 0;
    padding: 0;
}
.sliderBar input[type=range] ~ datalist option {
    display: block;
    width: 24px;
    background: 0 0;
    padding: 0;
    text-align: center;
}
.sliderBar input[type=range] ~ datalist option:after {
    content: attr(value);
}
:root {
    --progressW: 50%;
}

::-webkit-slider-runnable-track{
    background: #ccc;
    height: 4px;
}
::-webkit-slider-thumb{
    box-sizing: border-box;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    border: 2 solid #000;
    border-radius: 50%;
    background: #de161b;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
::-webkit-slider-thumb:hover {
    box-shadow: 0 0px 4px rgba(253, 37, 30, .75);
}
::-moz-range-track{
    background: #ccc;
    height: 4px;
}
::-moz-range-progress{}
::-moz-range-thumb{
    box-sizing: border-box;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    border: 2 solid #000;
    border-radius: 50%;
    background: #de161b;
    cursor: pointer;
}
::-moz-range-thumb: hover{
    box-shadow: 0 0px 4px rgba(253, 37, 30, .75);
}
/* fin barra progresiva */
.fondo-plomo{
    background: #f1f1f1;
}
.white-bg{
    background: #fff;
}
.numbers {
    font-size: 45px;
    color: #de161b;
}
.txt-ayuda {
    font-size: 18px;
    color: #de161b;
    font-weight: 100;
}
.footer{
    border-top: 10px solid #de161b;
}
.fondo-rojo{
    background: #de161b;
    color: #fff;
}
.inline-flex{
    padding: 0;
    text-align: center;
    /*display: flex;
    align-content: center;
    justify-content: center;*/
}
.inline-flex li{
    color: #fff;
    line-height: 23px;
    margin-right: 15px;
    display: inline-block;
}
.inline-flex li a{
    color: #fbb;
}
.inline-flex li a:hover, .inline-flex li a:focus{
    color: #fff;
    text-decoration: underline;
}
.footer p {
    color: #606060;
    margin-bottom: 5px;
}
.footer p a{
    color: #606060;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.footer p a:hover, .footer p a:focus{
    color: #de161b;
}
.tit-footer span{
    color: #de161b;
}
.desliz {
    width: 100.1%;
    cursor: pointer;
    border-radius: 0;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    background: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 8px;
}
.desliz span {
    font-size: 16pt;
}
.cont-desliz {
    padding: 15px 15px;
    background: white;
    border-radius: 0 0 8px 8px;
    box-shadow: 0px 10px 12px #cfcfcf;
}
.div-deslizador.active .desliz {
    border-radius: 8px 8px 0 0;
    background: #000;
    color: #fff;
}
.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    min-height: calc(100% - (.5rem * 2));
}
.modal-header{
    min-height: 0;
    padding: 0;
    border-bottom: 0px solid #e5e5e5;
}
.modal-header .close{
    background: #000;
    text-shadow: none;
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    opacity: 1;
    border: 2px solid #fff;
    margin-top: -12px;
    margin-right: -12px;
    box-shadow: 0px 0px 5px #000;
    cursor: pointer;
    z-index: 2;
    position: relative;
}
.modal-header .close span{
    margin-top: -3px;
    display: block;
}
table.tabla-responsive {
    width: 100%;
}
table.tabla-responsive th {
    padding: 8px;
    background-color: #de161b;
    color: #fff;
    font-size: 20px;
    text-align: center;
}
table.tabla-responsive td {
    border-top: 0;
    padding: 10px;
    color: #4a4a4a;
    background-color: #fff;
}
 table.tabla-responsive tr:nth-child(2n) td {
    background-color: #f6f6f6;
    color: #4a4a4a;
}
.form-select{
    position: relative;
    width: 100%;
}
.form-select select{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.form-select i {
    position: absolute;
    top: 25%;
    right: 10px;
    color: #de161b;
    line-height: 1.5;
    z-index: 2;
    pointer-events: none;
}
.form-select i:before {
    font-size: 12px;
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
    display: none;
}
.radio label, .checkbox label {
    padding: 1px 5px 0px 22px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-weight: normal;
}
.radio label:before, .checkbox label:before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    background: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 4px;
}
.checkbox label:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}
.checkbox label:before {
    border-radius: 4px;
}
.checkbox input[type="checkbox"]:checked + label:after {
    display: block;
}
.radio input[type="radio"]:checked + label:before, .checkbox input[type="checkbox"]:checked + label:before {
    background: #de161b;
    border: 1px solid #de161b;
}
.text-primary{
    color: #de161b !important;
}
.d-flex{
    display: flex !important;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.align-items-center{
    -ms-flex-align: center!important;
    align-items: center!important;
}
.align-items-bottom{
    -ms-flex-align: flex-end!important;
    align-items: flex-end!important;
}
.align-items-top{
    -ms-flex-align: flex-start!important;
    align-items: flex-start!important;
}
.seguir-pasos i{
    font-size: 5rem;
    color: #de161b;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.seguir-pasos aside{
    text-align: justify;
}
.seguir-pasos:hover i{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.iconos-pie {
    color: #606060;
    padding-bottom: 8px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.iconos-pie span {
    width: 35px;
    text-align: left;
}
.iconos-pie span:before {
    background: transparent;
    border-radius: 50%;
    padding: 4px;
    font-size: 18px;
    /*color: #606060;*/
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.iconos-pie aside {
    margin-bottom: 0;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.footer a, .footer p {
    color: #606060;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.footer a:hover, .footer a:hover p{
    color: #de161b;
}
/************ div flotante **************/
@-webkit-keyframes cs_tittles {
    2.0833333333333335%{ opacity: 0; -webkit-transform: translateX(-100%);}
    25.41666666666667%  { opacity: 1; -webkit-transition: .2s opacity .0s ease, .2s -webkit-transform .2s ease; -webkit-transform: translateY(0);}
    95%,100%    {  -webkit-transform: translateY(0);opacity: 1; }
}
@-moz-keyframes cs_tittles {
    2.0833333333333335%{ opacity: 0; -moz-transform: translateX(-100%);}
    25.41666666666667%  { opacity: 1; -moz-transition: .2s opacity .0s ease, .2s -moz-transform .2s ease; -moz-transform: translateY(0);}
    95%,100%    {  -moz-transform: translateY(0);opacity: 1; }
}
@-o-keyframes cs_tittles {
    2.0833333333333335%{ opacity: 0; -o-transform: translateX(-100%);}
    25.41666666666667%  { opacity: 1; -o-transition: .2s opacity .0s ease, .2s -o-transform .2s ease; -o-transform: translateY(0);}
    95%,100%    {  -o-transform: translateY(0);opacity: 1; }
}
@keyframes cs_tittles {
    2.0833333333333335%{ opacity: 0; transform: translateX(-100%);}
    25.41666666666667%  { opacity: 1; transition: .2s opacity .0s ease, .2s transform .2s ease; transform: translateY(0);}
    95%,100%    {  transform: translateY(0);opacity: 1; }
}
.div-flotante{
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9;
    color: #000;
    /*overflow: hidden;*/
}
.icono-flotante{
    display: block;
    background: #de161b;
    padding: 14px;
    border-radius: 50%;
    box-shadow: 1px 2px 5px rgb(100 99 99 / 65%);
    position: relative;
    line-height: 0;
    animation: pulse-wsp 1.5s infinite;
}
@-webkit-keyframes pulse-wsp{
  0%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(222,22,27,0.7)}
  70%{transform:scale(1);box-shadow:0 0 0 10px rgba(222,22,27,0)}
  100%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(222,22,27,0)}
}
@-ms-keyframes pulse-wsp{
  0%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(222,22,27,0.7)}
  70%{transform:scale(1);box-shadow:0 0 0 10px rgba(222,22,27,0)}
  100%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(222,22,27,0)}
}
@-moz-keyframes pulse-wsp{
  0%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(222,22,27,0.7)}
  70%{transform:scale(1);box-shadow:0 0 0 10px rgba(222,22,27,0)}
  100%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(222,22,27,0)}
}
@keyframes pulse-wsp{
  0%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(222,22,27,0.7)}
  70%{transform:scale(1);box-shadow:0 0 0 10px rgba(222,22,27,0)}
  100%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(222,22,27,0)}
}
.whatsapp {
    margin: 0;
    fill: rgb(255 255 255);
}
.icono-flotante img{
    width: 35px;
}
.texto-flotante{
    /*display: none;*/
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-animation: cs_tittles 15000ms infinite -1400ms ease;
    -moz-animation: cs_tittles 15000ms infinite -1400ms ease;
    animation: cs_tittles 15000ms infinite -1400ms ease;
}
/*fin whatsapp*/
.box-shadow {
    box-shadow: 0px 0px 8px #a4a4a4;
    overflow: hidden;
    position: relative;
    border-radius: 1rem;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.fechadate {
    border-radius: 999px;
    height: 59px;
    width: 59px;
    background-color: #de161b;
    color: #fff;
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    z-index: 1;
}
.fechadate span:nth-child(2) {
    font-size: 11px;
    font-weight: 600;
}
.seccionimg {
    width: 100%;
    height: 180px;
    max-height: 61vh;
    overflow: hidden;
    position: relative;
    will-change: transform;
}
.box-shadow .seccionimg {
    height: 220px;
}
.contenido-carru .seccionimg {
    display: block;
    overflow: hidden;
    position: relative;
}
.contenido-carru .seccionimg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}
.imgsec2 {
    width: 100%;
    height: 100%;
    background-position: center;
    background-position: center center;
    background-size: auto 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.efecto-zoom .imgsec2 {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.contenido-carru .seccionimg:after {
    background: #de161b;
    color: #fff;
    border-radius: 50%;
    bottom: 0;
    content: "\f002";
    font: 18px/3em "Font Awesome 6 Pro";
    font-weight: 100;
    height: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 3em;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity .4s,-webkit-transform .4s;
    transition: opacity .4s,-webkit-transform .4s;
    -o-transition: opacity .4s,-o-transform .4s;
    transition: opacity .4s,transform .4s;
    transition: opacity .4s,transform .4s,-webkit-transform .4s,-o-transform .4s;
    -webkit-transform: scale(4);
    -o-transform: scale(4);
    transform: scale(4);
}
.contenido-carru aside {
    background: #de161b;
    padding: 8% 8%;
    color: #fff;
}
.text-white {
    color: #fff!important;
}
.contenido-carru:hover .seccionimg:before {
    opacity: 1;
}
.efecto-zoom:hover .imgsec2 {
    transform: scale(1.1, 1.1);
}
.contenido-carru:hover .seccionimg:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/*=========== flecha hacia arriba ============*/
/*.scrollup{
    width:40px;
    height:40px;
    opacity:0.4;
    position:fixed;
    bottom:20px;
    left: 10px;
    display:none;
    text-indent:-9999px;
    background: transparent url('../imagenes/navegacion-top.svg') no-repeat;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    background-size: cover;
    fill: #000;
    z-index: 999;
}*/
.scrollup:hover{
    opacity:1;
}
.btn-to-top {
    background: #de161b;
    bottom: 15px;
    color: #fff;
    cursor: pointer;
    font-family: "Font Awesome 6 Pro";
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    left: 10px;
    text-align: center;
    width: 40px;
    z-index: 991;
    -webkit-transition: color 0.3s,background 0.3s,border-radius 0.3s;
    -o-transition: color 0.3s,background 0.3s,border-radius 0.3s;
    transition: color 0.3s,background 0.3s,border-radius 0.3s;
    will-change: color,background,border-radius;
    border-radius: 50%;
}
.btn-to-top:before {
    content: "\f106";
}
.btn-to-top:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #de161b;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: .4s transform,.4s opacity,.4s border-radius;
    -o-transition: .4s transform,.4s opacity,.4s border-radius;
    transition: .4s transform,.4s opacity,.4s border-radius;
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    will-change: transform,opacity;
}
.btn-to-top:hover {
    background: #de161b;
    border-radius: 5px;
}
.btn-to-top:hover:after {
    border-color: #de161b;
    -webkit-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
    border-radius: 5px;
    opacity: 1;
}
/*=========== final flecha hacia arriba ============*/


/*final css*/

/*************************************/
/*------ MEDIA QUERYS MAX ----------*/
/*************************************/
@media(max-width: 1200px){
    h5, .h5 {
        font-size: 16px;
    }
}
@media(max-width: 991px){
    .tit-footer{
        text-align: left !important;
    }
}
/* fin 991 */
@media(max-width: 767px){
    .p-xs-0{
        padding: 0 !important;
    }
    .pt-xs-0{
        padding-top: 0 !important;
    }
    .pt-xs-1{
        padding-top: 1rem !important;
    }
    .pt-xs-2{
        padding-top: 2rem !important;
    }
    .pt-xs-3{
        padding-top: 3rem !important;
    }
    .pt-xs-4{
        padding-top: 4rem !important;
    }
    .pt-xs-5{
        padding-top: 5rem !important;
    }
    .pb-xs-0{
        padding-bottom: 0 !important;
    }
    .pb-xs-1{
        padding-bottom: 1rem !important;
    }
    .pb-xs-2{
        padding-bottom: 2rem !important;
    }
    .pb-xs-3{
        padding-bottom: 3rem !important;
    }
    .pb-xs-4{
        padding-bottom: 4rem !important;
    }
    .pb-xs-5{
        padding-bottom: 5rem !important;
    }
    .numbers {
        font-size: 25px;
    }
    .txt-ayuda{
        font-size: 12px;
    }
    .cuadros-numb .col-xs-3{
        padding: 0 4px;
        margin-top: 4px;
    }
    .cuadros-numb figure{
        height: 100%;
    }
    .cuadros-numb figure img{
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .simulador .list-step-simulafacil li{
        width: 22% !important;
    }
    .bolitas ul{
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
    }
    .bolitas li{
        /*width: 28%;*/
        /*margin: 0 6px;*/
    }
    .bolitas li a{
        width: 100%;
    }
    .btn-head{
        padding: 10px;
    }
    .btn-head img{
        height: 21px;
    }
    .nav-flex{
        display: block;
        border: 0;
    }
    .nav-flex .navbar-brand{
        padding: 4px 10px;
    }
    .navbar-header{
        /*width: 100%;*/
        /*margin: 0 !important;*/
    }
    .navbar-toggle{
        margin-top: 32px;
    }
    .navbar-right{
        padding: 15px;
    }
    .navbar-right li{
        display: inline-block;
    }
    .navbar-collapse{
        background: #eeeeee;
        max-height: 72vh;
    }
    .navbar-nav > li > a{
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .navbar-default{
        border: 0;
    }
    .nav-flex .navbar-nav > li > a:hover, .nav-flex .navbar-nav > li > a:focus{
        background: black;
        color: #fff;
    }
    .navbar-nav .open .dropdown-menu{
        padding: 0 15px;
    }
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        color: #ffffff;
        background-color: black;
    }
    .dropdown-menu a{
        padding: 10px;
        text-transform: uppercase;
        display: block;
        color: #000;
    }
    .modal-header .close{
        margin-top: 6px;
        margin-right: 6px;
        margin-bottom: 6px;
    }
    .overflow-xs{
        overflow: hidden;
    }
    .btn{
        width: 100% !important;
    }
    body{
        font-size: 15px;
    }
    h1, .h1 {
        font-size: 32px;
    }
    h2, .h2 {
        font-size: 26px;
    }
    h3, .h3 {
        font-size: 22px;
    }
    .navbar-toggle {
        border: 1px solid #de161b !important;
        background-color: #de161b;
        height: 40px;
        width: 50px;
    }
    .navbar-toggle.collapsed .icon-bar {
        transform: rotate(0deg);
        width: 30px;
    }
    .navbar-toggle.collapsed .icon-bar + .icon-bar {
        transform: rotate(0deg);
        margin-top: 8px;
    }
    .navbar-toggle .icon-bar {
        display: block;
        height: 2px;
        border-radius: 1px;
        background-color: #fff;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
        margin-top: 0px;
        width: 30px;
        transform: rotate(45deg);
        margin: 0 0 0 auto;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-toggle .icon-bar + .icon-bar {
        transform: rotate(-45deg);
        margin-top: -2px;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
        border-color: #de161b;
        background-color: #de161b;
    }
    .navbar-collapse{
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        max-height: 0;
        -webkit-transition: max-height .3s,-webkit-transform .3s;
        transition: max-height .3s,-webkit-transform .3s;
        -o-transition: max-height .3s,transform .3s;
        transition: max-height .3s,transform .3s;
        transition: max-height .3s,transform .3s,-webkit-transform .3s;
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 999;
        background: #de161b !important;
    }
    .navbar-collapse.in{
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        max-height: 80vh;
        overflow: auto;
        margin: 0;
    }
    .nav-flex .navbar-nav > li > a{
        color: #fff;
    }
    .dropdown-menu a{
        color: #fff;
    }
    .navbar-right{
        color: #fff;
    }
    .menu-on .nav-flex .navbar-brand > img{
        height: 75px;
    }
    .menu-on .navbar-toggle {
        margin-top: 20px;
    }
}
/* fin 767 */
@media(max-width: 500px){
    .bolitas ul{
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }
}
/*************************************/
/*------ MEDIA QUERYS MIN ----------*/
/*************************************/
@media(min-width: 1200px){

}
@media(min-width: 991px){

}
/* sm */
@media (min-width: 768px) and (max-width: 991px) {
}
/* xs */
@media (min-width: 767px){
    .sin-padd-left {
        padding-left: 0;
    }
    .mt-pc-0{
        margin-top: 0 !important;
    }
    .mt-pc-1{
        margin-top: 1rem !important;
    }
    .mt-pc-2{
        margin-top: 2rem !important;
    }
    .mt-pc-3{
        margin-top: 3rem !important;
    }
    .mt-pc-4{
        margin-top: 4rem !important;
    }
    .mt-pc-5{
        margin-top: 5rem !important;
    }
    .mb-pc-0{
        margin-bottom: 0 !important;
    }
    .mb-pc-1{
        margin-bottom: 1rem !important;
    }
    .mb-pc-2{
        margin-bottom: 2rem !important;
    }
    .mb-pc-3{
        margin-bottom: 3rem !important;
    }
    .mb-pc-4{
        margin-bottom: 4rem !important;
    }
    .mb-pc-5{
        margin-bottom: 5rem !important;
    }
    .pl-pc-0{
        padding-left: 0 !important;
    }
    .pl-pc-1{
        padding-left: 1rem !important;
    }
    .pl-pc-2{
        padding-left: 2rem !important;
    }
    .pl-pc-3{
        padding-left: 3rem !important;
    }
    .pl-pc-4{
        padding-left: 4rem !important;
    }
    .pl-pc-5{
        padding-left: 5rem !important;
    }
    .pr-pc-0{
        padding-right: 0 !important;
    }
    .pr-pc-1{
        padding-right: 1rem !important;
    }
    .pr-pc-2{
        padding-right: 2rem !important;
    }
    .pr-pc-3{
        padding-right: 3rem !important;
    }
    .pr-pc-4{
        padding-right: 4rem !important;
    }
    .pr-pc-5{
        padding-right: 5rem !important;
    }
    .dropdown{
        position: static !important;
    }
    .dropdown .dropdown-menu{
        width: 100%;
        border-radius: 0px;
        top: 100%;
        border: 0;
        padding: 20px;
        overflow: hidden;
    }
    .dropdown-menu li a {
        color: black;
        font-size: 16px;
        text-transform: uppercase;
        padding: 7px 0;
        display: block;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .dropdown-menu li a:hover, .dropdown-menu li a:focus {
        color: #de161b;
    }
}