﻿/*Variables que se pueden modificar segun la palenta de colores seleccionada por el agente*/
:root {
    --primer-color: #1A60EF;
    --fuente-principal: 'Source Sans Pro', sans-serif;
    --fuente-secundaria: 'Rubik', sans-serif;
    --fuente-tercero: Helvetica, sans-serif;
}

/*FUELTES*/
.btn {
    padding: 0px;
}

    .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: red;
    font-weight: bold;
    float: left;
}

#errordb,
#errorAlerta,
#myModalActualizando {
    z-index: 2000;
}


/*animacion Spinner*/
.modal {
    text-align: center;
    padding: 0 !important;
    align-items: center;
    justify-content: center;
}

    .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: #FFFFFF;
    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: #000000;
    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 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    5%, 95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    10%, 59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }

    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    5%, 95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    10%, 59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }

    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -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);
    }
}


/*Privacidad y Terminos de Uso*/
.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 0px;
    font-size: 20px;
    color: white;
    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: #FFFFFF;
    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 Error de DB*/
.modal-bodyErrorDB {
    padding-bottom: 50px;
    padding-top: 50px;
    text-align: center;
    border-radius: 27px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.imgmodal {
    height: 80px;
    width: 77px;
}

.title1ModalErrorDB {
    color: var(--x-primary);
    font-size: 2.75em;
    font-weight: bold;
    line-height: 1.181em;
    margin-top: 10px;
    margin-bottom: 5px;
}

.title2ModalErrorDB {
    font-size: 1.2em;
    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: 0px;
}

.margintop_20px {
    margin-bottom: 20px;
}

.marginBottom_0px {
    margin-bottom: 0px;
}



/*Modal Loader*/
.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: 0px 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 0px 0px 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: 0px;
        padding-right: 0px;
    }

    .modal-bodyErrorDB {
        padding: 65px 40px 65px 40px !important;
        text-align: center;
    }
}

@media (max-width: 1025px) {
    .footer .container {
        padding-right: 0px;
        padding-left: 0px;
        width: 98%;
    }

    .footer .ft_img_redesSociales {
        margin-left: 3%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .PrivacidadTerminosUso {
        padding-left: 0px;
        padding-right: 0px;
    }

    .modalDatos {
        margin-left: 0% !important;
        width: 672px !important;
    }

    #modalSolicitarDatos .modal-dialog {
        width: 90%;
    }

    .popUpDatos_Obligatorios {
        width: 90%;
    }

    .footer {
        padding: 40px 0px 30px 0px;
    }

        .footer .ft_title_Categoria {
            margin-top: 15px;
            margin-bottom: 10px;
        }
}

@media (max-width: 767px) {
    .navbar-collapse {
        background: #fff;
        padding: 1rem;
    }


    #myModalAbandono .modal-dialog {
        width: 90%;
    }

    .footer {
        padding: 26px 20px 36px 20px;
    }

        .footer .ft_title_Categoria {
            margin-top: 0px;
            margin-bottom: 10px;
        }

        .footer .borderMovil {
            border-top: 1px solid #979797;
            padding-bottom: 16px;
            padding-top: 20px;
        }

        .footer .marginUbicacion {
            margin-top: 0px;
            margin-bottom: 0px;
        }

        .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: 0px;
        padding-right: 0px;
    }

    #myModalContacto .ModalInputMargenes {
        padding-left: 8%;
        padding-right: 8%;
    }

    #myModalContacto .modal-body {
        position: relative;
        padding: 15px;
        padding-top: 0px
    }

    #myModalContacto .modal-header {
        margin-bottom: 0px;
    }


    #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: 0px;
        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: 0px;
        padding-right: 0px;
    }

    .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: 0px;
        padding-right: 0px;
    }

    .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: 0px 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: 0px 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: none;
    border: #DDE0E2;
    background-color: #DDE0E2;
    border-bottom-color: white;
    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: white;
    outline-color: rgba(255,255,255,.15);
    content: url(../Content/img/icn-check-enabled.svg);
}
