:root {
    /*===== Colores =====*/
    --first-color: #0074D9;
    --input-color: #80868B;
    --border-color: #DADCE0;
}

@font-face {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

#header {
    background: #fff;
    box-shadow: 0 0.5px 2px rgba(0, 0, 0, 0.2);
    color: inherit;
    /* color:#FF647D; */
    font-family: "Open Sans", sans-serif;
    position: relative;
    transition: all 0.3s;
    width: 100%;
    z-index: 100;
    height: auto;
}

#nombre_clinica_header span {
    text-transform: capitalize;
}

#logo {
    display: inline-block;
    line-height: 60px;
    height: 60px;
    outline: 0;
    float: left;
}

div#whatsapp-redirect {
    position: fixed;
    bottom: 15px;
    right: 15px;
    font-size: 60px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 3px 3px 5px rgba(61, 61, 61, .5);
    transition: all 0.3s ease-in-out;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

div#whatsapp-redirect a {
    width: 60px !important;
    height: 60px !important;
}

div#whatsapp-redirect:hover {
    font-size: 70px;
    box-shadow: 3px 3px 11px rgba(61, 61, 61, .5);
    width: 70px;
    height: 70px;
}

div#whatsapp-redirect img {
    width: 100%;
}

#header-bar {
    border-bottom-color: #444444;
    background-color: #444444;
    color: #777;
    font-size: 13px;
    height: 45px;
    line-height: 40px;
    padding: 0;
    width: 100%;
    z-index: 9999;
}

#header-bar .top-widget {
    color: #fff;
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    vertical-align: middle;
    margin-bottom: -1px;
}

#header-bar #top-info-widget {
    margin-right: 0px;
    padding-right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

/**/
#header-bar #top-info-widget img {
    height: 20px;
    width: 20px;
}

#header-bar #top-info-widget p {
    margin: 0;
}

#header-bar #top-socials-widget:before {
    border-left: 1px solid #fff;
    content: "";
    position: absolute;
    height: 20px;
    margin-left: 20px;
    top: 10px;
}

#header-bar #top-socials-widget i {
    color: #fff;
    font-size: 14px;
}

#header-bar .social-list ul {
    list-style: none;
    margin-bottom: 0;
}

#header-bar .social-list ul li {
    display: inline-block;
}

#header-bar #top-custom-link-widget a {
    border: 2px solid #fff;
    border-radius: 10px;
    color: #fff;
    line-height: 40px;
    margin-top: 5px;
    padding: 3px 10px;
    text-decoration: none;
}

#header-bar #top-custom-link-widget i {
    margin-right: 5px;
}

#main-nav {
    float: right;
    margin: 0;
    list-style: none;
}

/**/
#main-nav li {
    display: inline-block;
    float: left;
}

#main-nav li a,
#main-nav li a:link,
#main-nav li a:visited {
    color: inherit;
    display: block;
    font-size: 15px;
    font-weight: 700;
    position: relative;
    margin: 0 20px;
    padding: 0;
    outline: 0;
    text-decoration: none;
}

#main-nav li a span {
    cursor: default;
}

#main-nav li i {
    font-size: 0.85em;
    position: absolute;
    right: 0;
    /*top: 25;*/
}

#main-nav li a.icono-ubica,
#main-nav li a:link.icono-ubica,
#main-nav li a:visited.icono-ubica {
    font-size: 20px;
}

#main-nav li.colorTheme {
    display: none;
}

#main-nav .dropdown-menu li {
    padding: 0;
}

#main-nav .dropdown-menu li a {
    margin: 0;
    padding: 8px;
    width: 100%;
}

/*#search-trigger i, #show-nav-menu i{
      top: 22 !important;
  }*/
nav li a span:before {
    background: #FF647D;
    position: absolute;
    top: 65%;
    left: 0;
    height: 1px;
    width: 0;
    content: "";
    transition: width 0.3s;
}

nav li a:hover span:before {
    width: 100%;
}

/**/
#fancy-search {
    position: relative;
    width: 100%;
    z-index: 99991;
    display: none;
}

#fancy-search input {
    border: none;
    line-height: 58.5px;
    padding: 0;
    outline: 0;
    width: 100%;
}

#show-nav-menu {
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 0;
    top: 0;
}

#show-nav-menu i {
    color: #f15c23;
    cursor: pointer;
    display: none;
    font-size: 18px;
    line-height: 50px;
    position: absolute;
    right: 20px;
    top: 5px;
    transition: all 0.4s;
    z-index: 99999;
}

#show-nav-menu i:hover {
    color: #111;
}

#search-trigger i {
    font-size: 16px !important;
    position: relative !important;
    transform: none !important;
}

.img-cover

/*EQUIVALE A BACKGROUND-SIZE:COVER*/
    {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.dropdown-menu {
    border-radius: 0;
    padding: 0;
    margin: 0 !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

/**/
.dropdown-menu li {
    border-bottom: 1px solid #eee;
    padding: 8px 0;
    margin: 0;
    width: 210px;
}

.dropdown-menu li:hover {
    background-color: #f8f9fa;
    border-left: 1px solid #FF647D;
    color: #262626;
}

.dropdown-menu>li>a {
    font-size: 12px !important;
    font-weight: 400 !important;
}

.dropdown-menu>li>a:hover {
    text-decoration: none;
}

.icono-regular {
    color: #ffa533;
}

.icono-muy-bueno {
    color: #66cc00;
}

.icono-muy-malo {
    color: #f00;
}

.transicion:before {
    top: 70%;
}

.sticky {
    height: 60px;
    line-height: 60px;
    position: fixed !important;
    position: sticky !important;
    top: 0;
}

.nombre-paciente-hijo {
    text-transform: capitalize;
    margin: 0;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.container-left-header .popover-content {
    color: #616161;
}

.container-left-header,
.container-right-header {
    padding: 4px 0px 0px 0px;
}

.container-right-hijo {
    float: right;
}

.registrarte-hijo,
.iniciar-sesion-hijo,
.registrarte-hijo:hover,
.iniciar-sesion-hijo:hover {
    color: #fff;
    cursor: pointer;
}

.title-beneficios,
.before-line,
.registrarte {
    padding-right: 5px;
    color: #fff;
}

.before-line:before {
    border-left: solid 1px #fff;
    content: "";
}

.container-left-header.collapsed div #nombre_clinica_header:after {
    font-family: "Glyphicons Halflings";
    content: "\e114";
    position: relative;
    height: 27px;
    margin-left: 5px;
    top: 1px;
}

select option[disabled]:first-child {
    display: none;
}

#cbo_estados_seleccionar_sucursal_header,
#cbo_municipios_seleccionar_sucursal_header,
#cbo_sucursales_seleccionar_sucursal_header {
    color: #0096cb !important;
}

#cbo_estados_seleccionar_sucursal_header[disabled],
#cbo_municipios_seleccionar_sucursal_header[disabled],
#cbo_sucursales_seleccionar_sucursal_header[disabled] {
    color: #e5e5e5 !important;
}

.container-left-header div #nombre_clinica_header:after {
    font-family: "Glyphicons Halflings";
    content: "\e113";
    position: relative;
    height: 27px;
    margin-left: 5px;
    top: 1px;
}

#pre-header-cambiar-clinica {
    background-color: #fafafa;
    position: relative;
}

#pre-header-cambiar-clinica .container {
    color: #0074d9;
    /*padding: 10px 5px;*/
    font-weight: 700;
    padding: 15px;
}

#filtros_cambiar_clinica_header {
    /*padding: 0px 100px;*/
}

#filtros_cambiar_clinica_header select {
    height: 40px;
    width: 100%;
    padding-left: 15px;
    padding-right: 25px;
    color: #afafaf;
    border: 2px solid #e5e5e4;
    margin-bottom: 3px;
    margin-top: 3px;
    font-size: 13px;
    text-transform: capitalize;
    border-radius: 4px;
    -webkit-appearance: none;
}

#filtros_cambiar_clinica_header i {
    font-size: 15px;
    position: absolute;
    right: 20px;
    top: 26%;
    pointer-events: none;
    color: #0096cb;
}

#filtros_cambiar_clinica_header .icono-ubica-tu-clinica {
    font-size: 20px;
}

#filtros_cambiar_clinica_header div:first-child {
    font-size: 16px;
}

#filtros_cambiar_clinica_header #Container_Cambiar_Clinica_Title {
    display: flex;
    position: relative;
}

#miUbicacion {
    position: relative;
}

#miUbicacion hr {
    margin: 0;
    width: 2px;
    height: 100%;
    background: #e5e5e5;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.btn-cambiar-clinica-header-guardar {
    width: 45%;
    margin-right: 14px;
    padding: 9px;
    background-color: #0074d9;
    border: solid 1px #0074d9;
    border-radius: 4px;
    margin-top: 1px;
}

.btn-cambiar-clinica-header-cancelar {
    cursor: pointer;
    width: 64px;
}

.logeado {
    display: none;
}

.cerrar-sesion {
    color: #fff;
    cursor: pointer;
    padding-left: 15px;
}

.nombre-paciente {
    padding-right: 5px;
    color: #fff;
    width: 220px;
}

.nombre-paciente-mobile {
    padding: 15px !important;
    color: #fff;
    display: flex;
}

.nombre-paciente-mobile p {
    margin: 0 !important;
    text-transform: capitalize;
}

.icono-usuario-1 {
    color: #fff;
    padding-right: 5px;
}

.underline,
.underline:hover {
    color: #616161;
}

.icono-formulario-dos-modal {
    position: absolute;
    right: 22px;
    top: 36px;
    color: #ccc;
    font-size: 1em;
    cursor: pointer;
}

/*MODAL*/
.modal-content-iniciarsesion .form-control {
    font-size: 12px;
}

.form-control[readonly] {
    background-color: #fff;
}

.modal-dialog-iniciarsesion {
    position: relative;
    right: -450px;
    top: 9px;
    /* width: 307px !important; */
}

.modal-content-iniciarsesion:before {
    border-color: rgba(51, 51, 51, 0);
    border-width: 11px;
    margin-left: -11px;
}

.modal-content-iniciarsesion:after,
.modal-content-iniciarsesion:before {
    bottom: 100%;
    right: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    right: 30px;
}

.modal-content-iniciarsesion:after {
    border-color: rgba(249, 249, 249, 0);
    border-bottom-color: #f9f9f9;
    border-width: 10px;
    margin-left: -10px;
}

.parsley-errors-list {
    margin-bottom: 0;
    padding-left: 0;
}

.container-modal-ingresar {
    background: #fff;
    max-width: 394px;
    padding: 30px;
    display: block;
    box-shadow: 0px 0px 10px #0000004F;
}

.container-modal-ingresar div {
    height: auto !important;
}

.modal-header-titulo1 {
    color: #0074D9;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 26px;
    margin-bottom: 16px;
}

.modal-header-titulo2 {
    font-size: 14px;
    text-align: center;
}

.modal-header-titulo3 {
    font-size: 14px;
    padding-bottom: 30px;
    text-align: center;
}

#Nombre-Modal {
    padding: 6px 12px 6px 30px;
}

#Password-Modal {
    padding: 6px 12px 6px 30px;
}

.icono-modal {
    left: 21px !important;
    top: 35px !important;
    color: #ccc !important;
    font-size: 1em;
    position: absolute !important;
    height: 30px !important;
    width: 30px !important;
}

.modal-hijo {
    padding-bottom: 15px;
}

.third-child {
    padding-bottom: 10px;
}

.container-modal-btn-ingresar {
    padding: 0;
}

#Btn-Modal-Ingresar:active {
    background-color: ##3390E1 !important;
}

#Btn-Modal-Ingresar {
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background-color: #0074D9;
    height: 40px;
}

#Btn-Modal-Ingresar:hover {
    background-color: #0066BF;
}

#Btn-Modal-Ingresar:focus {
    outline: 0;
}

.Btn-Modal-Registrar {
    height: 40px;
    color: #0074D9;
    font-weight: 600;
    border: 2px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.Btn-Modal-Registrar:hover {
    color: #0066BF;
    text-decoration: none;
}

.Btn-Modal-Registrar:active {
    color: #3390E1;
}

.modal-footer-titulo1 {
    font-size: 10px;
    text-align: center;
    padding-top: 6px;
}

.modal-footer-titulo1 a:focus {
    outline: 0;
}

.modal-footer-titulo1 a {
    color: #0074D9;
    font-size: 14px;
    text-decoration-line: revert;
}

.modal-footer-titulo2 {
    border-top: 1px solid #f1f1f1;
}

.modal-hijo-nieto {
    font-size: 12px;
    text-align: center;
    padding: 7px 0;
}

.login-text {
    border-color: transparent !important;
    color: #fff;
}

.login-mobile {
    display: flex;
}

/*.login-mobile a {
      text-decoration: underline !important;
  }*/
.line {
    padding: 8px !important;
    font-size: 17px;
}

.spinner-modal {
    position: absolute;
    right: 17px;
    top: 12px;
    display: none;
}

.spinner-modal>div {
    width: 8px;
    height: 8px;
    background-color: #fff;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner-modal .bounce1-modal {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner-modal .bounce2-modal {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.inputFecha-oculto-modal {
    display: none;
}

#con-close-modal .modal-dialog {
    width: 450px !important;
    margin: 143px auto !important;
}

.gif {
    background: url(https://www.salud-digna.com/home/header/ticket.png);
    height: 688px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    display: none;
    float: none;
    margin: 0 auto;
}

.fade.in .gif {
    display: block;
}

.TextoFormularioHeader {
    font-size: 14px;
    padding-bottom: 5px;
}

.InputFormHeader {
    height: 40px;
    border-radius: 0px;
}

.InputFormHeaderButtonIniciar {
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background-color: #2cbb73;
    height: 40px;
}

.InputFormHeaderButtonRegistrate {
    font-size: 16px;
    text-align: center;
    padding: 7px 0;
    font-weight: bold;
}

.ButtonCerrarModalTicket {
    padding: 0px 10px !important;
}

#contador-items {
    background-color: #e74c3c;
    margin-left: -20px;
    border-radius: 10px;
    padding: 1px 6px;
}

.btn-cambiar-clinica-header-guardar-desactivado {
    background-color: #dff2f9;
    color: #afafaf;
    border: 0px;
}

#pre-header-confirmacion {
    background-color: #fcf7e8;
}

#pre-header-confirmacion .container {
    text-align: center;
    padding: 30px 10px;
}

#pre-header-confirmacion>div>button.btn-cambiar-clinica-header-guardar-confirmar {
    width: 13%;
    color: #fff !important;
    background-color: #ff5c0e !important;
    border: 1px solid #ff5c0e !important;
    font-weight: bold;
    padding: 4px 12px;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    border-radius: 4px;
    margin-top: 10px;
    overflow: hidden;
}

#pre-header-confirmacion>div>button.btn-cambiar-clinica-header-cancelar-cancelar {
    width: 13%;
    color: #616161 !important;
    background-color: #fafafa !important;
    border: 1px solid #95989a !important;
    /* border-color: #FAFAFA !important; */
    /* border-color: #adadad !important; */
    font-weight: bold;
    padding: 4px 12px;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    border-radius: 4px;
    margin-top: 10px;
    overflow: hidden;
}

#menuMovil {
    display: none;
}

div#logo img {
    filter: brightness(1);
    /*width: 189px;*/
    width: 175px;
    height: auto;
}

.redes-sociales-mm {
    width: 97%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.contenido_movil ul li .redes-sociales-mm i {
    position: initial;
    margin: 0 15px;
    display: flex;
    justify-content: center;
}

/* Bolsa */
div#modal-bolsa {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #616161;
}

.overlay-bolsa {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .8);
    z-index: 9;
    transition: all 0.3s ease-in-out;
}

.overlay-bolsa.ocultar {
    opacity: 0;
}

.estudios-bolsa {
    position: relative;
    width: 500px;
    height: auto;
    max-height: 600px;
    background: #fff;
    border-radius: 10px;
    padding: 20px 15px;
    z-index: 99;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.estudios-bolsa.ocultar {
    height: 0;
    padding: 0;
    opacity: 0;
    pointer-events: none;
}

.estudios-bolsa i.icono-x {
    position: absolute;
    top: 5px;
    right: 5px;
    display: flex;
    color: #616161;
    cursor: pointer;
    transition: all 0.3s;
}

.estudios-bolsa h3 {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    margin-bottom: 25px;
}

.estudios-agregados {
    height: auto;
    max-height: 250px;
    overflow: hidden;
    overflow-y: auto;
    margin-bottom: 20px;
}

.estudios-agregados.minimos {
    overflow-y: hidden;
}

.estudioB {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #eee;
    margin-bottom: 5px;
    flex-wrap: wrap;
    padding-bottom: 5px;
}

.estudioB:last-child {
    border: none;
}

.estudioB .iconos-estudios {
    width: 50px;
    display: flex;
    justify-content: center;
}

.estudioB .info-estudio {
    flex: 1;
}

.estudios-bolsa p {
    line-height: 1.4;
}

.nombre-precio-estudio {
    display: flex;
    justify-content: space-between;
}

p.nombre-estudio {
    font-weight: 600;
}

p.precio-estudio {
    font-weight: 600;
    color: #009A44;
    margin-left: 10px;
}

.opciones-estudio {
    display: flex;
    justify-content: space-between;
}

.opciones-estudio a {
    color: #0074D9;
    font-size: 14px;
    cursor: pointer;
    height: 35px;
    display: flex;
    align-items: center;
}

button#continuar-bolsa {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    line-height: 1.4;
    border: none;
    border-radius: 4px;
    background: #0074D9;
    color: #fff;
    font-weight: 600;
    outline: none;
}

button#continuar-bolsa:disabled {
    opacity: 0.8;
    cursor: no-drop;
}

hr.separacion-estudiosB {
    border-top: 2px solid #eee;
    margin: 10px 0 5px;
}

.estudios-bolsa .iconos-estudios i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 31px;
    border-radius: 50%;
    border: 1px solid;
    font-size: 24px;
}

.estudios-bolsa i.icono-ultrasonido {
    color: #339BA4;
    border-color: #339BA4;
}

.estudios-bolsa i.icono-laboratorio {
    color: #359FDA;
    border-color: #359FDA;
}

.estudios-bolsa i.icono-papanicolau {
    color: #A351BA;
    border-color: #A351BA;
}

.estudios-bolsa i.icono-mastografia {
    color: #ED4B80;
    border-color: #ED4B80;
}

.estudios-bolsa i.icono-electrocardiograma {
    color: #DB5859;
    border-color: #DB5859;
}

.estudios-bolsa i.icono-densitometria {
    color: #7F95A0;
    border-color: #7F95A0;
}

.estudios-bolsa i.icono-resonancia {
    color: #896F67;
    border-color: #896F67;
}

.estudios-bolsa i.icono-rayos-x {
    color: #6A52B2;
    border-color: #6A52B2;
}

.estudios-bolsa i.icono-nutricion2 {
    color: #60A463;
    border-color: #60A463;
}

.estudios-bolsa i.icono-tomografia {
    color: #999245;
    border-color: #999245;
}

.estudios-bolsa i.icono-paquetes {
    color: #E06845;
    border-color: #E06845;
}

.estudios-bolsa .sd-bolsa-vacia {
    text-align: center;
    font-size: 18px;
    padding: 50px 10px;
}

/* ELIMINAR SERVICIO */
.estudios-bolsa .estudioB .sd-content-delete {
    padding: 0px 15px 15px 15px;
    box-sizing: border-box;
    width: 100%;
}

.estudios-bolsa .estudioB .sd-content-delete .sd-content-btns-delete {
    display: flex;
    justify-content: space-between;
}

.estudios-bolsa .estudioB .sd-content-delete .sd-content-btns-delete span {
    width: calc(50% - 7.5px);
}

.estudios-bolsa .estudioB .sd-content-delete .sd-content-btns-delete .btn-cancelar {
    width: 100%;
    color: #616161 !important;
    background-color: #FAFAFA !important;
    /* border: 1px solid #FAFAFA !important; */
    /* border-color: #FAFAFA !important; */
    border-color: #adadad !important;
    font-weight: bold;
    padding: 8px 12px;
    cursor: pointer;
    outline: none;
    box-shadow: none;
}

.estudios-bolsa .estudioB .sd-content-delete .sd-content-btns-delete .btn-naranja {
    width: 100%;
    color: #fff !important;
    background-color: #FF5C0E !important;
    border: 1px solid #FF5C0E !important;
    font-weight: bold;
    padding: 8px 12px;
    cursor: pointer;
    outline: none;
    box-shadow: none;
}

.estudios-bolsa .estudioB .sd-content-delete .sd-content-btns-delete .btn-naranja:disabled {
    opacity: 0.65;
    cursor: no-drop;
}

.cotizacion-bolsa {
    border-top: 2px solid #eeee;
}

.cotizacion-bolsa h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 5px;
}

form#cotizacionB {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.cotizar_correo,
.cotizar_whats {
    width: 50%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #616161;
    border-radius: 4px;
    color: #616161;
    cursor: pointer;
    transition: all 0.3s;
}

.cotizar_correo.active,
.cotizar_whats.active {
    background: #D4EBFF;
    border-color: #0074D9;
}

.cotizar_correo {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.cotizar_whats {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.correoB {
    display: none;
    position: relative;
    width: 100%;
}

.correoB p {
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    transition: 0.2s ease all;
    color: #afafaf;
}

.correoB input {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #AFAFAF;
    padding: 8px 15px;
    outline: none;
    margin: 0;
    line-height: 1;
}

.correoB input:focus {
    border-color: #0074D9;
    color: #616161;
    outline: none;
}

.correoB input:focus~p.floating-label,
.correoB input.llenado~p.floating-label {
    top: 7px !important;
    opacity: 1 !important;
    color: #0074D9 !important;
    background-color: #fff;
    padding: 0 3px;
    z-index: 2;
}

.whatsappB {
    display: none;
    position: relative;
    width: 100%;
}

.whatsappB p {
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    transition: 0.2s ease all;
    color: #afafaf;
}

.whatsappB input {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #AFAFAF;
    padding: 8px 15px;
    outline: none;
    margin: 0;
    line-height: 1;
}

.whatsappB input:focus {
    border-color: #0074D9;
    color: #616161;
    outline: none;
}

.whatsappB input:focus~p.floating-label,
.whatsappB input.llenado~p.floating-label {
    top: 7px !important;
    opacity: 1 !important;
    color: #0074D9 !important;
    background-color: #fff;
    padding: 0 3px;
    z-index: 2;
}

.correoB,
.whatsappB {
    height: 40px;
}

.cotizar_correo.active~.correoB {
    display: flex;
}

.cotizar_whats.active~.whatsappB {
    display: flex;
}

button#enviar-cotizacion {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    font-size: 14px;
    ;
    line-height: 1.4;
    border: none;
    border-radius: 4px;
    background: #0074D9;
    color: #fff;
    font-weight: 600;
    margin-bottom: 25px;
    transition: all 0.3s;
    cursor: pointer;
    outline: none;
}

button#enviar-cotizacion.deshabilitada {
    background: #fff;
    border: 2px solid #E5E5E5;
    color: #E5E5E5;
    cursor: no-drop;
}

img#bolsa-iconoM {
    display: none;
}

/* End Bolsa */

/* Color Theme */
.colorTheme:hover .colorTheme__colors {
    display: flex;
}

.colorTheme i {
    position: relative !important;
}

.colorTheme img {
    height: auto;
    width: 22px;
}

.colorTheme .divisor {
    border-top: 1px solid #B1B0B0;
    padding: 10px 15px;
    width: 100%;
}

.colorTheme__subtitle {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.colorTheme__subtitle--iColor,
.colorTheme__subtitle--iTexto {
    align-items: center;
    background: #0074D9;
    border-radius: 4px;
    color: #FFF;
    cursor: pointer;
    display: flex;
    height: 30px;
    justify-content: center;
    width: 30px;
}

.colorTheme__flex {
    align-items: center;
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #00000029;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 15px 20px;
    position: relative;
}

.colorTheme__flex .separador {
    background: #B5B3B3;
    height: 100%;
    position: absolute;
    right: 50%;
    width: 1px;
}

.colorTheme h4 {
    align-self: center;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}

.colorTheme h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.colorTheme hr {
    margin: 10px 0;
    width: 100%;
}

.colorTheme p {
    line-height: 0.8;
}

.colorTheme__title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.colorTheme__colors {
    align-items: flex-start;
    background: #fafafa;
    border-radius: 4px;
    box-shadow: 0 0px 8px rgba(0, 0, 0, .175);
    color: #444;
    display: none;
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 95%;
    width: 500px;
}

.colorTheme__colors--content {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
    width: 100%;
}

.colorTheme__colors--palette {
    border-radius: 4px;
    cursor: pointer;
    height: 35px;
    width: 22%;
}

.colorTheme__restablecer p {
    cursor: pointer;
    text-decoration: underline;
    margin-bottom: 15px;
}

.colorTheme__optimizar {
    color: #EC6F4F;
    font-weight: 600;
    margin: 0 15px;
}

.colorRed {
    background: #EC6F4F;
}

.colorBlue {
    background: #00B1DB;
}

.colorYellow {
    background: #FFB81C;
}

.colorViolet {
    background: #075F89;
}

.arrowUp {
    display: none;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 10px solid #fafafa;
    position: absolute;
    top: -10px;
    right: 0;
}

.colorTheme__daltonic,
.colorTheme__darkMode,
.colorTheme__nav {
    line-height: 0;
    margin-left: 3px;
}

.colorTheme__content {
    box-shadow: 0px 3px 6px #00000029;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    padding: 15px 20px;
}

.colorTheme__nav {
    align-items: center;
    display: flex;
    justify-content: space-between;
    line-height: 0;
    padding: 15px 0;
}

.colorTheme__nav--img {
    width: 25%;
}

.colorTheme__nav--img img {
    max-width: 100%;
    width: 100%;
}

.colorTheme__nav--title {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin: 0 15px;
    width: 50%;
}

.colorTheme__nav--chk {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 25%;
}

.colorTheme__content i {
    font-size: 20px;
}

.colorTheme__content p {
    font-weight: 600;
}

.colorTheme__plus,
.colorTheme__less {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    padding: 0 5px;
}

.colorTheme__restablecer {
    margin: 0 15px;
}

.colorTheme__restablecer p {
    color: #0074D9;
    font-size: 16px;
}

.switch {
    position: relative;
    display: inline-block;
    height: 20px;
    margin: 0;
    width: 40px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .3s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: #FFF;
    -webkit-transition: .3s;
    transition: .3s;
}

input:checked+.slider {
    background-color: #444;
}

input:focus+.slider {
    box-shadow: 0 0 1px #444;
}

input:checked+.slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.slider.round {
    border-radius: 20px;
}

.slider.round:before {
    border-radius: 50%;
}

/* colorTheme FIN */

/*MEDIA QUERY HEADER*/
@media (max-width: 1279px) {

    /*#fancy-search input 
      {
          width: 1140px;
      }*/
    #main-nav li a,
    #main-nav li a:link,
    #main-nav li a:visited {
        margin: 0 12px;
    }

    /*#main-nav .dropdown-menu li a 
      {
          margin:0;
      }*/
    .modal-dialog-iniciarsesion {
        right: -405px;
    }

    .modal-content-iniciarsesion:after,
    .modal-content-iniciarsesion:before {
        right: 33px;
    }
}

@media (max-width: 1199px) {

    /*#fancy-search input 
      {
          width: 942px;
      }*/
    .modal-dialog-iniciarsesion {
        right: -305px;
    }
}

@media (max-width: 1023px) {
    #logo {
        line-height: 50px;
        height: 50px;
    }

    #main-nav .dropdown-menu li a {
        margin: 0;
    }

    #cookie .padre {
        flex-direction: column;
        height: 115px;
        justify-content: space-around;
    }

    #cookie .padre p {
        width: 100%;
    }

    #cookie .padre button {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .sticky {
        height: 50px;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    #cookie .padre {
        height: 150px;
        padding: 5px 0;
    }

    #miUbicacion hr {
        width: 100%;
        height: 2px;
        bottom: -2px;
        transform: none;
        top: auto;
        position: relative;
        margin: 7.5px 0;
    }
}

@media (max-width: 639px) {
    /*#header
      {
          height:50px;
          line-height:50px;
      }
      #logo
      {
          line-height: 50px;
          height: 50px;
      }
      #logo img
      {
          height:50px;
      }*/
}

@media screen and (max-width: 414px) and (max-height: 736px) {
    .gif {
        height: 716px;
    }
}

@media screen and (max-width: 412px) and (max-height: 732px) {
    .gif {
        height: 640px;
    }
}

@media screen and (max-width: 375px) and (max-height: 667px) {
    .gif {
        height: 648px;
    }
}

@media screen and (max-width: 360px) and (max-height: 640px) {
    .gif {
        height: 620px;
    }
}

@media screen and (max-width: 320px) and (max-height: 568px) {
    .gif {
        height: 548px;
    }
}

@media (max-width: 690px) {
    #filtros_cambiar_clinica_header {
        padding: 0px;
    }
}

@media (max-width: 990px) {
    #filtros_cambiar_clinica_header {
        padding: 0px;
    }
}

#icono-cerrar-contenedor {
    right: 0;
    /* position: absolute; */
    height: 35px;
    top: 28px;
    width: 100%;
}

#filtros_cambiar_clinica_header {
    margin-top: -32px;
}

@media (max-width: 1199px) {
    #linea-tablet {
        width: 100%;
        height: 2px;
        bottom: -2px;
        transform: none;
        top: auto;
        position: relative;
        margin: 7.5px 0;
        background-color: #e5e5e5;
    }
}

@media (max-width: 1200px)

/* Tablet */
    {
    #logo img {
        width: 80%;
    }

    .btn-cambiar-clinica-header-guardar {
        width: 44%;
        margin-right: 26px;
        padding: 9px;
        background-color: #0074d9;
        border: solid 1px #0074d9;
        border-radius: 4px;
        /* margin-top: 1px; */
    }

    .btn-cambiar-clinica-header-guardar-desactivado {
        background-color: #dff2f9;
        color: #afafaf;
        border: 0px;
    }

    .btn-cambiar-clinica-header-cancelar {}

    #filtros_cambiar_clinica_header>div:nth-child(4) {
        /*margin-top:10px;*/
    }

    #pre-header-confirmacion>div>button.btn-cambiar-clinica-header-guardar-confirmar {
        width: 25%;
        color: #fff !important;
        background-color: #ff5c0e !important;
        border: 1px solid #ff5c0e !important;
        font-weight: bold;
        padding: 4px 12px;
        cursor: pointer;
        outline: none;
        box-shadow: none;
        border-radius: 4px;
        margin-top: 10px;
        overflow: hidden;
    }

    #pre-header-confirmacion>div>button.btn-cambiar-clinica-header-cancelar-cancelar {
        width: 25%;
        color: #616161 !important;
        background-color: #fafafa !important;
        border: 1px solid #95989a !important;
        /* border-color: #FAFAFA !important; */
        /* border-color: #adadad !important; */
        font-weight: bold;
        padding: 4px 12px;
        cursor: pointer;
        outline: none;
        box-shadow: none;
        border-radius: 4px;
        margin-top: 10px;
        overflow: hidden;
    }

    #icono-cerrar-contenedor {
        right: 0;
        /* position: absolute; */
        height: 35px;
        top: -3px;
        width: 100%;
    }

    #miUbicacion hr {
        display: none;
    }

    #filtros_cambiar_clinica_header {
        margin-top: 0px;
    }
}

@media screen and (max-width: 980px) {

    /* MENU MOVIL CARLOS ACOSTA */
    #menuMovil {
        display: block;
        opacity: 0;
        pointer-events: none;
        position: fixed;
        bottom: 0;
        left: -600px;
        width: 100%;
        height: calc(100% - 94px);
        background: #fff;
        z-index: 999999;
    }

    #menuMovil.salida {
        opacity: 0 !important;
        pointer-events: none !important;
        left: -600px !important;
        transition: all 0.3s;
    }

    #menuMovil.active {
        opacity: 1 !important;
        pointer-events: initial !important;
        left: 0 !important;
        transition: all 0.3s;
    }

    div#menuMovil.scrollDown {
        height: calc(100% - 49px);
        transition: none;
    }

    @keyframes entradaMovil {
        0% {
            opacity: 0;
            left: -3000px;
        }

        80% {
            opacity: 1;
        }

        100% {
            opacity: 1;
            left: 0;
        }
    }

    @keyframes salidaMovil {
        0% {
            opacity: 1;
            left: 0;
        }

        80% {
            opacity: 1;
            left: -500px;
        }

        100% {
            opacity: 0;
            left: -3000px !important;
        }
    }

    .menuMovilContent {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .header_movil {
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 15px;
        font-size: 20px;
        border-bottom: 1px solid #bfbfbf;
    }

    .contenido_movil {
        height: 84%;
        overflow: auto;
    }

    .footer_movil {
        height: 100px;
        border-top: 1px solid #bfbfbf;
        box-shadow: 0 2px 8px #616161;
    }

    .contenido_footer,
    .sesion_iniciada {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .footer_movil img {
        width: 75px;
        height: 75px;
        background: #fff;
        border-radius: 50%;
        border: 2px solid #337ab7;
        padding: 2px 2px 0 2px;
        position: absolute;
        top: -45px;
    }

    .footer_movil p {
        font-size: 14px;
        margin: 10px 0;
        color: #616161;
    }

    .footer_movil a {
        display: flex;
        justify-content: center;
        line-height: 1.4;
        text-decoration: underline;
    }

    .footer_movil a.userNameLink {
        text-decoration: none;
        color: #616161;
    }

    .footer_movil a.iniciarSesion {
        width: 95%;
        height: 40px;
        background: #0074d9;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
        margin-bottom: 10px;
        text-decoration: none;
    }

    .contenido_movil ul {
        padding: 0 15px;
    }

    .contenido_movil ul li {
        list-style: none;
        border-top: 2px solid #e5e5e5;
        height: 80px;
        line-height: 80px;
        min-height: 80px;
        overflow: hidden;
        transition: all 0.3s;
    }

    .contenido_movil ul li.dropdown.active {
        height: initial;
    }

    .contenido_movil ul li i {
        position: absolute;
        right: 0;
        font-size: 30px;
        width: 25px;
        height: 80px;
        display: flex;
        align-items: center;
    }

    .contenido_movil ul li i.icono-angle-down:before {
        content: "\f107";
        margin: 0;
    }

    .contenido_movil ul li a {
        color: #616161;
        font-size: 16px;
        font-weight: 700;
    }

    #menuMovilClick {
        animation: .8s;
        transition: .8s;
        position: absolute;
        top: 0px;
        right: 15px;
        width: 25px;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .line_contador {
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .ContNoticieroPleca {
        padding-right: 0;
    }

    .contador_mastografias i {
        position: absolute;
        top: 60px;
    }

    .menuMovil-content {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .barra {
        width: 100%;
        height: 5px;
        background: #616161;
        margin: 2px 0;
        transition: all 0.3s;
    }

    div#menuMovilClick.cerrar .barra:first-child {
        transform: rotate(225deg);
        position: relative;
        top: 4px;
    }

    div#menuMovilClick.cerrar .barra:nth-child(2) {
        display: none;
    }

    div#menuMovilClick.cerrar .barra:last-child {
        transform: rotate(-225deg);
        position: relative;
        bottom: 5px;
    }

    .info_dropdown {
        display: flex;
        flex-direction: column;
        padding: 0 15px;
    }

    .contenido_movil ul li .info_dropdown a {
        font-weight: normal;
        line-height: 1.4;
        margin: 5px 0;
    }

    img#bolsa-iconoM {
        display: block !important;
        position: absolute;
        right: 70px;
        top: 18px;
    }

    /* END MENU MOVIL CARLOS ACOSTA */
}

@media (max-width: 991px) {
    div#logo img {
        width: 142px;
    }
}

@media (max-width: 767px)

/* De 767px para abajo (movil) */
    {

    /* BOLSA */
    .estudios-bolsa {
        width: calc(100% - 30px);
    }

    .correoB,
    .whatsappB {
        margin: 10px 0;
    }

    button#enviar-cotizacion {
        margin-bottom: 10px;
    }

    .correoB input:focus~p.floating-label,
    .correoB input.llenado~p.floating-label,
    .whatsappB input:focus~p.floating-label,
    .whatsappB input.llenado~p.floating-label {
        top: 0px !important;
        margin: 0;
    }

    /* END BOLSA */
    div#logo img {
        width: 120px;
    }

    .btn-cambiar-clinica-header-guardar {
        width: 44%;
        margin-right: 12px;
        padding: 9px;
        background-color: #0074d9;
        border: solid 1px #0074d9;
        /* border-radius: 4px; */
        /* margin-top: 1px; */
    }

    .btn-cambiar-clinica-header-guardar-desactivado {
        background-color: #dff2f9;
        color: #afafaf;
        border: 0px;
    }

    #filtros_cambiar_clinica_header>div:nth-child(4) {
        width: 100%;
        /*margin-top:10px;*/
    }

    #icono-cerrar-contenedor {
        right: 0;
        position: absolute;
        height: 35px;
        top: 15px;
    }

    #Container_Cambiar_Clinica_Title {
        width: 90%;
    }

    #filtros_cambiar_clinica_header {
        margin-top: 0px;
    }

    #miUbicacion hr {
        display: block;
    }

    #linea-tablet {
        display: none;
    }
}

/* .transmision {
      width: 20px;
      height: 20px;
      background: red;
      border: 2px solid #616161;
      border-radius: 50%;
      margin-left: 5px;
      margin-top: 3px;
      transition: all 0.3s;
  }
  .transmision.active {
      opacity: 0;
  }*/
div#_hj-f5b2a1eb-9b07_feedback_minimized {
    opacity: 0 !important;
    pointer-events: none;
}

div#_hj_feedback_container {
    opacity: 0;
    pointer-events: none;
}

.cssload-fond {
    position: relative;
    margin: auto;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, .8);
}

.cssload-container-general {
    animation: cssload-animball_two 1.15s infinite;
    -o-animation: cssload-animball_two 1.15s infinite;
    -ms-animation: cssload-animball_two 1.15s infinite;
    -webkit-animation: cssload-animball_two 1.15s infinite;
    -moz-animation: cssload-animball_two 1.15s infinite;
    width: 43px;
    height: 43px;
}

.cssload-internal {
    width: 43px;
    height: 43px;
    position: absolute;
}

.cssload-ballcolor {
    width: 19px;
    height: 19px;
    border-radius: 50%;
}

.cssload-ball_1,
.cssload-ball_2,
.cssload-ball_3,
.cssload-ball_4 {
    position: absolute;
    animation: cssload-animball_one 1.15s infinite ease;
    -o-animation: cssload-animball_one 1.15s infinite ease;
    -ms-animation: cssload-animball_one 1.15s infinite ease;
    -webkit-animation: cssload-animball_one 1.15s infinite ease;
    -moz-animation: cssload-animball_one 1.15s infinite ease;
}

.cssload-ball_1 {
    background-color: rgb(10, 94, 81);
    top: 0;
    left: 0;
}

.cssload-ball_2 {
    background-color: rgb(214, 162, 49);
    top: 0;
    left: 23px;
}

.cssload-ball_3 {
    background-color: rgb(0, 174, 217);
    top: 23px;
    left: 0;
}

.cssload-ball_4 {
    background-color: rgb(82, 174, 66);
    top: 23px;
    left: 23px;
}

.ContNoticieroPleca {
    color: #fff;
    height: 45px;
    cursor: pointer;
    padding-top: 5px;
    font-size: 14px;
}

.ContNoticieroPleca span {
    font-weight: bold;
}

.ContNoticieroPleca a {
    text-decoration: none;
    color: #FFF !important;
}

.container-right-header {
    float: right;
    height: 45px;
}

@keyframes cssload-animball_one {
    0% {
        position: absolute;
    }

    50% {
        top: 12px;
        left: 12px;
        position: absolute;
        opacity: 0.5;
    }

    100% {
        position: absolute;
    }
}

@-o-keyframes cssload-animball_one {
    0% {
        position: absolute;
    }

    50% {
        top: 12px;
        left: 12px;
        position: absolute;
        opacity: 0.5;
    }

    100% {
        position: absolute;
    }
}

@-ms-keyframes cssload-animball_one {
    0% {
        position: absolute;
    }

    50% {
        top: 12px;
        left: 12px;
        position: absolute;
        opacity: 0.5;
    }

    100% {
        position: absolute;
    }
}

@-webkit-keyframes cssload-animball_one {
    0% {
        position: absolute;
    }

    50% {
        top: 12px;
        left: 12px;
        position: absolute;
        opacity: 0.5;
    }

    100% {
        position: absolute;
    }
}

@-moz-keyframes cssload-animball_one {
    0% {
        position: absolute;
    }

    50% {
        top: 12px;
        left: 12px;
        position: absolute;
        opacity: 0.5;
    }

    100% {
        position: absolute;
    }
}

@keyframes cssload-animball_two {
    0% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(360deg) scale(1.3);
    }

    100% {
        transform: rotate(720deg) scale(1);
    }
}

@-o-keyframes cssload-animball_two {
    0% {
        -o-transform: rotate(0deg) scale(1);
    }

    50% {
        -o-transform: rotate(360deg) scale(1.3);
    }

    100% {
        -o-transform: rotate(720deg) scale(1);
    }
}

@-ms-keyframes cssload-animball_two {
    0% {
        -ms-transform: rotate(0deg) scale(1);
    }

    50% {
        -ms-transform: rotate(360deg) scale(1.3);
    }

    100% {
        -ms-transform: rotate(720deg) scale(1);
    }
}

@-webkit-keyframes cssload-animball_two {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
    }

    50% {
        -webkit-transform: rotate(360deg) scale(1.3);
    }

    100% {
        -webkit-transform: rotate(720deg) scale(1);
    }
}

@-moz-keyframes cssload-animball_two {
    0% {
        -moz-transform: rotate(0deg) scale(1);
    }

    50% {
        -moz-transform: rotate(360deg) scale(1.3);
    }

    100% {
        -moz-transform: rotate(720deg) scale(1);
    }
}


/*** Estilo Input ***/

#myModalHeader .form {
    margin-bottom: 10px;
}

#myModalHeader .l-form {
    display: flex;
    justify-content: center;
    align-items: center;
}

#myModalHeader .form__title {
    font-weight: 400;
    margin-bottom: 3rem;
}

#myModalHeader .form__div {
    position: relative;
    height: 48px;
}

#myModalHeader .form__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 14px;
    border: 1px solid var(--border-color);
    border-radius: .5rem;
    outline: none;
    padding: 1rem;
    background: none;
    z-index: 1;
    height: 40px;
    padding-left: 40px;
}

#myModalHeader .form__label {
    position: absolute;
    left: 1rem;
    top: 1rem;
    padding: 0 .25rem;
    background-color: #fff;
    color: var(--input-color);
    font-size: 14px;
    transition: .3s;
    font-weight: normal;
    margin-left: 25px;
}

#myModalHeader .form__button {
    display: block;
    margin-left: auto;
    padding: .75rem 2rem;
    outline: none;
    border: none;
    background-color: var(--first-color);
    color: #fff;
    font-size: var(--normal-font-size);
    border-radius: .5rem;
    cursor: pointer;
    transition: .3s;
}

#myModalHeader .form__button:hover {
    box-shadow: 0 10px 36px rgba(0, 0, 0, .15);
}

/*Input focus move up label*/
#myModalHeader .form__input:focus+.form__label {
    top: -1rem;
    left: .8rem;
    color: var(--first-color);
    font-size: var(--small-font-size);
    font-weight: 500;
    z-index: 10;
}

/*Input focus sticky top label*/
#myModalHeader .form__input:not(:placeholder-shown).form__input:not(:focus)+.form__label {
    top: -1rem;
    left: .8rem;
    font-size: var(--small-font-size);
    font-weight: 500;
    z-index: 10;
}

/*Input focus*/
#myModalHeader .form__input:focus {
    border: 1.5px solid var(--first-color);
}

/*** End Estilo Input ***/


#myModalHeader .modal-content {
    position: relative;
    background-color: transparent;
    box-shadow: none !important;
    border: 0;
    display: flex;
    max-width: 394px;
}

.linea-divisora {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 10px 0;
}

.linea-divisora::before {
    content: "";
    height: 1px;
    background-color: silver;
    flex-grow: 1;
    margin-right: 10px;
}

.linea-divisora::after {
    content: "";
    height: 1px;
    background-color: silver;
    flex-grow: 1;
    margin-left: 10px;
}

.parsley-error {
    border-color: #ef5350 !important;
}

.parsley-errors-list>li {
    font-size: 12px;
    list-style: none;
    color: #f6504d;
}

#myModalHeader .modal-dialog {
    width: fit-content;
}