/*Sustituir en las fichas por h2 con clase mt-32*/
.modal-ficha h2 {
    margin-top: 32px;
}

/*Pare el recurso de "nav-tabs horizontal-tab" cuando tenemos 5 pestañas*/
.tabs-5 li {
    width: 20%;
}

/* fix para product-header al hacer scroll */
.menuzord-menu > li > a {
    padding-top: 25px !important;
    font-weight: 400;
}

@media screen and (max-width: 1199px) {

    .menuzord-menu > li > a,
    .main-navigation ul.nav2 > li > a {
        font-size: 13px;
    }

    .menuzord-menu > li > button {
        margin: 26px 4px;
    }

    .menuzord-menu > li .btn.btn-sm {
        padding: 5px 8px;
    }
}

.menuzord-menu > li.nav-icon.lupa-container > a {
    padding-right: 0;
    padding-left: 0;
    /*color: #0B7AD0 !important;*/
    color: #000;
}

.col-sm-offset-1.col-sm-10.nav2 {
    width: 100% !important;
}

/* contenedor buscador */
.menuzord-menu > li > .megamenu.megamenu-quarter-width {
    width: 100%;
    left: 0;
}

.menuzord-menu > li:first-child > a > img.logo {
    left: 0;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {

    .blk-con-fondo .pull-left {
        position: relative;
    }

    .blk-con-fondo .blck-right {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 0;
    }

    /* estilos para barra de navegacion principal */
    /* .top-bar-cta li {
        width: 21.2%;
    } */

    .main-navigation .nav2 {
        margin-left: 0 !important;
    }

    .main-navigation ul.nav2 > li:first-child {
        padding-left: 51px;
    }
}

@media screen and (min-width:992px) {

    /* Efecto gradiente para imagen en .blk-con-fondo  */
    .blk-con-fondo [class*='col-'].pull-right .blk-img::after,
    .blk-con-fondo [class*='col-'].pull-left .blk-img::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgb(255, 255, 255);
    }

    .blk-con-fondo [class*='col-'].pull-right .blk-img::after {
        background: -moz-linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%);
        background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
    }

    .blk-con-fondo [class*='col-'].pull-left .blk-img::after {
        background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%);
        background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    section.blk-wrapper.blk-con-fondo:nth-child(even)::before {
        /*background-position: -200px center !important;*/
    }

    section.blk-wrapper.blk-con-fondo:nth-child(odd)::before {
        /*background-position: 200px center !important;*/
    }
}

/* pestaña triangular para Cards en HOME particulares y negocios */
#sectores .card-image .card-body {
    border-left: 1px solid transparent;
}

#sectores .card-image .card-body:before {
    top: 0;
    height: 60px;
    border-top: none !important;
}

#sectores .card-image .card-body:after {
    border-bottom: none !important;
    top: 39px;
    height: calc(100% - 39px);
}

#sectores .card-image .card-body:before,
#sectores .card-image .card-body:after {
    content: " ";
    position: absolute;
    left: -30px;
    width: 0;
    border: 15px solid transparent;
    border-right: 15px solid #F5F8FA;
}

#sectores .card-image .card-body:before {
    height: 40px;
}

#sectores .card-image .card-body {
    /*top: 21%;*/
    /*height: auto;*/
}

#sectores .card-image .card-body .title {
    margin-top: 5px;
}

@media screen and (max-width: 1247px) {
    #sectores .card-image .card-body {
        border-left: none;
    }
}


#sectores h4 {
    margin-bottom: 50px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #sectores .card-image {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width:320px) {
    #sectores .card-image {
        margin-left: 1em;
        margin-right: 1em;
    }
}

@media screen and (min-width: 481px) and (max-width: 1247px) {
    #sectores .card-image {
        margin-left: 0;
        margin-right: 0;
    }

}


.megamenu.megamenu-quarter-width {
    /*display: block !important;*/
}

.megamenu.megamenu-quarter-width .form-control {
    border: none;
}

.megamenu.megamenu-quarter-width .modal-body {
    border: none;
}

.selector-tarjetas .panel-body a.mt-16 {
    display: block;
}

#searchResponsiveModal .modal-dialog {
    position: relative;
    margin: 0 auto;
    width: 90%;
}

#searchResponsiveModal .modal-body form .input-group {
    padding: 25px 35px;
}

#searchResponsiveModal .modal-body .form-control {
    border: none;
    box-shadow: none;
}

#searchResponsiveModal .modal-body .input-group-addon {
    border: none;
}

#searchResponsiveModal .modal-body .input-group-addon a {
    font-size: 24px;
}

#searchResponsiveModal .modal-content {
    margin-top: 43px;
    border-radius: 2px;
}

@media screen and (max-width: 991px) {
    #searchResponsiveModal .modal-body form .input-group {
        padding: 15px 15px;
    }
}

@media screen and (max-width: 480px) {
    #searchResponsiveModal .modal-body form .input-group {
        padding: 10px 10px;
    }
}

@media screen and (max-width:1024px) {

    #sectores .card-image .card-body:before,
    #sectores .card-image .card-body:after {
        border: none;
    }
}

.vertical-tab {
    background-color: rgba(255, 255, 255, 0.2);
}

.vertical-tab li.active a,
.vertical-tab li.active a:focus {
    color: #0b7ad0;
}

.card-box.card-promo .card-promo-content .card-title h1,
.card-box.card-promo .card-promo-content .card-title h2,
.card-box.card-promo .card-promo-content .card-title h3,
.card-box.card-promo .card-promo-content .card-title h4,
.card-box.card-promo .card-promo-content .card-title h5 {
    padding: 0;
    margin: 0;
    font-size: 20px;
    line-height: normal;
    font-weight: bold;
    letter-spacing: 1px;
}

.card-box.card-promo .card-promo-content .card-title {
    padding: 8px 16px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

@media screen and (max-width: 480px) {

    .card-box.card-promo .card-title h1,
    .card-box.card-promo .card-title h2,
    .card-box.card-promo .card-title h3,
    .card-box.card-promo .card-title h4,
    .card-box.card-promo .card-title h5 {
        font-size: 16px !important;
    }

    .vertical-tab {
        background-color: transparent;
    }
}

/**/
@media screen and (max-width: 1199px) {
    .mycarousel .movil-overlay {
        top: 10px;
        background-position: 0 0;
        height: 203px;
    }

    #bloque_necesitas .carousel::after {
        border-top-left-radius: 30px !important;
        border-top-right-radius: 30px !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        top: 10px;
    }

    #bloque_necesitas .mycarousel .movil-container {
        height: 213px;
    }

    #bloque_necesitas .carousel .carousel-inner {
        top: 18px;
        height: 195px;
        border-top-left-radius: 30px !important;
        border-top-right-radius: 30px !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    #bloque_necesitas .carousel {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        height: 195px;
        background-color: transparent !important;
    }
}

#bloque_necesitas .contenido_movil ul li {
    margin-bottom: 1em;
}

/* centrar botones en responsivo */
@media screen and (max-width:767px) {
    .mobile {
        margin-left: -9px;
        text-align: center;
    }
}

section.prefooter-product:before {
    background: -webkit-linear-gradient(left, rgba(218, 226, 233, 1) 0%, rgba(218, 226, 233, 1) 50%, rgba(218, 226, 233, 0.5) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(218, 226, 233, 1)), color-stop(50%, rgba(218, 226, 233, 1)), to(rgba(218, 226, 233, 0.5)));
    background: -o-linear-gradient(left, rgba(218, 226, 233, 1) 0%, rgba(218, 226, 233, 1) 50%, rgba(218, 226, 233, 0.5) 100%);
    background: linear-gradient(to right, rgba(218, 226, 233, 1) 0%, rgba(218, 226, 233, 1) 50%, rgba(218, 226, 233, 0.5) 100%);
}

section.corners .col-sm-2 .svg {
    margin-top: -15px;
}

.tabla-condiciones ul.basic {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    display: table;
}

.tabla-condiciones ul.basic li {
    width: 100%;
    margin-left: 15px;
}

.tabla-condiciones ul.basic li:first-of-type {
    border-bottom: none;
}

.tabla-condiciones ul.basic li div:first-of-type {
    display: table-cell;
    float: left;
    clear: none;
}

.tabla-condiciones ul.basic li div:last-of-type {
    padding: 5px 10px;
    background: rgba(229, 39, 38, .5);
    border-radius: 6px;
    font-weight: bold;
    color: #fff;
    font-size: 12px;
    width: 11%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    clear: none;
    float: left;
    margin-left: 61px;
}

.tabla-condiciones .big-date.normal {
    padding: 10px;
    background: rgba(229, 39, 38, .5);
    border-radius: 6px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    font-size: 12px;
    width: 100%;
    display: inline-block;
    margin: 0;
}

.tabla-condiciones p.text-normal {
    font-weight: normal !important;
}

@media screen and (max-width: 1199px) {
    .tabla-condiciones ul.basic li {
        clear: both;
        max-width: 95%;
        padding-bottom: 10px;
    }

    .tabla-condiciones ul.basic li div:first-of-type {
        width: 80%;
        float: left;
    }

    .tabla-condiciones ul.basic li div:last-of-type {
        width: 130px;
        margin-left: 0;
        float: left;
    }

    .tabla-condiciones .big-date.normal {
        margin-left: 0;
        float: left;
    }
}

@media (min-width:992px) and (max-width:1024px) {
    .tabla-condiciones ul.basic li div:first-of-type {
        max-width: 580px;
    }

    .tabla-condiciones ul.basic li div:last-of-type {
        margin-left: 15%;
    }
}

.tabla-condiciones .number-box {
    padding: 5px 10px;
    background: rgba(229, 39, 38, .5);
    border-radius: 6px;
    font-weight: bold;
    color: #fff;
    font-size: 12px;
    width: auto;
    vertical-align: middle;
    text-align: center;
}

.tabla-condiciones .col-md-2.col-xs-3 {
    border: none !important;
}

.h-10 {
    height: 10% !important;
    max-height: 10% !important;
}

.h-25 {
    height: 25% !important;
    max-height: 25% !important;
}

.h-50 {
    height: 50% !important;
    max-height: 50% !important;
}

.h-75 {
    height: 75% !important;
    max-height: 75% !important;
}

.h-100 {
    height: 100% !important;
    max-height: 100% !important;
}

.valores .featured-item {
    padding: 15px;
    height: 270px;
}

.tabla-condiciones > .row > .col-sm-3:first-of-type p {
    font-weight: bold;
}


@media screen and (min-width: 992px) {
    .card-mini .card-text {
        display: table;
    }

    .card-mini .card-text .col-md-2,
    .card-mini .card-text .col-md-10 {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }
}

@media screen and (max-width: 991px) {

    .card-mini .card-text .col-md-2 img.svg,
    .card-mini .card-text .col-md-2 svg {
        height: 100px !important;
        margin: 0 auto;
        text-align: center;
    }
}

.fondo1-bg .cd-container {
    background-color: #f4f7fc;
}

video {
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}

/*ESPACIOS ENTRE COLUMNAS EN RESPONSIVO */
.row.row-grid [class*="col-"] + [class*="col-"] {
    margin-top: 15px;
}

@media (min-width: 1200px) {
    .row.row-grid [class*="col-lg-"] + [class*="col-lg-"] {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .row.row-grid [class*="col-md-"] + [class*="col-md-"] {
        /*margin-top: 0;*/
    }
}

@media (min-width: 768px) {
    .row.row-grid [class*="col-sm-"] + [class*="col-sm-"] {
        /*margin-top: 0;*/
    }
}


@media screen and (max-width: 1024px) {
    .movil-funcionalidad {
        margin-top: 120px;
    }
}

.bloque-seguridad .portatil {
    position: absolute;
    max-width: 100%;
    margin: 0 auto;
    left: -5%;
    top: 0;
}

.bloque-seguridad .container {
    position: relative;
}

/* HAZTE FAN DE LA SEGURIDAD */
@media only screen and (min-width: 992px) and (max-width:1199px) {
    .bloque-seguridad .portatil {
        left: 0;
        width: 80%;
        top: 12%;
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .bloque-seguridad .portatil {
        left: -25%;
        top: 15%;
    }
}

@media screen and (max-width: 991px) {
    .bloque-seguridad .portatil {
        position: static;
        margin-top: 20px;
    }
}

/* HAZTE FAN DE LA SEGURIDAD */
/* Ajuste Nav Principal en Responsivo */
@media screen and (max-width: 991px) {
    .menuzord-responsive .menuzord-menu > li > a {
        border-color: transparent;
    }

    .menuzord-menu {
        background-color: #0b7ad0 !important;
    }

    .menuzord-menu li,
    .menuzord-menu li a,
    .menuzord-responsive .menuzord-menu li a .indicator {
        color: #fff !important;
    }

    .menuzord-responsive .menuzord-menu li .indicator {
        border-color: transparent;
    }

    #divMenuzord > ul:first-child li {
        height: 20%;
    }

    #divMenuzord {
        position: relative;
    }

    #divMenuzord > a {
        display: block;
    }

    #divMenuzord > ul:first-of-type {
        height: 100%;
    }

    .menuzord-responsive .menuzord-menu > li > .megamenu {
        background-color: #0b7ad0;
        border-color: transparent;
    }

    .menuzord-responsive .menuzord-menu ul.dropdown li a,
    .menuzord-responsive .menuzord-menu .megamenu li a {
        border-color: transparent;
    }

    #divMenuzord {
        padding: 0;
        margin: 0;
    }

    #divMenuzord .megamenu.hidden-lg.hidden-md {
        box-shadow: none;
    }

    #divMenuzord .megamenu.hidden-lg.hidden-md {
        position: relative;
        top: 0;
    }

    #divMenuzord .menuzord-menu:first-of-type > li:nth-child(2) > a {
        background-color: #3b94d9;
    }

    #divMenuzord .list-unstyled .active {
        text-shadow: 0 0 .65px #fff, 0 0 .65px #fff;
    }

    .menuzord-responsive .menuzord-menu li .indicator {
        height: auto;
        top: 11px;
    }

    .menuzord-menu > li > .megamenu {
        padding-top: 0;
        padding-bottom: 0;
    }

    .menuzord-menu.right-menu {
        border-top: 1px solid #348ED6;
    }

    .menuzord-menu.right-menu li:first-of-type .btn {
        color: #fff !important;
        border-color: #fff !important;
    }

    .menuzord-responsive .menuzord-menu > li > a {
        padding: 0 16px;
        line-height: 67px;
    }

    .menuzord-responsive .menuzord-menu:first-child .megamenu {
        background-color: #0b7ad0;
    }

    .menuzord-responsive .menuzord-menu .megamenu li a {
        line-height: 50px;
        padding: 0 5px;
    }

    .menuzord-menu .indicator .chevron.svg {
        width: 20px;
        height: 20px;
    }

    .menuzord-menu .indicator .svg path,
    .menuzord-menu .indicator .svg rect,
    .menuzord-menu .indicator .svg polygon,
    .menuzord-menu .indicator .svg circle {
        fill: white !important;
    }

    .menuzord-responsive .menuzord-menu > li:nth-child(2) .megamenu-row {
        padding-left: 0;
    }

    .menuzord-menu.menuzord-indented.scrollable:first-of-type > li:nth-child(2) > .megamenu,
    .menuzord-menu.menuzord-indented:first-of-type > li:nth-child(2) > .megamenu {
        background-color: #62a9e0;
        padding-left: 16px;
    }

    .menuzord-responsive .menuzord-menu > li:nth-child(2) .megamenu-row li a {
        padding-left: 0;
    }

    .menuzord-menu > li > a {
        padding-top: 0 !important;
    }

    .menuzord-menu > li > a,
    .main-navigation ul.nav2 > li > a {
        font-size: 14px;
    }

    .menuzord.yellow .menuzord-menu > li.active > a,
    .menuzord.yellow .menuzord-menu > li:hover > a,
    .menuzord.yellow .menuzord-menu ul.dropdown li:hover > a {
        color: #F6BB42;
    }

    /* hamburguesa */
    .menuzord .showhide {
        width: auto;
    }

    .menuzord .showhide em {
        margin-top: 15px;
    }

    .menuzord .showhide {
        width: 46px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }

    .menuzord .showhide em {
        display: block;
        position: absolute;
        height: 3px;
        width: 20px;
        border-radius: 4px;
        opacity: 1;
        top: 8px;
        left: 13px;
        margin-left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease;
        -moz-transition: .25s ease;
        -o-transition: .25s ease;
        transition: .25s ease;
    }

    .menuzord .showhide em:nth-child(1) {
        top: 0px;
    }

    .menuzord .showhide em:nth-child(2),
    .menuzord .showhide em:nth-child(3) {
        top: 6px;
    }

    .menuzord .showhide em:nth-child(4) {
        top: 12px;
    }

    /* comportamiento onclick */
    .menuzord .showhide.open {
        background-color: #0b7ad0;
        transition: all .25s ease;
    }

    .menuzord .showhide.open em:nth-child(1) {
        top: 6px;
        width: 0%;
        left: 50%;
    }

    .menuzord .showhide.open em {
        width: 45%;
        left: 12px;
        background: #fff;
        transition: all 0.5s ease;
    }

    .menuzord .showhide.open em:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .menuzord .showhide.open em:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .menuzord .showhide.open em:nth-child(4) {
        top: 6px;
        width: 0%;
        left: 50%;
    }

    .menuzord .showhide {
        margin-left: 20px;
    }

    .right-menu li button.btn-primary {
        color: #33393e;
        background-color: #f5f8fa;
        border-color: #33393e;
    }

    .menuzord.blue .menuzord-menu > li.active > a,
    .menuzord.blue .menuzord-menu > li:hover > a,
    .menuzord.blue .menuzord-menu ul.dropdown li:hover > a {
        background-color: #3b94d9;
    }

    .main-navigation ul.nav2 > li:first-child {
        padding-left: 0;
    }

    .main-navigation.busca nav,
    .main-navigation.busca .fondo1-bg {
        position: relative;
    }

    .main-navigation.busca nav.container {
        width: 100%;
        display: inline-grid;
        overflow-x: auto;
        overflow-y: hidden;
        height: 50px;
    }

    .main-navigation.busca .fondo1-bg:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 70px;
        z-index: 1 !important;
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(218, 223, 229, 1) 100%);
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(218, 223, 229, 1) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(218, 223, 229, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#dadfe5', GradientType=1);
    }

    .main-navigation.busca nav.container::-webkit-scrollbar {
        display: none;
    }

    .main-navigation.busca nav.container .nav2 li {
        white-space: nowrap;
        display: inline;
    }
}

.h100 {
    height: 100%;
}


.is-sticky .submenu {
    display: none;
}

.medium {
    font-weight: 500;
}

ol,
ul {
    margin-bottom: 20px;
}

/*Tabla riesgo*/
.tabla-escala {
    /*width: 90%;*/
    width: 100%;
    font-size: 11px;
    margin-bottom: 5px;
}

.tabla-escala tr th {
    font-weight: normal;
    border-bottom: 0;
    background-color: #f6f6f6;
    color: #606366;
    font-size: 10px;
    line-height: 16px;
}

.tabla-escala tr.leyenda-numeros td {
    text-align: center;
    border: 1px solid #dcdcdc;
    color: #808386;
    width: 14.285%;
    height: 18px;
    background-color: #fff;
}

.tabla-escala tr.leyenda-numeros.riesgo2 td:nth-child(2),
.tabla-escala tr.leyenda-numeros.riesgo3 td:nth-child(3) {
    background-color: #545454;
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .tabla-escala {
        width: 100%;
    }
}

@media screen and (min-width: 992px) {
    /*#semaforos-riesgo {
		margin-top: 0 !important;
	}*/
}

@media screen and (max-width: 768px) {
    #semaforos-riesgo .box {
        width: 100%;
    }
}

/*Tabla riesgo*/

.product-header .container-fluid {
    position: relative;
}

.card-promo-2 {
    border: 1px solid #CCC;
    background: white;
}

.card-promo-2 .heading {
    font-size: 16px;
    line-height: 23px;
    background: #dde3ee;
    font-weight: bold;
    text-align: center;
    padding: 8px 0 8px 0;
}

.card-promo-2 .heading p {
    margin-bottom: 0 !important;
}

.card-promo-2 .percent {
    text-align: center;
}

.card-promo-2 .percent .title {
    font-weight: 600;
    color: #0b7ad0;
    margin-top: 16px;
}

.card-promo-2 .percent .title p {
    margin-bottom: 0;
}

.card-promo-2 .percent .info p:first-of-type {
    font-size: 80px;
    line-height: 1.42857143;
    margin-bottom: 0;
}

.card-promo-2 .description {
    background: #f4f7fd;
    padding: 12px !important;
    text-align: left;
}

.card-promo-2 ul {
    padding: 12px 0;
    margin: 0;
    list-style: none;
}

.card-promo-2 ul li {
    display: inline-block;
    padding: 6px;
    border: 1px solid #CCC;
    background: #f4f7fd;
    width: 48%;
    margin-bottom: 8px;
}

.card-promo-2 ul li a {
    font-weight: 500;
}

.card-mini .card-content .card-title h1,
.card-mini .card-content .card-title h2,
.card-mini .card-content .card-title h3,
.card-mini .card-content .card-title h4,
.card-mini .card-content .card-title h5 {
    font-size: 18px;
}

.product-header.promo.satse {
    background-position: left center;
    min-height: 65vh;
    background-size: cover;
}


.product-header.promo.satse .firma-vamos {
    position: absolute !important;
    z-index: 255;
    left: 60px;
    bottom: 40px;
    width: 120px;
    height: 80px;
    float: none;
}

.product-header.promo.satse .ibercaja {
    position: absolute !important;
    z-index: 255;
    width: 280px;
    height: 65px;
    top: 60px;
    left: 0;
}

@media screen and (min-width: 992px) {

    .product-header.promo.satse svg.firma-vamos path,
    .product-header.promo.satse svg.firma-vamos rect,
    .product-header.promo.satse svg.firma-vamos polygon {
        fill: #000 !important;
    }
}


@media (max-width: 991px) {
    .product-header.promo.satse:before {
        background: transparent;
    }

    .product-header.promo.satse {
        background-position: 40% 0 !important;
    }

    .product-header.promo.satse .ibercaja {
        width: 240px;
        max-width: 80%;
        top: 60px;
        left: 0;
    }

    .product-header.promo.satse svg {
        padding: 0;
    }

    .product-header.promo.satse svg.ibercaja path,
    .product-header.promo.satse svg.ibercaja rect,
    .product-header.promo.satse svg.ibercaja polygon {
        fill: #fff !important;
    }

    .product-header.promo.satse svg.firma-vamos path,
    .product-header.promo.satse svg.firma-vamos rect,
    .product-header.promo.satse svg.firma-vamos polygon {
        fill: #000 !important;
    }
}

@media (max-width: 767px) {
    .product-header.promo.satse {
        padding-top: 180px;
        background-position: 20% !important;
    }

    .product-header.promo.satse .firma-vamos {
        top: 80px;
        right: auto !important;
        left: 36px;
    }

    .product-header.promo.satse .ibercaja {
        top: 24px;
    }
}

@media (max-width: 420px) {
    .product-header.promo.satse {
        padding-top: 250px;
    }

    .product-header.promo.satse .firma-vamos {
        top: 80px;
        right: auto !important;
        left: 36px;
    }
}

.product-header.promo.satse .leyenda-escala .tabla-escala tr.leyenda-numeros .selected {
    background-color: #000;
    color: #fff;
}

/* ESTILOS PARA CORNERS */
.pasos svg {
    width: 300px !important;
    height: auto !important;
    opacity: .15;
    height: auto !important;
}

/* ESTILOS PARA CORNERS */


.featured-item .icon {
    text-align: left;
}

/* BLOCKQUOTE */
blockquote {
    font-size: 28px;
    line-height: 36px;
    background: #fff;
    padding: 20px 20px 20px 70px;
    position: relative;
    font-weight: 200;
    color: #999;
    font-style: italic;
}

@media screen and (max-width: 767px) {
    blockquote {
        font-size: 22px;
    }
}

blockquote p {
    color: #666666;
    margin: 0;
    max-width: 80%;
}

blockquote cite {
    margin-top: 10px;
    display: block;
    font-weight: 200;
    opacity: 0.8;
}

blockquote:before {
    display: none;
}

blockquote span:before {
    font-family: Georgia, serif;
    content: " “ ";
    position: absolute;
    top: 40px;
    left: 0px;
    font-size: 5em;
    color: rgba(238, 238, 238, 0.8);
    font-weight: normal;
}

@media (max-width: 640px) {
    blockquote:after {
        font-size: 22em;
        right: -25px;
    }
}


/* BLOCKQUOTE */

.card-text ul.basic {
    margin-bottom: 0;
}

h4.title-border {
    border-left: 2px solid #dd4c40;
    padding-left: 20px;
}

.card-mini.base {
    position: relative;
    background-color: #ffffff;
    min-height: 150px;
    padding: 26px 20px 20px 5px !important;
    margin-left: 22px;
    border-radius: 2px;
}

.card-mini.base .card-content {
    margin: 14px 0px 14px 15px;
}

.card-mini.base .card-title {
    padding: 8px 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 16px;
    background-color: #ffffff;
    color: #33393e;
}

.card-mini.base .card-title p,
.card-mini.base .card-title h1,
.card-mini.base .card-title h2,
.card-mini.base .card-title h3,
.card-mini.base .card-title h4,
.card-mini.base .card-title h5,
.card-mini.base .card-title h6 {
    font-size: 20px;
}