/** {
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}*/
.tvh-content * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {overflow-x:hidden;}
.tvh-row-comparador-iframe.wf-wrap {
    width: 1220px;
}
.tvh-row-comparador-iframe .vc_single_image-img {
    max-height: 313px;
    width: auto;
}
.comparador-iframe-wrapper .outline-stripe-decoration.stripe-style-1 {
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    -o-box-shadow:none;
    -ms-box-shadow:none;
}
.tvh-row-comparador-iframe h2.vc_custom_heading.tvh-text-primary {
    padding-bottom:10px;
    border-bottom:1px solid #dedede;
}
.tvh-container {background:transparent;padding-top:40px;padding-bottom:40px}
.tvh_errors { padding: 8px; border: 1px solid #f50; margin: 0 0 15px; }
.tvh-text-primary {color:var(--tvh-color-primary)!important}
.tvh-text-primary-2 {color:var(--tvh-color-secondary)!important}
.tvh-text-primary-3 {color:var(--tvh-color-terciary)!important}
.tvh-text-success {color:var(--tvh-color-success)}
.tvh-text-danger {color:var(--tvh-color-danger)}
.tvh-font-primary {/*font-family:'vag-rounded' !important;*/}
.sv-txt-bold {font-weight:bold;color:var(--tvh-color-primary);}
.tvh-content .text-left {text-align:left}
.tvh-content .text-center {text-align:center}
.tvh-content .text-right {text-align:right}
.tvh-row-highlight {border:1px solid #dedede;border-radius:10px;padding-top:15px;margin-bottom:20px;background:#f9f9f9;margin-left:30px;margin-right:30px;}
.btn-white-color {color:#fff!important}
.tvh-subtext {font-size:12px;display:block;line-height:14px}
.tvh-parsley-msgs {font-size:13px;font-style:italic;line-height:15px;color: #a94442;}
.modal-backdrop {z-index:110401}
.modal {
    z-index:119392;
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.hidden {
    display:none!important;
}

.list-borderded li {border-top:1px solid #dedede;margin-top:5px;padding-top:5px}
.list-borderded li:first-child {border-top:none;margin-top:0;padding-top:0}
ul.list-group-item-text {margin-top:10px}
.tvh-after-field {position:relative;color: #9e9e9e;}
.tvh-after-field .tvh-after-field-el {position:absolute;top:0;right:9px;font-size:68px;line-height:63px}
.tvh-after-field .tvh-after-field-container {padding-right:57px!important}
.tvh-big-text-field {font-size:25px!important;font-weight:bold!important;line-height:25px!important;}
.btn-tvh {
    background-color: transparent;
    border: 2px solid var(--tvh-color-success);
    color: var(--tvh-color-success);
    font-size: 20px;
    border-radius: 8px;
    padding: 10px 15px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    text-align: center;
    text-decoration:none;
    white-space:normal!important;
    display:inline-block;
    cursor:pointer;
}
.btn-tvh:hover,
.btn-tvh.active-btn {
    background-color: var(--tvh-color-success);
    color: #fff;
}
.btn-tvh.active-btn:hover {
    background-color: var(--tvh-color-success);
}
.btn-tvh-tall {padding: 15px 30px;}
.btn-tvh-tall .tvb-double-right {top:50%;margin-top:-14px}
.btn-tvh-fullwidth {
    display: block;
    width: 100%;
}
.tvh-btn-block {
    display: block;
    width: 100%;
}
.btn-tvh-sm {
    padding: .25rem .5rem!important;
    font-size: 0.875rem!important;
    line-height: 1.5!important;
}
.tvh-form input[type="text"],
.tvh-form input[type="tel"],
.tvh-form input[type="url"],
.tvh-form input[type="email"],
.tvh-form input[type="number"],
.tvh-form input[type="date"],
.tvh-form input[type="range"],
.tvh-form input[type="password"],
.tvh-form textarea,
.tvh-form select {
    border: 2px solid #e5e5e5;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 20px;
}
.tvh-form div:not(.input-group) > input[type="text"],
.tvh-form div:not(.input-group) > input[type="tel"],
.tvh-form div:not(.input-group) > input[type="url"],
.tvh-form div:not(.input-group) > input[type="email"],
.tvh-form div:not(.input-group) > input[type="number"],
.tvh-form div:not(.input-group) > input[type="date"],
.tvh-form div:not(.input-group) > input[type="range"],
.tvh-form div:not(.input-group) > input[type="password"],
.tvh-form div:not(.input-group) > textarea,
.tvh-form div:not(.input-group) > select {
    width: 100%;
}
.tvh-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url(../imgs/fondo-select.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    padding-right: 52px;
    line-height: 26px;
    cursor: pointer;
    height: auto!important;
}
.tvh-big-label {/*padding-top:0!important;margin-top:-3px*/}
.tvh-content .form-horizontal .control-label {
    font-size: 18px;
    font-weight: 600;
}

.tvh-politica-rec a {
    color:inherit;
    text-decoration:underline;
}

.tvh-form-no-lft {
    max-width:800px;
    margin-left:auto;
    margin-right:auto;
}

.tvb-double-right {
    position:static;
    right:13px;
    top:50%;
    margin-top:-14px;
    line-height:1;
}
.tvb-double-right .fa {vertical-align:middle}
.tvb-double-right .fa:first-child {margin-right:-2px}
.tvb-double-right .fa + .fa {font-size:27px;height:28px}
.tvh-form-step-1 {padding-top:40px}
.tvh-form-step-1 h2 {margin:0}
.tvh-form-step-1 .tvh-subtitle {font-size:22px;line-height:28px;margin-bottom:50px;margin-top:40px}
.tvh-form-step-2 {display:none}
.tvh-res-price {font-size:30px;line-height:33px}
.tvh-divider-down {border-bottom:1px solid #dedede}
.tvh-divider-down:after {position:absolute;content:"\f107";bottom:-15px;left:50%;margin-left:-15px;background:#fff;border:1px solid #dedede;border-radius:100%;font-family:fontawesome;color:#a3a3a3;font-size:15px;height:30px;width:30px;line-height:30px;text-align:center;z-index:1}
.tvh-block-white {background:#fff}
.tvh-block {padding:20px;position:relative}
.tvh-block-border {border:1px solid #dedede}
.tvh-block-icon {position:absolute;width:60px;height:60px;line-height:60px;text-align:center;z-index:1;top:-30px;left:50%;margin-left:-30px;font-size:30px;border-radius:100%}
.tvh-block-white .tvh-block-icon {background:#fff}
.tvh-block-border .tvh-block-icon {border:1px solid #dedede}
.tvh-row-ops {margin-top:70px}
.tvh-block-icon-parent {padding-top:40px}
.row-eq-height .tvh-block {height:100%}
.tvh-full-width {padding-left: 3000px!important;margin-left: -3000px!important;padding-right: 3000px!important;margin-right: -3000px!important}
.tvh-block-button {padding-bottom:110px}
.tvh-block-button .btn-tvh {position:absolute;width:85%;left:0;bottom:15%;right:0;text-align:center;margin:0 auto;display:block}
.tvh-2ops .tvh-block {max-width:400px;margin-left:auto;margin-right:auto}
.btn {white-space:normal}
.btn-default {background:#fff;}
.tvh_modal .modal-title {display:inline-block;padding-bottom:0;}
.tvh_modal .modal-content {border-radius:4px}
.tvh-hipoteca-p-form {display:none}
.tvh-top-desc-txt {margin-bottom:30px}
.tvh-row-ops .col-md-12 {margin-top:-30px}
.tvh-row-ops .tvh-block .tvh-block-desc {display:none}
.tvh-row-ops .tvh-block-button {border:none!important;background:none!important}
.tvh-row-ops .btn-tvh-tall .tvb-double-right {top:50%;margin-top:-14px}
.tvh-row-ops .btn-tvh {top:0;left:0;bottom:0;width:100%}
.tvh-fecha-nac-info,
.tvh-box-vida-2 {margin-bottom:20px}
.tvh-box-vida-2 > .col-md-6 > div {padding:15px}
.tvh-box-vida-2 .col-md-4 {padding-left:0}
.tvh-form-img img {max-width:100%;height:auto}
.tvh-carga-vida {display:none}
.tvh-logos-companias {background:#fff;padding:15px}
.tvh-logos-companias img {margin-right:10px}
.tvh-carga-vida h3 {margin:20px 0}
.tvh-fecha-nac-info .fa {font-size:40px;vertical-align:middle}
.tvh-text-small {font-size:13px;font-weight: bold}
.tvh-hipo-int-inicial .control-label {margin-bottom:17px}
.tvh-plus-sep {margin:8px 0}
.tvh-plus-sep .fa-plus {font-size:28px}
.btn-tvh-tall .fa-volume-control-phone {display:block;font-size:48px;margin-bottom:10px}
.tvh-display-block {display:block}
.tvh-vida-1 > .col-md-8 {text-align:right;width:50%;float:left;}
.tvh-vida-1 > .col-md-3 {width:50%;float:left;text-align:left;}
.tvh-vida-1 > .col-md-3 .tvh-res-price {text-align:left;}
.tvh-block {display:block;}

.tvh-option-row-field input[type="text"],
.tvh-option-row-field input[type="tel"],
.tvh-option-row-field input[type="email"],
.tvh-option-row-field input[type="number"],
.tvh-option-row-field select {
    border: 2px solid #e5e5e5;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    font-size: 20px;
}

.tvh-cob-icon {
    font-size: 25px!important;
    vertical-align: middle;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0}
input[type='number'] {-moz-appearance:textfield!important;-ms-appearance:textfield!important;-o-appearance:textfield!important}

@media (min-width: 768px) {
    .tvh-box-vida-2 > .col-md-6:first-child > div {border-right:1px solid #dedede}
	.tvh-box-vida-2 > .col-md-6 {padding-left:0;padding-right:0}
    .modal-dialog {margin-top:100px}
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }
}
@media (max-width: 767px) {
    .tvh-box-vida-2 > .col-md-6 > div {border-bottom:1px solid #dedede}
    .tvh-row-highlight {margin-left:0;margin-right:0;}
    .tvh-row-ops > div {
        margin-bottom:45px;
    }
    .vc_row > .row {margin-left:0;margin-right:0;}
    .tvh-form .btn-tvh[type="submit"] {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 25px;
        line-height: 25px;
    }
    #tvh_modal_contacto .col-md-7 h3 {margin-top:20px;}
    .tvh-form-step-1 {padding-top:0;}
    /*.panel .table,
    .panel .table tr,
    .panel .table td,
    .panel .table tbody {
        display:block;
        width:100%;
    }
    .tvh-modal-prod-body .tvh-panel-infoprod .table tr {
        border: 1px solid #dedede;
        text-align: center;
        margin:10px 0;
    }
    .tvh-modal-prod-body .tvh-panel-infoprod .table td.text-right {
        text-align:center!important;
    }*/


}
@media (max-width:360px) {
    .tvh-vida-1 > .col-md-8 {text-align:left;width:100%;float:none;}
    .tvh-vida-1 > .col-md-3 {width:100%;float:none;text-align:left;}
    .tvh-vida-1 > .col-md-3 .tvh-res-price {text-align:left;}
}

/*Vida Mujer */

body .bg-success {
    background-color: var(--tvh-color-success)!important;
}
.card {
    border-radius: 1rem;
}
.card-header:first-child {
    border-radius: calc(1rem - 1px) calc(1rem - 1px) 0 0;
}

.tvh-color-primary,
.tvh-content .tvh-text-primary {
    color:var(--tvh-color-primary);
}
.tvh-fondo-primary {
    background-color:var(--tvh-color-primary);
}
.tvh-color-secondary {
    color:var(--tvh-color-success);
}
.tvh-fondo-secondary {
    background-color:var(--tvh-color-success);
}
.tvh-color-terciary {
    color:var(--tvh-color-primary);
}
.tvh-fondo-light {
    background-color:#fafafa;
}
.tvh-color-dark {
    color:#3e3e3e;
}
.tvh-color-success {
    color: var(--tvh-color-success);
}

.tvh-content .fa.fa-times-circle,
.tvh-content .fa.fa-check-circle {
    font-family: 'vidamujerTVHIconos';
}
.tvh-content .fa.fa-times-circle:before {
    content:"\e90d";
    background: #f8e4e5;
    border-radius: 6px;
}
.tvh-content .fa.fa-check-circle:before,
.vmr-icon-icono-check-redondeado.tvh-text-success:before {
    content:"\e90b";
    background: #eaf5ef;
    border-radius: 6px;
}

.tvh-align-center {
    margin-left:auto;
    margin-right:auto;
}

.tvh-mb0 {
    margin-bottom:0;
}
.tvh-mb20 {
    margin-bottom:20px;
}
.tvh-mb20-force {
    margin-bottom:20px!important;
}
.tvh-mb40 {
    margin-bottom:40px;
}
.tvh-mb50 {
    margin-bottom:50px;
}
.tvh-mt0 {
    margin-top:0;
}
.tvh-mt20 {
    margin-top:20px;
}
.tvh-mt40 {
    margin-top:40px;
}
.tvh-mt50 {
    margin-top:50px;
}

.tvh-content h1,
.tvh-content .h1,
.tvh-content h2,
.tvh-content .h2,
.tvh-content h3,
.tvh-content .h3,
.tvh-content h4,
.tvh-content .h4 {
    font-weight:600;
    text-transform:none;
}
.tvh-content .h3 {
    font-size: 25px;
    line-height: 30px;
}
h1.tvh-header-title {
    font-size:2em;
    margin: 0.67em 0;
}

.tvh-form-salud > form {
    max-width:700px;
}

.tvh-header-subtitle {
    font-size:20px!important;
        line-height: 26px!important;
}

.tvh-cab-desc {
    padding: 10px 15px;
}

.vmr-icontext {
    font-size: 36px;
    font-weight: 600;
    height: 60px;
    display: block;
    line-height: 60px;
    white-space: nowrap;
}

.tvh-step:not(.tvh-step-1) {
    display:none;
}
.tvh-step {
    -webkit-transition:all 0.2s ease-in-out 0s;
    -moz-transition:all 0.2s ease-in-out 0s;
    -o-transition:all 0.2s ease-in-out 0s;
    -ms-transition:all 0.2s ease-in-out 0s;
    transition:all 0.2s ease-in-out 0s;
}
.tvh-step-active {
    
}

.tvh-step-header,
.tvh-header-title {
    text-transform: none!important;
    font-size: 31px!important;
    font-weight: bold!important;
    line-height: 1.2em!important;
}
.tvh-step-header {
    text-align: center;
}
.tvh-logos-companias-step {
    margin:20px 0;
}
.tvh-logos-companias-step > img {
    max-width:100px;
}
.tvh-step-options {
    border:2px solid #d7d7d7;
    padding: 0 20px 20px 20px;
    -webkit-transition:all 0.2s ease-in-out 0s;
    -moz-transition:all 0.2s ease-in-out 0s;
    -o-transition:all 0.2s ease-in-out 0s;
    -ms-transition:all 0.2s ease-in-out 0s;
    transition:all 0.2s ease-in-out 0s;
    min-height:400px;
}
.tvh-option-box {
    text-align: center;
}
.tvh-option-box,
.tvh-option-row {
    border: 2px solid #e5e5e5;
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    cursor:pointer;
    -webkit-transition:all 0.2s ease-in-out 0s;
    -moz-transition:all 0.2s ease-in-out 0s;
    -o-transition:all 0.2s ease-in-out 0s;
    -ms-transition:all 0.2s ease-in-out 0s;
    transition:all 0.2s ease-in-out 0s;
    position:relative;
    background-color: #fff;
}
.tvh-option-box:hover,
.tvh-option-row:hover {
    transform: scale(1.05);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.08);
}
.tvh-option-box i,
.tvh-option-row i {
    font-size: 60px;
    margin-bottom: 10px;
    display: block;
}
.tvh-option-box .tvh-parsley-msgs,
.tvh-option-row .tvh-parsley-msgs{
    display:none!important;
}
.tvh-option-box .tvh-option-text {
    font-size:17px;
}
.tvh-option-box-active,
.tvh-option-row-active {
    border-color:var(--tvh-color-success)!important;
    background-color:#f0fcf6!important;
}
.tvh-option-box-active:hover,
.tvh-option-row-active:hover {
    transform: scale(1);
    box-shadow: none;
}
.tvh-option-box-active i,
.tvh-option-row-active i {
    color:#4e4e4e;
}
.tvh-option-box-active .tvh-option-text,
.tvh-option-row-active .tvh-option-text {
    font-weight:600;
    color:#606060;
}
.tvh-option-box-active:before,
.tvh-option-row-active:before {
    font-family:'vidamujerTVHIconos';
    content:"\e90a";
    color:var(--tvh-color-success);
    top:15px;
    right:15px;
    font-size:20px;
    position:absolute;
}

.tvh-option-box,
.tvh-option-row,
.tvh-option-row-field {
    margin: 20px 0 0 0;
}
.tvh-option-row .tvh-option-text {
    font-size:20px;
}
.tvh-option-row i {
    margin-bottom:0;
}

.tvh-option-row-field label {
    display: block;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}
.tvh-option-row-field input[type="text"],
.tvh-option-row-field input[type="tel"],
.tvh-option-row-field input[type="email"],
.tvh-option-row-field input[type="number"],
.tvh-option-row-field select {
    border: 2px solid #e5e5e5;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    font-size: 20px;
}
.tvh-option-row-field input[type="text"]:focus,
.tvh-option-row-field input[type="tel"]:focus,
.tvh-option-row-field input[type="email"]:focus,
.tvh-option-row-field input[type="number"]:focus,
.tvh-option-row-field select:focus {
    border-color:#24c7ed;
}
.tvh-option-row-field select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image:url(../imgs/fondo-select.png);
    background-repeat:no-repeat;
    background-position: 100% 50%;
    padding-right: 52px;
    line-height: 26px;
    cursor:pointer; 0
}
.tvh-option-row-field.tvh-asegslist {
    padding-left:0;
}

.tvh-option-row-field-asegslist .tvh-fenac-group {
    margin-top:20px;
}
.tvh-option-row-field-asegslist .tvh-fenac-group:first-child {
    margin-top:0;
}

.tvh-form-re-toggle {
    text-decoration:underline;
    cursor:pointer;
}
.tvh-form-re {
    margin:20px 0;
}

.tvh-prods-list {
    margin: 50px 0 30px 0;
    border-width: 1px 0 1px 0;
    border-color: #dedede;
    border-style: solid;
}
.tvh-prods-list > .row > .col-sm-6 {
    border-bottom:1px solid #dedede;
    margin-bottom:-1px;
}
.tvh-prod-box {
    padding: 15px;
    border: 4px solid transparent;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.tvh-prods-list .tvh-prod-box-rec[data-producto-tipo="mujer"] .tvh-prod-box {
    border:4px solid var(--tvh-color-primary)/*#673f91*/;
}

.tvh-prod-box-header > .row > .col-xs-6:first-child {
    border-right: 1px solid #dedede;
}

.tvh-sello {
    max-width: 65px;
    vertical-align: middle;
    margin-left: 5px;
    margin-bottom: -10px;
    position: relative;
    z-index: 1;
}
.tvh-aseg-logo {
    vertical-align:middle;
}

.tvh-prod-det-icon-svg {
    display: inline-block;
    width: 25px;
    margin-right: 10px;
    vertical-align: middle;
}
.tvh-prod-det-icon-svg > svg {
    fill:#4d565d;
}


.tvh-panel-infoprod .panel-heading {
    font-weight: bold;
    padding-right:40px;
    position:relative;
}
.tvh-panel-infoprod .panel-heading i {
    font-size: 25px;
    position: absolute;
    top: 50%;
    margin-top: -12.5px;
    right: 10px;
}

.tvh-panel-infoprod.card {
    border:none;
}
.tvh-panel-infoprod .card-header {
    border-bottom-color:#fff;
    background-color: #4053b1;
}
.tvh-panel-infoprod .panel-heading,
.tvh-panel-infoprod .panel-heading i,
.tvh-modal-prod-body .card-header,
.tvh-modal-prod-body .card-header i {
    color:#fff;
}
.tvh-panel-infoprod .card-body {
    padding:0;
}
.tvh-panel-infoprod .card-body .table td {
    border-top-color:#fff;
}

.tvh-panel-infoprod-condg .card-body {
    text-align:center;
}
.tvh-panel-infoprod {
    background:#f1f3ff;
    color:#000;
    margin-top: 30px;
}

.tvh-panel-infoprod .panel-heading {
    font-size: 20px;
    font-weight: bold;
}

.tvh-desc-formapago-rec {
    background: rgba(255,255,255,0.5);
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    margin: 5px 0;
}
.tvh-desc-formapago-value {
    font-size:20px;
    font-weight: bold;
}

.tvh-panel-infoprod.tvh-panel-infoprod-copagos .table tr {
    border-bottom:none!important;
    background-color:transparent;
}
.tvh-panel-infoprod.tvh-panel-infoprod-copagos .table tr td:first-child strong {
    font-weight:normal;
}
.tvh-prod-modal .tvh-aseg-logo {
    
}
.tvh-row-price-text {
    font-size: 13px;
    line-height: 16px;
}
.tvh-prod-title {
    font-size: 18px!important;
    font-weight: 700!important;
    margin-bottom:0;
}
.tvh-prod-desc {
    margin-bottom:30px;
}
.tvh-prod-modal .tvh-prod-desc,
.tvh-prod-modal .tvh-prod-capts {
    min-height:0!important;
}
.tvh-prod-desc strong {
    display:block;
    margin-top:5px;
}
.tvh-logo-mask .tvh-aseg-logo {
    margin-top:-20px;
    margin-bottom:-20px;
    margin-left: -10px;
    margin-right: -10px;
    max-width: 100%;
    height: auto;
    width: 140px;
}
.tvh-prod-metas {
    margin-top:0;
    text-align: center;
}
.tvh-prod-tag {
    font-size: 15px;
    line-height:18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 0;
}
.tvh-prod-rating {
    margin-bottom: 10px;
}
.tvh-prod-rating i,
.tvh-prod-rating svg {
    font-size: 25px;
    color:#facd12;
}
.tvh-prod-rating svg {
    width: 23px;
    height: 23px;
}
.tvh-prod-rating-empty {
    margin-top: 40px;
}
.tvh-modal-prod-masinfo-top {
    margin-top: 15px;
    margin-bottom: 30px;
}
.tvh-modal-prod-masinfo-bottom {
    margin-top: 30px;
}
.tvh-prod-mas-info-title {
    text-align: center;
    text-transform: uppercase!important;
    font-size: 18px!important;
    font-weight: 700!important;
}
.tvh-modal-prod-masinfo-top .tvh-btn:hover {
    background-color:#38e899!important;
    color:#fff;
}
.tvh-prod-capts {
    margin-bottom:20px;
}
.tvh-row-price {
    border-bottom:1px solid #dedede;
    padding: 5px 0;
}
.tvh-row-price-precio {
    font-weight:600;
}
.tvh-prod-precio {
    font-size:33px;
    color:#2d7aec;
}
.sv-txt-price {
    font-weight:600;
    color: var(--tvh-color-primary);
}
.tvh-prod-precio .tvh-prod-after-precio {
    font-size: 13px;
    font-weight: 600;
    color:#646464;
    display: inline-block;
    text-align: left;
    line-height: 14px;
}

.tvh-modal-prod-body {
    border-bottom:1px solid #dedede;
}
.tvh-prod-modal .modal-header {
    padding:0;
    border-bottom-width:0;
    position: relative;
    z-index: 1;
}
.tvh-prod-modal .modal-header .close {
    margin-bottom: -40px;
    position: relative;
    top: 3px;
    right: 9px;
    color: #535b63!important;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 42px;
    font-weight: 400;
}

.tvh-btn {
    background-color:transparent;
    border:2px solid var(--tvh-color-primary)/*#a159ad*/;
    color:var(--tvh-color-primary)/*#a159ad*/;
    font-size:20px;
    border-radius:8px;
    padding: 10px 15px;
    -webkit-transition:all 0.2s ease-in-out 0s;
    -moz-transition:all 0.2s ease-in-out 0s;
    -o-transition:all 0.2s ease-in-out 0s;
    -ms-transition:all 0.2s ease-in-out 0s;
    transition:all 0.2s ease-in-out 0s;
    text-align:center;
    cursor:pointer;
    white-space:normal!important;
    display:inline-block;
}
.tvh-btn:hover,
.tvh-btn.active-btn {
    background-color:#8c9add;
    color:#fff;
}
.tvh-btn.active-btn:hover {
    background-color:var(--tvh-color-primary);
}
.tvh-btn-success {
    border-color:var(--tvh-color-success);
    color:var(--tvh-color-success)!important;
}
.tvh-btn-default {
    border-color:#c1c1c1;
    color:#c1c1c1;
}
.tvh-btn-default:hover,
.tvh-btn-default.active-btn {
    background-color:#c5c5c5;
    color:#fff;
}
.tvh-btn-success:hover,
.tvh-btn-success.active-btn {
    background-color:#80d6af;
    color:#fff!important;
}
.tvh-btn-large {
    padding: 15px 30px;
}
.tvh-btn-block {
    display:block;
    width:100%;
}
.tvh-step-progress {
    background-color:#1a224b;
    color:#fff;
    padding:10px;
}
.tvh-step-progress-text {
    font-size: 13px;
    font-weight: 600;
}
.tvh-step-progress-bar {
    background-color: #474e73;
    height: 22px;
    margin-top: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.tvh-step-progress-bar-inner {
    background-color: var(--tvh-color-primary);
    height: 100%;
    width: 0;
     -webkit-transition:all 1s cubic-bezier(0.98, 0.35, 0, 2.14) 0s;
    -moz-transition:all 1s cubic-bezier(0.98, 0.35, 0, 2.14) 0s;
    -o-transition:all 1s cubic-bezier(0.98, 0.35, 0, 2.14) 0s;
    -ms-transition:all 1s cubic-bezier(0.98, 0.35, 0, 2.14) 0s;
    transition:all all 1s cubic-bezier(0.98, 0.35, 0, 2.14) 0s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.tvh-carga-vida {
    display:none;
}

.tvh-gear > div > div {
    background: #25afa2!important;
    border-radius: 18px;
}

.tvh-step-next-btn span,
.tvh-step-prev-btn span {
    vertical-align:middle;
}

.tvh-step-options[data-siguiente] .tvh-step-next-btn {
    display:none;
}

.tvh-sended-rest {
    font-weight:600;
}

.tvh-price-details {
    width:100%;
    color:#646464;
}
.tvh-price-details tr {
    border-bottom:1px solid #dedede;
}
.tvh-price-details tr:last-of-type {
    border-bottom:none;
}

.tvh-carga-vida-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999999;
    background: #fff;
    display: -webkit-box!important; 
    display: -moz-box!important;
    display: -ms-flexbox!important;
    display: -webkit-flex!important; 
    display: flex!important;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}

.tvh-sel-box {
    border:2px solid #e5e5e5;
    border-radius: 10px;
    padding: 15px 50px 15px 15px;
    /*background-image:url(../imgs/fondo-select.png);
    background-repeat:no-repeat;
    background-position: 100% 50%;*/
    cursor:pointer;
    position:relative;
    min-height: 80px;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.tvh-sel-box:after {
    font-family: 'vidamujerTVHIconos';
    content: "\e901";
    transform:translateY(-50%) rotate(90deg);
    position:absolute;
    right: 16px;
    font-size: 27px;
    transition:all 0.3s ease-in-out 0s;
    top:50%;
}

.tvh-sel-box.open:after,
.tvh-sel-box.show:after {
    transform:translateY(-50%) rotate(-90deg);
}
.tvh-sel-box-icon-right:after {
    transform:translateY(-50%) rotate(0deg);
}
.tvh-sel-box-btn {
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:1;
    cursor:pointer;
}
.tvh-sel-box-text .tvh-sel-box-title {
    line-height: 16px;
    display:inline-block;
}
.tvh-sel-box-title {
    color:#4d4d4d;
    font-weight:600;
    padding-right: 5px;
}
.tvh-sel-box-field {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding-right: 52px;
    line-height: 26px;
    border:none;
    flex:1;
    cursor:pointer;
    background:none!important;
}
.tvh-sel-box .dropdown-menu {
    width:100%;
    margin-top:5px;
}
.tvh-sel-box .dropdown-menu:before {
    position: absolute;
    top: -11px;
    left: 52px;
    display: inline-block;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #CCC;
    border-left: 11px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}
.tvh-sel-box .dropdown-menu:after {
    position: absolute;
    top: -10px;
    left: 53px;
    display: inline-block;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    border-left: 10px solid transparent;
    content: '';
}
.tvh-sel-box .dropdown-menu .active {
    background: var(--tvh-color-primary);
    color: #fff;
    position:relative;
}
.tvh-sel-box .dropdown-menu .active:after {
    font-family: 'vidamujerTVHIconos';
    content: "\e90a";
    float:right;
    font-size: 13px;
    margin-top: 4px;

}
.tvh-sel-box-primary {
    border: none;
    background-color: var(--tvh-color-primary);
    color: #fff;
}
.tvh-sel-box-primary .tvh-sel-box-title {
    color:#fff;
}

.tooltip-inner {
    background-color: var(--tvh-color-primary);
}
.tooltip.top .tooltip-arrow,
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: var(--tvh-color-primary);
}
.tooltip.bottom .tooltip-arrow,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: var(--tvh-color-primary);
}
.tooltip.left .tooltip-arrow,
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    border-left-color: var(--tvh-color-primary);
}
.tooltip.right .tooltip-arrow,
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    border-right-color: var(--tvh-color-primary);
}


.tvh-capitals-title {
    border: 1px solid #dedede;
    padding: 5px 15px;
    text-align: center;
    font-size: 16px;
    position:relative;
    margin-bottom: 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.tvh-capitals-title:after,
.tvh-capitals-title:before {
    content:"";
    position:absolute;
    border-top: 15px solid transparent;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    margin-left: -15px;
    left:50%;
}
.tvh-capitals-title:after {
    border-top-color:#fff;
    bottom:-14px;
}
.tvh-capitals-title:before {
    border-top-color:#dedede;
    bottom:-15px;
}

.tvh-popover,
.tvh-popover-o-content {
    cursor:pointer;
}

.tvh-popover[aria-describedby] .fa-info-circle:before {
    content: "\f056";
}

.tvh-popover-box .popover-title {
    font-size: 14px;
    line-height: 1;
}
.tvh-popover-box .popover-content {
    font-size: 12px;
}

.tvh-popover-close {
    cursor:pointer;
    position: absolute;
    right: -1px;
    top: -1px;
    background: #f7f7f7;
    border: 1px solid #bbbbbb;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 0 5px 0 5px;
    -moz-border-radius: 0 5px 0 5px;
    -webkit-border-radius: 0 5px 0 5px;
    -ms-border-radius: 0 5px 0 5px;
    -o-border-radius: 0 5px 0 5px;
}

.tvh-flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.tvh-flex-row-center {
    align-items:center;
}

.tvh-list {
    list-style: none!important;
    margin:20px 0 0 0!important;
    padding:0!important;
}
.tvh-list > li {
    padding: 5px 0;
    border-bottom:1px solid #dedede;
}
.tvh-list > li:last-child {
    border-bottom:0;
}

.tvh-wsmessage {
    border-bottom: 1px solid #dedede;
    padding: 5px 0;
}

.tvh-prod-box-header-minh {
    min-height:70px!important;
}

/* Shuffle filter */

.tvh-prods-list {
    overflow: hidden;
}
.tvh-prods-list > .row > .col-sm-6 {
    border: 1px solid #DEDEDF!important;
    margin: -1px 0px -1px -1px!important;
    border-top: none!important;
    padding-left: 0!important;
    padding-right: 0!important;
}
.tvh-prods-list > .row {
    margin-left:0!important;
    margin-right: -7px!important;
}
.tvh-prods-list > .row > .col-sm-6 .tvh-prod-box {
    margin: 15px 15px 15px 15px!important;
    background-color:#fff;
}

/* Fin Shuffle filter */

.tvh-xs-prod-contact {
    margin-top:30px;
}

@media (min-width:768px) {
    .tvh-prods-list > .row > .col-sm-6:nth-child(odd) {
        border-right:1px solid #dedede;
    }
    .tvh-prods-list > .row > .col-sm-6:nth-child(odd) .tvh-prod-box {
        margin: 15px 0 15px 15px;
    }
    .tvh-prods-list > .row > .col-sm-6:nth-child(even) .tvh-prod-box {
        margin: 15px 15px 15px 0;
    }
    .tvh-prod-box .tvh-prod-tag {
        
    }
    .tvh-prod-desc {
        min-height:0!important;
    }
    .tvh-row-price > .row {
        display:flex;
        align-items: center;
    }
    .tvh-logos-companias-step > img {
        margin:5px;
    }
}

@media (max-width:767px) {
    .tvh-option-box .tvh-option-text {
        font-size: 14px;
    }
    .tvh-option-row i {
        font-size: 40px;
    }
    .vmr-icontext {
        font-size: 25px;
    }
    .tvh-prods-list .tvh-prod-box {
        margin:15px 0;
    }
    .tvh-prods-list {
        border-top:none;
        margin: 20px 0 20px 0;
    }
    .tvh-selecs-rec .tvh-sel-box {
        margin-top:10px;
    }
    .tvh-header-subtitle {
        margin-bottom:5px!important;
    }
    .tvh-container.tvh-pres {
        padding-top:0;
    }
    .tvh-carga-vida-fullscreen {
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: start;
        align-items: start;
        justify-content: center;
        padding:15px;
    }
    #content .tvh-prod-box {
        margin-left:7px!important;
        margin-right:7px!important;
    }
    .tvh-prod-box,
    .tvh-prod-capts {
        min-height:0!important;
    }
    .tvh-step-header,
    .tvh-header-title {
        font-size: 24px!important;
    }
    #tvh-pres-data {
        padding-top: 0;
    }
}
@media (max-width:530px) {
    .tvh-prod-metas {
        margin-top:0;
    }
    .tvh-prod-tag {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .tvh-prod-rating {
        margin-bottom:0;
    }
    .tvh-prod-rating i {
        font-size:15px;
    }
    .tvh-prod-precio {
        font-size: 22px;
    }
    .tvh-prod-precio .tvh-prod-after-precio {
        font-size:10px;
    }
    .tvh-logo-mask .tvh-aseg-logo {
        margin-top:0;
    }
    .tvh-modal-prod-masinfo .tvh-btn {
        font-size:15px;
        line-height: 17px;
    }
    .card-body .tvh-desc-formapago-title {
        font-size:11px;
    }
}
@media (max-width:380px) {
    .tvh-cab-desc .tvh-sended-rest,
    .tvh-cab-desc .col-xs-6 {
        font-size:10px;
    }
    .tvh-btn-large {
        padding: 15px 10px;
    }
}


/* Fin vida mujer */

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .hidden-md {
        display: none !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}


/* Form vida normal y mujer */

.modal-body .tvh-calc-capital-form {
    padding:20px;
}

.tvh-content .input-group-text {
    background: #fff;
    border: 2px solid #e5e5e5;
    width: 100%;
    font-size: 18px;
    color: var(--tvh-color-primary);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}
.tvh-content .input-group-text svg {
    fill: var(--tvh-color-primary);
    width:25px;
    height:auto;
}
.tvh-content .input-group-text strong {
    display: inline-block;
    width: 25px;
}
.tvh-content .input-group-append > .input-group-text {
    border-left:none;
}
.tvh-content .input-group-prepend > .input-group-text {
    border-right:none;
}

.tvh-pref-tarn {
    margin-bottom:0;
    padding-bottom:20px;
}
.tvh-pref-tarn input[type="radio"] {
    display:none;
}
.tvh-pref-tarn .btn-tvh {
    font-size:23px;
}
.tvh-text-small-politica {
    display: block;
    font-size: 12px;
}
.tvh-form-desc {
    font-size:13px;
    display:block;
}
.tvh-form-vida-int input[type="text"],
.tvh-form-vida-int input[type="tel"],
.tvh-form-vida-int input[type="url"],
.tvh-form-vida-int input[type="email"],
.tvh-form-vida-int input[type="number"],
.tvh-form-vida-int input[type="date"],
.tvh-form-vida-int input[type="range"],
.tvh-form-vida-int input[type="password"],
.tvh-form-vida-int textarea,
.tvh-form-vida-int select {
    padding: 6px 10px;
    font-weight: 500;
}
.tvh-form-vida-int div:not(.input-group) > input[type="text"],
.tvh-form-vida-int div:not(.input-group) > input[type="tel"],
.tvh-form-vida-int div:not(.input-group) > input[type="url"],
.tvh-form-vida-int div:not(.input-group) > input[type="email"],
.tvh-form-vida-int div:not(.input-group) > input[type="number"],
.tvh-form-vida-int div:not(.input-group) > input[type="date"],
.tvh-form-vida-int div:not(.input-group) > input[type="range"],
.tvh-form-vida-int div:not(.input-group) > input[type="password"],
.tvh-form-vida-int div:not(.input-group) > textarea,
.tvh-form-vida-int div:not(.input-group) > select {
    width:auto;
}
.tvh-form-vida-int input[type="text"]:focus,
.tvh-form-vida-int input[type="tel"]:focus,
.tvh-form-vida-int input[type="url"]:focus,
.tvh-form-vida-int input[type="email"]:focus,
.tvh-form-vida-int input[type="number"]:focus,
.tvh-form-vida-int input[type="date"]:focus,
.tvh-form-vida-int input[type="range"]:focus,
.tvh-form-vida-int input[type="password"]:focus,
.tvh-form-vida-int textarea:focus,
.tvh-form-vida-int select:focus {
    outline:none;
}
.tvh-form input.has-error,
.tvh-form select.has-error,
.tvh-form textarea.has-error,
.tvh-form div.has-error .form-control,
.tvh-form div.has-error .input-group-text {
    border-color:#dc7979;
}
.tvh-form div.has-error .input-group-text {
    color:#dc7979;
}
.tvh-form input.has-success,
.tvh-form select.has-success,
.tvh-form textarea.has-success,
.tvh-form div.has-success .form-control,
.tvh-form div.has-success .input-group-text {
    border-color:var(--tvh-color-success);
}
.tvh-form div.has-success .input-group-text {
    color:var(--tvh-color-success);
}
.tvh-form-vida-int .tvh-fecha {
    width: 160px;
    max-width: 160px;
    text-align:center;
}
.tvh-form-vida-int .tvh-capital {
    width: 110px;
    max-width: 110px;
    text-align:center;
}
.tvh-form-vida-int .tvh-decimal {
    width: 95px;
    max-width: 95px;
    text-align:center!important;
}
.tvh-form-vida-int .tvh-movil {
    width: 150px;
    max-width: 150px;
    text-align:center;
}
.tvh-form-vida-int .tvh-capital-row,
.tvh-form-vida-int .tvh-precio-row,
.tvh-pref-tarn-back-rec {
    display:none;
    padding-bottom:10px;
}
.tvh-pref-tarn-back-rec svg,
.tvh-pref-tarn-back-rec span {
    vertical-align:middle;
}
.tvh-politica-aviso {
    background: var(--tvh-color-success);
    color: #fff!important;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 10px;
    -moz-box-shadow: 0px 2px 50px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 50px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 2px 50px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 2px 50px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 50px rgba(0, 0, 0, 0.3);
    position:relative;
}
.tvh-politica-aviso ul {
    margin:0;
    padding:0;
    list-style:none;
}
.tvh-politica-aviso li {
    color:#fff!important;
}
body .tvh-politica-aviso div {
    font-size:18px;
    font-weight:bold;
    margin-bottom:10px;
    border-bottom:1px solid rgba(0, 0, 0, 0.11);
    padding-bottom:10px;
}
.tvh-politica-aviso:after {
    position: absolute;
    bottom: -11px;
    left: 6px;
    border-top: 18px solid var(--tvh-color-success);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    transform: rotate(17deg);
}
.tvh-content .align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.tvh-form-vida-int.form-horizontal .control-label {
    line-height: 1;
}

.tvh-loading-svg {
    animation: tvh-gear 3s infinite linear;
    width: 60px;
    height: 60px;
    fill: #061363;
}

@media (max-width:767px) {
    .modal-body .tvh-calc-capital-form {
        padding:10px;
    }
}
@media (min-width:576px) {
    .tvh-form-vida-int.form-horizontal .control-label {
        margin-bottom:0;
    }
}

@-webkit-keyframes tvh-gear {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes tvh-gear {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

/* Fin Form vida normal y mujer */

@keyframes tvh-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes tvh-spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes tvh-spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes tvh-spin {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes tvh-spin {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
    }
}

.tvh-spin {
    animation: tvh-spin 2s linear infinite;
    -webkit-animation: tvh-spin 2s linear infinite;
    -moz-animation: tvh-spin 2s linear infinite;
    -o-animation: tvh-spin 2s linear infinite;
    -ms-animation: tvh-spin 2s linear infinite;
}