:root {
    --primer-color: #1a60ef;
    --fuente-principal: 'Source Sans Pro', sans-serif;
    --fuente-secundaria: 'Rubik', sans-serif;
    --fuente-tercero: Helvetica, sans-serif
}

.btn {
    padding: 0
}

.btn:active,
.btn:focus,
.btn:hover {
    outline: 0 !important
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.dContenedorPrincipal {
    margin-top: 50px
}

#dDominio {
    font-size: 35px;
    color: #f00;
    font-weight: bold;
    float: left
}

.modal {
    text-align: center;
    padding: 0 !important
}

.modal:before {
    content: '';
    display: inline-block;
    height: 0%;
    vertical-align: middle;
    margin-right: -4px
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle
}

.loader2 {
    color: #fff;
    font-size: 50px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.5s infinite ease, round 1.5s infinite ease
}

.loader {
    color: #000;
    font-size: 50px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.5s infinite ease, round 1.5s infinite ease
}

@-webkit-keyframes load6 {
    0% {
        box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em
    }

    5%,
    95% {
        box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em
    }

    10%,
    59% {
        box-shadow: 0 -.83em 0 -.4em, -.087em -.825em 0 -.42em, -.173em -.812em 0 -.44em, -.256em -.789em 0 -.46em, -.297em -.775em 0 -.477em
    }

    20% {
        box-shadow: 0 -.83em 0 -.4em, -.338em -.758em 0 -.42em, -.555em -.617em 0 -.44em, -.671em -.488em 0 -.46em, -.749em -.34em 0 -.477em
    }

    38% {
        box-shadow: 0 -.83em 0 -.4em, -.377em -.74em 0 -.42em, -.645em -.522em 0 -.44em, -.775em -.297em 0 -.46em, -.82em -.09em 0 -.477em
    }

    100% {
        box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em
    }
}

@keyframes load6 {
    0% {
        box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em
    }

    5%,
    95% {
        box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em
    }

    10%,
    59% {
        box-shadow: 0 -.83em 0 -.4em, -.087em -.825em 0 -.42em, -.173em -.812em 0 -.44em, -.256em -.789em 0 -.46em, -.297em -.775em 0 -.477em
    }

    20% {
        box-shadow: 0 -.83em 0 -.4em, -.338em -.758em 0 -.42em, -.555em -.617em 0 -.44em, -.671em -.488em 0 -.46em, -.749em -.34em 0 -.477em
    }

    38% {
        box-shadow: 0 -.83em 0 -.4em, -.377em -.74em 0 -.42em, -.645em -.522em 0 -.44em, -.775em -.297em 0 -.46em, -.82em -.09em 0 -.477em
    }

    100% {
        box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em
    }
}

@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.modal-bodyScroll {
    max-height: calc(100vh - 110px);
    overflow-y: auto
}

.modal-contentEdit {
    position: relative;
    background-color: #f7f7f7;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.PrivacidadTerminosUso {
    color: #39393a;
    font-size: 18px;
    line-height: 25px;
    padding-left: 50px;
    padding-right: 50px;
    text-align: left;
    margin-bottom: 50px
}

.titleGlober {
    color: #39393a;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px
}

.titlePrincipal {
    color: #39393a;
    font-size: 44px;
    font-weight: bold;
    line-height: 51px;
    text-align: center;
    margin-top: 30px
}

.titleGloberTerminos {
    color: #39393a;
    font-size: 25px;
    font-weight: bold;
    line-height: 51px;
    margin-top: 30px;
    margin-bottom: -20px
}

.btnContratar {
    padding: 12px 0;
    font-size: 20px;
    color: #fff;
    background-color: #ff005b;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    text-align: center;
    width: 225px;
    border-radius: 6.25px
}

.modal-BackF2F2F2 {
    background-color: #f2f2f2 !important
}

.btnModalPrincipal {
    height: 70px;
    width: auto;
    border-radius: 12px;
    background: linear-gradient(180deg, #3c68ad 0%, #1c3775 100%);
    border: 1px solid #1c3775;
    color: #fff;
    font-family: var(--fuente-tercero);
    font-size: 1.25em;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.2em;
    padding: 6px 30px
}

.modal-bodyErrorDB {
    padding: 50px 50px 50px 50px !important
}

.modal-bodyErrorDB {
    padding-bottom: 50px;
    padding-top: 50px;
    text-align: center;
    border-radius: 27px
}

.imgmodal {
    height: 80px;
    width: 77px
}

.title1ModalErrorDB {
    color: #0a357c;
    font-size: 2.75em;
    font-weight: bold;
    line-height: 1.181em;
    margin-top: 10px;
    margin-bottom: 5px
}

.title2ModalErrorDB {
    color: #9e9e9e;
    font-size: 1.5em;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 27px
}

.btnCloseModal {
    margin-top: 10px;
    margin-right: 10px
}

.Displaynone {
    display: none
}

.Visbilityhidden {
    visibility: hidden
}

.Sin_padding {
    padding: 0
}

.margintop_20px {
    margin-bottom: 20px
}

.marginBottom_0px {
    margin-bottom: 0
}

.imgmodalTiempo {
    height: 70px;
    width: 70px;
    margin-top: 50px;
    margin-bottom: 28px
}

.title1ModalErrorTiempo {
    color: #5c5f60;
    font-size: 20px;
    line-height: 29px;
    text-align: center
}

.title2ModalErrorTiempo {
    color: #5c5f60;
    font-size: 18px;
    line-height: 25px;
    text-align: center
}

.btnTiempo {
    margin-bottom: 50px;
    margin-top: 28px
}

.ModalConfirmacion_img {
    height: 48px;
    width: 48px;
    margin-top: 25px;
    margin-bottom: 15px
}

.ModalConfirmacion_Title1 {
    color: #5c5f60;
    font-size: 20px;
    line-height: 29px;
    text-align: center
}

.ModalConfirmacion_Title2 {
    color: #5c5f60;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 50px
}

.ModalVip_img {
    height: 66px;
    width: 100px;
    margin-top: 20px
}

.ModalVip_Title1 {
    color: #5c5f60;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px
}

.ModalVip_Title2 {
    color: #2792ff;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 30px
}

.Modal_backHeader {
    background: url(img/popup-background.html) center;
    height: 250px
}

.Modal_colorFFFFFF {
    color: #fff
}

.Modal_BodyPromocion {
    background-color: #fff0d0
}

.Modal_BtnRosa {
    background-color: #f10d5e;
    padding: 0 0;
    font-size: 20px;
    color: #fff;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    text-align: center;
    height: 44px;
    width: 200px;
    border-radius: 6.25px;
    cursor: pointer;
    margin: 25px 0
}

.Modal_BtnRosa:active,
.Modal_BtnRosa:focus,
.Modal_BtnRosa:hover {
    color: #fff
}

.ModalPromo_img {
    height: 220px;
    width: 294px;
    margin-top: -175px
}

.ModalPromo_Title1 {
    color: #5c5f60;
    font-size: 30px;
    line-height: 37px;
    text-align: center
}

.ModalPromo_Title2 {
    color: #5c5f60;
    font-size: 20px;
    line-height: 29px;
    text-align: center
}

.ModalPromo_Title3 {
    color: #5c5f60;
    font-size: 14px;
    line-height: 20px;
    text-align: center
}

.ModalSegVisita {
    height: 60px;
    width: 60px
}

.ModalSegVisita_Title1 {
    color: #5c5f60;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    margin-top: 26px;
    margin-bottom: 12px
}

.ModalSegVisita_Title2 {
    color: #5c5f60;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 24px
}

.ModalSegVisita_Title2 span {
    color: #2792ff
}

.ModalDatos_title1 {
    color: #2792ff;
    font-size: 36px;
    line-height: 52px;
    text-align: center;
    margin-bottom: 12px
}

.ModalDatos_title2 {
    color: #5c5f60;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    margin-bottom: 27px
}

.ModalDatos_title3 {
    color: #5c5f60;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    margin-top: 16px
}

#modalSolicitarDatos button {
    height: 50px;
    width: 237px;
    color: #fff;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 32px
}

#modalSolicitarDatos .btnCloseModal {
    width: 70px;
    margin-right: 20px;
    font-size: 20px;
    opacity: 1;
    color: #9b9b9b !important
}

#modalSolicitarDatos #txtNombreTestB {
    width: 100%;
    margin: auto;
    height: 40px;
    margin-bottom: 16px;
    border-radius: 5px
}

#modalSolicitarDatos .form-control {
    border: 1px solid #e7edef;
    background-color: #eff5fa;
    border-radius: 5px;
    height: 44px !important;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .075)
}

#modalSolicitarDatos .input-group-addon {
    background-color: #eff5fa;
    border-top: 1px solid #e7edef;
    border-bottom: 1px solid #e7edef;
    border-left: 1px solid #e7edef;
    border-right: 0 solid #e7edef;
    border-radius: 5px 0 0 5px;
    height: 44px !important
}

#modalSolicitarDatos .input-group {
    margin: auto;
    width: 100%;
    margin-bottom: 16px;
    height: 44px !important
}

#modalSolicitarDatos .input-group .form-control {
    border-radius: 0 5px 5px 0;
    border-top: 1px solid #e7edef;
    border-bottom: 1px solid #e7edef;
    border-left: 0 solid #e7edef;
    border-right: 1px solid #e7edef;
    height: 44px !important
}

#modalSolicitarDatosDental form {
    margin-bottom: 20px;
    height: 35px;
    border: 0 solid #e8edef;
    text-align: center
}

#modalSolicitarDatosDental button {
    width: 100%;
    height: 40px
}

#modalSolicitarDatosDental #txtNombreTestDental {
    width: 100%;
    margin: auto;
    height: 40px
}

#modalSolicitarDatosDental .input-group {
    margin: auto;
    width: 100%
}

.modal-DatasObligatorios {
    padding: 2px 10% 42px 10% !important
}

.popUp_Obliga_header {
    margin-top: 5px !important;
    margin-bottom: 20px !important
}

#modalSolicitarDatos .modal-dialog {
    width: 700px
}

.popUpDatos_Obligatorios {
    width: 700px;
    margin-left: 0;
    margin-top: 0;
    margin: auto
}

.ModalDatos_Obligatorios_title1 {
    color: #2792ff;
    font-size: 26px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 6px
}

.ModalDatos_Obligatorios_title2 {
    color: #5c5f60;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    margin-bottom: 20px
}

.ModalDatos_Obligatorios_title3 {
    color: #5c5f60;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px
}

.ModalDatos_Obligatorios_title4 {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 18px;
    color: #5c5f60;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 25px
}

.popUpDatos_Obligatorios .div_clubAsesores {
    height: 100px;
    border-top: 1px solid #dce7eb;
    border-bottom: 1px solid #dce7eb;
    padding-top: 24px;
    padding-bottom: 30px
}

.popUpDatos_Obligatorios .div_clubAsesores .form-control {
    border-radius: 5px !important;
    width: 100%
}

.popUpDatos_Obligatorios .div_clubAsesores a {
    color: #2792ff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    float: left;
    margin-top: 11px
}

.popUpDatos_Obligatorios .div_clubAsesores img {
    height: 64px;
    width: 80px;
    float: left;
    margin-left: 34px;
    margin-top: -8px
}

.title1ModalMeInteresa {
    color: #5c5f60;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    margin-top: 27px;
    margin-bottom: 18px
}

.title2ModalMeInteresa {
    color: #5c5f60;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    margin-bottom: 49px
}

.imgmodalMeInteresa {
    height: 80px;
    width: 87px
}

.title1ModalNoMasCorreos {
    color: #5c5f60;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    margin-top: 27px;
    margin-bottom: 12px
}

.title2ModalNoMasCorreos {
    color: #5c5f60;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 28px
}

.imgmodalNoMasCorreos {
    height: 60px;
    width: 60px
}

.modalDatos {
    margin-left: 15% !important;
    width: 672px !important
}

.title2Modal_NoMasCorreos {
    color: #5c5f60;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px
}

.formModal_NoMasCorreos {
    width: 90%;
    margin: 0 auto
}

.msjValModal_NoMasCorreos {
    color: #f00;
    font-size: 14px
}

.btnModal_NoMasCorreos {
    width: 208px
}

.title1Modal_NoMasCorreos {
    color: #5c5f60;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    margin-top: 27px;
    margin-bottom: 30px
}

.modal-bodyVideo {
    padding: 0 !important
}

.modal_video_cerrar {
    color: #fff !important;
    opacity: 1 !important;
    margin-right: 0;
    font-weight: normal
}

.modal_video {
    background-color: transparent !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border: 0 solid rgba(0, 0, 0, 0)
}

#myModalPrivacidad,
#myModalTerminos {
    z-index: 2000
}

.ModalPago_img {
    height: 62px;
    width: 60px;
    margin-top: 25px;
    margin-bottom: 21px
}

.ModalPago_Title1 {
    color: #5c5f60;
    font-size: 20px;
    line-height: 29px;
    text-align: center
}

.ModalPago_Title2 {
    color: #5c5f60;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 50px
}

.btnModalPago_Principal {
    padding: 5px 0;
    font-size: 18px;
    color: #fff;
    background-color: #2792ff;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    text-align: center;
    width: 200px;
    border-radius: 10px
}

.ModalDoc_img {
    height: 70px;
    width: 70px;
    margin-top: 25px;
    margin-bottom: 21px
}

.ModalDoc_Title1 {
    color: #5c5f60;
    font-size: 1.5em;
    line-height: 35px;
    text-align: center
}

.ModalDoc_Title2 {
    color: #5c5f60;
    font-size: 1.125em;
    line-height: 25px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 50px
}

.btnModalDoc_Principal {
    padding: 5px 0;
    font-size: 18px;
    color: #fff;
    background-color: #2792ff;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    text-align: center;
    width: 274px;
    border-radius: 10px
}

.ModalAdj_img {
    height: 80px;
    width: 64px;
    margin-top: 0;
    margin-bottom: 21px
}

.ModalAdj_Title1 {
    color: #5c5f60;
    font-size: 1.5em;
    line-height: 35px;
    text-align: center
}

.ModalAdj_Title1 span {
    color: #f10d5e
}

.ModalAdj_Title2 {
    color: #5c5f60;
    font-size: 1.125em;
    line-height: 25px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 50px
}

.ModalAdj_Title3 {
    color: #5c5f60;
    font-size: 1.5em;
    line-height: 35px;
    text-align: center
}

.ModalAdj_Title3 span {
    color: #2792ff
}

.btnModalAdj_Principal {
    padding: 5px 0;
    font-size: 18px;
    color: #fff;
    background-color: #2792ff;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    text-align: center;
    width: 274px;
    border-radius: 10px
}

.title1Modal_nomovil {
    color: #4a4c4d;
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
    text-align: center;
    margin-top: 10px
}

.title1Modal_nomovil span {
    color: #1679d2
}

.title2Modal_nomovil {
    color: #1679d2;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    margin-bottom: 15px
}

.btnAbandonar,
.btnAbandonar:focus,
.btnAbandonar:hover,
.btnAbandonar:active {
    width: 72px;
    height: 37px;
    border-radius: 5px !important;
    color: #fff;
    background-color: #2792ff;
    padding: 10px 12px
}

.btnAbandonarSi,
.btnAbandonarSi:focus,
.btnAbandonarSi:hover,
.btnAbandonarSi:active {
    background-color: transparent;
    color: #5c5f60;
    width: 72px;
    height: 37px;
    border: 2px solid #2792ff !important;
    border-radius: 5px !important;
    padding: 9px 12px
}

.ModalAbandonarTitle1 {
    color: #5c5f60;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 8px
}

.ModalAbandonarTitle2 {
    color: #5c5f60;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px
}

.imgAbandonar {
    height: 80px
}

.titlemasHospitales {
    color: #5c5f60;
    font-family: GloberBook;
    font-size: 12px;
    line-height: 12px;
    text-align: center
}

.titlemasHospitales img {
    height: 18px
}

#myModalAbandono .modal-dialog {
    width: 400px
}

#myModalAbandono .modal-content {
    padding: 0
}

#myModalAbandono .modal-content .modal-body {
    padding: 40px
}

.modal {
    text-align: center;
    padding: 0 !important
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px
}

#myModalContacto .modal-content {
    background: #fafafa
}

.modal-dialog {
    display: inline-block;
    text-align: center;
    vertical-align: middle
}

.modalcontainer {
    width: 100%;
    height: 200px;
    margin-top: 0;
    margin-bottom: 0
}

.modalicon {
    margin-bottom: 20px
}

.modalTitle {
    padding-top: 70px
}

.Modaltitle1 {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0;
    padding-bottom: 0;
    color: #3b3b3b;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    text-align: center
}

.Modaltitle2 {
    color: #5c5f60;
    font-size: 18px;
    line-height: 25px;
    text-align: center
}

.Modaltitle3 {
    color: #99a1a4;
    font-size: 14px;
    line-height: 20px
}

.Modaltitle4 {
    color: #fff;
    font-size: 14.4px;
    font-weight: bold;
    line-height: 22px;
    text-align: center
}

.Modaltitle5 {
    color: #3b3b3b;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    text-align: center
}

.Modaltitle6 {
    color: #5c5f60;
    font-size: 18px;
    line-height: 25px;
    text-align: center
}

.ModalBtn,
.ModalBtn:focus,
.ModalBtn:hover,
.ModalBtn:active {
    margin-top: 20px;
    height: 60px;
    border-radius: 4.07px;
    background: #ff005b;
    border: 0 solid !important
}

.ModalInputMargenes {
    padding-left: 80px;
    padding-right: 80px
}

.ModalInput {
    margin-bottom: 10px;
    border: 1px solid #b6bbbd;
    border-radius: 5px;
    background-color: #fff
}

.ModalInputRec {
    border: 1px solid #d0021b !important;
    border-radius: 5px !important;
    background-color: #fff !important
}

.Modaltitle7 {
    color: #d0021b;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px
}

.btnBloqueado {
    background-color: #e6e6e6 !important;
    color: #3b3b3b !important;
    border: 1px solid #b6bbbd
}

textarea {
    resize: none
}

#myModalContacto textarea {
    width: 100% !important
}

.error_general .modal-lg {
    width: 500px;
    margin-top: 6%
}

.error_general .modal-dialog {
    width: 520px
}

.error_general .modal-body {
    background-color: #e7eaee;
    text-align: center;
    padding: 40px 40px 40px 40px
}

.error_general img {
    margin-bottom: 20px
}

.error_general h1 {
    color: #006fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px
}

.error_general p {
    color: #445065;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 37px
}

.error_general .btn {
    height: 48px;
    width: auto;
    border-radius: 0;
    background-color: #ffffff;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    padding: 6px 26px
}

.error_general .btn:hover {
    background-color: #ffffff;
    color: #fff
}

.error_general .modal-lg {
    width: 500px;
    margin-top: 6%
}

.error_general_pago .modal-dialog {
    width: 520px
}

.error_general_pago .modal-body {
    background-color: #e7eaee;
    text-align: center;
    padding: 50px 40px 40px 40px
}

.error_general_pago img {
    margin-bottom: 20px
}

.error_general_pago h1 {
    color: #006fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px
}

.error_general_pago p {
    color: #445065;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 37px
}

.error_general_pago .btn {
    height: 48px;
    width: auto;
    border-radius: 5px;
    background-color: #ffffff;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    padding: 6px 26px
}

.error_general_pago .btn:hover {
    background-color: #ffffff;
    color: #fff
}

.error_general_pago .btnCloseModal {
    position: absolute;
    right: 15px;
    top: 15px;
    margin: 0
}

.error_general_pago .btnCloseModal .material-icons {
    font-size: 30px
}

.modal-loader {
    position: relative !important;
    background-color: rgba(255, 255, 255, 0) !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    border: 1px solid #999 !important;
    border: 0 solid rgba(0, 0, 0, .2) !important;
    border-radius: 6px !important;
    outline: 0 !important;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5) !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, .5) !important
}

@media(min-width:2000px) {
    #modalSolicitarDatos .modal-dialog {
        width: 700px
    }

    .popUpDatos_Obligatorios {
        width: 700px
    }
}

@media(min-width:1900px) and (max-width:1999px) {
    .popUpDatos_Obligatorios {
        width: 95%;
        margin-left: 44%;
        margin-top: 20%
    }
}

@media(min-width:1800px) and (max-width:1899px) {
    .popUpDatos_Obligatorios {
        width: 88%;
        margin-left: 46%;
        margin-top: 20%
    }
}

@media(min-width:1700px) and (max-width:1799px) {
    .popUpDatos_Obligatorios {
        width: 85%;
        margin-left: 46%;
        margin-top: 20%
    }
}

@media(min-width:1600px) and (max-width:1699px) {
    .popUpDatos_Obligatorios {
        width: 80%;
        margin-left: 46%;
        margin-top: 20%
    }
}

@media(min-width:992px) and (max-width:1250px) {
    .ModalDatos_Obligatorios_title3 {
        color: #5c5f60;
        font-size: 14px;
        line-height: 23px;
        text-align: center;
        margin-top: 10px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .PrivacidadTerminosUso {
        padding-left: 0;
        padding-right: 0
    }

    .modal-bodyErrorDB {
        padding: 65px 40px 65px 40px !important;
        text-align: center
    }
}

@media(max-width:1025px) {
    .footer .container {
        padding-right: 0;
        padding-left: 0;
        width: 98%
    }

    .footer .ft_img_redesSociales {
        margin-left: 3%
    }
}

@media(min-width:768px) and (max-width:991px) {
    .PrivacidadTerminosUso {
        padding-left: 0;
        padding-right: 0
    }

    .modalDatos {
        margin-left: 0% !important;
        width: 672px !important
    }

    #modalSolicitarDatos .modal-dialog {
        width: 90%
    }

    .popUpDatos_Obligatorios {
        width: 90%
    }

    .footer {
        padding: 40px 0 30px 0
    }

    .footer .ft_title_Categoria {
        margin-top: 15px;
        margin-bottom: 10px
    }
}

@media(max-width:767px) {
    #myModalAbandono .modal-dialog {
        width: 90%
    }

    .footer {
        padding: 26px 20px 36px 20px
    }

    .footer .ft_title_Categoria {
        margin-top: 0;
        margin-bottom: 10px
    }

    .footer .borderMovil {
        border-top: 1px solid #979797;
        padding-bottom: 16px;
        padding-top: 20px
    }

    .footer .marginUbicacion {
        margin-top: 0;
        margin-bottom: 0
    }

    .footer .ft_title_SubCategoria {
        line-height: 30px
    }

    .footer .borderMovil_Centrar {
        text-align: center
    }

    .footer .ft_img_redesSociales_1,
    .footer .ft_img_redesSociales {
        margin-top: 10px
    }

    .footer .ft_img_redesSociales {
        margin-left: 6%
    }

    .modal-dialog {
        position: relative;
        width: auto;
        margin: 0 !important
    }

    #myModalContacto .modal-content {
        width: 90%;
        margin: auto
    }

    #myModalContacto .Modaltitle1 {
        padding-left: 0;
        padding-right: 0
    }

    #myModalContacto .ModalInputMargenes {
        padding-left: 8%;
        padding-right: 8%
    }

    #myModalContacto .modal-body {
        position: relative;
        padding: 15px;
        padding-top: 0
    }

    #myModalContacto .modal-header {
        margin-bottom: 0
    }

    #modalSolicitarDatos #txtNombreTestB {
        width: 100%;
        margin: auto;
        margin-bottom: 16px !important
    }

    #modalSolicitarDatos .input-group {
        width: 100%;
        margin: auto;
        margin-bottom: 16px !important
    }

    .popUpDatos_Obligatorios .div_clubAsesores {
        height: 100%;
        padding-top: 20px;
        padding-bottom: 10px
    }

    .popUpDatos_Obligatorios .div_clubAsesores img {
        margin-left: 34px;
        margin-top: 20px
    }

    .popUpDatos_Obligatorios .div_clubAsesores a {
        float: left;
        margin-top: 20px;
        margin-left: 2%
    }

    #modalSolicitarDatos .modal-dialog {
        width: 100% !important
    }

    .modal-DatasObligatorios {
        padding: 2px 2% 42px 2% !important
    }

    .modal:before {
        content: '';
        display: inline-block;
        height: auto;
        vertical-align: top;
        margin-right: 0;
        margin-top: 0
    }

    .modal .modal-dialog {
        width: 95% !important;
        margin-top: 20px !important
    }
}

@media(min-width:416px) and (max-width:767px) {
    .title1ModalMeInteresa {
        color: #5c5f60;
        font-size: 20px;
        line-height: 35px;
        text-align: center;
        margin-top: 27px;
        margin-bottom: 18px
    }

    .title1ModalMeInteresa {
        color: #5c5f60;
        font-size: 24px;
        line-height: 35px;
        text-align: center;
        margin-top: 27px;
        margin-bottom: 18px
    }

    .PrivacidadTerminosUso {
        padding-left: 0;
        padding-right: 0
    }

    .Modal_backHeader {
        background-size: 100%;
        height: 175px
    }

    .ModalPromo_img {
        height: 190px;
        width: 250px;
        margin-top: -110px
    }

    .title2ModalErrorDB {
        padding: 10px 10px
    }

    .modal-bodyErrorDB {
        padding: 50px 30px 50px 30px !important
    }

    .modalDatos {
        width: 90% !important;
        margin-left: 5px !important
    }

    .ModalDatos_title1 {
        color: #2792ff;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        margin-bottom: 5px;
        margin-top: -10px
    }

    .ModalDatos_title2 {
        color: #5c5f60;
        font-size: 14px;
        line-height: 22px;
        text-align: center;
        margin-bottom: 5px
    }

    #modalSolicitarDatos #txtNombreTestB {
        width: 100%;
        margin: auto;
        margin-bottom: 16px
    }

    #modalSolicitarDatosDental #txtNombreTestDental {
        width: 100%;
        margin: auto
    }

    .ModalDatos_title3 {
        color: #5c5f60;
        font-size: 13px;
        line-height: 20px;
        text-align: center;
        margin-top: 16px
    }

    #modalSolicitarDatos .input-group {
        width: 100%;
        margin: auto;
        margin-bottom: 16px
    }

    .popUpDatos_Obligatorios .div_clubAsesores {
        height: 100%;
        padding-top: 20px;
        padding-bottom: 10px
    }

    .popUpDatos_Obligatorios .div_clubAsesores img {
        margin-left: 34px;
        margin-top: 20px
    }

    .popUpDatos_Obligatorios .div_clubAsesores a {
        float: left;
        margin-top: 20px;
        margin-left: 2%
    }

    #modalSolicitarDatosDental .input-group {
        width: 100%;
        margin: auto
    }

    .popUpDatos_Obligatorios {
        width: 100%;
        margin-left: 0%;
        margin-top: 0%
    }

    .ModalDatos_Obligatorios_title1 {
        font-size: 28px
    }

    .ModalDatos_Obligatorios_title2 {
        font-size: 16px;
        line-height: 24px
    }

    .ModalDatos_Obligatorios_title3 {
        font-size: 15px;
        line-height: 23px;
        text-align: center
    }
}

@media(max-width:415px) {
    .title1ModalMeInteresa {
        color: #5c5f60;
        font-size: 20px;
        line-height: 35px;
        text-align: center;
        margin-top: 27px;
        margin-bottom: 18px
    }

    .title1ModalMeInteresa {
        color: #5c5f60;
        font-size: 24px;
        line-height: 35px;
        text-align: center;
        margin-top: 27px;
        margin-bottom: 18px
    }

    .PrivacidadTerminosUso {
        padding-left: 0;
        padding-right: 0
    }

    .Modal_backHeader {
        background-size: 100%;
        height: 160px
    }

    .ModalPromo_img {
        height: 190px;
        width: 250px;
        margin-top: -110px
    }

    .title2ModalErrorDB {
        padding: 10px 10px
    }

    .modal-bodyErrorDB {
        padding: 50px 30px 50px 30px !important
    }

    .modalDatos {
        width: 90% !important;
        margin-left: 5px !important
    }

    .ModalDatos_title1 {
        color: #2792ff;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        margin-bottom: 5px;
        margin-top: -10px
    }

    .ModalDatos_title2 {
        color: #5c5f60;
        font-size: 14px;
        line-height: 22px;
        text-align: center;
        margin-bottom: 5px
    }

    #modalSolicitarDatos #txtNombreTestB {
        width: 100%;
        margin: auto
    }

    #modalSolicitarDatosDental #txtNombreTestDental {
        width: 100%;
        margin: auto
    }

    .ModalDatos_title3 {
        color: #5c5f60;
        font-size: 13px;
        line-height: 20px;
        text-align: center;
        margin-top: 16px
    }

    #modalSolicitarDatos .input-group {
        width: 100%;
        margin: auto
    }

    #modalSolicitarDatosDental .input-group {
        width: 100%;
        margin: auto
    }

    .ModalDatos_Obligatorios_title1 {
        font-size: 24px
    }

    .ModalDatos_Obligatorios_title2 {
        line-height: 24px
    }

    #modalSolicitarDatos form {
        margin-bottom: 12px
    }

    #modalSolicitarDatosDental form {
        margin-bottom: 12px;
        height: 35px;
        border: 0 solid #e8edef
    }

    .ModalDatos_Obligatorios_title3 {
        text-align: center
    }

    .popUpDatos_Obligatorios {
        width: 100% !important;
        margin-left: 0% !important;
        margin-top: 0% !important
    }

    .ModalDatos_Obligatorios_title4 {
        margin-top: 12px;
        margin-bottom: 8px
    }
}

@media(max-width:320px) {
    .title1ModalMeInteresa {
        color: #5c5f60;
        font-size: 20px;
        line-height: 35px;
        text-align: center;
        margin-top: 27px;
        margin-bottom: 18px
    }

    .title1ModalMeInteresa {
        color: #5c5f60;
        font-size: 24px;
        line-height: 35px;
        text-align: center;
        margin-top: 27px;
        margin-bottom: 18px
    }

    .Modal_backHeader {
        height: 130px
    }

    .modalDatos {
        width: 90% !important;
        margin-left: 5px !important
    }

    .ModalDatos_title1 {
        color: #2792ff;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        margin-bottom: 5px;
        margin-top: -10px
    }

    .ModalDatos_title2 {
        color: #5c5f60;
        font-size: 14px;
        line-height: 22px;
        text-align: center;
        margin-bottom: 5px
    }

    #modalSolicitarDatos #txtNombreTestB {
        width: 100%;
        margin: auto
    }

    #modalSolicitarDatosDental #txtNombreTestDental {
        width: 100%;
        margin: auto
    }

    .ModalDatos_title3 {
        color: #5c5f60;
        font-size: 13px;
        line-height: 20px;
        text-align: center;
        margin-top: 16px
    }

    #modalSolicitarDatos .input-group {
        width: 100%;
        margin: auto
    }

    #modalSolicitarDatosDental .input-group {
        width: 100%;
        margin: auto
    }

    .ModalDatos_Obligatorios_title1 {
        font-size: 20px
    }

    .ModalDatos_Obligatorios_title2 {
        line-height: 19px
    }

    .ModalDatos_Obligatorios_title3 {
        text-align: center
    }

    .ModalDatos_Obligatorios_title4 {
        line-height: 20px;
        margin-top: 10px;
        margin-bottom: 8px
    }

    .popUpDatos_Obligatorios {
        width: 100% !important;
        margin-left: 0% !important;
        margin-top: 0% !important
    }

    #modalSolicitarDatos form {
        margin-bottom: 10px
    }

    #modalSolicitarDatosDental form {
        margin-bottom: 10px;
        height: 35px;
        border: 0 solid #e8edef
    }

    .footer {
        padding: 26px 10px 36px 10px
    }
}

@media(max-width:320px) and (max-height:450px) {
    .modal_body_height {
        height: 350px;
        width: 100%;
        overflow-y: auto
    }
}

input[type='checkbox'] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    outline: 0;
    border: #dde0e2;
    background-color: #dde0e2;
    border-bottom-color: #fff;
    cursor: pointer
}

input[type=checkbox] {
    margin-top: 1px \9;
    line-height: normal;
    height: 16px !important;
    width: 16px !important
}

input[type="checkbox"]:checked {
    border: 4px solid #138edb;
    background-color: #fff;
    outline-color: rgba(255, 255, 255, .15);
    content: url(img/icn-check-enabled.svg)
}