
#div-account {
    /*border-radius: 0px 16px 16px 0px !important;
    border-right: 1px solid #343a40;*/
    background-color: white;
}

#div-carrousel {
    padding: 0;
    margin: 0;
    opacity: 1;
}
#passwordDescription{
    margin-bottom:36px;
}

#login-title {
    top: 127px;
    height: 107px;
}

h1 {
    font-weight: 200;
    font-size: 32px;
}

h1, .control-label, .label {
    color: #8E8E8E;
}

#container-main {
    /*border: 1px solid #ccc;*/
    background-color: #343a40 !important;
}

#div-language option {
    color: #FF8105 !important;
    font-size: 1.3em;
}

.unstyled::-webkit-inner-spin-button,
.unstyled::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

html, body {
    height: 100%;
}

body { 
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    color: #1E4A64;
    height: 100%;
}

.field-validation-error {
    background-image: none;
    background-repeat: no-repeat;
    color: #FF0000 !important;
    background-size: 16px 16px;
    font: normal normal bold 12px/21px Open Sans;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: white;
    border-color: #B8C0C2 !important;
    background-color: #B8C0C2 !important;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
    color: #8E8E8E;
}

.custom-control-input {
    border: 1px solid;
    border-color: #FF0000 !important;
    color: #FF0000 !important;
}

.custom-checkbox {
}

a {
    color: orange !important;
    text-decoration: underline !important;
}

.bold {
    font-weight: 600 !important;
}

.light-orange {
    color: #FF8105 !important;
}

.dark-orange {
    color: #BF5F00 !important;
}

.dark-gray {
    color: #8E8E8E !important;
}

.gray-comment {
    font: normal normal normal 14px/19px Open Sans;
    letter-spacing: 0px;
    color: #707070;
    opacity: 1;
}

.light-bold {
    font: normal normal 600 12px/21px Open Sans;
}

.color-dark-gray {
    font: normal normal 600 14px/21px Open Sans;
    color: #8E8E8E !important;
}

.container-main {
    background-size: 100% 100%;
}

ul {
    list-style: none;
}

/* Login master */

/* logo Turnos */
.Turnosimg {
    width: 282px;
    height: 97px;
}


.card-body .display-1 {
    font-size: 6.25rem;
}

.card {
    background: transparent linear-gradient(180deg, #F1F1F1 0%, #F1F1F1 40%, rgba(0,0,0,0) 100%) 0% 0% no-repeat padding-box;
    border: none;
    border-radius: 10px;
    opacity: 1;
}


#footer {
    bottom: 0px;
    width: 100%;
    padding-bottom: 0px;
}

.footer-logos-panel {
    background: transparent linear-gradient(180deg, #F1F1F1 0%, rgba(0,0,0,0) 100%) 0% 0% no-repeat padding-box;
    border: none;
    border-radius: 10px;
    opacity: 1;
}

.card-body {
    font: Regular 15px/18px 'Open Sans';
}

.contenedor-boton {
    border-radius: 25px;
    background: #2DB782;
    padding: 5px;
    width: 145.6px;
    height: 44.6px;
}

    .contenedor-boton:hover {
        background: #20A874;
    }


.icon {
    font-size: 1.225rem;
    color: #2DB782;
}


.p2 {
    color: #1E4A64;
    font-size: 0.8125rem;
    font-weight: 400;
}

.p1 {
    color: #11291B;
    font-weight: 400;
}

.input-login {
    border: none;
}

.errspan {
    float: right;
    margin-right: 5px;
    margin-top: -27px;
    font-size: 15px;
    position: relative;
    z-index: 2;
    font-size: 1.1875rem;
    color: rgba(63, 91, 96, 0.30);
}

.bg-light {
    background-color: #E6E6E6 !important;
}





/* xs */
.img {
    width: 200px;
    height: auto;
}

.p {
    color: #3F5B60;
    font-size: 0.75rem;
    font-weight: 400;
    padding-bottom: 2px;
}

.scaled {
    transform: scale(0.85); /* Igual que: scaleX(2) scaleY(0.5) */
    transform-origin: center;
}


.col1 {
    height: 100vh;
    width: 100vw;
    background-position: center;
    background-size: cover;
}

.col2 {
    width: 71px;
}

.col3 {
    width: 120px;
}

.errspan {
    float: right;
    margin-right: 15px;
    margin-top: -27px;
    font-size: 15px;
    position: relative;
    z-index: 2;
    font-size: 1.1875rem;
    color: rgba(63, 91, 96, 0.30);
}

/* xs fin */

/* sm */

@media (min-width: 576px) {
    .scaled {
        transform: scale(0.85); /* Igual que: scaleX(2) scaleY(0.5) */
        transform-origin: center;
    }
}

@media (min-width: 576px) {
    .img {
        width: 282px;
    }
}

@media (min-width: 576px) {
    .p {
        color: #3F5B60;
        font-size: 0.9375rem;
        font-weight: 400;
        padding-bottom: 2px;
    }
}

@media (min-width: 576px) {
    .col1 {
        height: 100vh;
        width: 380px;
        margin: auto;
    }
}

@media (min-width: 576px) {
    .col2 {
        width: 80px;
    }
}

@media (min-width: 576px) {
    .col3 {
        width: 129px;
    }
}

@media (min-width: 576px) {
    .errspan {
        float: right;
        margin-right: 20px;
        margin-top: -27px;
        font-size: 15px;
        position: relative;
        z-index: 2;
        font-size: 1.1875rem;
        color: rgba(63, 91, 96, 0.30);
    }
}

/* sm fin */

/* md */

@media (min-width: 768px) {
    .scaled {
        transform: scale(0.85); /* Igual que: scaleX(2) scaleY(0.5) */
        transform-origin: center;
    }
}

@media (min-width: 768px) {
    img {
        width: 292px;
    }
}

@media (min-width: 768px) {
    .p {
        color: #3F5B60;
        font-size: 0.9375rem;
        font-weight: 400;
        padding-bottom: 2px;
    }
}


@media (min-width: 768px) {
    .col1 {
        height: 100vh;
        width: 380px;
        margin: auto;
    }
}

@media (min-width: 768px) {
    .col2 {
        width: 80px;
    }
}

@media (min-width: 768px) {
    .col3 {
        width: 129px;
    }
}

@media (min-width: 768px) {
    .errspan {
        float: right;
        margin-right: 20px;
        margin-top: -27px;
        font-size: 15px;
        position: relative;
        z-index: 2;
        font-size: 1.1875rem;
        color: rgba(63, 91, 96, 0.30);
    }
}

/* md fin */


/* lg */

@media (min-width: 992px) {
    .scaled {
        transform: scale(0.85); /* Igual que: scaleX(2) scaleY(0.5) */
        transform-origin: left;
    }
}

@media (min-width:992px) {
    img {
        width: 282px;
    }
}

@media (min-width:992px) {
    .p {
        color: #3F5B60;
        font-size: 0.9375rem;
        font-weight: 400;
        padding-bottom: 2px;
    }
}

@media (min-width: 992px) {
    .col1 {
        height: 100vh;
        width: 330px;
    }
}

@media (min-width:992px) {
    .col2 {
        width: 80px;
    }
}

@media (min-width:992px) {
    .col3 {
        width: 129px;
    }
}



/* lg fin */

/* xl */
@media (min-width: 1200px) {
    .scaled {
        transform: scale(0.85); /* Igual que: scaleX(2) scaleY(0.5) */
        transform-origin: left;
    }
}

@media (min-width:1200px) {
    img {
        width: 284.1px;
    }
}

@media (min-width:1200px) {
    .p {
        color: #3F5B60;
        font-size: 0.9375rem;
        font-weight: 400;
        padding-bottom: 2px;
    }
}

@media (min-width: 1200px) {
    .eso {
        height: 500px;
        width: 396.99px;
        background-color: #C9545E;
        margin-bottom: 200px;
    }
}

@media (min-width: 1200px) {
    .col1 {
        height: 632.24;
        width: 396.99px;
        padding-bottom: 100px;
    }
}

@media (min-width:1200px) {
    .col2 {
        width: 80px;
    }
}

@media (min-width:1200px) {
    .col3 {
        width: 129px;
    }
}

@media (min-width:1200px) {
    input[type="text"] {
        width: 314.8px;
        padding: 0;
    }
}

@media (min-width:1200px) {
    input[type="password"] {
        width: 314.8px;
    }
}

@media (min-width:1200px) {
    .errspan {
        float: right;
        margin-right: 10px;
        margin-top: -27px;
        font-size: 15px;
        position: relative;
        z-index: 2;
        font-size: 1.1875rem;
        color: rgba(63, 91, 96, 0.30);
    }
}

/* xl fin */



/* html de Recuperar contraseña */

.icon-error {
    font-size: 1.5rem;
    color: #FF0000;
}

.icon-success {
    font-size: 1.5rem;
    color: #2DB782;
}

.text-red {
    color: #FF0000;
}


.contenedor-boton-recuperar:hover {
    background: #20A874;
}

.contenedor-regresar:hover {
    background: #b72d2d;
    color: #fff !important;
}

/* xs */

.p3 {
    color: #B8C0C2;
    font-weight: 400;
    font-size: 0.8125rem;
}

.contenedor-boton-recuperar {
    border-radius: 25px;
    background: #2DB782;
    width: 145.6px;
    height: 44.6px;
}

.contenedor-regresar {
    border-radius: 25px;
    color: #dc3545 !important;
    width: 145.6px;
    height: 44.6px;
    padding-top: 3%;
}

.alert-error {
    width: 240px;
    height: 38px;
    background: #F7D7DA;
    padding: 8px;
}

.alert-success {
    width: 240px;
    height: 38px;
    background: #BEF5E0;
    padding: 8px;
}


.p4 {
    color: #C9545E;
    font-weight: 400;
    font-size: 0.875rem;
    letter-spacing: 0.03375rem;
}

.p5 {
    color: #2DB782;
    font-weight: 400;
    font-size: 0.875rem;
    letter-spacing: 0.03375rem;
}

.custom-input-validation {
    position: relative;
}

.input-group i {
    font-size: 16pt;
}
/*
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-bottom: 1px solid #ced4da; 
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}*/

.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

select {
    border: none;
    border-bottom: 1px solid #B8C0C2;
}

.input-group-append {
    border-left: 0px;
    border-top: none;
    border-right: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .input-group-append span {
        background: none !important;
        border: none;
    }

.text-danger {
    text-align: left;
    letter-spacing: 0;
    color: #FF0000 !important;
    margin-bottom: 5px;
    font-weight: bold;
}

.control-label {
    margin-bottom: 0px;
}

.form-control, .input-group input, .input-group .input-group-append, .input-group input:focus {
    border: none;
    border-bottom: 1px solid #cccccc;
    font-weight: bold;
    margin-top: 0px;
    padding: 0;
}

.input-group .input-group-text {
    color: #b8c0c2;
}


input.input-validation-error, .input-group input.input-validation-error + div.input-group-append, select.input-validation-error {
    /*background-color: #F7D7DA !important;*/
    border: 0px;
    border-bottom: 2px solid #FF0000;
}

input.input-validation-error {
    /*background-color: #F7D7DA !important;*/
    border: 0px;
    border-bottom: 2px solid #FF0000;
}


input.valid, .input-group input.valid + div.input-group-append {
    background-color: #BEF5E0 !important;
}

.input-group input.input-validation-error + div.input-group-append i:before {
    color: #FF0000;
}

.input-group input.valid + div.input-group-append i:before {
    content: "\f058";
    color: #2DB782;
}

.error-info ul {
    list-style-type: none;
    margin: -22px -10px 0px -15px;
    padding: 15px;
}

.password-info {
    width: 340px;
}

    .password-info i {
        position: relative;
        left: 10px;
    }

    .password-info ul {
        background: #F2F2F2 0% 0% no-repeat padding-box;
        list-style-type: none;
        margin: 0px -43px -29px -43px;
        padding: 15px;
    }

    .password-info li {
        text-align: left;
        letter-spacing: 0;
        color: #3F5B60;
        opacity: 1;
        background: #F2F2F2 0% 0% no-repeat padding-box;
        margin-top: 1rem !important;
        padding: 1rem 3rem;
    }

        .password-info li:before {
            content: "\f05a";
            font-family: FontAwesome;
            margin-left: 13px;
            margin-right: 10px;
            width: 1.3em;
            color: #11291B;
        }

.password-info-container {
    margin-left: -44px;
    margin-right: -44px;
    padding-left: 44px;
    background: #F2F2F2 0% 0% no-repeat padding-box;
    opacity: 1;
}

.custom-text-recovery {
    color: #11291B !important;
    font-size: 18px !important;
    font-weight: normal !important;
}
/* xs fin */
/* sm */
@media (min-width:576px) {
    .p3 {
        color: #B8C0C2;
        font-weight: 400;
        font-size: 1rem;
    }
}

@media (min-width:576px) {
    .contenedor-boton-recuperar {
        border-radius: 25px;
        background: #2DB782;
        width: 125px;
        height: 40px;
    }

    .contenedor-regresar {
        border-radius: 25px;
        color: #dc3545 !important;
        width: 125px;
        height: 40px;
        padding-top: 3%;
    }
}

@media (min-width:576px) {
    .contenedor-boton-regresar {
        border: 1px solid rgba(201, 84, 94, 1);
        opacity: 1;
        border-radius: 25px;
        width: 125px;
        height: 40px;
    }
}

@media (min-width:576px) {
    .alert-error {
        width: 270px;
        height: 41.1;
        background: #F7D7DA;
        padding: 8px;
    }
}

@media (min-width:576px) {
    .alert-success {
        width: 270px;
        height: 41.1;
        background: #BEF5E0;
        padding: 8px;
    }
}

@media (min-width:576px) {
    .p4 {
        color: #C9545E;
        font-weight: 400;
        font-size: 1rem;
        letter-spacing: 0.03375rem;
    }
}

@media (min-width:576px) {
    .p5 {
        color: #2DB782;
        font-weight: 400;
        font-size: 1rem;
        letter-spacing: 0.03375rem;
    }
}

/* sm fin*/

/* md */
@media (min-width:768px) {
    .contenedor-boton-recuperar {
        border-radius: 25px;
        background: #2DB782;
        width: 125px;
        height: 40px;
    }

    .contenedor-regresar {
        border-radius: 25px;
        color: #dc3545 !important;
        width: 125px;
        height: 40px;
        padding-top: 3%;
    }
}

@media (min-width:768px) {
    .contenedor-boton-regresar {
        border: 1px solid rgba(201, 84, 94, 1);
        opacity: 1;
        border-radius: 25px;
        width: 125px;
        height: 40px;
    }
}

@media (min-width:768px) {
    .alert-error {
        width: 270px;
        height: 41.1;
        background: #F7D7DA;
        padding: 8px;
    }
}

@media (min-width:768px) {
    .alert-success {
        width: 270px;
        height: 41.1;
        background: #BEF5E0;
        padding: 8px;
    }
}

@media (min-width:768px) {
    .p4 {
        color: #C9545E;
        font-weight: 400;
        font-size: 1rem;
        letter-spacing: 0.03375rem;
    }
}

@media (min-width:768px) {
    .p5 {
        color: #2DB782;
        font-weight: 400;
        font-size: 1rem;
        letter-spacing: 0.03375rem;
    }
}

/* md fin*/

/* lg */
@media (min-width:992px) {
    .contenedor-boton-recuperar {
        border-radius: 25px;
        background: #2DB782;
        width: 112px;
        height: 40px;
    }

    .contenedor-regresar {
        border-radius: 25px;
        color: #dc3545 !important;
        width: 112px;
        height: 40px;
        padding-top: 3%;
    }
}

@media (min-width:992px) {
    .contenedor-boton-regresar {
        border: 1px solid rgba(201, 84, 94, 1);
        opacity: 1;
        border-radius: 25px;
        width: 112px;
        height: 40px;
    }
}

@media (min-width:992px) {
    .alert-error {
        width: 260px;
        height: 41.1;
        background: #F7D7DA;
        padding: 8px;
    }
}

@media (min-width:992px) {
    .alert-success {
        width: 260px;
        height: 41.1;
        background: #BEF5E0;
        padding: 8px;
    }
}

@media (min-width:992px) {
    .p4 {
        color: #C9545E;
        font-weight: 400;
        font-size: 1rem;
        letter-spacing: 0.03375rem;
    }
}

@media (min-width:992px) {
    .p5 {
        color: #2DB782;
        font-weight: 400;
        font-size: 1rem;
        letter-spacing: 0.03375rem;
    }
}

/* lg fin*/


/* xl */
@media (min-width:1200px) {
    .p3 {
        color: #B8C0C2;
        font-weight: 400;
        font-size: 1rem;
    }
}

@media (min-width:1200px) {
    .contenedor-boton-recuperar {
        border-radius: 25px;
        background: #2DB782;
        width: 145.6px;
        height: 44.6px;
    }

    contenedor-regresar {
        border-radius: 25px;
        background: #dc3545;
        width: 145.6px;
        height: 44.6px;
        padding-top: 3%;
    }
}

@media (min-width:1200px) {
    .contenedor-boton-regresar {
        border: 1px solid rgba(201, 84, 94, 1);
        opacity: 1;
        border-radius: 25px;
        width: 145.6px;
        height: 44.6px;
    }
}

@media (min-width:1200px) {
    .alert-error {
        width: 314.8px;
        height: 41.1;
        background: #F7D7DA;
        padding: 8px;
    }
}

@media (min-width:1200px) {
    .alert-success {
        width: 314.8px;
        height: 41.1;
        background: #BEF5E0;
        padding: 8px;
    }
}

@media (min-width:1200px) {
    .p4 {
        color: #C9545E;
        font-weight: 400;
        font-size: 1.0625rem;
        letter-spacing: 0.03375rem;
    }

    @media (min-width:1200px) {
        .p5 {
            color: #2DB782;
            font-weight: 400;
            font-size: 1.0625rem;
            letter-spacing: 0.03375rem;
        }
    }
}

/* xl fin*/

.fa-exclamation-icon {
    position: absolute !important;
    margin-top: 2px;
    left: 16px !important;
    width: 25px;
    height: 25px;
    background: transparent url('../img/error_outline-24px.png') 0% 0% no-repeat padding-box;
    opacity: 1;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}


@media only screen and (min-width: 768px) {

    .scaled {
        transform: scale(0.85);
        transform-origin: center;
    }

    .container-fluid {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .container-main {
        background: url('../img/fondo.jpg') no-repeat center center fixed;
        background-size: 100% 100%;
    }

    .Turnosimg {
        width: 282px !important;
        height: 97px !important;
    }

    .card {
        background: transparent linear-gradient(180deg, #F1F1F1 0%, #F1F1F1 40%, rgba(0,0,0,0) 100%) 0% 0% no-repeat padding-box;
    }

    .bg-fondo {
        background: transparent linear-gradient(180deg, #F1F1F1 0%, rgba(0,0,0,0) 100%) 0% 0% no-repeat padding-box;
    }
}

@media only screen and (max-width: 768px) {
    .scaled {
        transform: none !important;
    }

    .container-fluid {
        padding-right: 0px !important;
        padding-left: 0px !important;
      /*  margin-right: auto;
        margin-left: auto;*/
    }

    .container-main {
        background: none !important;
    }

    .Turnosimg {
        width: 242px !important;
    }

    .card {
        display: block !important;
        background: none !important;
    }

        .card > .card-body > div.row {
            display: flex;
            justify-content: center;
            margin-bottom: -19px;
        }

    .bg-fondo {
        background: none !important;
    }
}

/* Vista de bienvenida */

form #welcomeForm {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.btn-welcome {
    background-color: #2DB782;
    color: white;
    border-radius: 40px;
    font-size: 20px;
}

.greeting-title {
    color: #2DB782;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.applist-dropdown-menu {
    min-width: 300px;
    border: none;
    border-radius: 10px;
}

.applist-dropdown-item {
    font-size: 20px;
    padding: 24px;
}

    .applist-dropdown-item i {
        color: #2DB782;
        margin-right: 16px;
    }

.exclamation-icon {
    width: 25px;
    height: 25px;
    background: transparent url('../img/error_outline-24px.png') 0% 0% no-repeat padding-box;
    opacity: 1;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.legend-container {
    background-color: #E8E8E8;
    margin: 0 -28px;
    padding: 13px 28px;
}

.small-legend-text {
    font-size: 12px;
}

.sub-title-text {
    font-size: 14px;
}

.welcome-continue-btn {
}

.btn-primary {
    color: #fff;
    background-color: #FF8105 !important;
    border-color: #FF8105 !important;
    font-weight: bold !important;
    font: normal normal bold 14px/19px Open Sans;
    border-radius: 8px;
    padding:15px !important;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #fcad5e !important;
        border-color: #fcad5e !important;
    }


    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #fcad5e !important;
        border-color: #fcad5e !important;
    }

.fa, .fal {
    color: #FF8105;
    border: 0;
}

/*Buttons*/
.custom-button {
    padding: 14px !important;
    border-radius: 0.5rem !important;
}
/*Buttons*/

/*Forms*/
 

    .custom-form .form-control[readonly] {
        opacity: 1 !important;
        color: #b4b4b4 !important;
        background-color:inherit!important;
    }

.form-p {
    font-size: 14px;
}

#formMethod .custom-form .custom-checkbox {
    font-family: 'lato', regular !important;
    font-size: 14px;
    color: #1c1d21;
}
/*Forms*/

/*Headings*/
/*@media screen and (max-width: 360px) {
    h1 {
        font-size: 28px !important;
    }

    .control-label {
        font-size: 12px;
    }

    .form-footer {
        font-size: 12px;
    }

    .form-p {
        font-size: 13px;
    }
}*/
/*Headings*/
#recoveryPassword-form .form-group {
    margin-bottom: 1.9rem;
}

 #recoveryPassword-method-form .form-group {
    margin-bottom: 1.9rem;
}

.bg-inherit{
    background-color:inherit!important;
}

.carousel, 
.carousel .carousel-inner, 
.carousel .carousel-inner .carousel-item, 
.carousel .carousel-inner .carousel-item, img {
    height: 100% !important;
}