:root {
    --logoFlex: url(../Img/logo_flex.png);
    --tipoIndividual: url(../Img/TipoIndividual.svg);
    --tipogrupal: url(../Img/TipoGrupal.svg);
    --imgLogoFixed: url(../Img/LogoFixed.png);
    --arrowDown: url(../Img/YepSeguros/arrowDown.svg);
    --imgMujer: url(../Img/Mujer.svg);
    --imgMujerHover: url(../Img/MujerHover.svg);
    --imgHombre: url(../Img/Hombre.svg);
    --imgHombreHover: url(../Img/HombreHover.svg);
    --iconBtnAtras: url(../Img/Icons/btnAtras.svg);
    --iconBtnCerrar: url(../Img/Icons/iconCerrarF.svg);
    /*Iconos productos*/
    --iconUrgencias: url(../Img/Icons/Productos/Urgencias.svg);
    --iconMedicamentos: url(../Img/Icons/Productos/Medicamentos.svg);
    --iconUrgenciasHover: url(../Img/Icons/Productos/UrgenciasHover.svg);
    --iconProteccionSalud: url(../Img/Icons/Productos/2ProteccionSalud.svg);
    --iconMedicamentosHover: url(../Img/Icons/Productos/MedicamentosHover.svg);
    --iconMedicinaPreventiva: url(../Img/Icons/Productos/medicinaPreventiva.svg);
    --iconProteccionSaludHover: url(../Img/Icons/Productos/ProteccionSaludHover.svg);
    --iconServiciosAuxililiares: url(../Img/Icons/Productos/ServiciosAuxiliares.svg);
    --iconMedicinaPreventivaHover: url(../Img/Icons/Productos/medicinaPrevientivaHover.svg);
    --iconServiciosOdontologicos: url(../Img/Icons/Productos/ServiciosOdontologicos.svg);
    --iconServiciosOdontologicosHover: url(../Img/Icons/Productos/ServiciosOdontologicosHover.svg);
    --iconServiciosAuxililiaresHover: url(../Img/Icons/Productos/ServiciosAuxiliaresHover.svg);
    /*Iconos indemnizatorios*/
    --iconCancer: url(../Img/Icons/Indemnizatorios/cancer.svg);
    --iconInfarto: url(../Img/Icons/Indemnizatorios/infarto.svg);
    --iconRecupera: url(../Img/Icons/Indemnizatorios/Recupera.svg);
    --iconRenta: url(../Img/Icons/Indemnizatorios/rentaHospitalaria.svg);
    --iconCancerHover: url(../Img/Icons/Indemnizatorios/cancerHover.svg);
    --iconInfartoHover: url(../Img/Icons/Indemnizatorios/infartoHover.svg);
    --iconRecuperaHover: url(../Img/Icons/Indemnizatorios/RecuperaHover.svg);
    --iconRentaHover: url(../Img/Icons/Indemnizatorios/RentaHospitalariaHover.svg);
}

@font-face {
    font-family: Gothic_bold;
    src: url(../CSS/Flex/All-Round-Gothic-W01-Bold.ttf) format("truetype");
}

@font-face {
    font-family: FiraSans-Regular;
    src: url(../CSS/Flex/FiraSans-Regular.ttf) format("truetype");
}

@font-face {
    font-family: FiraSans-light;
    src: url(../CSS/Flex/FiraSans-Regular.ttf) format("truetype");
}

#idLoaderPrincipalYep {
    display: none;
}

input:focus {
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

html, body {
    font-family: 'FiraSans-light';
    font-size: 13px;
    overflow-x: hidden;
    color: #525252;
}

.btnDefaul, .TextDecorationblueSubrayar {
    font-weight: bold;
}

strong {
    font-family: Gothic_bold;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.fontsize30pxN {
    font-size: 30px;
}

.overflowyshow {
    overflow-y: auto !important;
}

.overflowyhide {
    overflow-y: hidden;
}

.hideweb {
    display: none;
}

.PersonasConteoAgregar {
    width: 100%;
}

.fontSize30px {
    font-size: 30px
}

.fontSize25px {
    font-size: 25px;
}

.fontsize22px {
    font-size: 22px;
}

.fontSize20px {
    font-size: 17px;
}

.fontSize16px {
    font-size: 15px;
}

.fontSize13px {
    font-size: 11px
}

.HeaderPrincipal {
    height: 102px;
    box-shadow: 0px 3px 6px #00000029;
}

.cerrarmodal {
    position: relative;
    right: -126vh;
    top: -32vh;
}

.paddingceropx {
    padding: 0px !important;
}

.iconoalertdocument {
    color: blue;
    padding-top: 3px;
    padding-right: 9px;
}

.displayflex {
    display: flex;
}

.imgsubidadocument {
    width: 25px;
    height: 100%;
    margin-right: 15px;
}

.underlineandfontize {
    font-size: 20px;
    text-decoration: underline;
}

.puntossuspensivos {
    max-width: 191px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    display: inline-block;
    top: 8px;
}

.img-modalGeneric {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -15px;
}

.LogosHeader, .LogosFooter {
    background-image: var(--logoFlex);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    width: 255px;
    height: 78px;
    left: 116px;
    margin: 0;
    top: 13px;
}

.fonntgotic {
    font-family: Gothic_bold !important;
}

.LogoFixed {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 10;
    width: 20%;
    max-width: 170px;
    pointer-events: none;
    z-index: -1;
}

.margintopsieteporciento {
    margin-top: 7%;
}

.archivosubido {
    height: 100%;
    width: 25px;
    padding-bottom: 7px;
    margin: -12px 11px 7px 0px;
}

.LogoFixedpantalla1, .FondoNumero1, .FondoPrincipal, .LogoFixedpantallabeneficiarios {
    display: none !important;
}

.BarraProgreso {
    position: absolute;
    top: 100px;
    left: 0px;
    max-width: 65px;
    height: 80vh;
    max-height: 570px;
    max-height: calc(100vh - 53vh);
}

.FondoNumero1 {
    position: absolute;
    width: 37%;
    right: 0px;
    top: 0px;
}

.FondoPrincipal {
    position: absolute;
    right: 0px;
    width: 8%;
    top: 0px;
}

.BodyPrincipal {
    min-height: 50vh;
    position: relative;
}

.alineaciondiv {
    position: absolute;
    top: -34px;
}

.opacidadcero {
    opacity: 0;
}

.heigth47px {
    height: 47px;
}

.paddingr0px {
    padding-right: 0px;
}

.ColorAzulBajo459EFF {
    color: #459EFF;
}

.paddingl0px {
    padding-left: 0px;
}

.ColorAzulMedio0033A0 {
    color: #004899;
}

.ColorGris6D7783 {
    color: #525252;
}

.ColorGris525252 {
    color: #525252;
}

.colorGrisB3B3B3 {
    color: #B3B3B3;
}

.MarginLeft15px {
    margin-left: 15px;
}

.MarginTop12vh {
    margin-top: 12vh;
}

.MarginBotom5rem{
    margin-bottom:5rem;
}

.MarginTop2px {
    margin-top: 2px;
}

.MarginTop4px {
    margin-top: 4px;
}

.MarginTop15px {
    margin-top: 15px;
}

.MarginTop14px {
    margin-top: 14px;
}

.MarginTop13px {
    margin-top: 13px;
}

.MarginTop10px {
    margin-top: 10px;
}

.MarginTop5px {
    margin-top: 5px;
}

.MarginTop30px {
    margin-top: 30px;
}

.MarginTop18px {
    margin-top: 18px;
}

.MarginTop20px {
    margin-top: 20px;
}

.MarginTop35px {
    margin-top: 35px;
}

.MarginTop22px {
    margin-top: 22px;
}

.MarginTop37px {
    margin-top: 37px;
}

.MarginTop38px {
    margin-top: 38px;
}

.MarginTop40px {
    margin-top: 40px;
}

.MarginTop50px {
    margin-top: 50px;
}

.MarginTopmenos32px {
    margin-top: -32px;
}

.MarginBot200px {
    margin-bottom: 200px;
}

.MarginBot50px {
    margin-bottom: 50px;
}

.MarginBot40px {
    margin-bottom: 40px;
}

.MarginBot35px {
    margin-bottom: 35px;
}

.MarginBot30px {
    margin-bottom: 30px;
}

.MarginBot28px {
    margin-bottom: 28px;
}

.MarginBot25px {
    margin-bottom: 25px;
}

.marginbott20px {
    margin-bottom: 20px;
}

.MarginBot15px {
    margin-bottom: 15px;
}

.MarginBot10px {
    margin-bottom: 10px;
}

.MarginBot5px {
    margin-bottom: 5px;
}

.MarginBot2px {
    margin-bottom: 2px;
}

.RelativePos {
    position: relative;
}

.CursorPointer {
    cursor: pointer;
}


.divspanErrorFechaNac {
    text-indent: 33em;
}

.movil6icono {
    height: 32px;
    margin-right: 20px;
}

.labelInput {
    position: absolute;
    top: 12px;
    left: 0px;
    pointer-events: none;
    z-index: 2;
    background: transparent;
    padding: 0px 15px;
    color: #B3B3B3;
    transition: all 0.5s ease;
    white-space: nowrap;
    overflow: hidden;
    font-family: FiraSans-light;
}

.SelectForm {
    box-shadow: 0px 1px 3px #00000029;
    border: 1px solid #B3B3B3;
    border-radius: 3px;
    width: 100%;
    padding: 5px;
    padding-right: 30px;
    color: #525252;
}

.borrardocumentofiscal {
    width: 19px;
    height: 100%;
    z-index: 99;
    margin: -12px 0px 0px 15px;
}

select.SelectForm {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background-image: var(--arrowDown);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 11%;
    background-color: white;
    background-position-x: calc(100% - 10px);
}

    select.SelectForm option {
        font-family: 'FiraSans-light';
    }

#ddlSumaAseguradaCancer.SelectForm, #ddl_RentaHosp.SelectForm, #rentaHospSelect.SelectForm, #ddl_divinfarto.SelectForm, #recuperacionEsquemaSuma.SelectForm {
    background-size: 8%;
}

#Flexsalud_PersonaPaga.SelectForm, #selectEcivilContratante.SelectForm, #MensualidadesPago.SelectForm, #estadoCivilPagaFlexSalud.SelectForm, #selectsexo1.SelectForm, #entidadNacimiento1.SelectForm, #selectParentesco1.SelectForm, .selectSexop7.SelectForm, #selectParentesco.SelectForm, #generoPagaFlexSalud.SelectForm {
    background-size: 6%;
}

#selectEntidadNacFlex.SelectForm, #selectColonia0.SelectForm, #selectColoniaBeneficiario1.SelectForm, #ddl_SelectBeneficiarios.SelectForm, .selectColoniaP7.SelectForm, #Flex_FinRegimenFiscal.SelectForm, #ddl_SelectBeneficiarios.SelectForm, #RegimenFiscal.SelectForm, #entidadNacPagoFlexSalud.SelectForm, #selectColoniaContratante.SelectForm, .selectColoniaBeneficiario.SelectForm {
    background-size: 4%;
}

.formInput {
    height: 45px;
    width: 100%;
    border: none;
    position: relative;
    padding: 0px 15px;
    color: #525252;
    transition: all 0.5s ease;
}

.Loader_gift {
    max-width: 70px;
    margin-bottom: 40px;
}

input:focus ~ .labelInput, input:not([value=""]) ~ .labelInput {
    color: #B3B3B3;
    font-size: 12px;
    top: -9px;
    padding: 0px 5px;
    background: white;
    width: auto;
    left: 10px;
    transition: all 0.5s ease;
}

.formInput:focus, input:not([value=""]) {
    padding-top: 5px;
}

.contenedorfiscales {
    width: 100%;
    padding-top: 5vh;
    position: relative;
    padding-left: 10px;
}

.labelInputSelect, .labelInputSelected {
    position: absolute;
    top: 12px;
    left: 20px;
    pointer-events: none;
    z-index: 2;
    background: transparent;
    padding: 0px 15px;
    color: #525252;
    transition: all 0.5s ease;
    white-space: nowrap;
    overflow: hidden;
    display: none;
}

select:focus ~ .labelInputSelect {
    color: #A3A3A3;
    font-size: 12px;
    top: -9px;
    padding: 0px 5px;
    background: white;
    width: auto;
    left: 25px;
    transition: all 0.5s ease;
    display: block;
}

.showed {
    color: #A3A3A3;
    font-size: 12px;
    top: -9px;
    padding: 0px 5px;
    background: white;
    width: auto;
    left: 25px;
    transition: all 0.5s ease;
    display: block;
}

.BorderInput {
    box-shadow: 0px 1px 3px #00000021;
    border: 1px solid #B3B3B3;
    border-radius: 4px;
    padding: 0 4px;
    background: white;
    position: relative;
}

.ContainerElements {
    width: 75%;
    margin-left: 7%;
    padding-top: 5vh;
    position: relative;
    padding-left: 100px;
    min-height: calc(100vh - 35vh);
}
.ContainerElements2 {
    width: 75%;
    margin-left: 7%;
    padding-top: 5vh;
    position: relative;
    padding-left: 100px;
}

.ContainerElementsPlan {
    width: 70vw;
    margin-left: 15vh;
    margin-top: 10vh;
}

.Vinculo {
    color: #004899 !important;
    text-decoration: underline !important;
}

.btnAcept {
    background: #004899;
    box-shadow: 0px 6px 6px #00000029;
    border-radius: 3px;
    color: white;
    font-family: Gothic_bold;
    font-weight: normal;
    border: none;
    padding: 15px 60px;
    cursor: pointer;
}

.Padding150pxW {
    padding: 15px 65px;
}

.btnDefaul {
    color: #004899;
    margin-right: 40px;
    background: transparent;
    font-family: FiraSans-Regular;
    float: left;
    width: 189px;
    height: 60px;
    border: 2px solid #004899;
    cursor: pointer;
}

.CenterText {
    text-align: center;
}

.LeftText {
    text-align: left;
}

.RiText {
    text-align: right;
}

.has-error {
    border-bottom: #a94442 solid 1px !important;
    box-shadow: 0 3px 1px -2px #E08888 !important;
}

    .has-error ~ .spanInvalid {
        display: inline-block;
    }

.card {
    box-shadow: 0px 1px 3px #00000021;
    border: 1px solid #B3B3B3;
    border-radius: 3px;
    padding: 10px 10px;
    transition: all 0.1s ease;
}

.flexwrap {
    flex-wrap: wrap;
}

.flexinw100 {
    width: 100%;
    margin: auto;
    display: block;
}

.direccionrow {
    flex-direction: row;
    justify-content: space-around;
    align-content: center;
    align-items: center;
}

.cardBlueColor {
    border: 1px solid #0072CE;
    box-shadow: none;
    border-radius: 18px;
    padding-top: 20px;
}

.cardBlueColorSec {
    border: 2.5px solid var(--unnamed-color-003989);
    box-shadow: 0px 5px 4px #00000021;
    border: 3px solid #004899;
    border-radius: 3px;
}

.ImgMaxWSec {
    max-height: 42px;
    max-width: 42px;
    margin: auto;
}

.cardBlueColor .wit40Center {
    width: 20%;
}

.cardBlueColor .wit60Left {
    width: 80%;
}

.cardBlueColorPago .wit40Center {
    width: 30%;
}

.cardBlueColorPago .wit60Left {
    width: 70%;
}

.flexrow {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    word-wrap: break-word;
    flex-direction: row;
    justify-content: space-around;
    align-content: center;
    align-items: center;
}

.ResumenImagenw {
    max-width: 32px;
    max-height: 32px;
}

.MinHei100px {
    min-height: 94px;
}

.MinHei500px {
    min-height: 500px;
}

.hei48px {
    height: 48px;
}

.wit40Center {
    width: 40%;
    text-align: center;
}

.wit60Left {
    width: 60%;
    text-align: left;
}

.checkboxhide {
    display: none;
}

.MedotosDePago {
    width: 100px;
    height: 60px;
    padding: 10px;
    box-shadow: 0px 1px 3px #00000029;
    border: 1px solid #B3B3B3;
}

.TipoPoliza {
    width: 300px;
    height: 370px;
    padding: 10px;
    box-shadow: 0px 1px 3px #00000029;
    border: 1px solid #B3B3B3;
}

.WitMax24px {
    max-width: 24px;
}

.TextDecorationblueSubrayar {
    text-decoration: underline blue;
}

.CenterVertical {
    display: flex;
    align-items: center;
    justify-content: center;
}

.spacebetween {
    justify-content: flex-start;
    align-content: flex-start;
}

    .spacebetween div {
        margin-right: 15px;
    }

.checkboxhide[type="radio"]:checked ~ label {
    box-shadow: 0px 5px 4px #00000021;
    border: 2px solid #004899;
}

.checkboxhide[type="radio"] ~ label:hover {
    box-shadow: 0px 5px 4px #00000021;
    border: 2px solid #004899;
}

.checkboxConfiguracion {
    display: none;
}

    .checkboxConfiguracion[type="checkbox"]:checked ~ label {
        box-shadow: 0px 5px 4px #00000021;
        border: 2px solid #004899;
    }

        .checkboxConfiguracion[type="checkbox"]:checked ~ label .ColorGris6D7783 {
            color: #004899;
        }

    .checkboxConfiguracion[type="radio"]:checked ~ label {
        box-shadow: 0px 5px 4px #00000021;
        border: 1px solid #004899;
    }

        .checkboxConfiguracion[type="radio"]:checked ~ label .ColorGris6D7783 {
            color: #004899;
        }

.ContainerResumen {
    width: 30%;
    margin-top: 11vh;
    margin-right: 10%;
    padding-bottom: 50px;
}

.modalsinterminos {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #B3B3B3;
    border-radius: 3px;
    background: #fff;
    width: 25%;
    min-height: 100px;
    margin: auto;
    padding: 15px;
    position: relative;
    max-height: 90vh;
    overflow-x: auto;
}

.maxW400px {
    max-width: 312px;
    margin: auto;
}

.HideRes {
    display: inline;
}

.HideDirection {
    display: none;
}

.PadreCublaHijo {
    display: flex;
    justify-content: space-between;
}

.hide {
    display: none;
}

.ShowMovil, .ShowMovilIn {
    display: none;
}

.BorderTopBlue {
    border-top: 1px solid #004899;
    padding-top: 10px;
}

.wit100 {
    max-height: 40px;
    margin: auto;
    max-width: 70px;
}

.witMax24px {
    max-width: 24px;
    max-height: 26px;
}

.ContenidoFin {
    max-width: 900px;
    position: relative;
    padding: 0px 30px;
    margin: auto;
}

.ImgFin {
    width: 100%;
}

.FloatRight {
    float: right;
}

.FondoModal {
    position: fixed;
    background: rgba(200,200,200,.5);
    z-index: 999;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
}

    .FondoModal::after {
        content: '';
        background: rgba(200,200,200,.5);
        position: fixed;
        z-index: -1;
        top: 0px;
        bottom: 0px;
        right: 0px;
        left: 0px;
    }

.MargenModal {
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
}

.ContenidoModal {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #B3B3B3;
    border-radius: 3px;
    background: #fff;
    width: 50%;
    min-height: 300px;
    min-height: 100px;
    margin: auto;
    padding: 15px;
    position: relative;
    max-height: 90vh;
    overflow-x: auto;
}

.CerrarIcon {
    position: absolute;
    margin-top: -45px;
    right: 0px;
    width: 20px;
    cursor: pointer;
}

.generic-fac {
    position: absolute;
    right: 10px;
    cursor: pointer;
    color: #004899;
    top: 0px;
    font-size: 22px;
    margin-top: 0px;
}

.padding80px {
    padding: 0px 80px;
}

.Loader {
    max-width: 100px;
}

.ContenidoElementos85 {
    width: 80% !important;
}

.paddingbot50px {
    padding-bottom: 50px;
}

.ImgRedesFormato {
    width: 100%;
    max-width: 43px;
}

.HamBurguesaIcon {
    float: right;
    margin-right: 25px;
    margin-top: 25px;
    cursor: pointer;
}

.TableCssWit {
    padding: 0px 30px;
    max-width: 375px;
    margin: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-bottom: 45px;
    margin-top: 20px;
}

.TableModal tr th, .TableModal tr td {
    border-bottom: 1px solid #004899;
    color: #525252;
    text-align: center;
    width: 50%;
}

    .TableModal tr th.BorderAzul, .TableModal tr td.BorderAzul {
        border-right: 1px solid #004899;
    }


.FondoNumero1 ~ .FondoPrincipal {
    display: none;
}

.card .ColorGris6D7783.fontRegular, .card .TextoCardRi {
    font-family: Gothic_bold;
    font-weight: normal;
    color: #B3B3B3;
}

.card .ColorGris6D7783.fontRegular, .card .TextoCardRi {
    font-family: Gothic_bold;
    font-weight: normal;
}

.fontRegular {
    font-family: FiraSans-Regular;
    font-weight: bold;
}

.fontRegularFira, .card .ColorGris6D7783.fontRegularFira {
    font-family: FiraSans-Regular;
}

.fontBold {
    font-family: FiraSans-light;
    font-weight: bold;
}

#texto_coberturas.fontBold, #texto_coberturas.fontBold, .ContainerResumen .fontBold.ColorAzulMedio0033A0 {
    font-family: Gothic_bold;
    font-weight: normal;
}

.TipoPoliza img {
    max-width: 99% !important;
    padding: 20px !important;
}

.Removebackground {
    background: none !important;
}

.ContenidoModal .ColorGris6D7783.fontSize20px.fontBold, .ContenidoModal h2.ColorGris525252, .contenedorModalP1 h2.ColorGris525252, .ContenidoModal #lbl_ModalTitulo, .contenedorModalP2 h2.ColorAzul003989, .modalsinterminos h2.ColorAzul003989 {
    color: #004899;
    font-size: 23px;
    font-family: Gothic_bold;
}

#idSeccionPago1 .ContainerElements, #payment-form .ContainerElements {
    width: 50%;
}

.tooltipFlex.CardInformativo .fontBold {
    font-family: Gothic_bold;
    font-weight: normal;
    font-size: 16px;
}

.tooltipFlex.CardInformativo {
    font-family: FiraSans-light;
    font-weight: normal;
}

#div_Familiares > .col-md-12 {
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
}

#titulo_nombreAF.fontBold {
    font-family: Gothic_bold;
    font-weight: normal;
}

.ColorAzul003989 {
    color: #004899;
}

@media screen and (max-width: 1430px) {
    .TipoPoliza {
        width: 250px;
    }
}

@media screen and (max-width: 1200px) {
    body {
        font-size: 14px
    }

    .fontSize13px {
        font-size: 12px
    }

    .fontSize30px {
        font-size: 25px
    }

    .fontSize25px {
        font-size: 22px;
    }

    .fontSize20px {
        font-size: 13px;
    }

    .fontSize13px {
        font-size: 10px;
    }
}

@media screen and (max-width: 978px) {
    /*.wit40Center {
        width: 100%;
        text-align: center;
    }*/

    /*.wit60Left {
        width: 100%;
        text-align: center;
    }*/

    /*.direccionrow {
        flex-wrap: wrap
    }*/

    .MarginTopmenos32px {
        margin-top: 20px;
    }

    .marginleft3vh {
        margin-left: 3vh;
    }

    .paddingceropx {
        padding: 0px !important;
    }

    .hidemovilres {
        display: none !important;
    }

    .wit40Center {
        width: 30%;
        text-align: center;
    }

    .wit60Left {
        width: 70%;
    }

    .wit40Center img {
        max-width: 55px;
    }

    .cerrarmodal {
        position: absolute;
        right: 1vh;
        top: 20vh;
    }

    .ContenidoModal {
        width: 93%;
    }

    .teminosiycondiciones {
        width: 95%;
    }

    .PagoCssWithMovil img {
        max-width: 30px;
    }

    .modalsinterminos {
        width: 75%;
    }

    .padding80px {
        padding: 0px 0px;
    }

    .spacebetween {
        justify-content: space-between;
        align-content: space-between;
    }

        .spacebetween div {
            margin-right: 0px;
        }

    .MedotosDePago {
        width: 60px;
        height: 50px;
    }

    .wit100 {
        max-height: 25px;
        margin: auto;
        max-width: 55px;
    }
}

.FlexMovilActive {
    font-family: Gothic_bold;
    font-weight: normal;
}

@media screen and (max-width: 978px) {
    .marginbot20px {
        margin-bottom: 20px;
    }

    .fontsize19pxres {
        font-size: 19px;
    }

    .position-absoluteres {
        position: absolute;
    }

    .fontsize25pxres {
        font-size: 25px !important;
    }

    .MarginTop0pxres {
        margin-top: 0px !important;
    }

    .Margintop10pxres {
        margin-top: 10px;
    }

    .marginleft9vhres {
        margin-left: 9vh !important;
    }

    .btnatrasResPago {
        position: relative;
        left: 36vw;
    }

    .btnatrasres {
        position: relative;
        left: 31vw;
        bottom: 28vw;
    }

    .hideweb {
        display: block;
    }

    .textalign {
        text-align: center;
    }

    .MarginTop10vh {
        margin-top: 10vh !important;
    }

    .MarginFinalTopBot {
        margin-top: 7vh;
        margin-bottom: 10vh;
    }

    .CenterTextMovil {
        text-align: center;
    }

    .LeftTextMovil {
        text-align: left;
    }

    .wit100Movil {
        width: 100% !important;
    }

    .FlexMovilActive {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .HideRes {
        display: none;
    }

    .HideDirection {
        display: inline;
        margin-top: -5px;
    }

    .HideMovil {
        display: none;
    }

    .ShowMovil {
        display: block;
    }

    .ShowMovilIn {
        display: inline-block;
    }

    .ContainerElements {
        width: 100% !important;
        margin-left: 0px;
        padding: 0px 10%;
        min-height: calc(100vh - 35vh);
    }

    .FondoPrincipal {
        min-width: 76px;
        right: -11%;
    }

    .btnAcept {
        padding: 12px 40px !important;
    }

    .MarginBottom150px {
        margin-bottom: 150px;
    }

    .MarginBot50px {
        margin-bottom: 35px;
    }

    .LogosHeader {
        height: 30px;
        margin-left: 7vh;
        margin-top: 25px;
    }

    .FooterPrincipal .LogosHeader {
        margin-left: 5vh;
    }

    .HeaderPrincipal {
        height: 75px;
        box-shadow: 0px 3px 6px #00000029;
    }

    .PadreCublaHijo {
        display: flex;
        flex-wrap: wrap;
    }

    .ContainerElements {
        width: 100% !important;
        margin-left: 0px;
        padding: 0px 10%;
        padding-top: 5vh;
        min-height: calc(100vh - 35vh);
    }

    .ContainerResumen {
        width: 100%;
        margin: 0px;
        padding: 0px 0%;
        padding-top: 5vh;
    }

    .PadreCublaHijo .MarginBot200px {
        margin-bottom: 30px;
    }

    .fontSize30px {
        font-size: 19px;
    }

    .fontSize25px {
        font-size: 17px;
    }

    .fontSize16px {
        font-size: 12px;
    }

    .FooterRedesSocialMargin {
        margin-left: 30px;
        margin-right: 30px;
    }

    .MarginTop12vh {
        margin-top: 4vh;
    }

    .ContenidoElementos85 {
        width: 100% !important;
    }

    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        padding-right: 5px;
        padding-left: 5px;
    }

    .row {
        margin-right: -5px;
        margin-left: -5px;
    }

    .labelInput {
        font-size: 11px;
    }

    input, optgroup, select, textarea {
        font-size: 13px;
    }

    .formInput {
        padding: 0px 10px;
    }

    .container-fluid.FinMovil {
        min-height: 50vh;
    }

    .MarginTopMovil15px {
        margin-top: 15px !important;
    }
}

@media screen and (max-height: 950px) and (orientation: landscape) {
    .BarraProgreso {
        height: 55vh;
        max-height: 570px;
    }

    .MarginBottom150px {
        margin-bottom: 150px;
    }

    .Padding150pxWres {
        padding: 15px 60px;
    }
}

@media screen and (max-width: 765px) and (min-width: 415px) {
    .botonpersonalizar {
        margin-left: 25vw;
    }

    .btnatrasres {
        left: 40vw;
        bottom: 15vw;
    }
}

@media screen and (min-width: 800px) and (min-height: 1080px) and (max-width: 820px) {
    .acomodoLogoWee {
        left: 290px !important;
    }

    .contenedor {
        width: 97%;
        margin-left: 7%;
        padding-top: 5vh;
        padding-left: 0px;
    }

    .letrascontraseñas {
        padding-right: 39px;
        padding-left: 50px;
        margin-top: 12vw;
        margin-left: -25px;
    }

    .weecho {
        left: 220px !important;
    }
}

@media screen and (max-height: 800px) and (orientation: landscape) and (max-width: 1150px) {
    /*.LogoFixed {
        display: none;
    }*/
    .MarginTop10vh {
        margin-top: 10vh !important;
    }

    .MarginFinalTopBot {
        margin-top: 7vh;
        margin-bottom: 10vh;
    }

    .CenterTextMovil {
        text-align: center;
    }

    .LeftTextMovil {
        text-align: left;
    }

    .padding80px {
        padding: 0px 0px;
    }

    .wit100Movil {
        width: 100% !important;
    }

    .HideMovil {
        display: none;
    }

    .ShowMovil {
        display: block;
    }

    .ShowMovilIn {
        display: inline-block;
    }

    .ContainerElements {
        width: 100% !important;
        margin-left: 0px;
        padding: 0px 10%;
        min-height: calc(100vh - 35vh);
    }

    .FondoPrincipal {
        min-width: 76px;
        right: 0%;
    }

    .btnAcept {
        padding: 12px 40px !important;
    }

    .MarginBottom150px {
        margin-bottom: 150px;
    }

    .MarginBot50px {
        margin-bottom: 35px;
    }

    .LogosHeader {
        height: 30px;
        margin-left: 7vh;
        margin-top: 25px;
    }

    .HeaderPrincipal {
        height: 75px;
        box-shadow: 0px 3px 6px #00000029;
    }

    .PadreCublaHijo {
        display: flex;
        flex-wrap: wrap;
    }

    .ContainerElements {
        width: 100% !important;
        margin-left: 0px;
        padding: 0px 10%;
        padding-top: 5vh;
        min-height: calc(100vh - 35vh);
    }

    .ContainerResumen {
        width: 100%;
        margin: 0px;
        padding: 0px 10%;
        padding-top: 5vh;
        padding-bottom: 10vh;
    }

    .PadreCublaHijo .MarginBot200px {
        margin-bottom: 30px;
    }

    .fontSize30px {
        font-size: 19px;
    }

    .fontSize25px {
        font-size: 17px;
    }

    .fontSize16px {
        font-size: 12px;
    }

    .FooterRedesSocialMargin {
        margin-left: 30px;
        margin-right: 30px;
    }

    .MarginTop12vh {
        margin-top: 4vh;
    }

    .ContenidoElementos85 {
        width: 100% !important;
    }

    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        padding-right: 5px;
        padding-left: 5px;
    }

    .row {
        margin-right: -5px;
        margin-left: -5px;
    }

    .labelInput {
        font-size: 12px;
    }

    input, optgroup, select, textarea {
        font-size: 14px;
    }

    .formInput {
        padding: 0px 10px;
    }

    .container-fluid.FinMovil {
        min-height: 50vh;
    }

    .MarginTopMovil15px {
        margin-top: 15px !important;
    }
}

.ContenidoDesplegable {
    display: none;
}

.IconCerrarConfiguracion {
    position: absolute;
    right: 5px;
    top: 5px;
    display: none;
    cursor: pointer;
    background-image: var(--iconBtnCerrar);
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
}

.checkboxConfiguracion[type="checkbox"]:checked ~ label img:first-child, .checkboxConfiguracion[type="radio"] ~ label img:nth-child(2) {
    display: inline-block;
}

    .checkboxConfiguracion[type="checkbox"]:checked ~ label img:first-child ~ img {
        display: inline-block;
    }

.checkboxConfiguracion[type="checkbox"]:checked ~ label .ContenidoDesplegable {
    display: block;
    color: #004899;
    ;
}


.checkboxConfiguracion[type="radio"]:checked ~ label img:first-child, .checkboxConfiguracion[type="radio"] ~ label img:nth-child(2) {
    display: none;
}

    .checkboxConfiguracion[type="radio"]:checked ~ label img:first-child ~ img {
        display: inline-block;
    }

.checkboxConfiguracion[type="radio"]:checked ~ label .ContenidoDesplegable {
    display: block;
}

.defuminadofocusAccion, .CardInformativoCoberturas {
    position: fixed;
    z-index: -10;
    pointer-events: none;
    opacity: 0;
}

.FocusAccionCoberturas .defuminadofocusAccion, .FocusAccionCoberturas .CardInformativoCoberturas {
    pointer-events: all;
    opacity: 1;
}

.FocusAccionCoberturas .defuminadofocusAccion {
    position: fixed;
    background: rgba(0,0,0,.25);
    z-index: 20;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
}

.FocusAccionCoberturas .CardInformativoCoberturas {
    position: absolute;
    background: #88A931;
    z-index: 21 !important;
    width: 300px;
    padding: 15px 25px;
    left: 52%;
    top: 55px;
    cursor: pointer;
}

    .FocusAccionCoberturas .CardInformativoCoberturas:before {
        content: '';
        position: absolute;
        left: -20px;
        top: 35px;
        border-right: 20px solid #88A931;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
    }

    .FocusAccionCoberturas .CardInformativoCoberturas:after {
        content: 'x';
        font-weight: 600;
        font-family: Sans-serif;
        color: #88A931;
        position: absolute;
        right: -14px;
        top: -25px;
        font-size: 23px;
        cursor: pointer;
    }

.FocusAccionCoberturas .PrincipalesOpciones .checkboxConfiguracion ~ label {
    box-shadow: 0px 5px 4px #00000021;
    border: 2px solid #004899;
    z-index: 21;
}

    .FocusAccionCoberturas .PrincipalesOpciones .checkboxConfiguracion ~ label .ColorGris6D7783 {
        color: #004899;
    }

select:disabled, input:disabled {
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
    pointer-events: none;
}

@media screen and (max-width: 1000px) {
    .FocusAccionCoberturas .CardInformativoCoberturas {
        position: absolute;
        background: #88A931;
        z-index: 21 !important;
        width: 300px;
        padding: 15px 25px;
        left: 10%;
        top: 370px;
        cursor: pointer;
    }

        .FocusAccionCoberturas .CardInformativoCoberturas:before {
            content: '';
            position: absolute;
            left: 120px;
            top: -35px;
            border-bottom: 20px solid #88A931;
            border-right: 20px solid transparent;
            border-left: 20px solid transparent;
        }

        .FocusAccionCoberturas .CardInformativoCoberturas:after {
            content: 'x';
            font-weight: 600;
            font-family: Sans-serif;
            color: #88A931;
            position: absolute;
            right: -14px;
            top: -25px;
            font-size: 22px;
            cursor: pointer;
        }

    .acomodoLogoWee {
        height: 60px;
        position: relative;
        left: 100px;
    }

    .contenedor {
        width: 97%;
        margin-left: 7%;
        padding-top: 5vh;
        position: relative;
        padding-left: 0px;
    }

    .letrascontraseñas {
        padding-right: 39px;
        padding-left: 13px;
        margin-top: 12vw;
    }

    .weecho {
        left: 40px;
    }
}

@media screen and (max-width: 400px) {
    .FocusAccionCoberturas .CardInformativoCoberturas {
        width: 100%;
        left: 2%;
    }

    .showed {
        left: 13px;
    }

    .position-absoluteres {
        position: absolute;
    }

    .paddingr0pxres {
        padding-right: 0px;
    }

    .margitop10px {
        margin-top: 10px;
    }

    .TipoPoliza {
        width: 100%;
        max-width: 120px;
        max-height: 150px;
    }

        .TipoPoliza img {
            width: 100%;
        }

    .contenedorfiscales {
        padding-left: 0px;
        margin-left: 0px;
    }

    .margin30topxres {
        margin-top: 36px;
    }

    .padding5res {
        padding: 0px 5px !important;
    }

    .puntossuspensivos {
        max-width: 178px;
    }

    .acomodoLogoWee {
        height: 60px;
        position: relative;
        left: 80px;
    }

    .contenedor {
        width: 97%;
        margin-left: 7%;
        padding-top: 5vh;
        padding-left: 0px;
    }

    .letrascontraseñas {
        padding-right: 39px;
        padding-left: 50px;
        margin-top: 12vw;
        margin-left: -15px
    }

    .weecho {
        left: 10px;
    }
}

@media screen and (max-width: 375px) {
    .puntossuspensivos {
        max-width: 170px;
    }

    .showed {
        left: 15px;
    }
}


.tooltipFlex.CardInformativo {
    position: absolute;
    background: #88A931;
    z-index: -11 !important;
    opacity: 0;
    width: 225px;
    padding: 12px 20px;
    right: -250px;
    top: -32px;
    cursor: pointer;
    font-size: 13px;
}

.card:hover .tooltipFlex.CardInformativo, .card:active .tooltipFlex.CardInformativo {
    z-index: 21 !important;
    opacity: 1;
}

@media(hover: hover) and (pointer: fine) {
    .card:hover .tooltipFlex.CardInformativo {
        z-index: 21 !important;
        opacity: 1;
    }
}

.tooltipFlex.CardInformativo:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 26px;
    border-right: 20px solid #88A931;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

@media screen and (max-width: 980px) {
    .tooltipFlex.CardInformativo {
        left: -30%;
        top: 55px;
        right: auto;
    }

        .tooltipFlex.CardInformativo:before {
            content: '';
            position: absolute;
            left: 85px;
            top: -35px;
            border-bottom: 20px solid #88A931;
            border-right: 20px solid transparent;
            border-left: 20px solid transparent;
        }
}

.DatosGmargin-top-40px {
    margin-top: 40px !important;
}

.DatosGmargin-top-35px {
    margin-top: 35px !important;
}

@media screen and (max-width: 765px) {
    .DatosGmargin-top-40px {
        margin-top: 0px !important;
    }

    .marginleft {
        margin-left: 12px;
    }

    .contenedorfiscales {
        padding-left: 0px;
        margin-left: 0px;
    }

    .margin30topxres {
        margin-top: 36px;
    }

    .padding5res {
        padding: 0px 5px !important;
    }
}

@media screen and (max-width: 376px) {
    .puntossuspensivos {
        max-width: 158px;
    }
}

#idConfiuracionSegundaPrimera .wit40Center img {
    max-width: 200px;
    max-height: 56px;
}

.box_checkbox input[type="checkbox"] {
    display: none;
}

    .box_checkbox input[type="checkbox"]:checked + label span {
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAjCAYAAAD8BaggAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAKoSURBVFhH7Ze/axNhGMcdHNxUHOzm6Ojo6Kbg4N4O7u3QzT9AwdHB0aFCqkJBKBaE1hLTgAlSWtJaEmqhpcEMNjmSGu+S85K7PPp9veflveYuSXtvrg5+4YHcPe99n8/76/LeBfrH9B9omEKBer2eCM/ztAd7R6kPiEFc16Vut0udTkeE4zhnDvaAH3wZLEwBIIaxf/2kfGmW5tNXae7DRW0BP/jCPwpKAjEMepIrzlJme5Jsp+pn9Qh+8IU/6oRBBYAwnLZti57ohmHBV/j/qYN6A4Ewx61WSwyvLh0d52jp823aOnjq3yHhjzqoFwnE02VZljYgy67Qm8yEXENGc1Pcx2/U4WlTFQDCjjBNUwuQ1+vS8sY9CbOQvUGuZ4scrlEH9RIDKuw/kTAvVy/RUSPnZ84BCMUBwUCF/cd+5q8SBbIdQ0wPwyxv3BXTpypRoNXCAwnzOnNdLOyTSgyoWH4uYRAVY8XPBJUIELa0um7Wvz7yM/0aO1DHNentp5sSBi/Ck+tGlRagcnUpsHVVrX2ZkjCvPl4js33oZ8IVG2j32wtZEO8XVXuVOZlDHHxf8DPRQrtYQFgPatHszkMxJQ2zSKn0FXk/X5r2nxgstI0FhDWysnlfFka8X79Di/lb8hq/+a9hmNA+FhCEEcmXZiSAGqn0ZTFaowrPxAZi7Rw+C2xvBNbRaaQVCCpX34lRQTusp9NKOxD0w9oVO2rQ+yZKYwGKo5GB+MSYGvOZGv5DT4zqmTq7PTPWrw74Dz1TI8FfHY3jKq1tTYueYHh1BfzgC/+Rvjp42trtNjWbTarX62QYBtVqtdgBH/jBF/48XZFAkAqFHmBYsfh0BfzgGwUDBYAghsJwYo7xMAI74qzBHvCDbxQM1AcEoTGD6Q72jlIo0PmJ6DeIA3GRolze8gAAAABJRU5ErkJggg==');
        background-size: cover;
        cursor: pointer;
    }

.box_checkbox input[type="radio"] {
    display: none;
}

    .box_checkbox input[type="radio"] + label span {
        display: inline-block;
        width: 30px;
        height: 30px;
        margin: -1px 4px 0 0;
        vertical-align: middle;
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAYAAAA6RwvCAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAIqADAAQAAAABAAAAIgAAAAAhsoNuAAAB9klEQVRYCe2XzUrDQBDH82WNBwuJb9CbUvDQW6/qc0geQvARBB+igq9Rc+ytt6JQein0WJJQAtbGpM7EzLK71bDYRD1kYdivyfx//JPDRNP+ydAVOFRyFMpo27Kk70TwnO5oLqujckcgONOaPSeLEIAxGo1O2+32ZZZlLsvebxHEcTzs9/svUCaDEIB4EAYxmUzubdv2HMdpAcjRfvqfTxuGoYVhGK3X64dut3vzFQzpIIjp+/75bDZbbWsaUDtCDdSCYEYYRFEcGvA6rsCJY+680iW6jBpQFLV3QOgAHDRceB2VivPFwGh81ScQZEKuTRvMxQMdIAgKz2oZAJNrQXGmxYOgKLuohUAsKmjJIGLqL+4aENnsxpHGEdkBed98I40jsgPyvvlGGkdkB+S9/I1skySJsNGta+i6/pqmaQT1hV8KXjFv7+fzuR8EQVwXCNTeLBaLYQHCYPguCaGwsz4cj8d30OBeu65rQVtnVwFlmqa2XC5XMB57vd4t1HyDSCHyBpkHwTXCHEC0BoPBWafTubAsy4F9FSOcTqdPnuc9Q7ENRAJBP1pCj4ogBGPBGoP/9+Ch4Up5kP04owPvRRBEfi8X52EIinJoViYoEnkQEqeZ7gRHeAECwrOfAvD1cE2iONOa5aiIqOSwgiWLHfGS3L+7+gAx3eVbRNt16gAAAABJRU5ErkJggg==');
        background-size: cover;
        cursor: pointer;
        transition: all 0.5s;
    }

    .box_checkbox input[type="radio"]:checked + label span {
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAjCAYAAAD8BaggAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAKoSURBVFhH7Ze/axNhGMcdHNxUHOzm6Ojo6Kbg4N4O7u3QzT9AwdHB0aFCqkJBKBaE1hLTgAlSWtJaEmqhpcEMNjmSGu+S85K7PPp9veflveYuSXtvrg5+4YHcPe99n8/76/LeBfrH9B9omEKBer2eCM/ztAd7R6kPiEFc16Vut0udTkeE4zhnDvaAH3wZLEwBIIaxf/2kfGmW5tNXae7DRW0BP/jCPwpKAjEMepIrzlJme5Jsp+pn9Qh+8IU/6oRBBYAwnLZti57ohmHBV/j/qYN6A4Ewx61WSwyvLh0d52jp823aOnjq3yHhjzqoFwnE02VZljYgy67Qm8yEXENGc1Pcx2/U4WlTFQDCjjBNUwuQ1+vS8sY9CbOQvUGuZ4scrlEH9RIDKuw/kTAvVy/RUSPnZ84BCMUBwUCF/cd+5q8SBbIdQ0wPwyxv3BXTpypRoNXCAwnzOnNdLOyTSgyoWH4uYRAVY8XPBJUIELa0um7Wvz7yM/0aO1DHNentp5sSBi/Ck+tGlRagcnUpsHVVrX2ZkjCvPl4js33oZ8IVG2j32wtZEO8XVXuVOZlDHHxf8DPRQrtYQFgPatHszkMxJQ2zSKn0FXk/X5r2nxgstI0FhDWysnlfFka8X79Di/lb8hq/+a9hmNA+FhCEEcmXZiSAGqn0ZTFaowrPxAZi7Rw+C2xvBNbRaaQVCCpX34lRQTusp9NKOxD0w9oVO2rQ+yZKYwGKo5GB+MSYGvOZGv5DT4zqmTq7PTPWrw74Dz1TI8FfHY3jKq1tTYueYHh1BfzgC/+Rvjp42trtNjWbTarX62QYBtVqtdgBH/jBF/48XZFAkAqFHmBYsfh0BfzgGwUDBYAghsJwYo7xMAI74qzBHvCDbxQM1AcEoTGD6Q72jlIo0PmJ6DeIA3GRolze8gAAAABJRU5ErkJggg==');
        background-size: cover;
        cursor: pointer;
    }


.DateStyle {
    position: absolute;
    z-index: 1;
    top: 13px;
    font-size: 16px;
    left: 10px;
}

.DateStyleLabel {
    left: 25px;
}

.DateStyleInput {
    padding-left: 35px;
}


.box_input.datepicker {
    padding-left: 35px;
}

.btn-flat, .btn-flat:hover, .btn-flat:focus {
    border: 0px;
    background-image: url(none);
    background-repeat: no-repeat;
    border-style: solid;
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, 1) !important;
    text-align: center;
    color: #3f6774;
    font-size: 16px;
    cursor: pointer;
}

.picker__weekday-display {
    background-color: #a6d4f0 !important;
}

.picker__date-display {
    background-color: #87c7e8 !important;
}

.picker--focused .picker__day--selected, .picker__day--selected, .picker__day--selected:hover {
    background-color: #87c7e8 !important;
}

.picker__table td, .picker__table th {
    border-style: none !important;
}

.picker__select--month.browser-default {
    width: 45%;
}

.FondoModalP2 {
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-color: rgba(200,200,200,.5);
    z-index: 1001;
}

.fondoContenedorP2 {
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-color: transparent;
    width: 500px;
    margin: auto;
    max-width: 350px;
    width: 100%;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
}

.CenterFlexModalP2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: center;
    align-content: center;
    align-self: center;
    height: 100vh;
}

.contenedorModalP2 {
    background: white;
    color: grey;
    padding: 20px 40px;
    border-radius: 0px 0px 25% 0px;
    position: relative;
    border-radius: 5px;
    text-align: center;
}

.contmodalP2 {
    background: white;
    color: #004899;
    position: relative;
    border-radius: 5px;
    text-align: justify;
}


.isDisabled {
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
    pointer-events: none;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 0;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.textJustify {
    text-align: justify;
}

.inputline {
    border: initial;
    border-bottom: 1px solid #fff;
}

.FondoModalP100 {
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-color: rgba(200,200,200,.5);
    z-index: 1001;
}

.FondoModalP1 {
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-color: rgba(200,200,200,.5);
    z-index: 1001;
}

.fondoContenedorP1 {
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-color: transparent;
    width: 500px;
    margin: auto;
    max-width: 600px;
    width: 100%;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
}

.CenterFlexModalP1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: center;
    align-content: center;
    align-self: center;
    height: 100vh;
}

.contenedorModalP1 {
    background: white;
    color: grey;
    padding: 20px 40px;
    border-radius: 0px 0px 25% 0px;
    position: relative;
    border-radius: 5px;
    text-align: center;
}

.contmodalP1 {
    background: white;
    color: #004899;
    position: relative;
    border-radius: 5px;
    text-align: justify;
}

.SizetexModal {
    width: 15em;
    text-align: center;
}

.labelEmail {
    word-wrap: break-word;
    height: auto;
    width: 300px;
}


.FooterPrincipal {
    min-height: 150px;
    background: #F5F6F8;
    padding-top: 40px;
    padding-bottom: 50px;
    color: #B3B3B3 !important;
}

    .FooterPrincipal .ColorAzul003989, .FooterPrincipal .ColorGris6D7783, .FooterPrincipal .ColorAzulBajo459EFF {
        color: #B3B3B3;
    }


/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-spin-rotate,
.la-ball-spin-rotate > div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.la-ball-spin-rotate {
    display: block;
    font-size: 0;
    color: #fff;
}

    .la-ball-spin-rotate.la-dark {
        color: #333;
    }

    .la-ball-spin-rotate > div {
        display: inline-block;
        float: none;
        background-color: currentColor;
        border: 0 solid currentColor;
    }

.la-ball-spin-rotate {
    width: 32px;
    height: 32px;
    -webkit-animation: ball-spin-rotate 2s infinite linear;
    -moz-animation: ball-spin-rotate 2s infinite linear;
    -o-animation: ball-spin-rotate 2s infinite linear;
    animation: ball-spin-rotate 2s infinite linear;
    animation-direction: reverse;
}

    .la-ball-spin-rotate > div {
        position: absolute;
        top: 0;
        width: 60%;
        height: 60%;
        border-radius: 100%;
        -webkit-animation: ball-spin-bounce 2s infinite ease-in-out;
        -moz-animation: ball-spin-bounce 2s infinite ease-in-out;
        -o-animation: ball-spin-bounce 2s infinite ease-in-out;
        animation: ball-spin-bounce 2s infinite ease-in-out;
    }

        .la-ball-spin-rotate > div:last-child {
            top: auto;
            bottom: 0;
            -webkit-animation-delay: -1.0s;
            -moz-animation-delay: -1.0s;
            -o-animation-delay: -1.0s;
            animation-delay: -1.0s;
        }

    .la-ball-spin-rotate.la-sm {
        width: 16px;
        height: 16px;
    }

    .la-ball-spin-rotate.la-2x {
        width: 64px;
        height: 64px;
    }

    .la-ball-spin-rotate.la-3x {
        color: #88A931;
        width: 96px;
        height: 96px;
        margin: auto;
        margin-bottom: 30px;
    }
/*
 * Animations
 */
@-webkit-keyframes ball-spin-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes ball-spin-rotate {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes ball-spin-rotate {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes ball-spin-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes ball-spin-bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes ball-spin-bounce {
    0%, 100% {
        -moz-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes ball-spin-bounce {
    0%, 100% {
        -o-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ball-spin-bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@media screen and (max-width: 1333px) and (min-width: 979px) {
    #divCoberturasAdicionales {
        flex-wrap: wrap;
        padding: 4px;
        justify-content: start;
        margin-left: 1rem;
    }
}

.polizaIndividual {
    background-image: var(--tipoIndividual);
}

.polizaIndividual, .polizaGrupal {
    width: 100%;
    height: 48%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
}

.polizaGrupal {
    background-image: var(--tipogrupal);
    background-size: 75%;
}

#divPolizaIndividual {
    flex-direction: column;
}

#divPolizaFamiliar {
    flex-direction: column;
}

.divSeleccionPolizas {
    flex-direction: row;
    display: flex;
    justify-content: center;
    gap: 25em;
}

.divButtonSiguiente {
    display: flex;
    justify-content: end;
}

.divLogoFixed {
    background-image: var(--imgLogoFixed)
}

.textoCards {
    color: #004899;
    font-size: 2em;
    font-weight: bold;
}

#checkTerminos, #box_checkboxExample_NO, #box_checkboxExample_SI, #checkAviso, .checkProtesis, .CheckCanser, #pasotreschecks23, #pasotreschecks24 {
    display: none;
}

    #checkTerminos + label, #box_checkboxExample_NO + label, #box_checkboxExample_SI + label, #checkAviso + label, .checkProtesis + label, .CheckCanser + label, #pasotreschecks23 + label, #pasotreschecks24 + label {
        cursor: pointer;
        margin-top: 4px;
    }

    #checkTerminos ~ label:before, #box_checkboxExample_NO ~ label:before, #box_checkboxExample_SI ~ label:before, #checkAviso ~ label:before, .checkProtesis ~ label:before, .CheckCanser ~ label:before, #pasotreschecks23 ~ label:before, #pasotreschecks24 ~ label:before {
        content: '';
        border: 1px solid #D8D8D8;
        box-shadow: 0px 1px 3px #00000021;
        border-radius: 3px;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin-right: 20px;
        text-align: center;
        vertical-align: middle;
        color: #9DB904;
    }

    #checkTerminos:checked + label:before, #box_checkboxExample_NO:checked + label:before, #box_checkboxExample_SI:checked + label:before, #checkAviso:checked + label:before, .checkProtesis:checked + label:before, .CheckCanser:checked + label:before, #pasotreschecks23:checked + label:before, #pasotreschecks24:checked + label:before {
        content: '\2713';
        font-size: 13px;
        background: #FFF;
        border: 1px solid #9DB904;
    }

.opaccityrgb {
    border: 1px solid #B3B3B3;
}

.card .TextoCardRi {
    font-family: FiraSans-Regular;
}

.IconImgMujer {
    background-image: var(--imgMujer);
}

.IconImgHombre {
    background-image: var(--imgHombre);
}

.IconImgMujer, .IconImgHombre {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 17px;
    height: 25px;
}

.checkboxConfiguracion[type="radio"]:checked ~ label .IconImgHombre {
    background-image: var(--imgHombreHover);
}

.checkboxConfiguracion[type="radio"]:checked ~ label .IconImgMujer {
    background-image: var(--imgMujerHover);
}

.iconArrowLeft {
    background-image: var(--iconBtnAtras);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 25px;
    display: block;
    height: 25px;
    position: absolute;
    left: 47px;
}

.btnDefaul {
    height: 56px;
}

.h2LoSentimos {
    color: #004899;
    font-size: 23px;
    font-family: Gothic_bold;
    font-weight: bold;
}

.iconMedicina {
    background-image: var(--iconMedicinaPreventiva);
}

.iconMantenimiento {
    background-image: var(--iconProteccionSalud);
}

.iconodonto {
    background-image: var(--iconServiciosOdontologicos);
}

.iconUrgencias {
    background-image: var(--iconUrgencias);
}

.iconAuxiliares {
    background-image: var(--iconServiciosAuxililiares);
}

.iconMedicamento {
    background-image: var(--iconMedicamentos);
}

.iconRecupera {
    background-image: var(--iconRecupera);
}

.iconRenta {
    background-image: var(--iconRenta);
}

.iconCancer {
    background-image: var(--iconCancer);
}

.iconInfarto {
    background-image: var(--iconInfarto);
}

.ResumenImagenRecupera {
    background-image: var(--iconRecuperaHover);
}

.ResumenImagenwRenta {
    background-image: var(--iconRentaHover);
}

.ResumenImagenwInfarto {
    background-image: var(--iconInfartoHover);
}

.ResumenImagenwCancer {
    background-image: var(--iconCancerHover);
}

.iconMedicina, .iconMantenimiento, .iconodonto, .iconUrgencias, .iconAuxiliares, .iconMedicamento, .iconRecupera {
    width: 100%;
    height: 65px;
    background-repeat: no-repeat;
    background-size: 4em;
    background-position: center;
}

.iconRecupera, .iconRenta, .iconCancer, .iconInfarto {
    width: 100%;
    height: 65px;
    background-repeat: no-repeat;
    background-size: 3em;
    background-position: center;
}

.ResumenImagenRecupera, .ResumenImagenwRenta, .ResumenImagenwInfarto, .ResumenImagenwCancer {
    width: 56px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 2em;
    background-position: center;
}

.checkboxConfiguracionUno[type="checkbox"]:checked ~ label .iconMedicina {
    background-image: var(--iconMedicinaPreventivaHover);
}

.checkboxConfiguracionUno[type="checkbox"]:checked ~ label .iconMantenimiento {
    background-image: var(--iconProteccionSaludHover);
}

.checkboxConfiguracionUno[type="checkbox"]:checked ~ label .iconodonto {
    background-image: var(--iconServiciosOdontologicosHover);
}

.checkboxConfiguracionUno[type="checkbox"]:checked ~ label .iconUrgencias {
    background-image: var(--iconUrgenciasHover);
}

.checkboxConfiguracionUno[type="checkbox"]:checked ~ label .iconAuxiliares {
    background-image: var(--iconServiciosAuxililiaresHover);
}

#idRelacionInputLabel11[type="checkbox"]:checked ~ label .iconMedicamento {
    background-image: var(--iconMedicamentosHover);
}

.checkboxConfiguracionUno[type="checkbox"]:checked ~ label .IconCerrarConfiguracion {
    display: block;
}

#idRelacionInputLabelSec21[type="checkbox"]:checked ~ label .iconRecupera {
    background-image: var(--iconRecuperaHover);
}

#idRelacionInputLabelSec31[type="checkbox"]:checked ~ label .iconRenta {
    background-image: var(--iconRentaHover);
}

#idRelacionInputLabelSec24[type="checkbox"]:checked ~ label .iconCancer {
    background-image: var(--iconCancerHover);
}

#idRelacionInputLabelSec32[type="checkbox"]:checked ~ label .iconInfarto {
    background-image: var(--iconInfartoHover);
}

.divCoberturas {
    border: 1px solid #003989;
    border-radius: 3px;
    font-size: 14px;
    padding: 10px;
    width: 100%;
}

.divCoberturas > span {
    font-weight: bold;
}


.ContainerElements2 {
    width: 75%;
    margin-left: 7%;
    padding-top: 5vh;
    position: relative;
    padding-left: 100px;
}

#idLoadingPago, #idLoadingForm {
    min-height: 60vh;
}

/*Amaran*/
.amaran.error, .amaran.warning, .amaran.ok, .amaran.blue {
    display: flex;
    transition: 0.3s ease-in-out;
    z-index: 1;
    padding: 0;
    width: 600px;
    align-items: center;
    justify-content: center;
    box-shadow: #00000030 0px 10px 9px -10px !important;
}

.amaran.warning, .amaran.ok, .amaran.blue, .amaran.error {
    width: calc(100vw - 120px) !important;
    max-width: 450px !important;
}

.amaran.awesome.blue {
    background: white !important;
}

.amaran.awesome p {
    color: var(--color-primary);
}

.amaran.error:before {
    content: "";
    width: 5px;
    background-color: #E52722;
    position: absolute;
    height: calc(100% + 0.5px);
    top: 0;
    left: 0;
}

.amaran.ok:before {
    content: "";
    width: 5px;
    background-color: #9DB904 !important;
    position: absolute;
    height: calc(100% + 0.5px);
    top: 0;
    left: 0;
}


i.fa.fa-exclamation-triangle {
    color: #f70d0d;
}

.icon-error {
    background-image: url(../Images/errorAlert.svg) !important;
    background: transparent;
    background-color: white !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 80% !important;
    margin-left: 8px;
}

.icon.icon-warning {
    background-image: url(../Images/icon--warning.svg) !important;
    background: transparent;
    background-color: white !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 80% !important;
    margin-left: 8px;
}

.icon.icon-ok {
    background-image: url(../Images/icon--ok.svg) !important;
    background: transparent;
    background-color: white !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 80% !important;
    margin-left: 8px;
}

.warning:before {
    content: "";
    width: 5px;
    background-color: #FF952B;
    position: absolute;
    height: calc(100% + 0.5px);
    top: 0;
    left: 0
}

.ok:before {
    content: "";
    width: 5px;
    background-color: #9DB904;
    position: absolute;
    height: calc(100% + 0.5px);
    top: 0;
    left: 0
}

.icon-info {
    background-image: url(../Images/icon--info.svg) !important;
    background: transparent;
    background-color: white !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 80% !important;
    margin-left: 8px;
}

.amaran.blue:before {
    content: "";
    width: 5px;
    background-color: var(--color-primary);
    position: absolute;
    height: calc(100% + 0.5px);
    top: 0;
    left: 0
}

@media screen and (max-width:500px) {
    .amaran.ok p span {
        width: calc(100% - 50px);
        display: block;
        /*margin-left: auto !important;*/
    }
}


@media screen and (max-width:650px) {
    .amaran.ok {
        width: 360px;
    }

    .amaran.awesome p span {
        font-size: 15px;
        /*margin-left: 35px;*/
    }

    .amaran.awesome .icon {
        top: 48%;
        left: 10px;
    }

    .amaran.awesome.error, .amaran.warning, .amaran.blue {
        width: 360px;
    }

        .amaran.awesome.error p > span, .amaran.blue p > span {
            margin-left: auto;
            display: flex;
            width: calc(100% - 80px);
        }

        .amaran.awesome.error .icon {
            width: 43px;
        }

        .amaran.warning p > span {
            margin-left: auto;
            display: flex;
            width: calc(100% - 80px);
        }

    .amaran.ok p span {
        /*width: calc(100% - 50px);*/
        display: block;
        /*margin-left: auto !important;*/
    }
}

.arial12 {
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 800;
}

.boxAvisoBeneficiarios {
    border: 1px solid #003989;
    border-radius: 3px;
    box-shadow: 0px 1px 3px #00000021;
    padding: 20px;
}