﻿@font-face {
    font-family: "Open Sans";
    src: url("fa-awesome/fonts/OpenSans/Regular/OpenSans-Regular.woff");
}

@font-face {
    font-family: "Open Sans Bold";
    src: url("fa-awesome/fonts/OpenSans/Bold/OpenSans-Bold.woff");
}

@font-face {
    font-family: "Open Sans Extra Bold";
    src: url("fa-awesome/fonts/OpenSans/ExtraBold/OpenSans-ExtraBold.woff");
}

/*html {
    min-height: 100%;
    position: relative;
}*/

/*body {
    margin: 0;
    margin-bottom: 40px;
}*/

/*footer {
    position: absolute;
    bottom: 0;
    width: 100%;

}*/
/*body {
}*/

.container {
    padding: 0px 20px !important;
}

.contenedor {
    margin: 0 auto;
    display: table;
    padding: 0px 8px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #CECECE !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #CECECE !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #CECECE !important;
}



.headerLogo a {
    display: block;
    width: 230px !important;
    height: 90px !important;
    background-image: url(../Images/Logo_Bci_Seguros_2018_baja-01@2x.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 20px;
}

    .headerLogo a .logo {
        margin: 0px 0px 0px 0px;
        width: 230px !important;
        height: 110px !important;
    }


.titulos {
    text-align: center;
}

.headerLogo {
    margin-bottom: 0px !important;
    z-index: 999;
}

.imgPuntos {
    text-align: center;
    width: 170px !important;
    height: 20px !important;
    background-image: url(../Images/puntosSVG.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    margin: 0 auto;
}

.captcha {
    margin: 0 auto !important;
    width: 300px;
}

#TxtRut, #TxtEmai, #TxtTelef, #TxtNombr, #TxtFecNac, #TxtDirecc, #DDLRegion, #DDLComuna, #ContentPlaceHolder1_DDLComuna, .form-control {
    color: #386FB5 !important;
    border-radius: 5px !important;
}

.btn-info {
    background-color: #00953A !important;
    text-transform: uppercase;
    padding: 15px !important;
    width: 165px !important;
    margin: 0 auto;
    box-sizing: border-box !important;
}

.btn-info:hover {
    background-color: #187F24 !important;
}
.btn.btn-info:disabled,
.btn.btn-verde:disabled {
    /*background-color: #DADADA !important;*/
    color: #fff !important;
    opacity: .65;
}

.btn-beneficiarios {
    background-color: #FCFCFC !important;
}

.btn.btnNuevaCotizacion {
    margin: -6px !important;
    padding: 5px !important;
}

.contenedorPasos {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 38px;
}

.esp {
    background-color: #575757;
    width: 40px;
    height: 10px;
    line-height: 50px;
    text-align: center;
}

.paso {
    background-color: #386FB5;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    color: white;
    margin-left: -1px;
    margin-right: -1px;
}

.paso1 {
}

.paso2 {
}

.paso3 {
}

.paso4 {
}

.esp1 {
    background-color: #386FB5;
}

.esp2 {
}

.esp3 {
}

.esp4 {
}

.plan {
    margin: 0 10px 0px 5px;
    display: table;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 29px 1px rgba(143,143,143,1);
    -moz-box-shadow: 5px 5px 29px 1px rgba(143,143,143,1);
    box-shadow: 5px 5px 29px 1px rgba(143,143,143,1);
    font-family: Open Sans;
    width: 48%;
    height: 301px;
}

.rdbGenero {
    padding-top: 10px;
}

.modal-body.modalError {
    color: #FFFFFF;
    padding: 5px 10px 5px 14px !important;
    text-align: left !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 12px !important;
    line-height: 20px;
    padding-top:10px;
    display:block;
}

.modalErrorContainer .modal-content {
    background-color: #EB5757;
}

.modalErrorContainer .modal-dialog.modal-dialog-centered{
    width: 370px;
}

.modalErrorText {
    color: white;
    margin: 0;
    float: left;
    width: 85%;
}

.modalError i {
    font-size: 18px !important;
    margin-top: 1px;
    margin-right: 10px;
    float: left !important;
    width: 4%;
    
}

.imgMonoAzul {
    width: 100%;
}

.modal-content {
    border: 0px !important;
}

.modal-header {
    background-color: rgba(0,0,0,0.5) !important;
    padding: 0 1rem !important;
    border-bottom: 0 !important;
}

.close {
    opacity: unset !important;
}

.modal-header .close {
    background-color: white !important;
    border-radius: 100% !important;
    border: inherit !important;
    color: #D12C3A !important;
    padding: 1px 5px !important;
    border: 1px;
    /*font-family: fantasy !important;*/
    line-height: 5px;
}

.modal-body {
    color: #386FB5 !important;
    font-size: larger !important;
    text-align: center !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

.modal-footer {
    background-color: rgba(0,0,0,0.5) !important;
    border-top: 0 !important;
    padding: 0 !important;
}

.sideBySide:after {
    clear: both;
    content: "";
}

.lblConfirmarContratante {
    margin-top: -6px;
}

.tituloPlan {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #386FB5;
    color: white;
    padding: 5px 10px;
    text-align: center;
}

.tituloPlan b {
    font-size: 15px !important;
}

.tarifasPlan {
    float: left;
    min-height: 270px;
    background-color: rgba(247,213,0,0.4);
    color: #464646;
    padding: 0 10px;
    width: 45%;
    text-align: center;
}

    .tarifasPlan p {
        margin-bottom: 10px !important;
    }

p.tarifasValores {
    font-size: 14px;
    line-height: 13px !important;
    text-align: center;
    color: #50728A;
}

    p.tarifasValores .uf {
        font-family: Open Sans Extra Bold !important;
        font-size: 26px;
        line-height: 28px;
        align-items: center;
        text-align: center;
        color: #386FB5;
    }

    p.tarifasValores .uftotal {
        font-family: Open Sans Extra Bold !important;
        font-size: 18px;
        line-height: 19px;
        align-items: center;
        text-align: center;
        color: #386FB5;
    }

    p.tarifasValores .uf-text {
        font-family: Open Sans Extra Bold !important;
        font-size: 14px;
        line-height: 10px;
        text-align: center;
        color: #50728A;
        font-weight: bold;
    }

p.textValores {
    line-height: 20px !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;
}

    p.textValores b {
        font-size: 14px;
        font-weight:700;
    }

    .coberturasPlan {
        float: left;
        min-height: 270px;
        background-color: white;
        /*color: dimgray;*/
        color: #6e6e6e;
        padding: 0 10px;
        width: 55%;
    }

    .coberturasPlan ul {
        line-height: 18px;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.541327);
        padding-inline-start: 20px;
        margin-block-start: -0.5em;
    }


.infoPlan {
    clear: both;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #F0F0F0;
    color: dimgray;
    /*padding: 0 10px;*/
    text-align: center;
    ;
}

    .infoPlan .btn {
        display: inline !important;
        vertical-align: sub !important;
            padding-left: 5px;
    }

    .infoPlan #collapseFull1,
    .infoPlan #collapseFull2 {
        background-color: #FAFAFA;
    }
    .loQuiero {
        padding-left: 8%;
    }

.masInfo {
    display: inline-block;
}

.cajaInfo {
    padding: 20px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 120px;
    height: 120px;
    float: left;
    vertical-align: central;
    cursor: pointer
}

    .cajaInfo h5 {
        color: #fafafa;
        font-family: Open Sans Bold;
        font-size: 14px !important;
    }

.beneficios {
    background-color: rgba(55,153,70,8.5);
    margin: 10px 20px 20px 10px;
}

.solicituddeasistencia {
    background-color: rgba(55,153,70,8.5);
    margin: 10px 20px 20px 10px;
}

.coberturas {
    background-color: rgba(247,213,0,8.5);
    margin: 10px 10px 20px 20px;
}

.exclusiones {
    background-color: rgba(209,44,58,8.5);
    margin: 10px 20px 10px 10px;
}

.requisitos {
    background-color: rgba(56,111,181,8.5);
    margin: 10px 10px 20px 20px;
}

.fa-bank, .fa-medkit, .fa-search, .fa-file {
    color: white;
}

.PnlValorUF {
    margin-top: 10px;
    width: 100%;
    position: absolute;
    left: 0;
    /*top:0;*/
    bottom: 0;
    z-index:-99999;
    /*clear:both;*/
}

.movUf{
    position:initial !important;
}
.refUF {
    text-align: center !important;
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
    background-color: #F0F0F0;
    border-radius: 5px;
    padding: 15px 0;
    height: 30px;
}
    .refUF p {
        font-family: Open Sans;
        font-style: italic;
        font-weight: normal;
        font-size: 10px;
        line-height: 7px;
        color: rgba(0, 0, 0, 0.541327);
    }

/*.refUF .infoPlan {
        style ="max-width: 400px; width: 65%; margin: auto; height: 50px; font-size: 10px; border-radius: 11px 11px"
        style="padding: 11px; font-style: italic;"
    style="margin-top:5px; display:block"
    }*/
.noResultado .modal-dialog.modal-dialog-centered {
    /*top: -80px;*/
    max-width: 400px;
}
.noResultado .modal-content{
    border-radius: 40px 40px 0 0;
    background-color:none;
    background:none;
}
.noResultado .modal-body{
    padding: 0;
    min-height:250px;

}

.noResultado .modal-body .contInfo {
    padding: 0px 20px 0 20px;
    font-family: 'Open Sans', sans-serif;
}

.noResultado .modal-body .contInfo h3 {
    font-size: 26px;
    font-weight: 900;
    width: 83%;
    margin: 0 auto;
}

.noResultado .modal-body .contInfo h4 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 50px;
}

    .noResultado .modal-body .imgMonoAzul {
        /*margin-top: -10px;*/
        z-index: 90;
        position: fixed;
        bottom: -15px;
        width: 355px;
        left: 50%;
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        
    }

.noResultado .modal-footer{
    border-radius:0;
    min-height:10px;
}

.noResultado .modal-header {
    background: none!important;
    background-color:none;
    width: 100%;
    height: 1px;
    /*border-radius: 40px 40px 0 0;*/
}

.noResultado .modal-body .close {
    /*top: 0px;
    right: 0px;
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 999;*/
    
}

        .noResultado .modal-header .close {
            top: 15px;
            right: 16px;
            position: absolute;
            width: 30px;
            height: 30px;
        }



.noResultado .modal-content .modal-body .bottomModal {
    background-color: white;
    width: 100%;
    height: 50px;
    border-radius: 0 0 40px 40px;
    position: absolute;
    z-index: 0;
    bottom: -37px;
}


.contenedorSPAT{
    max-width:380px;
}

.contenedorSPAT .form-group {
    margin-bottom: 4px;
}

.titleCondiciones {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 12px !important;
    text-align: justify;
}


@media all and (max-width: 380px) {
    .logo {
        margin: -10px 0px 0px 0px;
        width: 50%;
    }   

    .contenedorPasos {
        clear: both;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .esp {
        width: 24px !important;
    }

    h2 {
        font-size: 1.5rem !important;
    }

    .imgPuntos {
        text-align: center;
        width: 35%;
    }

    .contenedorPlanes {
        display: block !important;
        margin-left: 0px !important;
    }
    .plan {
        width: 330px;
        margin-bottom:13px
    }
    .contenedor {
        padding: 0px 0px;
    }

    .lblConfirmarContratante {
        font-size: 14px !important;
    }

    .title {
        font-weight: 500;
        width: 270px;
        font-size: 15px !important;
    }
    

    .bloque2.title {
        font-size: 16px;
        width: 55%;
    }

    .bloque3 {
        font-size: 12px;
        width: 55% !important;
    }

    .bloque4 {
        width: 35% !important;
    }

    .bloque4 img {
        height: 25px !important;
    }

    .bloque3 p {
        font-size: 10px !important;
    }
    .titleCondiciones {
        font-size: 11px !important;
    }
    .contenedorSPAT {
        max-width: 94% !important;  
        margin: 0 auto;
    }

    .success-bci {
        color: #fff !important;
        background-color: #379946;
        border-color: #379946;
        height: 70px;
        border-radius: 10.3906px;
        font-style: normal;
        font-weight: 500;
        font-size: 29.0937px;
        align-items: center;
        display: flex;
    }

    .margenExito {
        margin: 0 10px !important;
        text-align: center !important;
        width: 100% !important;
    }

    .headerErrorMensaje {
        width: 100% !important;
    }

    .mensajeFracaso {
        margin: 0 10px;
        text-align: center;
        width: 100%;
    }

    .errorMensaje {
        font-family: 'Open Sans';
        font-size: 17px;
        line-height: 20px;
        width: 100% !important;
        margin: 0 10pt;
    }   

    .margenFracaso {
        margin: 0 10px;
    }

}

@media all and (min-width: 980px) {
    .logo {
        padding: 0px 0px 0px 20px;
        width: 250px;
    }

    .mostrar {
        height: 45px;
        padding: 10px 0px;
        margin-top: 350px !important;
        z-index: 5000;
    }

    .mensajeExitoFracaso {
        width: 626px;
    }
}

@media all and (min-width: 1500px) {
    .mostrar {
        height: 45px;
        padding: 10px 0px;
        margin-top: 450px !important;
        z-index: 5000;
    }
}

@media all and (max-width: 979px) {
    /*.notify {
        width: 70% !important;
    }*/
}

@media all and (max-width: 700px) {
    /*.notify {
        width: 90% !important;
    }*/
}



@media all and (max-width: 414px) {

    .noResultado .modal-content {
        margin-top: 95px;
    }


    .noResultado .modal-body .imgMonoAzul {
        bottom: -3px;
    }

    .modalErrorContainer .modal-content {
        width: 97% !important;
        margin-left: 21px;
    }

    .BloqueBeneficiario {
        margin-right: 0 !important;
        float: none;
        max-width: 100%;
        margin: 0px !important;
        width: 352px !important;
    }

    .ItemBeneficiario #TxtRut {
        margin-left: 0px !important;
    }

    .PnlValorUF {
        position: initial !important;
    }

    #TxtRut, #TxtEmai, #TxtTelef, #TxtNombr, #TxtFecNac, #TxtDirecc, #TxtNam, #TxtDicc {
        margin-left: 16px;
    }

    .enanchadorContratante {
        width: inherit !important;
    }

    .contenedor {
        display: block !important;
    }

    .plan {
        margin-bottom: 13px
    }

    .margenExito {
        width: 100% !important;
    }

    .headerErrorMensaje {
        width: 100% !important;
    }

    .esp {
        width: 30px !important;
    }

    .fgroup {
        padding-bottom: 0px !important;
    }
    .form-control.tel {
        width: 75% !important;
    }

    .plan-continuar {
        width: 100% !important;
        padding-bottom: 0% !important;
    }

    .headerLogo a {
        width: 200px !important;
        height: 95px !important;
    }

    .errorMensaje {
        width: 100% !important;
    }

    .imagenAsomandose {
        margin-top: 70px !important;
        width: 100% !important;
    }
    .noMargen{
        margin:0 !important;
    }
    
}

@media (max-width: 375px) {

    .noResultado .modal-content {
        margin-top: 95px;
    }


    .noResultado .modal-body .imgMonoAzul {
        bottom: -3px;
    }

    .modalErrorContainer .modal-content {
        width: 97% !important;
        margin-left: 0;
    }

    .BloqueBeneficiario {
        margin-right: 0 !important;
        float: none;
        max-width: 100%;
        margin: 0px !important;
        width: 315px !important;
    }

    .ItemBeneficiario #TxtRut {
        margin-left: 0px !important;
    }

    .PnlValorUF {
        position: initial !important;
    }

    #TxtRut, #TxtEmai, #TxtTelef, #TxtNombr, #TxtFecNac, #TxtDirecc, #TxtNam, #TxtDicc {
        margin-left: 16px;
    }

    .enanchadorContratante {
        width: inherit !important;
    }

    .paso {
        width: 45px !important;
        height: 45px !important;
        line-height: 46px;
    }
}

@media (max-width:320px) {

    .paso {
        width: 45px !important;
        height: 45px !important;
        line-height: 46px;
    }

    .esp {
        width: 18px !important;
    }

    .beneficios, .coberturas, .exclusiones, .requisitos, .solicituddeasistencia {
        margin: 5px !important;
    }

    .BloqueBeneficiario {
        width: 100% !important;
    }

    .bloque2.title p {
        font-size: 14px !important;
    }

    .bloque4 {
        width: 29% !important;
    }

    .bloque3 {
        font-size: 10px !important;
        width: 60% !important;
    }

    .plan {
        width: 94% !important;
    }
    p.tarifasValores .uf {
        line-height: 24px;
    }
	.planTurismo .tableTurismo tbody td{
	    font-size: 10px !important;
	}
    .modalErrorContainer .modal-content {
        width: 80% !important;
    }
}


@media (min-width:1525px) and (max-width:1920px) {
    .noResultado .modal-body .imgMonoAzul {
        bottom: 0;
        width: 414px;
    }
}

@media (min-width:1400px) and (max-width:1525px) {

    .noResultado .modal-body .imgMonoAzul {
        bottom: -20px;
        width: 400px;
    }
}

@media screen and ( max-height: 700px ) {
    .PnlValorUF {
        position: relative !important;
        margin-top: 17px;
    }
}

    /*---------------------------  Estilos validación campos ---------------------------*/
    input.ng-touched.ng-invalid {
        border-color: #dc3545;
    }

    div.validation-error {
        width: 100%;
        margin-top: .25rem;
        font-size: 80%;
        color: #dc3545;
    }

    .position-icon-input {
        margin-left: -20px;
        margin-top: 5px;
        position: relative;
    }

    .fa-color-ok {
        color: #0b751a;
        font-size: small !important;
    }

.fa-color-error {
    color: #ac0202;
    font-size: small !important;
}

    .fa-color-calendar {
        color: #746e6e;
    }


    .btnCotizar, .btnSuscribir {
        padding: 3% 0 !important;
        width: 45% !important;
        margin: 0 auto;
    }

    .border {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .title {
        font-weight: 500;
    }

    .contenedorBloq {
        width: 100% !important;
        margin: 0 auto;
        background: rgba(56,111,181,0.1);
    }

    .bloques p {
        margin-bottom: 0 !important;
        text-align: center;
    }

    .bloque1 {
        float: left;
        width: 10%;
        height: 40px;
        text-align: center;
        padding-top: 10px;
    }

    .bloque2 {
        float: left;
        width: 60%;
        height: 20px;
        margin-top: 4px;
    }

    .bloque2 p {
        padding-left: 10px;
    }

        .bloque2.title p {
            font-family: 'Open Sans', sans-serif;
            font-size: 15px;
            font-weight:600;
            padding-left: 0;
        }


    .bloque3 {
        float: left;
        width: 60%;
        height: 20px;
        margin-bottom: 4px;
    }

        .bloque3 p {
            font-family: 'Open Sans', sans-serif;
            font-size: 12px;
        }

    .bloque4 {
        /*display: flex;*/
        float:right;
        width: 30%;
        height: 40px;
        text-align: center;
        
        /*padding-top: 12px;*/
    }

    .bloque4 img{
        width:90%;
        margin-top:14px;

    }

    #ContentPlaceHolder1_RadioButton1 {
        transform: scale(1.6, 1.6) !important;
        -moz-transform: scale(1.6, 1.6) !important;
        -ms-transform: scale(1.6, 1.6) !important;
        -webkit-transform: scale(1.6, 1.6) !important;
        -o-transform: scale(1.6, 1.6) !important;
        margin-top: 9px;
    }

    .rdbTC {
        color: #386FB5 !important;
    }

#ContentPlaceHolder1_chkCondiciones {
    width: 20px;
    height: 20px;
    /*margin: 21px;*/
    margin-top: 4px;
}

.checkCondiciones input[type=checkbox] {
    display: none !important;
    
}

.checkCondiciones label,
.checkCondiciones input[type="checkbox"] {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url(../Images/unchecked.svg);
    background-size: cover;
    cursor: pointer;
}

.checked {
    background: url(../Images/checked.svg) !important;
    background-size: cover !important;

}

.inputTarjeta {
    border: 1px solid #ced4da !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

        .inputTarjeta .form-control {
            border: 0px;
        }

    .addontc {
        z-index: 1000;
    }

    .ddl .col {
        padding-right: 0 !important;
    }

    label.col-form-label {
        color: #575757;
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
    }

    input[type='text'].form-control,
    input[type='tel'].form-control,
    select.form-control
    {
        background-color: #f5f8f9;
        border: 1px solid #979797 /*!important*/;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        color: #386fb5;
    }

    .inputTarjeta input[type='tel'] {
        border: inherit !important;
        border-right: none !important;
        background-color: white;
    }


.form-group.titulos h5 {
    font-family: "Open Sans Bold";
    font-size: 20px;
}

.loQuiero a.btn-info,
.loQuiero button.btn-info {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    background-color: #386FB5 !important;
    border-radius: 5px;
    color: #f6f6f6;
    width: 112px !important;
    height: 33px !important;
    line-height: 2px;
    text-transform: uppercase;
}

.loQuiero button.btn-gris {
    background-color: #ccc !important;
}

.loQuiero button.btn-success {
    width: 112px !important;
    height: 33px !important;
    text-transform: uppercase;
    background-color: #449D44 !important;
}





    .inputTarjeta .addontc {
        width: 50px;
        border: 1px solid #ced4da !important;
        border-left: none !important;
    }

        .inputTarjeta .addontc img {
            width: 40px;
            height: inherit !important;
            margin: 4px 0 0 5px;
        }

    /*---------------------------  Estilos validación campos ---------------------------*/
    /*Estilos Modal Presentador tarifas*/
    .modal-header-tar {
        background-color: #FFF !important;
        padding: 1rem 1rem !important;
    }

        .modal-header-tar .close {
            width: 30.36px;
            height: 30.36px;
            box-shadow: -1px 2px 4px #999;
            margin: -1.8rem -1.3rem -1rem auto !important;
            font-size: 2rem;
            font-weight: 100;
        }

    .modal-title-tar {
        color: #386FB5;
        margin-top: 5px;
        font-weight: bold;
        font-size: 16.5418px;
        line-height: 10px;
    }

    .modal-tar {
        background-color: #F6F6F6;
        width: 70%;
        font-family: 'Open Sans';
        font-style: normal;
    }

    .modal-body-tar {
        color: #000000 !important;
        text-align: justify !important;
        padding: 1px 1px !important;
    }

        .modal-body-tar p {
            padding: 1px 30px !important;
        }

    .condicion-hide {
        display: none;
    }

    .condicion-show {
        display: block;
        padding-right:20px;
    }

        .condicion-show li {
            font-weight: bold;
            font-style: normal;
            font-size: 14.1787px;
            line-height: 13px;
            text-decoration-line: underline;
            color: #575757;
        }


        .condicion-show p {
            font-size: 13px;
            color: #575757;
        }

    .condicionclear {
        clear: both;
    }

    .condicion-pol-text {
        background-color: #E5E5E5;
        font-size: 11.8px;
        color: rgba(0, 0, 0, 0.541327);
        font-style: italic;
        text-align: center;
        display: table;
        height: 40px;
        width: 100%;
    }

        .condicion-pol-text div {
            display: table-cell;
            vertical-align: middle;
        }

            .condicion-pol-text div i {
                padding-top: 10px;
            }

    .condicion-descripcion-lista {
        margin-top: -1rem !important;
        margin-bottom: 0rem !important;
    }

        .condicion-descripcion-lista li {
            font-style: normal;
            font-weight: normal;
            font-size: 13px;
            line-height: 11px;
            font-feature-settings: 'tnum' on, 'lnum' on;
            color: #575757;
            text-decoration: none;
            line-height: unset;
            margin-left: 5px;
            font-family: 'Open Sans', sans-serif;
        }

    .condicion-ul-sinpunto {
        list-style: none;
        margin-left: -10px;
    }

    /* fin estilos modal presentador tarifas*/


    /* estilos presentador de tarifas*/


    /* fin estilo presentador de tarifas*/


    /*---------------------------  Estilos Pagina Éxito ---------------------------*/

    .margenExito {
        margin: 0 10px;
    }


.margenExito {
    margin: 0 10px;
}

.margenExito {
    margin: 0 10px;
    text-align: center;
    width: 626px;
}


    .margenExitoPDF {
        margin-left: 20%;
        text-align: center;
    }

/*.mensajeExito {
    margin: 0 10px;
    text-align: center;
    width: 626px;
}*/



    .margenMonoLogos {
        margin: 0px 100px;
        align-content: center;
    }

.margenExitoPDF {
    margin-left: 20%;
    text-align: center;
}

.iconosDocumentos {
    text-align:center;
}



.margenMonoLogos {
    margin: 0px 100px;
    align-content: center;
}

.monosBCI {
    padding: 50px 0;
    text-align: center;
}


.success-bci {
    color: #fff !important;
    background-color: #379946;
    border-color: #379946;
    height: 70px;
    border-radius: 10.3906px;
    font-style: normal;
    font-weight: 500;
    font-size: 29.0937px;
    align-items: center;
    display: flex;
}


button.btn.save::before {
    font-family: fontAwesome;
    content: "\f00c\00a0";
    background-color: white;
    border-radius: 3rem;
    color: #379946;
    padding-left: 2px;
}

.fuente-bci {
    font-size: 36px;
    margin-left: 136px;
}


.body-bci {
    margin-top: 15px;
    margin-left: 125px;
}

/*---------------------------  Estilos Pagina Fracaso ---------------------------*/

.headerErrorMensaje {
    /* #EB5757 - Error/Negative Red */
    background: #EB5757;
    border-radius: 5px;
    color: white;
    font-size: 20px;
    height: 60px;
    padding-top: 2px;
    font-style: normal;
    font-weight: 500;
    align-items: center;
    font-family: Roboto;
    margin: 0 auto;
    width: 626px;
}

/*.margenMensajeFracaso {
    margin: 0 10px;
    text-align: center;
    margin-top: -32px;
    margin-right: 27%;
    margin-left: 24%;
}*/

.margenFracaso {
    margin: 0 10px;
    text-align: center;
}

.mensajeFracaso {
    margin: 0 10px;
    text-align: center;
    width: 100%;
}

.imagenExitoFracaso {
    margin-left: 20px !important;
    padding-top: 8px;
    float: left;
}

/*.imagenClose {
    background: #EB5757;
    height: 15px;
    float: right;
    margin-top: 13px;
    margin-right: 13px;
}*/

.imagenAsomandose {
    margin-top: 50px;
    width:60%;
}

.closeBci {
    color: white !important;
    margin-right: 2%;
}

.errorMensaje {
    font-family: 'Open Sans';
    font-size: 17px;
    line-height: 20px;
    width: 626px;
    margin: 0 auto;
}

.parrafoMensaje {
    float: left;
    padding: 13px;
}


.contenedorFracaso {
    padding: 0px 8px;
}

.btnClose {
    float: right;
    padding: 15px;
}

/*    beneficiarios stilos  */

.ItemBeneficiario {
    padding-top: 5%;
}

.ItemBeneficiario .col-form-label{
    font-size: 12px;
}

.AgregarBeneficiario {
    background: #FCFCFC;
    border: 0.5px solid #DADADA;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    align-items: center;
    color: #373D40 !important;
    padding: 10px 10px 10px 10px;
    width: 210px;
    text-decoration: none;
}

    .AgregarBeneficiario i {
        float: right;
        /*padding-top: 2px;*/
        font-size: 16px;
    }

.titleBenificiario {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #373D40;
    display: flex;
    padding-top: 20px;
    /*margin-right:-20px;*/
    border-bottom: 1px solid #DADADA;
}
    .titleBenificiario i {
        font-size: 16px;
    }

.ContenedorBeneficiarios {
    display: inline-block;
    
}

.BloqueBeneficiario {
    display: block;
    width: 400px;
    float: left;
    margin-right: 90px;
    margin: 0px 42px;
}

.btn-beneficiario {
    background-color: #386FB5 !important;
    border-radius: 4.34785px;
    margin: auto;
    width: 130px;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

.BBF3 {
    width: 300px !important;
    margin: 0px 25px !important;
}

.BBF5 {
    width: 300px !important;
    margin: 0px 25px !important;
}

.BloqueBeneficiario.BBF5:nth-child(4) {
    margin-left: 168px !important;
}

.max-width {
    width: 100% !important;
    max-width: 100% !important;
}


.ItemBeneficiario input, .ItemBeneficiario select{
    border-radius: 5px !important;
}

.enanchadorContratante{
  width:380px;
   
}

.cajaInfoB {
    background-color: #A7BAC9;
}

.cantBeneficiarios {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 12px;
    display: block;
    margin: 20px 0 10px 1px;
    width: 168px;
}

.cantBeneficiarios a {
    width: 15px;
    height: 15px;
    background-color: #0971CE;
    border-radius: 50%;
    display: block;
    float: right;
    background-image: url(../Images/ico-pregunta.svg);
    background-repeat: no-repeat;
    background-position: 4px;
}
.tituloPag {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /*margin-top: 20px;*/
} 

.tituloPag h4 {
    font-size: 16px;
    color: #333333;
    font-family: 'Open Sans', sans-serif !important;
}

/*.subTitulo {
    position: relative;
    top: -99px;
}*/

.subTitulo p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-align: center;
}

.contMaxWidth{
    width: 300px;
    margin: 0 auto !important;
}
/*********************************************************************************************************************************************
********************************************************** Plan Turismo **********************************************************************
**********************************************************************************************************************************************/
    .contenedor.planTurismo {
        width: 700px;
    }

.planTurismo {
    font-family: 'Open Sans', sans-serif !important;
}
.planTurismo h1, .planTurismo h2, .planTurismo h3 {
    font-family: 'Open Sans', sans-serif !important;
    font-weight:bold;
}
    .planTurismo h1 {
        font-size: 30px;
        font-family: "Open Sans Bold" !important;
    }
 .planTurismo h2{font-size: 26px;}
 .planTurismo h3{font-size: 24px;}
 .planTurismo h4{font-size: 18px;}

    .tituloPag {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        /*margin-top: 20px;*/
    }

        .tituloPag h4 {
            font-size: 16px;
            color: #333333;
            font-family: 'Open Sans', sans-serif !important;
        }

        .planTurismo .TituloPlan {
            text-align: center;
        }

    .planTurismo .tableTurismo {
        background-color: #FAFAFA;
        margin-bottom:0;
        
    }

    .planTurismo .cabecera {
        padding: 0px 20px;
        background-color: #006FB9;
        -webkit-border-top-left-radius: 8px;
        -moz-border-radius-topleft: 8px;
        border-top-left-radius: 8px;
        -webkit-border-top-right-radius: 8px;
        -moz-border-radius-topright: 8px;
        border-top-right-radius: 8px;
    }

        .planTurismo .cabecera .tableTurismoHead{
            margin:0
        }

        .planTurismo .cabecera .tableTurismoHead thead,
        .planTurismo .cabecera .tableTurismoHead tbody,
        .planTurismo .cabecera .tableTurismoHead thead tr,
        .planTurismo .cabecera .tableTurismoHead thead th {
            background-color: transparent;
            border: none
        }

            .planTurismo .cabecera .tableTurismoHead thead th {
                text-align: center;
                padding: 5px 0.75rem !important;
            }

            .planTurismo .cabecera .tableTurismoHead thead {
                background-color: transparent;
                color: #F6F6F6;
            }

        .planTurismo .tableTurismo tbody{
            padding:20px;
        }

    


    .planTurismo .cabecera .tableTurismo thead th:first-child {
        -webkit-border-top-left-radius: 8px;
        -moz-border-radius-topleft: 8px;
        border-top-left-radius: 8px;
        width: 50%;
    }
    .planTurismo .cabecera .tableTurismo thead th:last-child {
        -webkit-border-top-right-radius: 8px;
        -moz-border-radius-topright: 8px;
        border-top-right-radius: 8px;
    }

    .planTurismo .tableTurismo tbody td:first-child {
        width: 45%;
        text-align: left;
    }



    .planTurismo .tableTurismo thead th,
    .planTurismo .tableTurismo tbody td {
        padding: 4px 15px;
        text-align: center;
        font-size:12px;
    }

    .planTurismo .tableTurismo tbody td {
        border-left: 1px solid #ECECEC;
        border-bottom: 1px solid #ECECEC;
        border-top: none;
        border-right: none;
        color: rgba(0, 0, 0, 0.541327);
    }

    .planTurismo .tableTurismo tbody td:first-child{
        border-left: none;
        
    }


    .planTurismo .tableTurismo tbody tr:last-child > td,
    .planTurismo .tableTurismo tbody tr:nth-child(4) > td{
        border-bottom: none;
    }



    .planTurismo .ContenedorConvenioProducto {
        background-color: #FAFAFA;
        
    }
    .planTurismo .ContenedorConvenioProducto .cuerpo{
        padding: 20px;
    }

    .planTurismo .infoUf {
        border-top: 1px solid #E9E9E9;
        padding: 10px 0;
        margin-top:15px !important;
    }

    .planTurismo .infoUf .infoUfDetalle{
        width:400px;
        margin: 0 auto;
        text-align:center;
    }
    .planTurismo .infoUf .infoUfDetalle span {
        display:block;
    }

        .planTurismo .infoUf .infoUfDetalle h4 {
            color: #00953A;
            font-family: "Open Sans Extra Bold";
            font-size: 26px;
            margin-bottom: 0;
        }

        .planTurismo .infoUf .infoUfDetalle .pesosInfo {
            font-weight: 600;
            color: #575757;
            line-height: 22px;
            font-size: 13px;
        }

    .planTurismo .infoUf .infoUfDetalle .pesosInfo .pesos {
        font-size: 20px;
        font-family: "Open Sans Bold";
    }

.planTurismo .masInfo,
.SecPreguntas .masInfo {
    width: 100%; /*600px;*/
    margin: 0 auto;
    /*padding: 10px 15px;
        display: block;*/
    text-align: center;
}

.SecPreguntas .masInfo {
    margin-top: 20px;
    border-top: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9
}

        .planTurismo .masInfo a,
        .SecPreguntas .masInfo a{
            color: rgba(0, 0, 0, 0.6);
            font-size: 14px;
            display: flex;
            justify-content: center;
            line-height: 31px;
        }
            .SecPreguntas .masInfo a{
                cursor:pointer;
            }

            .planTurismo .masInfo a i,
            .SecPreguntas .masInfo a i {
                color: #386FB5;
                font-size: 32px;
                margin-left: 25px
            }

        .SecPreguntas .masInfo a i {
            font-size: 28px !important;
        }

            .planTurismo .masInfo a i.fa.fa-caret-up,
            .SecPreguntas .masInfo a i.fa.fa-caret-up {
                line-height: 26px;
            }

            .planTurismo .masInfo a:hover,
            .SecPreguntas .masInfo a:hover,
            .SecPreguntas .masInfo a:not([href]):not([tabindex]):hover
            {
                text-decoration: none;
                color: #006FB9;
            }

        .planTurismo .masInfo .DetalleInfo,
        .SecPreguntas .masInfo div[class^='DetalleInfo'] {
            text-align: justify;
            font-size: 12px;
            color: rgba(0, 0, 0, 0.54);
            max-height: 300px;
            overflow-y: auto;
            padding-right: 20px;
            padding-left: 20px;
            display: none;
        }


.planTurismo .boton {
    text-align: center;
    margin-top: 20px;
}

    .planTurismo hr {
        border-top: 1px solid #E9E9E9;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .btn-verde {
        background-color: #00953A !important;
        color: #F6F6F6 !important;
        text-transform: uppercase;
        font-size: 18px !important;
        border-radius: 6px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    /*----------------------------Preguntas-----------------------------------------*/

    .planTurismo .SecPreguntas {
        text-align: center;
        margin: 10px 0 60px 0;
        /*padding-bottom:55px;*/
        /*border-bottom: 1px solid #ccc;*/
    }

    .planTurismo .SecPreguntas h4 {
        color: #333333;
        font-size: 16px;
        line-height:24px;
        
    }

    .planTurismo .SecPreguntas {
        text-align: center;
    }

  

    .planTurismo .btn-preguntas {
        font-size: 13px !important;
        padding: 15px 40px 15px 40px !important;
    }

    .planTurismo .SecPreguntas .boton{
        margin-top:170px;
    }
        
    .planTurismo .SecPreguntas .boton.preguntas {
            margin-top: 0;
        }

    .planTurismo .SecPreguntas .respuestas {
        margin-top: 50px;
        display: flex;
        justify-content: center;
    }

        .planTurismo .SecPreguntas .respuestas .si,
        .planTurismo .SecPreguntas .respuestas .no,
        .planTurismo .SecPreguntas .respuestas .si_Asg,
        .planTurismo .SecPreguntas .respuestas .no_Asg {
            position: relative;
            width: 80px;
            text-align: left;
            margin: 0 20px;
        }


    .planTurismo .respuestas .RBPreguntas label {
        margin: 0 15px 0 0;
        text-transform: uppercase;
        color: #1E1E1E;
        font-weight: 600;
        width: 100%;
    }

.planTurismo .respuestas .RBPreguntas input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 20px;
    width: 100%;
    z-index: 1000;
}

    .planTurismo .checkmark-green,
    .planTurismo .checkmark-red
    {
        position: absolute;
        top: 0;
        left: 44px;
        height: 25px;
        width: 25px;
        border-radius: 50%;
        border: 2px solid #575757;
    }

   
    div[class^='GrupoPregunta'] {
        display: block;
    }

    .no-borde-bottom{
        border-bottom: none !important;
    }


.checkmark-green-b {
    background-image: url(../Images/icon-check-green.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.checkmark-red-b {
    background-image: url(../Images/icon-check-red.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.checkmark {
    background-image: url(../Images/icon-check.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.modal-warning-sm {
    max-width: 300px !important;
}

.modal-warning .modal-content {
    background-color: #F6DF4A;
    
}

.modal-warning .modal-content .modal-body {
    font-family: "Open Sans Bold";
    font-size: 16px !important;
    line-height: 18px;
    color: #575757 !important;
    padding: 40px !important;
}

.modal-warning #btnClose, .modal-warning #btn_Close {
    width: 25px !important;
    height: 25px !important;
    position: absolute;
    right: 5px;
    top: 5px;
    background-image: url(../Images/close.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.modal-warning .modal-body span {
    font-family: Open Sans;
    font-style: italic;
    font-weight: bold;
    font-size: 14px;
    display:block;

}



.DPSdescripcion p, .DPSdescripcion b {
    font-size: 12px;
    text-align: justify;
}

.DPSdescripcion b {
    font-family: "Open Sans Bold";
}


.SecPreguntas.SinBorde {
    border-bottom: none !important;
}

.preguntasDTS {
    font-size: 14px;
    padding: 10px 0;
    max-height: 300px;
    overflow-y: auto;
    text-align: justify !important;
    border-top: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
    padding: 10px 0;
}

    .preguntasDTS.confirmacion {
        max-height: 400px;
        text-align:justify !important;
    }
    
    /*Pagina Resumen*/
    .SeccionPaginacion {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 25px;
    }

    .SeccionPaginacion .contPaginacion {
        width: 63px;
        height: 27px;
        background-color: #219653;
        border-radius: 8px;
        color: #FFFFFF;
        font-family: "Open Sans Bold";
        font-size: 16px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 7px;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    }

    .SeccionPaginacion .flecha, .SeccionPaginacion .disabled {
        width: 16px;
        height: 16px;
        display: block;
        cursor: pointer;
    }

    .SeccionPaginacion .disabled{
        display:none;
    }

    .SeccionPaginacion .flecha-izq .flecha {
        background-image: url(../Images/flecha-izquierda-verde.svg);
    }

    .SeccionPaginacion .flecha-izq .disabled {
        background-image: url(../Images/flecha-izquierda.svg);
        opacity:0.3;
        cursor:default;
    }

    .SeccionPaginacion .flecha-lef .flecha {
        background-image: url(../Images/flecha-derecha-verde.svg);
    }

    .SeccionPaginacion .flecha-lef .disabled {
        background-image: url(../Images/flecha-derecha.svg);
        opacity: 0.3;
        cursor: default;
    }


    .masInfo.check {
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        text-align: initial;
    }

 .masInfo.check{
     width: 550px;
 }

.checkCondiciones {
    width: 40px;
}

.descripcionTermino {
    width: 92%;
    font-size: 12px;
    line-height: 25px;
    text-align:justify;
}

a.icoPdf {
    font-size: 12px !important;
    margin: 0 auto;
    width: 180px;
    display: block;
    color: #373D40;
}

.pdfIco {
    width: 18px !important;
    height: 21px !important;
    display:block;
    background-image:url(../Images/icon-pdf.svg);
    background-repeat:no-repeat;
    background-size: cover;
    float: left;
    
}



.visible {
    display: block !important;
}

/*Tooltip*/

.tooltips {
    display: inline !important;
    position: relative !important;
}

.tooltips:hover:after {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    background: #B5D4F0;
    border-radius: 5px;
    color: #575757;
    content: attr(data);
    margin: 17px -89px 0;
    font-size: 12px;
    padding: 13px;
    width: 211px;
    line-height: 18px;
    font-family: 'Open Sans', sans-serif !important;
    text-align: center;
    text-decoration: none !important;
}

.tooltips:hover {
    text-decoration: none !important;
}

    /*.tooltips:hover:before {
        border: solid;
        border-color: #444 transparent;
        border-width: 12px 6px 0 6px;
        content: "";
        left: 45%;
        bottom: 30px;
        position: absolute;
        color: #575757;
        
    }*/
@media all and (max-width: 414px) {
        .contenedor.planTurismo {
            width: 90%;
            margin: 0 auto;
        }

        .contenedor.planTurismo {
            width: 100%;
        }

    .planTurismo .masInfo {
        width: 100%;
    }

        .planTurismo .infoUf .infoUfDetalle {
            width: 100%;
        }

        .planTurismo .masInfo .DetalleInfo {
            width: 100%;
        }

        /*.planTurismo .tableTurismo tbody td{
            font-size: 14px
        }*/
        .planTurismo .tableTurismo tbody td:first-child {
            text-align:left;
        }

        .planTurismo .ContenedorConvenioProducto .cuerpo {
            padding: 20px 5px;
        }
        .planTurismo .cabecera {
            padding: 3px 5px;
        }
  
        .planTurismo .tableTurismo tbody td:first-child {
            width: 55%;
        }

        .planTurismo .cabecera .tableTurismoHead thead th:first-child {
            width: 55%;
        }

        .planTurismo .cabecera .tableTurismoHead thead th {
            font-size: 13px !important;
            
        }

    .planTurismo .tableTurismo tbody tr:nth-last-child(2) > td {
        border-bottom: none !important;
    }

    .modal-warning-sm {
        max-width: 85% !important;
        margin: 0 auto !important;
    }

    .boton.preguntas {
        /*position: relative;*/
        width: 60%;
        margin: auto;
    }

    /*.boton.preguntas .btn-preguntas {

        position:fixed;
        bottom: 25px;
    }*/

    .masInfo.check{
        width: 88%;
    }

    .checkCondiciones{
        width:10%;
    }

    .descripcionTermino {
        width: 90%;

    }

    .preguntasDTS.confirmacion {
        max-height: 280px;
    }

    .planTurismo .SecPreguntas .boton.preguntas {
        margin-top: 91px;
    }

 }/*fin media*/








/************************Backoffice****************************************/
.fgroup {
    padding-bottom: 30px;
}

.plan-continuar {
    /*padding-left: 5%;
            padding-right: 3%;*/
    -webkit-box-shadow: 5px 5px 5px 1px rgba(143,143,143,0.5);
    -moz-box-shadow: 5px 5px 5px 1px rgba(143,143,143,0.5);
    box-shadow: 5px 5px 5px 1px rgba(143,143,143,0.5);
    width: 80%;
    margin: 0 auto;
}



.ejecutivo {
    position: fixed !important;
    right: 0 !important;
    top: 0 !important;
    font-size: 10px !important;
    z-index: 1000 !important;
    padding: 12px 12px 12px 5px !important;
    opacity: 0.8;
    -webkit-box-shadow: -1px 2px 8px -4px rgba(0,0,0,0.61);
    -moz-box-shadow: -1px 2px 8px -4px rgba(0,0,0,0.61);
    box-shadow: -1px 2px 8px -4px rgba(0,0,0,0.61);
}

.ejecutivo a {
    width: 5%;
    margin-top:5px;
    margin-right: 2px;
    float: left;
    cursor: pointer;
    
}

.ejecutivo .ejecutivo-cont {
    width: 94%;
    float:left;
}

.openClose {
    right: -244px !important;
}


#toast-container {
    bottom: 0 !important;
}

.toast-top-right {
    top: unset !important;
    bottom: 0 !important;
}
#toast-container,
.toast-message,
.toast-title {
    font-size: 14px !important;
}
/*#toast-container toast.toast-message .toast-message {
    font-size: 24px !important;
}*/

.relative {
    position: relative;
}
.position-icon {
    position: absolute;
    top: 6px;
    right: 5px;
}

.viewPDF {
    width: 100% !important;
    height: 700px;
    overflow: scroll;
}



@media only screen and (max-width: 1000px) {
    .plan-continuar {
        padding-bottom: 10%;
    }
}

@media only screen and (max-width: 414px) {
    .ejecutivo {
        position: relative !important;
        padding: 20px !important;
        line-height: 0 !important;
    }

    .ejecutivo a {
        margin: 0 !important;
        margin-right: 5px;
        display:none;
            
    }

    th.beneficiariosTD {
        display: block !important;
        width: 99.9% !important;
        clear: both !important;
    }

    .contMaxWidth {
        width: 100%;
        
    }

    .viewPDF {
        width: 100% !important;
        height: 300px;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
    }
}



/*****************************   Catastrofico   ****************************************/

.grupoFamiliar {
    width: 680px;
    display: flex;
    justify-content: space-between;
    margin: 100px 0;
}

.selectGrupo {
    width: 290px;
    height: 126px;
    display: block;
    background-color: #F5F8F9;
    text-align: center;
    border-radius: 5.5px;
    line-height: 120px;
    font-family: Open Sans;
    text-decoration: none;
    color: #333333;
    border: 0.7px solid #979797;
    cursor: pointer;
}

    .selectGrupo:hover, .selectGrupo:active, .active {
        background-color: #CDE5D5;
        border: 0.7px solid #00953A;
        text-decoration: none;
        color: #333333;
    }

    .nivelProteccion{
        max-width: 435px;
        width: 100%;
    }

.box {
    background-color: #0971CE;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .box h2 {
        font-family: "Open Sans bold";
    }
    .box h3, .box p {
        font-family: "Open Sans";
    }
    .box h2 {
        font-size: 38px;
    }
    .box h3 {
        font-size: 26px;
    }
    .box p {
        font-size: 14px;
    }
    .box h3, .box h2, .box p {
        margin:0;
        padding:0;
        line-height: 35px;
    }

    .cuotaMensual{
        margin: 50px 0;
    }

    .cuotaMensual .card {
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    }
    .cuotaMensual .card-header {
        padding: 0px;
           
    }

        .cuotaMensual .btn {
            font-size: 18px !important;
            font-family: "Open Sans Bold" !important;
            color: #333333 !important;
            text-align: left !important;
            line-height: 37px !important;
        }

    .cuotaMensual .btn-link {
        color: #333333 !important;
        padding-left: 28px;
        width: 100%;
    }

    .cuotaMensual .btn-link:hover {
        text-decoration: none;
        color:none;
     }

    .cuotaMensual .btn-link i{
        float: right ;
        margin-right: 30px;
        margin-top: 5px;
        font-size: 28px;

    }

    .cuotaMensual .card-header h2 {
        margin: 0px !important;
        padding: 0px !important;
        line-height: 0px !important;
    }

.table.tableProteccion th, .table.tableProteccion td {
    padding: 3px 5px;
    vertical-align: top;
    border: 1px solid #dee2e6;
    font-size: 14px;
    font-family: "Open Sans";
    color: #333333;
    font-weight: 300;
}

.table.tableProteccion th {
    font-family: "Open Sans Bold";
    padding: 5px;
}

.card-body.cont p {
    font-size: 14px;
    padding: 0;
    margin: 0;
    font-family: "Open Sans";
    color: #333333;
}

    .card-body.cont p.titulo {
        font-family: "Open Sans Bold" !important;
        margin-top: 20px;
    }

.card-body.cont p.titulo:first-child {
    font-weight: bold;
    margin-top: 0;
}



.selectUF .respuestas {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

    .selectUF .respuestas .si,
    .selectUF .respuestas .no,
    .selectUF .respuestas .si_Asg,
    .selectUF .respuestas .no_Asg {
        position: relative;
        width: 80px;
        text-align: left;
        margin: 0 20px;
    }


    .selectUF .respuestas .RBPreguntas label {
        margin: 0 15px 0 0;
        text-transform: uppercase;
        color: #1E1E1E;
        font-weight: 600;
        width: 100%;
    }

    .selectUF .respuestas .RBPreguntas input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 20px;
        width: 100%;
        z-index: 1000;
    }

.selectUF .checkmark-green,
.selectUF .checkmark-red {
    position: absolute;
    top: 0;
    left: 44px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 2px solid #575757;
}

.selectUF .checkmark {
    background-image: url(../Images/icon-check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
}

.vUF {
    font-size: 34px;
    font-family: "Open Sans";
    color: #006FB9;
    font-weight: bold;
}
.selectores{
    margin: 0 20px;
}

.DPSdescripcionVerificacion p {
    font-family: "Open Sans";
    font-size: 14px;
    text-align:justify;
}

.contenedor.verificacion{
    max-width: 870px;
}

.formVerificacion{
    margin: 60px auto;
    width: 700px;
}

.cedulaIdentidad {
    display: flex;
    width: 80%;
    margin: 0 auto;
    justify-content: center;
}

.cedulaIdentidad {
    width: 100%;
}

.cedulaIdentidad .ci.nueva {
    margin-right: 10px;
}

.cedulaIdentidad .ci img {
    width: 100%;
}

a.nserie{
    color: #333333;
    font-weight: bold;
}
a.nserie:hover {
    color: #333333;
}

.numeroDoc {
    width: 255px !important;
    margin: 0 auto;
    text-align:center !important;
    color:#000000 !important;
}


@media only screen and (max-width: 414px) {
    .QuieroAsegurar {
        width: 100%;
    }

    .grupoFamiliar {
        width: 100%;
        flex-direction: column;
        margin: 90px 0;
    }

    .selectGrupo {
        width:100%;
        margin : 10px 0;
    }

    .formVerificacion{
        width: 100%;
        margin: 20px 0;
    }


    .vUF {
        font-size: 30px;
        text-align: center;
    }

    .selectUF .checkmark-green, .selectUF .checkmark-red {
        left: 32px;
    }

     .box p {
        margin-top:5px;
        line-height: 19px;
        text-align: center;

    }

    .cuotaMensual .btn {
        font-size: 16px !important;
    }

    .cuotaMensual .btn-link i {
        margin-right: 0px;

    }

    .cedulaIdentidad {
        width: 48%;
        flex-direction: column;
    }

    .cedulaIdentidad .ci.nueva {
        margin-right: 0;
    }

    .selectUF .respuestas.nvp{
        margin-top:25px !important;
    }

    .cuotaMensual {
        margin: 40px 0;
    }

}

@media only screen and (max-width: 375px) {


    .grupoFamiliar {
        width: 100%;
        flex-direction: column;
        margin: 50px 0;
    }

    .vUF {
        font-size: 28px;
    }

}

@media only screen and (max-width: 320px) {


    .selectGrupo {
        width: 100%;
        height: 100px;
        line-height: 100px;
        margin: 10px 0;
    }

    .grupoFamiliar {
        width: 100%;
        flex-direction: column;
        margin: 30px 0;
    }

    .vUF {
        font-size: 23px;
    }

    .cuotaMensual .btn-link {
        padding-left: 14px;
    }

    .cuotaMensual .btn {
        font-size: 13px !important;
    }

    .card-body.cont p {
        font-size: 13px;
    }

}
