﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\
for details on configuring this project to bundle and minify static web assets. */
html {
    background: #f5f7fa;
    height: 100%;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
    color: #2f3138;
    background-color: #FBFBFB !important;
    font-family: roboto, sans-serif;
    font-weight: 300;
    font-style: normal;
    height: 100%;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Para las preguntas del raiting */
.imgRaiting {
    height: 100%;
    width: 50px;
    cursor: pointer;
}

a:link, a:visited, a:active {
    text-decoration: none;
}

a {
    cursor: pointer;
}
/*************************HOME*************************/


.home {
    margin-top: 24px;
}

    .home h1 {
        font-family: proxima-nova, sans-serif;
        font-weight: 900;
        font-style: normal;
        font-weight: bold;
        text-align: center;
        padding: 0;
        color: #04a3e4;
        background: linear-gradient(to right, #3ccbb7, #04a3e4);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.home-img {
    width: 40%;
    margin: 1.5rem 0;
}

.block {
    pointer-events: none;
}

.home p {
    text-align: center;
    font-size: 1.125rem;
}
.home.contentError {
    margin-top: 0px;
    text-align: center;
    padding: 150px 40px 50px 40px;
}


    .home.contentError h1 {
        font-family: proxima-nova, sans-serif;
        font-weight: 900 !important;
        font-style: normal;
        font-weight: bold;
        text-align: center;
    }

    .home.contentError p {
        text-align: center;
        font-size: 1.125rem;
        padding: 0px 10%;
    } 

    .home.contentError img {
        width: 100%;
        max-width: 300px;
        margin: 20px 0px;
    }
/*****************ESTILOS NAVBAR******************/
.contentAppMenu {
    border-radius: 0px;
    height: 100%;
    border-right: 1px solid #D9D9D9;
    background: #FFFFFF;
    width: 70px;
    position: fixed;
    top: 0px;
    left: 0px;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contentAppMenuUser {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 30px;
    text-align: center;
}

    .contentAppMenuUser img {
        vertical-align: middle;
        border-style: none;
        width: 174px;
        height: 174px;
        border-radius: 50%;
        border: 4px solid #fff;
    }

    .contentAppMenuUser h2 {
        font-family: 'Oswald', sans-serif;
        font-size: 28px;
        font-weight: bold;
        color: #fff;
        line-height: 45px;
        margin: 0px;
        background: currentColor;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .contentAppMenuUser .psv-link {
        font-family: 'Oswald', sans-serif;
        margin: 0px;
        color: #fff;
    }

.contentAppMenu ul {
    padding: 0px;
    margin: 40px 0px 0px 0px;
}

.contentAppMenu li {
    width: 100%;
    margin: 5px 0px !important;
}

    .contentAppMenu li a {
        color: #fff;
    }

        .contentAppMenu li a span {
            font-family: 'Oswald', sans-serif;
        }

    .contentAppMenu li.cuadro a {
        display: block;
        width: 100%;
        padding: 9px 0px 11px 50px;
        border-radius: 15px 0px 0px 15px;
        background: url(../images/diseno/icon-estadistica.png) top left no-repeat;
        background-position: 15px 8px;
        transition: 0.5s;
    }

        .contentAppMenu li.cuadro a:hover {
            background: url(../images/diseno/icon-estadistica-hover.png) top left no-repeat #ffffff;
            background-position: 15px 8px;
        }

        .contentAppMenu li.cuadro a.active {
            background: url(../images/diseno/icon-estadistica-hover.png) top left no-repeat #ffffff;
            background-position: 15px 8px;
        }

        .contentAppMenu li.cuadro a:hover span {
            color: #3ccbb7;
            font-weight: bold;
            background: linear-gradient(to right, #3ccbb7, #04a3e4);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-color: #fff;
        }

        .contentAppMenu li.cuadro a.active span {
            color: #3ccbb7;
            font-weight: bold;
            background: linear-gradient(to right, #3ccbb7, #04a3e4);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-color: #fff;
        }

    .contentAppMenu li.vigilancia a {
        background: url(../images/diseno/icon-gestion-usuario.png) top left no-repeat;
        background-position: 12px 8px;
        transition: 0.5s;
        display: block;
        width: 100%;
        padding: 9px 0px 12px 50px;
        border-radius: 15px 0px 0px 15px;
    }

        .contentAppMenu li.vigilancia a:hover,
        .contentAppMenu li.vigilancia a.active {
            background: url(../images/diseno/icon-gestion-usuario-hover.png) top left no-repeat #ffffff;
            background-position: 15px 8px;
        }

    .contentAppMenu li.administradoreshospitales a,
    .contentAppMenu li.equipoproa a {
        background: url(../images/diseno/icon-gestion-de-usuarios.png) top left no-repeat;
        background-position: 6px 2px;
        transition: 0.5s;
        display: block;
        width: 100%;
        padding: 9px 0px 12px 50px;
        border-radius: 15px 0px 0px 15px;
        background-size: 48px;
    }

        .contentAppMenu li.administradoreshospitales a:hover,
        .contentAppMenu li.administradoreshospitales a.active,
        .contentAppMenu li.equipoproa a:hover,
        .contentAppMenu li.equipoproa a.active{
            background: url(../images/diseno/icon-gestion-de-usuarios-hover.png) top left no-repeat #ffffff;
            background-position: 6px 2px;
        }

        .contentAppMenu li.hospitales a {
            background: url(../images/diseno/icon-configuracion-hospitalaria.png) top left no-repeat;
            background-position: 15px 8px;
            transition: 0.5s;
            display: block;
            width: 100%;
            padding: 9px 0px 12px 50px;
            border-radius: 15px 0px 0px 15px;
        }

    .contentAppMenu li.estadisticas a {
        background: url(../images/diseno/icon-pacientes.png) top left no-repeat;
        background-position: 15px 8px;
        transition: 0.5s;
        display: block;
        width: 100%;
        padding: 9px 0px 12px 50px;
        border-radius: 15px 0px 0px 15px;
    }

        .contentAppMenu li.estadisticas a:hover,
        .contentAppMenu li.estadisticas a.active {
            background: url(../images/diseno/icon-historico-vigilancia-hover.png) top left no-repeat #ffffff;
            background-position: 15px 8px;
        }

    .contentAppMenu li.home a {
        background: url(../images/diseno/icon-home.png) top left no-repeat;
        background-position: 15px 8px;
        transition: 0.5s;
        display: block;
        width: 100%;
        padding: 9px 0px 12px 50px;
        border-radius: 15px 0px 0px 15px;
    }

        .contentAppMenu li.home a:hover,
        .contentAppMenu li.home a.active {
            background: url(../images/diseno/icon-home-hover.png) top left no-repeat #ffffff;
            background-position: 15px 8px;
        }

    .contentAppMenu li.configuracionhospital a {
        background: url(../images/diseno/icon-configuracion-hospitalaria.png) top left no-repeat;
        background-position: 15px 8px;
        transition: 0.5s;
        display: block;
        width: 100%;
        padding: 9px 0px 12px 50px;
        border-radius: 15px 0px 0px 15px;
    }

        .contentAppMenu li.configuracionhospital a:hover,
        .contentAppMenu li.configuracionhospital a.active,
        .contentAppMenu li.hospitales a:hover,
        .contentAppMenu li.hospitales a.active {
            background: url(../images/diseno/icon-configuracion-hospitalaria-hover.png) top left no-repeat #ffffff;
            background-position: 15px 8px;
        }


    .contentAppMenu li.formacionmiproa a {
        background: url(../images/diseno/icon-formacion.png) top left no-repeat;
        background-position: 15px 8px;
        transition: 0.5s;
        display: block;
        width: 100%;
        padding: 9px 0px 12px 50px;
        border-radius: 15px 0px 0px 15px;
    }

        .contentAppMenu li.formacionmiproa a:hover,
        .contentAppMenu li.formacionmiproa a.active {
            background: url(../images/diseno/icon-formacion-hover.png) top left no-repeat #ffffff;
            background-position: 15px 8px;
        }

    .contentAppMenu li.altaPaciente a {
        display: block;
        width: 100%;
        padding: 9px 0px 11px 50px;
        border-radius: 15px 0px 0px 15px;
        background: url(../images/diseno/icon-nuevo.png) top left no-repeat;
        background-position: 15px 8px;
        transition: 0.5s;
    }

        .contentAppMenu li.altaPaciente a:hover {
            background: url(../images/diseno/icon-nuevo-hover.png) top left no-repeat #ffffff;
            background-position: 15px 8px;
        }

        .contentAppMenu li.altaPaciente a.active {
            background: url(../images/diseno/icon-nuevo-hover.png) top left no-repeat #ffffff;
            background-position: 15px 8px;
        }

        .contentAppMenu li.altaPaciente a:hover span {
            color: #3ccbb7;
            font-weight: bold;
            background: linear-gradient(to right, #3ccbb7, #04a3e4);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-color: #fff;
        }

        .contentAppMenu li.altaPaciente a.active span {
            color: #3ccbb7;
            font-weight: bold;
            background: linear-gradient(to right, #3ccbb7, #04a3e4);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-color: #fff;
        }


    .contentAppMenu li.qrCodes a {
        display: block;
        width: 100%;
        padding: 9px 0px 11px 50px;
        border-radius: 15px 0px 0px 15px;
        background: url(../images/diseno/icon-qr.png) top left no-repeat;
        background-position: 15px 8px;
        transition: 0.5s;
    }

        .contentAppMenu li.qrCodes a:hover {
            background: url(../images/diseno/icon-qr-hover.png) top left no-repeat #ffffff;
            background-position: 15px 8px;
        }

        .contentAppMenu li.qrCodes a.active {
            background: url(../images/diseno/icon-qr-hover.png) top left no-repeat #ffffff;
            background-position: 15px 8px;
        }

        .contentAppMenu li.qrCodes a:hover span {
            color: #3ccbb7;
            font-weight: bold;
            background: linear-gradient(to right, #3ccbb7, #04a3e4);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-color: #fff;
        }

        .contentAppMenu li.qrCodes a.active span {
            color: #3ccbb7;
            font-weight: bold;
            background: linear-gradient(to right, #3ccbb7, #04a3e4);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-color: #fff;
        }

    .contentAppMenu li.pacientes a {
        display: block;
        width: 100%;
        padding: 9px 0px 11px 50px;
        border-radius: 15px 0px 0px 15px;
        background: url(../images/diseno/icon-pacientes.png) top left no-repeat;
        background-position: 15px 8px;
        transition: 0.5s;
    }

        .contentAppMenu li.pacientes a:hover {
            background: url(../images/diseno/icon-pacientes-hover.png) top left no-repeat #ffffff;
            background-position: 15px 8px;
        }

        .contentAppMenu li.pacientes a.active {
            background: url(../images/diseno/icon-pacientes-hover.png) top left no-repeat #ffffff;
            background-position: 15px 8px;
        }

        .contentAppMenu li.pacientes a:hover span {
            color: #3ccbb7;
            font-weight: bold;
            background: linear-gradient(to right, #3ccbb7, #04a3e4);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-color: #fff;
        }

        .contentAppMenu li.pacientes a.active span {
            color: #3ccbb7;
            font-weight: bold;
            background: linear-gradient(to right, #3ccbb7, #04a3e4);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-color: #fff;
        }

    .contentAppMenu li a {
        min-height: 50px
    }

        .contentAppMenu li a span {
            display: none;
        }


.logo-mobile img{
    width: 100%;
}
/****LOGOUT*****/
.btnBackPSV {
    background: url(../images/diseno/icon-off.png) #3B68D9 top center no-repeat;
    width: 40px;
    height: 40px;
    margin: 4px 7px 0px 0px;
    display: block;
    line-height: 100px;
    border: 0px;
    border-radius: 45px;
    background-position: 11px 9px;
    float: left;
    border-radius: 45px;
}

.contentIcons .settings img {
    width: 23px;
    height: 23px;
    margin: 9px 0px 0px 9px;
}

.contentIcons .off {
    background: #FFFFFF;
    width: 40px;
    height: 40px;
    margin: 4px 17px 0px 0px;
    display: block;
    float: left;
    border-radius: 45px;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 40%);
    box-shadow: 0px 0px 14px -5px rgb(0 0 0 / 40%);
}

    .contentIcons .off img {
        width: 19px;
        height: 22px;
        margin: 8px 0px 0px 12px;
    }

.contentIcons form {
    float: left;
}

.form-check-input:checked[type=checkbox] {
    background: url(../images/diseno/check.png) !important;
    background-size: 20px 16px !important;
    background-position: 4px 5px !important;
    background-repeat: no-repeat !important;
    border: 5px solid #2DDB38 !important;
}

#questionnaire-container .form-check-input[type=radio] {
    height: 26px;
    width: 26px;
    margin-top: 0px;
    margin-right: 8px;
}

#questionnaire-container .form-check-input:checked[type=radio] {
    background: url(../images/diseno/check.png) !important;
    background-size: 20px 16px !important;
    background-position: 5px 7px !important;
    background-repeat: no-repeat !important;
    border: 3px solid #2DDB38 !important;
}

.circle-chek:checked {
    background: url(../images/diseno/check.png) !important;
    background-size: 20px 16px !important;
    background-position: 4px 5px !important;
    background-repeat: no-repeat !important;
    border: 5px solid #2DDB38 !important;
}
.modal {

    z-index: 1100 !important;
}

.editContent .contentSelectionFilterElement label.form-check-label {
    float: left;
    padding: 11px 0px 0px 42px;
    /* padding: 6px 0px 0px 30px; */
    margin-right: 12px;
}

.elementSearch.metohdFull {
    width: 66.6%;
}

.editContent .form-check-input:checked[type=radio] {
    background: url(../images/diseno/check.png) !important;
    background-size: 20px 16px !important;
    background-position: 5px 7px !important;
    background-repeat: no-repeat !important;
    border: 3px solid #2DDB38 !important;
}

.TitlePathways {
    width: 100%;
    float: left;
}

.row.TitlePathwaysSelect {
    width: 100%;
    float: left;
}

button#btnPathwayAdd {
    width: 100%;
    border-radius: 50px;
    padding: 13px 0px;
    height: auto !important;
}

div#pathways-container {
    width: 100%;
    float: left;
}

#pathways-container h4.title-form {
    width: 100%;
    float: left;
}

#pathways-container .row.ms-5 {
    width: 100%;
    float: left;
    margin: 0px !important;
}


/******ESTILOS CONTENT******/



.loginBody {
    background: #F9FAFF !important;
    width: 100% !important;
    padding: 0px !important;
    margin: 0px;
    height: 100% !important;
}

    .loginBody .col-md-6 {
        width: 70%;
        max-width: 312px;
    }

    .container.body-content.loginContent {
        width: 100%;
        padding: 0px !important;
        margin: 0px !important;
        height: 100%;
        max-width: 100%;
    }

.imgLogin{
    width: 100%;
}

.elementLoginMid {
    padding: 50px 60px;
    width: 50%;
    height: 100%;
    float: left;
    overflow:scroll;
    position: relative;
}

    .elementLoginMid.rightLogin {
        background: linear-gradient(to right, rgba(114, 184, 226, 0.6), rgba(52, 94, 216, 0.9)), url(../images/diseno/backgroundLogin2.png) top left no-repeat;
        background-size: cover;
        width: 50%;
        /* float: right; */
    }


        .elementLoginMid.rightLogin img {
            position: absolute;
            bottom: 20px;
            right: 35px;
            width: 126px;
        }

.container-fluid.alertCookiesbox {
    width: 100%;
    color: #fff;
    background: #012D40;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 2;
}

    .container-fluid.alertCookiesbox #alertCookies {
        padding: 15px 40px;
        float: left;
        width: 100%;
    }

#alertCookies .cookiesContent input {
    /* text-align: center; */
    /* width: 100%; */
    margin: 0px;
    padding: 0px;
    float: left;
    color: #0DA8E9;
    font-weight: 600;
    text-decoration: underline;
}

.messageAlertCookies {
    width: 100%;
    float: left;
}

.cookiesContent {
    float: left;
    padding: 0px 0px 20px 0px;
    width: 50%;
}

.bttsWrap {
    float: right;
    padding: 60px 0px 0px 0px;
    width: 50%;
}


.container-fluid.alertCookiesbox h2 {
    color: #fff !important;
    font-size: 36px !important;
    font-family: proxima-nova, sans-serif !important;
    font-weight: 900;
    text-align:left;
}
p#pCookieWarningMessage {
    text-align: left;
}
.contentLoginElement {
    position: relative;
    z-index: 2;
}
.bttsWrap input {
    background: #71D6D0;
    color: #FFF;
    border-radius: 50px;
    padding: 10px 37px;
    margin-left: 2%;
    width: 47%;
}

.contentLoginBoxTitle {
    width: 100%;
    margin-top: 50px;
}

    .contentLoginBoxTitle h1 {
        width: 100%;
        font-family: "proxima-nova";
        font-weight: 900;
        font-size: 50px;
        padding: 0;
        color: #0e1b4d;
        background: linear-gradient(90deg, #345ED8, #72B8E2);
        float: left;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        line-height: 45px;
    }

.contentLoginBox {
    width: 65%;
}

    .contentLoginBox .logo-mobile {
        text-align: center;
        margin-top: 24px;
        display: none;
    }



    .contentLoginBox .form-control {
        border-radius: 75px;
        padding: 10px 20px !important;
        height: auto !important;
        font-size: 16px;
        font-family: roboto, sans-serif;
        font-weight: 300;
        font-style: normal;
    }

    .contentLoginBox .form-label {
        height: auto !important;
        font-size: 16px;
        font-family: roboto, sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #707070;
    }

    .contentLoginBox button,
    .contentLoginBox .mt-3 input {

        font-weight: bold;
        border-radius: 50px;
        margin-top: 10px;
        margin-left: 0;
        padding: 10px 40px;
        transition: all .5s;
        font-size: 14px;
        width: 100%;
    }
    .contentLoginBox button,
    #btnReset,
    .contentLoginBox input.btn.btn-default {
        color: #FFF !important;
        background: #F3BB49 !important;
    }

    .contentLoginBox .mt-2.contentLink {
        width: 100%;
        text-align: center;
    }

    .contentLoginBox a#lnkForgotPassword {
        text-align: center;
        width: 100%;
        float: left;
        margin-bottom: 24px;
    }

    .contentLoginBox div.support-contact {
        text-align: center;
    }

    a#lnkForgotPassword {
        text-align: center;
        width: 100%;
        float: left;
        color: #345ED8;
        font-weight: 600;
        text-decoration: underline;
    }

.contentLoginBoxTitle p {
    width: 100%;
    float: left;
    margin-bottom: 24px;
    color: #707070;
}

.elementLoginMid footer {
    position: absolute;
    background: none;
    bottom: 25px;
    left: 60px;
    font-size: 15px;
    padding: 0px;
    width: auto;
}


    .elementLoginMid footer img {
        display: none;
    }



    .elementLoginMid footer a:hover {
        color: #0DA8E9;
        text-decoration: underline;
    }
/******ESTILOS CONTENT******/
.modal-body {
    padding: 30px 30px 20px 30px !important
}

.modal-header {
    padding: 20px 30px !important
}

.modal-secondtitle {
    font-family: "proxima-nova";
    font-weight: 300;
    font-size: 18px;
    padding: 0;
    color: #7A7A7A;
    float: left;
    width: 100%;
}

.modal-threetitle {
    font-family: "proxima-nova";
    font-weight: 600;
    font-size: 18px;
    padding: 0;
    color: #7A7A7A;
    float: left;
    width: 100%;
    margin-bottom: 0px;
}

.dialog-complete-hospital-forms-container .col.inputNormal {
    margin-bottom: 15px;
}

div#divCookies_Options_Text_Strictly_Necessary {
    float: left;
    padding: 0px 0px 20px 0px;
}

.tableContent {
    float: left;
    width: 100%;
}

table.cookieTable {
    width: 1000px;
}

.cookiesHeader {
    background: linear-gradient(181deg, #4CC4D9, #01A2EB);
    border-radius: 0px !important;
    padding: 13px 0px !important;
    font-family: "proxima-nova";
    font-weight: 600;
    /* font-size: 18px; */
    /* padding: 0; */
    color: #fff;
}

table.cookieTable tbody tr td {
    background-color: #fff !important;
    border-bottom: 5px solid #F6F7FF !important;
}

td.cookiesHeaderLat p {
    background: none !important;
    font-family: "proxima-nova";
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    padding: 0;
    color: #7A7A7A;
    float: left;
    width: 100%;
}
/******ESTILOS CONTENT******/
.contentAppContent {
    height: 100%;
    padding-left: 70px;
    background: #f5f7fa;
    width: 100%;
    float: left;
}

.contentAppContentInner {
    position: relative;
    width: 100%;
    height: 95%;
    background: #F6F7FF !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contentAppContentInnerPostalCode {
    position: relative;
    width: 100%;
    height: 100%;
}

#patientMyDataCP .contentDatos {
    background: #F6F7FF;
    padding: 1.5rem 0%;
}

.contentAppContentHeader {
    background: #FBFBFB;
    border-bottom: 1px #D9D9D8 solid;
    width: 100%;
    min-height: 80px;
    display: flex;
    justify-content: space-between;
}

.contentInnerTop {
    padding: 110px 30px 30px 30px;
    width: 100%;
    float: left;
    background: #fbfbfb
}


.contentInnerBot {
    background: #F6F7FF;
    padding: 30px 30px;
    width: 100%;
    float: left;
}
/*********ESTILOS LISTA PACIENTES**********/
.contentTitle {
    float: left;
    padding: 20px 0px 0px 20px;
    line-height: 20px;
}

    .contentTitle a {
        font-family: proxima-nova, sans-serif;
        font-weight: 900;
        font-style: normal;
        color: #000000;
        font-size: 24px;
        background: linear-gradient(90deg, #345ED8, #72B8E2);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }


    .contentTitle h2 {
        font-size: 16px;
        color: #000000;
        font-weight: 900;
        background: linear-gradient(90deg, #345ED8, #72B8E2);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }


div.dataTables_wrapper {
    overflow-x: scroll;
    width: 100%;
}

.contentIcons {
    float: right;
    padding: 12px 0px 0px 0px;
}

    .contentIcons img {
        width: 40px;
        height: 40px;
        border-radius: 45px;
        box-shadow: 0px 0px 14px -5px rgb(0 0 0 / 40%);
        margin-right: 16px;
        margin-top: 4px;
    }

    .contentIcons .settings {
        background: #FFFFFF;
        width: 40px;
        height: 40px;
        margin: 4px 17px 0px 0px;
        display: block;
        float: left;
        border-radius: 45px;
        -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 40%);
        -moz-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 40%);
        box-shadow: 0px 0px 14px -5px rgb(0 0 0 / 40%);
    }

.titleFontDeg {
    width: 100%;
    float: left;
}


.contentFormSearch {
    width: 100%;
    float: left;
    display: block !important;
}
/*********ESTILOS LISTA PACIENTES**********/








.contentAppContentInner h4 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.contentAppContentInner h2,
.contentAppContentInner h4,
.titleFontDeg h2,
.titleFontDeg h4 {
    font-family: "proxima-nova";
    font-weight: 900;
    font-size: 24px;
    padding: 0;
    color: #0e1b4d;
    background: linear-gradient(90deg, #72B8E2, #345ED8);
    float: left;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 12px;
}

    .contentAppContentInner h4.title-form {
        -webkit-text-fill-color: #2f3138
    }

.contentAppContentInner input#patientfilter {
    border-radius: 46px;
    padding: 10px 0px 10px 19px;
    height: auto;
    margin-bottom: 1rem;
}

.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: 1px solid #D2D2D2;
    border-radius: 25px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .search-container {
        display: flex;
        justify-content: flex-start;
    }

.yellow-btn {
    background: linear-gradient(90deg, #72B8E2, #345ED8);
    font-weight: bold;
    border-radius: 50px;
    margin-top: 1rem;
    margin-left: 1rem;
    padding: 10px 25px;
    border: 0px;
    color: #fff;
    transition: all .5s;
    font-size: 14px;
}

    .yellow-btn:disabled {
        cursor: not-allowed;
    }

#btnSave {
    background: #F8AD00;
    color: #fff;
}

#btnDataCreatedSuccesfully {
    color: #fff;
    background: linear-gradient(90deg, #345ED8, #72B8E2);
    margin-left: 0;
    margin-right: 0;
}

.modal-content {
    border-radius: 25px;
}

.contentSelectionFilterElement {
    float: left;
    margin-right: 5rem;
    margin-bottom: 15px;
}

.form-column {
    display: flex;
    flex-wrap: wrap;
}

.age-filter {
    display: flex;
    flex-wrap: wrap;
}

.from-year {
    margin-right: 5rem;
}

.form-wrap {
    display: flex;
    flex-wrap: wrap;
}

.check-label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    padding-top: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.check-circle {
    position: absolute;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    /****/

    border: 0px;
    box-shadow: 0px 0px 14px -5px rgb(0 0 0 / 40%);
}

.form-check-input:checked {
    background-color: #3ccbb7;
    border-color: #3ccbb7;
}

.age-input {
    display: block;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor: pointer;
    width: 160px;
}

    .age-input:focus {
        border: 1px solid #ced4da;
    }

.contentAppContentInner .table-bordered thead th {
    background: none;
    color: #9D9D9D;
    text-align: center;
    padding: 15px 10px;
    font-family: roboto, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
}

td a {
    background-color: #2abec6 !important;
    border: none !important;
}

#loader {
    text-align: center;
}

.table > :not(:first-child) {
    border-top: none;
}

.fakePaginate {
    display: none;
}

.btn-container {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}

    .btn-container * {
        margin: 0.5rem 1rem;
    }



/*********REGISTRO PACIENTE***********/
.check-flex {
    display: flex;
    align-items: center;
}

.loader_parent {
    margin: 0 auto 25px !important;
    text-align: center;
}

.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #72B8E2;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
}

.boxLoader {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255,255,255,.5);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.circle-chek {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
    height: 35px;
    width: 35px;
    border-radius: 50% !important;
    margin-right: 0.5rem;
    margin-left: 1rem !important;
    cursor: pointer;
    min-height: auto !important;
}

    .circle-chek:checked {
        border-radius: 50%;
        background-color: #3ccbb7;
        border-color: #3ccbb7;
    }

.label-pointer {
    cursor: pointer;
}

.label-pointer-path {
    cursor: pointer;
    width: 100%;
}

.title-form {
    margin: 1rem 0;
}

.circle-chek-new-patient {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
    height: 35px;
    width: 35px;
    border-radius: 50% !important;
    margin-right: 0.5rem;
    cursor: pointer;
}

.container-btn {
    width: 7rem;
}

.select-container {
    width: 9rem;
    height: 52px;
}

.container-btn .blue-btn {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: 23px;
}

.blue-btn {
    color: #fff;
    background-color: #2abec6 !important;
    border: none;
    border-radius: 5px;
    height: 32px;
}

    .blue-btn:hover {
        background: linear-gradient(to right, #3ccbb7, #04a3e4);
    }

label.form-check-label,
input.form-check-input,
input.form-control,
.form-select.form-select-sm.select-order {
    cursor: pointer;
}

div.dialog-select-forms-container {
    width: 100%;
    float: left;
    padding: 10px 0px 0px 0px;
}


.elementCheck {
    width: 100%;
    float: left;
    padding: 0px 0px 20px 0px;
}

    .elementCheck label.form-check-label {
        padding: 5px 15px 0px 0px;
    }


.titleFontDeg .search-container {
    margin-top: -3px;
    padding-bottom: 15px;
}

    .titleFontDeg .search-container .yellow-btn {
        margin: 0px 0px 0px 20px;
    }

.input-group-append {
    position: absolute;
    right: 0px;
}

.fake-button-copyPatientID {
    background: url(../images/diseno/iconCopiar.png) no-repeat top center;
    height: 20px;
    width: 20px;
}

.input-group-append {
    position: absolute;
    right: 18px;
    top: 12px;
}

.fake-button-copyPatientID {
    background: url(../images/diseno/iconCopiar.png) no-repeat top center;
    height: 22px;
    width: 25px;
    border: 0pX;
}

    .fake-button-copyPatientID:hover {
        background: url(../images/diseno/iconCopiar.png) no-repeat top center;
        height: 22px;
        width: 25px;
        border: 0pX;
        background-color: transparent;
    }


.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
    border-radius: 30px !important;
}


div.dialog-setup-forms-container, div.dialog-delete-patient-container, div.dialog-deactivate-pathway-container, div.dialog-edit-formSendDate-container {
    float: left;
    width: 100%;
    margin-top: 20px;
}

#dialog-complete-hospital-forms .modal-title {
    padding-left: 10px;
}

div.dialog-complete-hospital-forms-container {
    max-height: 460px;
    overflow-y: scroll;
    width: 100%;
    padding-left: 10px;
}

.dialog-complete-hospital-forms-container .col.inputNormal {
    margin-bottom: 22px;
}

    .dialog-complete-hospital-forms-container .col.inputNormal label {
        margin-bottom: 10px !important;
        padding: 10px 15px 0px 1px !important;
    }

    .dialog-complete-hospital-forms-container .col.inputNormal p {
        margin-bottom: 5px !important;
        padding: 0px 15px 0px 1px !important;
    }


.dialog-complete-hospital-forms-container .col.form-check.form-check-inline {
    margin: 12px 10px 0px 0px !important;
    padding: 0px !important;
}

.dialog-complete-hospital-forms-container .row {
    display: block;
    float: left;
    width: 100%;
}

    .dialog-complete-hospital-forms-container .row.boxMid {
        width: 49%;
        margin-right: 2%;
    }

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    width: 35px;
    height: 35px;
    color: #FFFFFF;
    background-color: transparent;
    background: rgba(6, 12, 34, 0)
}

input[type="date"] {
    background: url(../images/diseno/iconCalendar.png) top right no-repeat;
    background-position: right 12px;
}


button.btn-clear, button.btn-exit {
    background: none;
    border: 1px solid #345ED8;
    color: #345ED8;
}


table#patientsTable {
    width: 100% !important;
}

th {
    color: #9D9D9D;
    font-weight: 300;
    padding: 24px 0px 12px 24px !important;
    height: auto !important;
    position: relative !important;
    margin: 0px !important;
    line-height: normal !important;
    font-size: 15px;
}

div#patientsTable_wrapper {
    width: 100% !important
}

.celda01,
.celda02,
.celda03,
.celda04,
.celda05,
.celda06,
.celda07 {
    width: 14.2% !important
}

th.celda07.sorting_disabled {
    TEXT-ALIGN: CENTER;
    PADDING: 11PX 0PX !IMPORTANT;
}

th.celda03.sorting.sorting_asc {
    width: 19% !important;
}

div#patientsTable_wrapper th {
    color: #9D9D9D;
    font-weight: 300;
    padding: 10px 0px 13px 13px !important;
}

div#patientsTable_wrapper th {
    color: #9D9D9D;
    font-weight: 300;
    padding: 12px 0px 13px 13px !important;
}


span#patientResultsNumber {
    HEIGHT: 45PX;
    WIDTH: 45PX;
    BACKGROUND: #01A2EB;
    COLOR: #FFFFFF !IMPORTANT;
    display: block;
    border-radius: 100px;
    padding: 10px 0px 0px 0px;
    position: absolute;
    font-family: "proxima-nova";
    font-weight: 900;
    font-size: 16px;
    text-align: center;
    top: -7px;
    left: 240px;
}

.titleFontDeg {
    position: relative;
}

.row .col .titleFontDeg {
    background: linear-gradient(90deg, #72B8E2, #345ED8);
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    margin-top: 24px;
    margin-bottom: -24px;
    padding-bottom: 24px;
}

    .titleFontDeg h4 {
        background: none;
        -webkit-text-fill-color: #fff;
        margin: 16px 24px 16px 24px;
    }

    table tbody tr td a {
        width: 80%;
    }

button#btnDownload {
    padding-left: 50px;
    padding-right: 20px;
    position: relative;
}

    button#btnDownload span {
        background: url(../images/diseno/iconExcel.png) top left no-repeat;
        display: block;
        height: 26px;
        width: 23px;
        position: absolute;
        top: 7px;
        left: 20px;
    }

.dataTables_wrapper .dataTables_paginate .paginate_button {
    background: none !important;
    font-weight: normal !important;
    padding: 0px !important;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button a {
        z-index: 3;
        color: #345ED8;
        background-color: transparent;
        border: 2px solid #345ED8 !important;
        padding: 7px 10px 7px 10px !important;
        border-radius: 102px;
        height: 40px;
        width: 40px;
        text-align: center;
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button a:hover,
        .dataTables_wrapper .dataTables_paginate .paginate_button.active a {
            color: #FFFFFF;
            background: #345ED8;
        }


td p {
    background: url(../images/diseno/iconPlusYellow.png) top right #E9E9E9 no-repeat;
    color: #898E00;
    padding: 8px 42px 5px 19px;
    border-radius: 20px;
    font-weight: 900;
    text-align: left;
    line-height: 20px;
    background-position: 205px 8px !IMPORTANT;
    font-size: 14px;
    width: 240px;
    position: relative;
    float: left;
}

span.fake-pathway-col-item-form {
    width: 234px !important;
    margin: 0px 0px -2px -16px;
    border-radius: 0px 0px 20px 20px;
    padding: 10px 10px 10px 10px !important;
    margin-top: 5px;
    float: left;
    border-radius: 15px;
}


    span.fake-pathway-col-item-form strong {
        font-weight: 600;
        color: #7A7A7A;
        line-height: 15px;
        font-size: 13px;
        width: 100%;
        float: left;
    }

    span.fake-pathway-col-item-form span {
        background: #FFF4AB;
        float: left;
        margin: 5px 0px 0px 0px;
        padding: 5px 14px !important;
        border-radius: 20px;
        font-weight: bold;
        font-size: 11px;
    }






#patientPathwaysAdded h4 {
    font-family: "proxima-nova";
    font-weight: 900;
    font-size: 18px;
    color: #7A7A7A;
    background: initial;
    width: 100%;
    -webkit-text-fill-color: initial;
}


#patientPathwaysAdded .rounded-pill.bg-success {
    background: #CFFECF !important;
    color: #029F07;
    padding: 10px 22px !important;
    border-radius: 20px;
    font-weight: bold;
    font-size: 15px;
}

#patientPathwaysAdded .rounded-pill.bg-warning {
    background: #FFF4AB !important;
    color: #898E00;
    padding: 10px 22px !important;
    border-radius: 20px;
    font-weight: bold;
    font-size: 15px;
}

#patientPathwaysAdded .rounded-pill.bg-secondary {
    background: #E9E9E9 !important;
    color: #7A7A7A;
    padding: 10px 22px !important;
    border-radius: 20px;
    font-weight: bold;
    font-size: 15px;
}

#patientPathwaysAdded tr td button,
#patientPathwaysAdded tr td button:hover {
    background-color: #c2ebf2 !important;
    font-size: 14px !important;
    border-radius: 20px !important;
    padding: 8px 20px !important;
    color: #01a2eb !important;
    FONT-WEIGHT: 600 !important;
    height: auto;
    border: 0px;
    background: #c2ebf2 !important;
    margin-bottom: 10px;
}



/*************HOME**************/

.home ul {
    list-style: none;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 120px;
    padding-left: 0;

}

    .home ul a:not(.yellow-button) {
        width: 282px;
        background: linear-gradient(90deg, #345ED8, #72B8E2);
        border-radius: 25px;
        padding: 16px 12px;
        margin: 16px 12px;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 240px;

    }

    .home ul li:not(.indicador) {
        padding: 16px 12px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 240px;
        justify-content: space-evenly;
        color: #fff;
        text-decoration: none;
        font-weight: 600;
        font-size: 22px;
    }

        .home ul li a {
            color: #fff;
            text-decoration: none;
            font-weight: 600;
            font-size: 24px;
        }
        .home ul li img{
            width: 40%;
        }

        .home ul li.administradoreshospitales img,
        .home ul li.equipoproa img {
            width: 60%;
        }
        /*************HOME**************/
        /*********RESTABLECER CONTRASEÑA**********/
        #btnCambiar, #btnReset {
            color: #fff;
            background: linear-gradient(90deg, #72B8E2, #345ED8);
            width: 100%;
            border-radius: 25px;
            border: none;
            padding: 8px;
        }

/*********RESTABLECER CONTRASEÑA**********/


/*******************CUESTIONARIO******************/
.header-patient {
    border-radius: 0px;
    height: 60px;
    width: 100%;
    position: fixed;
    background: #FBFBFB;
    border-bottom: 1px #D9D9D8 solid;
    top: 0px;
    left: 0px;
    z-index: 999;
}










.hdr-flx {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0.5rem;
}

.header-patient .navbar-brand {
    display: block;
    float: right;
    margin: 0px 0px 0px 0px !important;
}

.header-patient span {
    font-family: 'Oswald';
    display: grid;
    place-items: center;
    color: white;
    margin-left: 1rem;
}



.header-patient h2 {
    padding: 0px;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: bold;
    float: left;
    color: #fff;
    line-height: 20px;
    margin: 0px;
    background: currentColor;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-patient .psv-link {
    font-family: 'Oswald', sans-serif;
    margin: 0px;
    color: #fff;
    float: left;
    text-decoration: none;
}

#patientMyData h4, #patientMyDataQR h4, #patientMyDataCP h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    padding: 0;
    color: #0e1b4d;
    background: linear-gradient(to right, #3ccbb7, #04a3e4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.view-answer {
    background: transparent;
    border: none;
    font-size: 1rem;
}







.header-patient img {
    height: 45px;
    width: 45px;
    padding: 0px;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    vertical-align: middle;
    border-radius: 50%;
}

.settingsPatient {
    background: #FFFFFF;
    width: 40px;
    height: 40px;
    margin: 7px 5px 0px 0px;
    display: block;
    float: right;
    border-radius: 45px;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 40%);
    box-shadow: 0px 0px 14px -5px rgb(0 0 0 / 40%);
}

.header-patient .settingsPatient img {
    height: 27px;
    width: 28px;
    padding: 0px;
    float: left;
    margin: 8px 0px 0px 9px;
    /* margin-right: 0px; */
    /* margin-left: 0px; */
    vertical-align: middle;
    border-radius: 0;
}

.header-patient .contentLogoNav {
    padding: 1px 0px 0px 5px
}

.header-patient .contentTitle {
    float: left;
    padding: 9px 0px 0px 4px;
    line-height: 20px;
}


    .header-patient .contentTitle h2 {
        font-family: proxima-nova, sans-serif;
        font-weight: 900;
        font-style: normal;
        color: #000000;
        font-size: 24px;
        margin-bottom: 3px;
    }

    .header-patient .contentTitle h3 {
        font-size: 16px;
        color: #000000;
        font-weight: 300;
    }

.contentLogoNav img {
    margin-top: 5px;
}





.containerBodyContent {
    padding: 60px 0px 0px 0px;
    float: left;
    width: 100%;
}

.containerBodyHeader {
    width: 100%;
    /* height: 150px; */
    background: url(../images/diseno/backHeader.png) top right no-repeat;
    background-size: cover !important;
    font-family: "proxima-nova";
    font-weight: 900;
    font-size: 26px;
    color: #FFFFFF;
    float: left;
    padding: 26px 10%;
}

    .containerBodyHeader span {
        width: 370px;
        display: block;
        line-height: 30px;
    }


.cuestionarioPatient {
    background: #FFFFFF !important;
}

.containerBodyQuestionario {
    float: left;
}




div#questionaryData {
    overflow: hidden;
    width: 100%;
}

#formContent h6 {
    text-align: center !important;
    width: 100%;
    color: #707070;
    font-size: 14px;
    padding: 0px 5%;
}


#formContent p, #patientDataCP p {
    text-align: center;
    line-height: 26px;
    font-family: "proxima-nova";
    font-weight: 900;
    font-size: 26px;
    color: #0e1b4d;
    padding: 20px 10%;
    margin: 0px !important;
}

.row.contentFace {
    width: 100%;
    margin: 0px 0px 10px 0px;
}

.contentInputs {
    width: 100%;
    margin: 0px 0px 30px 0px;
    text-align: center;
}

.face-container {
    width: 9rem;
    display: flex;
    flex-direction: column;
    margin: 0.5rem 25px !important;
    background: #fff;
    padding: 20px 0px;
    border-radius: 30px;
    box-shadow: 0px 0px 14px -5px rgb(0 0 0 / 30%);
}


    .face-container label.form-check-label {
        padding: 0px 0px 0px 0px !important;
    }






    .face-container label {
        width: 100%;
        cursor: pointer;
    }













.text-nowrap {
    white-space: initial !important;
}

.body-content {
    padding-top: 80px;
}


.quiz-container {
    background: #fff;
    width: 100%;
    border-radius: 25px;
    box-shadow: none;
    padding: 1.5rem 5%;
    margin: 0.5rem auto 0 auto;
    FLOAT: LEFT;
}

    .quiz-container a {
        color: #01A2EB;
        text-decoration: underline !important;
    }

.contentAppContentInner .quiz-container {
    
}

.quiz-container h4 {
    font-weight: bold;
    padding: 0;
    color: #000;
    background: linear-gradient(to right, #3ccbb7, #04a3e4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #000;
    text-align: center;
}

.quiz-container .form-check-inline {
    display: inline-block;
    margin-right: 1rem;
    padding: 11px 0px 0px 50px;
    position: relative;
}

.quiz-container .face-container .form-check-inline {
    padding:0px 10px 0px 10px !important;
    width:100%;
}



.navDashboard {
    display:none;
    width: 100%;
}

    .navDashboard ul {
        width: 100%;
        padding: 15px 7%;
        float: left;
    }

        .navDashboard ul li {
            width: 50%;
            float: left;
            list-style: none;
            display: block;
        }

            .navDashboard ul li a {
                display: block;
                width: 100%;
                color: #fba92e;
                width: 96%;
                text-align: center;
                text-decoration: none;
                border-radius: 20px;
                margin: 0px 2%;
                padding: 7px 0px;
                border: 1px solid #fba92e;
            }

                .navDashboard ul li a:hover,
                .navDashboard ul li a.active {
                    background: #fba92e;
                    color: #fff;
                    border: 1px solid #fba92e;
                }



.quiz-container input#chkConditions {
    position: absolute;
    top: 0px;
    left: 0px;
}

div#dataInformationExtend {
    background: #F6F7FF;
    margin: 35px 0px 0px 0px !important;
    padding: 30px 20px !important;
    border-radius: 25px;
    width: 100%;
}

.quiz-container #dataInformationExtend h4 {
    text-align: left;
    margin-bottom: 15px;
    color: #01A2EB;
    background: transparent;
    -webkit-text-fill-color: #01A2EB;
    font-weight: 900;
    font-size: 27px;
}


.quiz-container #dataInformationExtend h5 {
    font-family: 'Oswald', sans-serif;
    margin: 20px 0px 15px 0px;
    padding: 0;
    color: #000000;
}

h4.contentLeftTitle {
    text-align: left;
    margin-bottom: 25px;
}



.quiz-container label.form-check-label {
    font-size: 16px !important;
    padding: 0px 15px 0px 0px;
}


#progressBar {
    text-align: center;
    width: 330px;
    font-size: 15px;
    float: left;
    margin: 12px 5px 0px 20px;
    /* margin: 0 auto; */
}


.progress {
    display: flex;
    height: 11px;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 120px;
}


.quiz-container .contentInputs label.form-check-label {
    font-size: 16px !important;
    padding: 10px 15px 0px 3px;
}

.quiz-buttons {
    width: 617px;
    text-align: center;
    /* float: left; */
    margin: 0 auto;
    position: relative;
    padding-left: 115px;
}
.quiz-buttons.centrado {
    padding-left: 0px;
}

    .quiz-buttons button#btnNext {
        float: left;
    }

    .quiz-buttons button#btnPrevious {
        color: #01A2EB;
        background: transparent !important;
        border: 1px solid #01A2EB;
        float: left;
        position: absolute;
        left: 0px;
    }

















#progressBar {
    text-align: center;
}

.progress-bar {
    background: linear-gradient(to right, #3ccbb7, #04a3e4);
}

.face-container {
    display: flex;
    flex-direction: column;
    margin: 0.5rem;
}

.center-lbl {
    margin-right: 0 !important;
    padding-left: 0 !important;
}

.image-check {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.quiz-buttons {
    text-align: center;
}

.alert {
    margin-top: 1rem;
}

.danger-container {
    display: flex;
    justify-content: center;
}

.center-thnk {
    text-align: center;
}

.cuestionarioPatient footer {
    background: #FFFFFF !important;
    padding: 30px 10%;
}

/**************Datos hospital*****************/

.hospital-data-container {
    width: max-content;
}
    .hospital-data-container img {
        float: left;
        margin-left: 16px;
    }

    .hospital-data-container h3 {
        float: left;
        margin-left: 12px;
        padding-top: 8px;
        font-weight: 600;
        font-size: 24px;
    }

    .contentInnerTop.createDemo .titleFontDeg{
        margin-bottom: 24px;
    }
/*****************FOOTER*********************/
.contentLogoPSV {
    padding-right: 0px;
    padding-bottom: 30px;
    position: static;
    bottom: 0px;
    right: 0px;
    width: 100%;
    text-align: center;
}

    .contentLogoPSV img {
        width: 190px;
        text-align: center;
    }


/***************** FALCONI DISENO********************/

#btnTogglePathwaysAdd,
#btnTogglePathwaysAdd:hover {
    color: #fff;
    margin: 0px;
    float: right;
    display: block;
    margin-top: -8px;
    position: relative;
    padding: 10px 17px 10px 41px;
    text-decoration: none;
}

    #btnTogglePathwaysAdd span {
        background: url(../images/diseno/iconMore.png) top left no-repeat;
        display: block;
        height: 26px;
        width: 23px;
        position: absolute;
        top: 12px;
        left: 16px;
    }



#modalDialogCookies .modal-footer {
    text-align: center;
    border-top: 0px !important;
    padding-top: 0px !important;
    display: block !important;
    padding-bottom: 25px;
    float: left;
    width: 100%;
    margin-top: 28px;
}








.contentSelectionFilterElement {
    margin: 0px !important;
    padding: 0px !important;
}

.BoxElementSearch {
    width: 100%;
}

.elementSearch {
    width: 33.3%;
    padding: 0px 25px 0px 0px;
    float: left;
    min-height: 100px;
    margin-bottom: 15px;
}

    .elementSearch.searchBox {
        width: 40%;
    }


    .elementSearch.searchBoxGenere {
        width: 33%;
    }

    .elementSearch.searchBoxMethod {
        margin: 0px;
        width: 73%;
    }

        .elementSearch.searchBoxMethod .form-check-inline {
            padding-left: 0px !important;
        }

    .elementSearch.searchBoxDate {
        width: 26%;
        padding: 0px;
    }


    .elementSearch.searchBoxCenter.indexCenter {
        width: 33%;
        padding: 0px 25px 0px 0px;
    }
    .elementSearch.searchBoxCenter {
        /* width: 26%;
        padding: 0px;*/
        width: 33.3%;
        padding: 0px 25px 0px 0px;
    }

    .elementSearch.elementButton {
        width: 100%;
        padding: 0px;
        margin: 0px;
        min-height: auto;
    }

        .elementSearch.elementButton #btnSave {
            margin: 0px;
        }

.search-container {
    float: right;
}


.elementSearch p {
    font-family: "proxima-nova";
    font-weight: 900;
    font-size: 18px;
    color: #7A7A7A;
    width: 100%;
}

    .elementSearch p#UnitCostError,
    .elementSearch p#AmountError {
        color: red;
        font-weight: 400;
        margin-top: 16px;
    }

    .circle-chek {
        border: 5px solid #D2D2D2;
        margin: 5px 10px 0px 0px !important;
        padding: 0px;
        box-shadow: 0px 0px 14px -5px rgb(0 0 0 / 40%);
    }

label.form-check-label {
    font-size: 16px !important;
    padding: 0px 10px 0px 0px;
}

.elementSearchBox {
    width: 100%;
}

.age-filter {
    width: 100%;
}


.elementYear {
    float: left;
    width: 50%;
    padding: 0px;
    margin: 0px;
    display: block;
    position: relative;
}

    .elementYear.from-year {
        width: 50%;
        padding-right: 14px;
    }

h4.form-label {
    margin: 0px 0px 10px 0px;
    font-size: 14px;
    font-family: roboto, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #7A7A7A;
    background: transparent;
    -webkit-text-fill-color: initial;
    position: absolute;
    top: 8px;
    left: 20px;
}

.age-input {
    min-height: 50px;
    width: 103%;
    padding: 32px 12px 17px 20px;
    font-family: roboto, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #7A7A7A;
    font-size: 14px;
    border: 0px;
    border-radius: 50px;
    box-shadow: 0px 0px 14px -5px rgb(0 0 0 / 40%);
    background: none;
}




.contentAppContentInner input#patientfilter,
.contentAppContentInner select#Center,
.contentAppContentInner select#Currency,
.contentAppContentInner select#selectIndicatorHistoricCategory,
.contentAppContentInner select#selectIndicatorHistoricName,
.contentAppContentInner select#selectIndicatorHistoricUserName,
.contentAppContentInner input#centerName {
    min-height: 50px;
    border: 1px solid #D2D2D2;
    border-radius: 50px;
    font-family: roboto, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #7A7A7A;
    font-size: 14px;
}

#Center,
#Currency,
#selectIndicatorHistoricCategory,
#selectIndicatorHistoricName,
#selectIndicatorHistoricUserName {
    background: url(../images/diseno/down_arrow.png) #fff no-repeat right;
    background-size: 16px;
    background-origin: content-box;
    padding-right: 16px;
}

.contentAppContentInner .table-bordered thead th {
    color: #7A7A7A;
}

.table {
    border-color: transparent;
}

table.dataTable {
    width:100% !important;
    border-radius: 25px;
    z-index: 2;
    position: relative;
    background: #FFF;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    color: var(--bs-table-striped-color);
    --bs-table-accent-bg: none !important;
}




table tbody tr td {
    padding: 24px 8px 24px 24px !important;
    font-size: 16px !important;
    color: #000000;
    vertical-align: middle;
}

    table tbody tr td:nth-child(2) {
        
    }

    table tbody tr td:nth-child(8) {
        border-radius: 0px 25px 25px 0px;
    }

    table tbody tr td:last-child {
        display: flex;
        justify-content: center;
    }

    table tbody tr td .yellow-btn {
        margin-top: 0;
        white-space: nowrap;
    }

    table tbody tr td .yellow-btn:first-child{
        margin-left: 0;
    }


    table.institucion tbody tr td:nth-child(8) {
        border-radius: 0px 0px 0px 0px;
    }

    table.institucion tbody tr td:nth-child(9) {
        border-radius: 0px 25px 25px 0px;
    }



    table tbody tr td a {
        background-color: #c2ebf2 !important;
        font-size: 14px !important;
        border-radius: 20px !important;
        padding: 8px 20px !important;
        color: #01a2eb !important;
        FONT-WEIGHT: 600 !important;
        min-width: 85px;
    }

button#btnDownload {
    margin: 0px;
    float: right;
    margin-top: -8px;
}

#panel .btn-container {
    padding-bottom: 0px;
}

footer {
    padding: 10px 30px;

    width: 100%;
    background: #fbfbfb;
    float: left;
    display: flex;
    justify-content: space-between;
}


    footer .contentLogo {
        float: right;
        margin-top: 0px; 
        width: 15%;
        text-align: center;
    }


footer .contentLogo img {
    width: 100px;
}

    footer ul {
        padding: 0px 0px 0px 0px;
        margin: 7px 0px 0px 0px;
    }

        footer ul li {
            list-style: none;
            float: left;
            font-size:15px;
        }

            footer ul li a {
                color: #000;
                padding: 0px 24px 0px 24px;
            }

            footer ul li:not(:last-child) a {
                border-right: 1px solid #000;
            }

                .contentLogo {
                    float: right;
                    margin-top: -15px;
                    width: 15%;
                }

                    .contentLogo img{
                        width: 100%;
                    }

.contentLogoNav {
    padding: 10px 0px 0px 5px;
}

nav.contentNavPrincipal {
    background: url(../images/diseno/bg-menu2.png) top left no-repeat;
    min-height: 445px;
    margin-top: 90px;
    background-position: -5px 0px;
    background-size: auto 100%;
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
    nav.contentNavPrincipal.hospital-admin-nav {
        background-size: 106% 100%;
        min-height: 564px;
    }
    .contentPAtientCuestionario div#buttonsModifyQR {
        width: 100%;
        text-align: center;
    }

.contentWelcomeLayoutContainer .form-group .form-check input:checked[type=radio] {
    background: url(/images/diseno/check.png) !important;
    background-size: 20px 16px !important;
    background-position: 5px 7px !important;
    background-repeat: no-repeat !important;
    border: 3px solid #2DDB38 !important;
}

.contentAppMenu ul {
    padding: 0px;
    margin: 0;
    float: left;
    width: 100%;
}

.elementPathway {
    background: linear-gradient(90deg,#B8B8B8, #E2E2E2);
    border-radius: 25px;
    min-height: 160px;
    margin-bottom: 20px;
    padding: 0px;
}

.pathway-card {
    padding: 20px 20px;
    font-family: "proxima-nova";
    font-weight: 900;
    line-height: 29px;
    font-size: 27px;
    min-height: 100px;
    color: #FFF;
    text-shadow: 0px 0px 4px rgb(0 0 0 / 40%);
}
.contentPageQr .pathway-card {
    min-height: auto;
}
.elementPathwayBtn {
    width: 100%;
    background: #fff;
    border-radius: 25px;
    padding: 15px 25px;
}

    .elementPathwayBtn button {
        border: 1px solid #7A7A7A;
        border-radius: 31px;
        padding: 6px 45px 6px 20px;
        color: #7A7A7A;
        background-color: #FFFF !important;
        height: auto !important;
    }

        .elementPathwayBtn button:hover {
            border: 1px solid #7A7A7A;
            border-radius: 31px;
            padding: 6px 45px 6px 20px;
            color: #fff;
            background-color: #7A7A7A !important;
            background: #7A7A7A !important;
            height: auto !important;
        }

.boxPrint {
    width: 100%;
}

    .boxPrint .buttonPrint {
        background: url(../images/diseno/iconImprimir.png) top left no-repeat;
        padding: 1px 0px 5px 33px;
        font-weight: bold;
        border: 0px;
        color: #01A2EB
    }

p.classPathwayState0 {
    background: #E9E9E9 !important;
    color: #7A7A7A !important;
}

.elementPathwayContent {
    margin-top: 20px;
    float: left;
    width: 100%;
}

p.classPathwayState1CallCenter {
    background: #FFF4AB;
    PADDING: 11px 19px 10px 19px;
}

.classPathwayState1CallCenter span.pt-1 {
    background: #fff;
    border-radius: 15px;
    padding: 7px 10px !important;
    margin-top: 6PX;
    WIDTH: 100% !IMPORTANT;
}

.circle-chek {
    float: left;
}

label.form-check-label {
    float: left;
}

.elementSearch.idBox {
    width: 33%;
}

.elementSearch.createGender {
    min-width: 386px;
}

.elementSearch.methodEnvio {
    width: 55%;
    min-width: 640px;
    padding: 0px;
}

.elementSearch.createDate {
    width: 20%;
    padding: 0px;
}

.elementSearch.inputNormal.createPhone {
    padding: 0px;
}

.elementSearch.inputNormal.createEmail, .elementSearch.inputNormal.createPhone {
    width: 22.1%;
}

div#patientPathwaysAdded {
    width: 100%;
    float: left;
}

.container-pathwaysAdded {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

div.accordion {
    width: 100%;
}

.accordion-item {
    width: 100%;
    float: left;
    border-radius: 25px !important;
    border: 0px;
}
.contentPageQr .pathway-card {
    min-height: auto;
}

.contentPageQr .elementPathway {
    background: linear-gradient(90deg, #4CC4D9, #01A2EB);
}

.contentPageQr .contetQRTitle {
    font-family: "proxima-nova";
    font-weight: 600;
    line-height: 20px;
    font-size: 17px;
    color: #7A7A7A;
    width: 100%;
    text-align: center;
    min-height: 50px;
    padding: 0px 15px;
}
.contentPageQr .contetQRImg {
    text-align: center;
    width: 100%;
}
.boxPrint.fknotprint.contetQRPrint {
    text-align: center;
}

.contentPageQr .contetQRPrint button {
    background: none;
    border: 1px solid #01A2EB;
    color: #01A2EB;
    font-weight: bold;
    border-radius: 50px;
    padding: 10px 25px;
    transition: all .5s;
    font-size: 14px;
    display: inline-block;
    float: none;
    margin-bottom: 20px;
}


    .contentPageQr .contetQRPrint button:hover {
        background: linear-gradient(90deg, #4CC4D9, #01A2EB) !important;
        font-weight: bold;
        border-radius: 50px;
        padding: 10px 25px;
        border: 0px;
        color: #fff;
        transition: all .5s;
        font-size: 14px;
        display: inline-block;
        float: none;
        margin-bottom: 20px;
    }






.accordion-header {
    width: 100%;
    float: left !important;
    margin: 0px !important;
    padding: 16px 0px !important;
    position: relative;
    background: linear-gradient(90deg,#B8B8B8, #E2E2E2) !important;
    border-radius: 25px;
}


    .accordion-header .form-check.form-switch {
        padding: 0px;
    }

.accordion label.form-check-label {
    padding: 20px 20px;
    font-family: "proxima-nova";
    font-weight: 900;
    line-height: 29px;
    font-size: 27px !important;
    color: #FFF !important;
    background: transparent;
    text-shadow: 0px 0px 4px rgb(0 0 0 / 40%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: initial;
    margin: 0px;
    padding: 0px 0px 0px 35px;
}

.form-switch .form-check-input {
    float: right;
    margin-right: 50px;
    margin-top: 3px;
}

.accordion-button {
    color: #FFF;
    float: right;
    width: 20px;
    position: absolute;
    top: 1px;
    background: none;
    right: 8px;
    height: 58px;
}

    .accordion-button::after {
        width: 33px !important;
        height: 30px !important;
        content: "";
        background-size: 30px !important;
        color: #FFF;
        position: absolute;
        right: -1px;
        top: 15px;
    }

.accordion label.form-check-label:nth-child(2) {
    color: #7A7A7A !important;
    text-shadow: none;
    float: right;
    position: absolute;
    right: 111px;
    background: #fff !important;
    padding: 10px 20px;
    font-size: 12px !important;
    font-family: roboto, sans-serif;
    font-weight: 600;
    font-style: normal;
    margin: 0px !important;
    line-height: initial;
    top: 13px;
    border-radius: 20px;
}

.accordion-button:not(.collapsed) {
    color: #000 !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.modal-header {
    border-bottom: 0px solid #dee2e6;
}

h5.title-form {
    color: #7A7A7A;
    font-family: "proxima-nova";
    font-weight: 900;
    font-size: 18px;
    margin-top: 0px;
}

.modal-title {
    font-family: "proxima-nova";
    font-weight: 900;
    font-size: 24px;
    padding: 0;
    color: #0e1b4d;
    background: linear-gradient(90deg, #3ccbb7, #04a3e4);
    float: left;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.modal-body .ms-5 {
    margin-left: 0 !important;
}

.modal-footer {
    text-align: center;
    border-top: 0px !important;
    padding-top: 0px !important;
    display: block !important;
    padding-bottom: 25px;
}

    .modal-footer button {
        display: inline;
        padding: 8px 30px;
        border-radius: 50px;
        /* float: none; */
        /* width: 120px; */
        /* margin: 0px 11px; */
    }

    .modal-footer .btn-primary {
        color: #fff;
        background-color: transparent;
        background: linear-gradient(90deg, #345ED8, #72B8E2);
        font-weight: bold;
        border-color: transparent;
    }

    .modal-footer .btn-secondary {
        color: #345ED8;
        background-color: #fff;
        border-color: #345ED8;
    }

.createDemo .elementSearch.inputNormal input,
.inputNormal input {
    border-radius: 30px;
    min-height: 50px;
    border: 1px solid #D2D2D2;
    font-family: roboto, sans-serif;
    font-weight: 300;
    font-style: normal;
    background: #fff;
}

.modal-backdrop.show {
    opacity: 0.9;
}

.accordion-header.active {
    background: linear-gradient(90deg, #3ccbb7, #04a3e4) !important;
}

.modal-backdrop {
    background-color: #012D40;
}

.accordion-body .row.ms-3.mb-2 {
    width: 100%;
    float: left;
}

.accordion-header.active {
    background: linear-gradient(90deg, #3ccbb7, #04a3e4) !important;
}

.accordion-body .row.ms-3.mb-2 {
    width: 50%;
    margin: 0px !important;
    float: left;
    padding: 20px 0px;
}


    .accordion-body .row.ms-3.mb-2 label.form-check-label {
        color: #7A7A7A !important;
        text-shadow: none;
        font-family: roboto, sans-serif;
        font-weight: 300;
        font-style: normal;
        width: auto !important;
        float: left;
        display: block;
        font-size: 15px !important;
        padding: 0px !important;
    }

    .accordion-body .row.ms-3.mb-2 button {
        margin: 5px 0px;
        padding: 6px 0px;
        height: auto !important;
        width: 100%;
        color: #2abec6;
        background-color: transparent !important;
        border: 1px solid #2abec6;
        border-radius: 39px;
        height: 32px;
    }

        .accordion-body .row.ms-3.mb-2 button:hover {
            color: #FFF !important;
            margin: 5px 0px;
            padding: 6px 0px;
            height: auto !important;
            width: 100%;
            color: #2abec6;
            background-color: transparent !important;
            border: 1px solid #2abec6;
            border-radius: 39px;
            height: 32px;
        }

.etiquetaLabel {
    width: 100%;
    float: left;
}

.accordion-body .row.ms-3.mb-2 .col-9.col-md-10.d-flex.align-items-end {
    width: 100%;
    float: left;
    display: block !important;
}

.accordion-body .row.ms-3.mb-2 .etiquetaLabel label.form-check-label {
    font-size: 18px !important;
    font-family: roboto, sans-serif;
    font-weight: 800;
}

#questionnaire-container h4 {
    width: 100%;
    float: left;
}

#questionnaire-container h6.mb-0 {
    width: 100%;
    float: left;
    margin: 10px 0px !important;
    display: block;
}

#questionnaire-container .mt-2 {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

#questionnaire-container .col.form-check.form-check-inline {
    width: 50%;
    float: left;
    margin: 10px 0px 0px 0px;
}

#questionnaire-container p.mb-0 {
    font-weight: bold;
}

#questionnaire-container label.form-label.mb-0 {
    font-weight: bold;
    margin-bottom: 15px !important;
}

#questionnaire-container label.form-check-label {
    font-size: 16px !important;
    padding: 0px 15px 0px 0px;
}

#questionnaire-container .yellow-btn:nth-child(1) {
    margin-left: 75px !important;
}

#questionnaire-container .yellow-btn:nth-child(2) {
    color: #01A2EB;
    background-color: #fff !important;
    background: #FFF !important;
    border: 1px solid #01A2EB !important;
}

div#questionnaire-container {
    margin-top: -50px;
}

.accordion .active label.form-check-label:nth-child(2) {
    color: #029F07 !important;
    background: #CFFECF !important;
}

.elementSearch.idBox {
}

.face-container label.form-check-label {
    float: none;
    padding: 10px 0px 0px 0px;
}


td p span {
    display: block;
    font-weight: 300;
}

.editContent .elementSearch.inputNormal input,
.editContent .elementSearch.inputNormal select {
    border-radius: 30px;
    min-height: 50px;
    border: 0px;
    box-shadow: 0px 0px 14px -5px rgb(0 0 0 / 30%);
    font-family: roboto, sans-serif;
    font-weight: 300;
    font-style: normal;
}

select#form-select-pathway {
    border-radius: 30px;
    min-height: 50px;
    border: 0px;
    box-shadow: 0px 0px 14px -5px rgb(0 0 0 / 30%);
    font-family: roboto, sans-serif;
    font-weight: 300;
    font-style: normal;
}
/*************BURGER****************/
#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    margin: 15px 15px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
    z-index: 3300;
}

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 70px;
    bottom: 0;
    z-index: 2999;
    background: rgba(6, 12, 34, 0.9);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

.page-template-page-tpl-app-psv #mobile-nav.mobileNavPSV {
    display: block;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 2998;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(6, 12, 34, 0.8);
    display: none;
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    #mobile-nav ul li {
        position: relative;
    }

        #mobile-nav ul li a {
            color: #fff;
            font-size: 17px;
            overflow: hidden;
            padding: 20px;
            position: relative;
            text-decoration: none;
            width: 100%;
            display: block;
            outline: none;
        }





.contentPAtientCuestionario .quiz-container #formContent .col .form-label {
    text-align: center;
    line-height: 30px;
    font-family: "proxima-nova";
    font-weight: 900;
    font-size: 28px;
    color: #0e1b4d;
    padding: 20px 10%;
    margin: 0px !important;
}


.contentPAtientCuestionario textarea.form-control {
    width: 100%;
    background: #fff !important;
    border: 0px;
    height: 200px;
    border-radius: 20px;
    box-shadow: 0px 0px 14px -5px rgb(0 0 0 / 30%);
}


.quiz-container.center-thnk h2 {
    background: url(../images/diseno/iconConfirmation.png) top center no-repeat;
    padding: 154px 50px 0px 50px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    /* padding: 0; */
    color: #00B739;
    font-size: 24px;
    margin-top: 30px;
    width: 100%;
}

.quiz-container.center-thnk h4 {
    width: 100%;
}

/****/
.contentAppContentInner .quiz-container {
    background: none;
    padding: 1.5rem 0%;
}

.contentAppContentInner div#questionaryData {
    overflow: hidden;
    width: 100%;
    float: left;
    padding: 0px 50px;
    margin: 0px;
}

.contentAppContentInner .contentInputsDate label {
    text-align: center;
    line-height: 30px;
    font-family: "proxima-nova";
    font-weight: 900;
    font-size: 28px;
    color: #0e1b4d;
    padding: 20px 10%;
    margin: 0px !important;
}

.contentAppContentInnerPostalCode .contentInputsDate input#postalCodeCP,
.contentAppContentInner .contentInputsDate input {
    border-radius: 30px;
    min-height: 50px;
    border: 0px;
    box-shadow: 0px 0px 14px -5px rgb(0 0 0 / 30%);
    font-family: roboto, sans-serif;
    font-weight: 300;
    font-style: normal;
    background-color: #fff;
    width: 350px;
    margin: 0 auto;
}

div#patientMyData .quiz-container, div#patientMyDataQR, div#patientMyDataCP .quiz-container {
    padding: 0 5%;
    margin: 0PX !IMPORTANT
}


div#patientDataCP {
    background: none !important;
}


#patientMyData div#patientData, #patientMyDataQR div#patientDataQR, #patientMyDataCP div#patientDataCP {
    background: #F6F7FF;
    width: 100%;
    padding: 1.5rem 10%;
    float: left;
    z-index: 9999999;
    position: relative;
}


#patientMyData .input50, #patientMyDataQR .input50, #patientMyDataCP .input50 {
    width: 50%;
    float: left;
}

#patientMyData .input50R, #patientMyDataQR .input50R, #patientMyDataCP .input50R {
    width: 50%;
    float: left;
}

/*#patientMyData .input30, #patientMyDataQR .input30, #patientMyDataCP .input30 {
    width: 33%;
    float: left;
}

#patientMyData .input30R, #patientMyDataQR .input30R, #patientMyDataCP .input30R {
    width: 33%;
    float: left;
}*/

    #patientMyData .input50R.input30R .form-control:disabled, #patientMyDataQR .input50R.input30R .form-control:disabled, #patientMyDataCP .input50R.input30R .form-control:disabled {
        width: 30%;
    }

#patientMyData .input50 label.form-check-label, #patientMyDataQR .input50 label.form-check-label, #patientMyDataCP .input50 label.form-check-label,
#patientMyData .input30 label.form-check-label, #patientMyDataQR .input30 label.form-check-label, #patientMyDataCP .input30 label.form-check-label {
    font-size: 16px !important;
    padding: 10px 22px 0px 47px;
}

#patientMyData .card-body #linksModify {
    float: left;
}


.form-control:disabled, .form-control[readonly] {
    background-color: #FFF;
    opacity: 0.5;
}



#patientMyData #buttonsModify .yellow-btn, #patientMyDataQR #buttonsModifyQR .yellow-btn, #patientMyDataCP #buttonsModifyCP .yellow-btn {
    margin-right: 1rem;
    margin-left: 0rem;
}

button#viewPatientData {
    POSITION: ABSOLUTE;
    TOP: 1PX;
    RIGHT: 61PX;
    PADDING: 4PX 0PX 0PX 4PX;
    Z-INDEX: 9990;
    background: #FFFFFF;
    width: 40px;
    height: 40px;
    margin: 7px 5px 0px 0px;
    display: block;
    float: right;
    border-radius: 45px;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 40%);
    box-shadow: 0px 0px 14px -5px rgb(0 0 0 / 40%);
}


#patientMyData a, #patientMyDataQR a, #patientMyDataCP a {
    color: #0DA8E9;
    font-weight: 600;
    text-decoration: underline;
}




.PathwayClose span {
    background: url(../images/diseno/iconLessPath.png) top left no-repeat !important;
    display: block;
    height: 26px;
    width: 23px;
    position: absolute;
    top: 12px;
    left: 16px;
}

.activeclassPathwayState0 {
    background: url(../images/diseno/iconPlusGray.png) top right #E9E9E9 no-repeat !IMPORTANT;
    background-position: 205px 8px !IMPORTANT;
    background-color: #E9E9E9 !IMPORTANT;
    color: #7A7A7A !important;
    cursor: pointer;
}

    .activeclassPathwayState0.active {
        background: url(../images/diseno/iconMinusGray.png) top right #E9E9E9 no-repeat !IMPORTANT;
        background-position: 205px 8px !IMPORTANT;
        background-color: #E9E9E9 !IMPORTANT;
        color: #7A7A7A !important;
        cursor: pointer;
    }

.activeclassPathwayState1 {
    background: url(../images/diseno/iconPlusYellow.png) top right #FFF4AB no-repeat;
    background-position: 205px 8px !IMPORTANT;
    background-color: #FFF4AB !IMPORTANT;
    color: #898E00 !important;
    cursor: pointer;
}

    .activeclassPathwayState1.active {
        background: url(../images/diseno/iconMinusYellow.png) top right #FFF4AB no-repeat;
        background-position: 205px 8px !IMPORTANT;
        background-color: #FFF4AB !IMPORTANT;
        color: #898E00 !important;
        cursor: pointer;
    }

.activeclassPathwayState2 {
    background: url(../images/diseno/iconPlusGreen.png) top right #E9E9E9 no-repeat !IMPORTANT;
    background-position: 205px 8px !IMPORTANT;
    background-color: #CFFECF !IMPORTANT;
    color: #029F07 !important;
    cursor: pointer;
}

    .activeclassPathwayState2.active {
        background: url(../images/diseno/iconMinusGreen.png) top right #E9E9E9 no-repeat !IMPORTANT;
        background-position: 205px 8px !IMPORTANT;
        background-color: #CFFECF !IMPORTANT;
        color: #029F07 !important;
        cursor: pointer;
    }

span.fake-pathway-col-item-form strong {
    font-size: 15px;
}

span.fake-pathway-col-item-form span.datePath {
    width: 100%;
    padding: 0px !important;
    margin: 1px 0px 4px 0px !important;
    color: #7A7A7A;
    font-weight: 300;
    font-size: 15px;
}

span.fake-pathway-col-item-form span.bg-success {
    color: #029F07 !important;
    background: #CFFECF !important;
    padding: 8px 20px !important;
    font-size: 12px;
}

span.fake-pathway-col-item-form span.bg-secondary {
    color: #7A7A7A !important;
    background: #E9E9E9 !important;
    padding: 8px 20px !important;
    font-size: 12px;
}

span.fake-pathway-col-item-form span.bg-warning {
    color: #898E00 !important;
    background: #FFF4AB !important;
    padding: 8px 20px !important;
    font-size: 12px;
}


span.nextEnviosPath {
    font-family: "proxima-nova";
    font-weight: 900;
    font-size: 16px;
    margin: 13px 0px 5px -10px;
    padding: 0px !important;
    display: block;
    width: 100% !important;
    float: left;
}

div.accordion {
    width: 100%;
    margin: 20px 0px 0px 0px;
    float: left;
}

.accordion-item .form-check-input:checked[type=checkbox] {
    background: #71D674 !important;
    background-size: 22px 28px !important;
    background-position: 1px -3px !important;
    background-repeat: no-repeat !important;
    border: 1px solid #fff !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important
}

.accordion-body table tbody tr td {
    background-color: #fff !important;
    border-bottom: 0px solid #F6F7FF !important;
    padding: 10px 8px 10px 16px !important;
    font-size: 16px !important;
    color: #7A7A7A;
}

#patientPathwaysAdded tr td button.buttonEditPathway {
    background: none !important;
    padding: 0px 0px 0px 0px !important;
    margin: 0px 0px 0px 7px !important;
}

    #patientPathwaysAdded tr td button.buttonEditPathway img {
        margin-top: -4px;
        width: 15px;
    }

.buttonRemopvePathway {
    background: url(../images/diseno/removeCuestionario.png) top left no-repeat;
    color: #01A2EB;
    padding: 8px 0px 9px 51px;
    border-radius: 1px;
    background-position: 12px 6px;
    margin: 10px 0px 0px 0px;
}

.buttonAddPathway {
    background: url(../images/diseno/addCuestionario.png) top left no-repeat;
    color: #01A2EB;
    padding: 8px 0px 9px 51px;
    border-radius: 1px;
    background-position: 12px 6px;
    margin: 10px 0px 0px 0px;
}


.buttonChangePathwayView {
    margin-top: -42px;
}

.accordion .active label.form-check-label.pathwayStateActive {
    color: #01A2EB !important;
    background: #FFFFFF !important;
}


#dialog-deactivate-pathway-container .form-check {
    padding-left: 0;
}

#dialog-delete-patient .form-check {
    padding-left: 0;
}



/*************************/

.contentWelcome h1 {
    margin-top: 20px;
    width: 100%;
    font-family: "proxima-nova";
    font-weight: 900;
    font-size: 46px;
    padding: 0;
    color: #0e1b4d;
    background: linear-gradient(90deg, #3ccbb7, #04a3e4);
    float: left;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 45px;
}

.contentWelcome {
    width: 100%;
}

    .contentWelcome .columna_izquierda,
    .contentWelcome .columna_derecha {
        width: 100%;
    }
.preguntas {
    width: 100%;
    float: left;
}

.contentWelcome h2 {
    width: 100%;
    font-family: "proxima-nova";
    font-weight: 900;
    font-size: 23px;
    padding: 0;
    color: #000000;
    margin-top: 18px;
    margin-bottom: 0px;
}
.despedida_uno,
.despedida_dos,
.boton-redireccion {
    float: left;
    width: 100%;
}

.despedida_uno a {
    color: #0DA8E9;
    font-weight: 600;
    text-decoration: underline;
}

    .despedida_dos strong {
        color: #0DA8E9;
        font-weight: 600;
        text-decoration: underline;
    }

    .boton-redireccion button {
        background: linear-gradient(90deg, #4CC4D9, #01A2EB);
        font-weight: bold;
        border-radius: 50px;
        margin-top: 10px;
        margin-left: 0;
        padding: 10px 40px;
        border: 0px;
        color: #fff;
        transition: all .5s;
        font-size: 14px;
        width: 100%;
    }

.boton-redireccion {
    text-align: center;
    padding-bottom: 0px;
}

    .boton-redireccion button {
        background: linear-gradient(90deg, #4CC4D9, #01A2EB);
        font-weight: bold;
        border-radius: 50px;
        margin-top: 10px;
        margin-left: 0;
        padding: 10px 40px;
        border: 0px;
        color: #fff;
        transition: all .5s;
        font-size: 14px;
        width: auto;
        margin: 0 auto;
        text-align: center;
    }

/*************************/
.header-patient {
    padding: 0px 5%;
}


.contentWelcomeLayoutContainer {
    width: 100%;
    padding: 40px 5%;
    float: left;
    background: #FBFBFB
}
    .contentWelcomeLayoutContainer h1 {
        margin-top: 20px;
        width: 100%;
        font-family: "proxima-nova";
        font-weight: 900;
        font-size: 35px;
        padding: 0;
        color: #0e1b4d;
        background: linear-gradient(90deg, #3ccbb7, #04a3e4);
        float: left;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        line-height: 35px;
    }
body.contentWelcomeLayout {
    float: left;
}
    .contentWelcomeLayoutContainer .columna_izquierda {
        width: 60%;
        float:left;
    }


    .contentWelcomeLayoutContainer .columna_derecha {
        width: 40%;
        float: left;
    }



.contentWelcomeLayoutContainer p.parrafo_quodem {
    float: left;
}
.contentWelcomeLayoutContainer {
    float: left;
}
    .contentWelcomeLayoutContainer .contentMailWelcome label {
        width: 100%;
        float: left;
        font-family: "proxima-nova";
        font-weight: 900;
        font-size: 18px;
        color: #7A7A7A;
    }

    .contentWelcomeLayoutContainer input#Email {
        border-radius: 30px;
        min-height: 50px;
        border: 0px;
        box-shadow: 0px 0px 14px -5px rgb(0 0 0 / 30%);
        font-family: roboto, sans-serif;
        font-weight: 300;
        font-style: normal;
        background-color: #fff;
        width: 60%;
        margin: 10px auto;
        float: left;
    }


    .contentWelcomeLayoutContainer .form-group {
        width:100%;
        float:left;
    }
        .contentWelcomeLayoutContainer .form-group .form-check {
            position: relative;
            margin-bottom: 15px;
        }
        .contentWelcomeLayoutContainer .form-group .form-check input {
            margin: 5px 10px 0px 0px !important;
            padding: 0px;
            box-shadow: 0px 0px 14px -5px rgb(0 0 0 / 40%);
            height: 35px;
            width: 35px;
            border: 0px;
            position: absolute;
            left: 0px;
        }
            .contentWelcomeLayoutContainer .form-group .form-check label {
                margin-left: 25px;
            }
            .contentWelcomeLayoutContainer input:-internal-autofill-selected {
            background-color: #fff !important;
        }

.contentBtnWelcome {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
    .contentBtnWelcome button {
        background: linear-gradient(90deg, #4CC4D9, #01A2EB);
        font-weight: bold;
        border-radius: 50px;
        /* margin-left: 1rem; */
        padding: 10px 25px;
        border: 0px;
        color: #fff;
        transition: all .5s;
        font-size: 14px;
        width: 180px;
    }

.form-group.contentMailWelcome {
    margin-bottom: 10px;
}


.contentWelcomeLayoutContainer .columna_derecha img{
    width: 100%;
    margin-top:20px;
}

/*************************/

input.form-control.input-number {
    border-radius: 30px;
    min-height: 50px;
    border: 0px;
    box-shadow: 0px 0px 14px -5px rgb(0 0 0 / 30%);
    font-family: roboto, sans-serif;
    font-weight: 300;
    font-style: normal;
    background-color: #fff;
    width: 350px;
    margin: 0 auto;
    text-align: center;
}

label.form-label.input-label-title {
    text-align: center;
    line-height: 26px;
    font-family: "proxima-nova";
    font-weight: 900;
    font-size: 26px;
    color: #0e1b4d;
    padding: 20px 10%;
    margin: 0px !important;
}

.div-progress.w-50.text-center.d-flex.flex-column.align-items-center{
    width: 40% !important;
}

.elementSearch.input-container{
    width: 60%;
}

.progress-new {
    width: 90% !important;
    display: flex;
    height: 11px;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #D6D6D6;
    border-radius: 120px;
}

.progress-bar-new {
    font-size: 15px;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, #72B8E2, #345ED8);
    text-align: center;
    line-height: 30px;
    color: white;
    transition: width 0.5s ease-in-out;
}

.btn-footer.d-flex.justify-content-between.align-items-center{
    justify-content: center !important;
}

#DivIdHospitalClinicType{
    width: 100% !important;
    margin-top: 32px;
}

    #DivIdHospitalClinicType .form-wrap {
        flex-direction: column;
    }

#DivNLocationsHospitalClinicUCI,
#DivNLocationsOperatingRoom,
#DivNOperatingRoom,
#DivNSurgeryYear,
#DivTransplants,
#DivTransplantsType,
#DivHospitalUniversitario,
#DivNLocationsHospitalClinic,
#DivNBeds,
#DivAverageTransplantsYear {
    margin-top: 32px;
}

#IdHospitalClinicType-error,
#NLocationsHospitalClinicUCI-error,
#IdNBedsUCINeonatal-error,
#IdNBedsUCIPediatric-error,
#IdNBedsUCIAdult-error,
#NBeds-error,
#NLocationsHospitalClinic-error,
#IdNLocationsOperatingRoom-error,
#IdNOperatingRoom-error,
#IdNUrgency-error,
#IdNBedsUrgency-error,
#IdNpatientsYear-error,
#IdNSurgeryYear-error,
#HospitalUniversitario-error,
#Transplants-error,
#DivTransplantsType .error,
#AverageTransplantsYear-error,
#AverageNumberOrganTransplantsYearsKidney-error,
#AverageNumberOrganTransplantsYearsHeart-error,
#AverageNumberOrganTransplantsYearsLung-error,
#AverageNumberOrganTransplantsYearsLiver-error,
#AverageNumberOrganTransplantsYearsCornea-error,
#AverageNumberOrganTransplantsYearsFur-error,
#AverageNumberOrganTransplantsYearsOsteomuscularTissue-error,
#AverageNumberOrganTransplantsYearsamnioticMembrane-error,
#TypeCertificate-error,
#DivAcreditationCertification .error {
    margin-top: 16px;
    color: red;
}

#IdHospitalClinicType {
    max-width: 440px;
    background: url(../images/diseno/down_arrow.png) #fff no-repeat right;
    background-size: 16px;
    background-origin: content-box;
    padding-right: 16px;
}

#NLocationsHospitalClinic,
#NBeds,
#NLocationsHospitalClinicUCI,
#IdNBedsUCINeonatal,
#IdNBedsUCIPediatric,
#IdNBedsUCIAdult,
#IdNLocationsOperatingRoom,
#IdNOperatingRoom,
#IdNUrgency,
#IdNBedsUrgency,
#IdNpatientsYear,
#IdNSurgeryYear,
#AverageTransplantsYear,
#DivTransplants,
#DivTransplantsType,
#DivAverageTransplantsYear,
#DivTypeCertificate,
#DivAcreditationCertification,
#AverageNumberOrganTransplantsYearsKidney,
#AverageNumberOrganTransplantsYearsHeart,
#AverageNumberOrganTransplantsYearsLung,
#AverageNumberOrganTransplantsYearsLiver,
#AverageNumberOrganTransplantsYearsCornea,
#AverageNumberOrganTransplantsYearsFur,
#AverageNumberOrganTransplantsYearsOsteomuscularTissue,
#AverageNumberOrganTransplantsYearsamnioticMembrane {
    text-align: center;
}

#DivIdHospitalClinicType p,
#DivHospitalUniversitario p,
#DivNLocationsHospitalClinic p,
#DivNBeds p,
p.blck,
#DivNLocationsHospitalClinicUCI p,
#DivNLocationsOperatingRoom p,
#DivNOperatingRoom p,
#DivNUrgency p,
#DivNBedsUrgency p,
#DivNpatientsYear p,
#DivNSurgeryYear p {
    color: #000;
}

#DivTransplants p,
#DivTransplantsType p,
#DivAverageTransplantsYear p{
    text-align: center;
    color: #000;
}

#DivTransplants .form-wrap,
#DivAverageTransplantsYear .form-wrap,
#DivTypeCertificate .form-wrap {
    justify-content: center;
}

#DivTransplantsType .form-wrap .form-check.form-check-inline.check-flex {
    width: 20%;
    justify-content: flex-end;
    min-width: 257px;
}

#form-initial-survey-part-seven .form-wrap {
    justify-content: flex-end;
}

.elementSearch.w-18{
    width: 22%;
    min-width: 288px;
}

.progress-label {
    color: #707070;
}

#DivTransplantsType .form-check-label.label-pointer {
    font-weight: 600;
    color: #7A7A7A;
}

#DivAverageTransplantsYear .form-check-label.label-pointer,
#DivAverageNumberOrganTransplantsYearsKidney .form-check-label.label-pointer,
#DivAverageNumberOrganTransplantsYearsHeart .form-check-label.label-pointer,
#DivAverageNumberOrganTransplantsYearsLung .form-check-label.label-pointer,
#DivAverageNumberOrganTransplantsYearsLiver .form-check-label.label-pointer,
#DivAverageNumberOrganTransplantsYearsCornea .form-check-label.label-pointer,
#DivAverageNumberOrganTransplantsYearsFur .form-check-label.label-pointer,
#DivAverageNumberOrganTransplantsYearsOsteomuscularTissue .form-check-label.label-pointer,
#DivAverageNumberOrganTransplantsYearsamnioticMembrane .form-check-label.label-pointer {
    padding-top: 0;
}

p.page-form-title {
    font-size: 18px;
    text-align: center;
    font-weight: 900;
    margin-bottom: 32px;
    color: #000;
}

#error-message {
    width: max-content;
    color: red;
    margin-right: auto;
    margin-left: auto;
    margin-top: 350px;
}

#DivTypeCertificate {
    margin-bottom: 40px;
}

#DivAcreditationCertification .form-check.form-check-inline.check-flex {
    width: 40%;
    justify-content: flex-end;
    min-width: 575px;
}

    #DivAcreditationCertification .form-check.form-check-inline.check-flex .form-check-label.label-pointer,
    #form-initial-survey-part-seven .elementSearch.w-18 .form-wrap .form-check-label.label-pointer {
        font-weight: 600;
        color: #7A7A7A;
    }

.btn-footer {
    width: 100% !important;
}

.hide {
    display: none !important;
}

#NLocationsHospitalClinic,
#NBeds,
#NLocationsHospitalClinicUCI,
#IdNBedsUCINeonatal,
#IdNBedsUCIPediatric,
#IdNBedsUCIAdult,
#IdNLocationsOperatingRoom,
#IdNOperatingRoom,
#IdNUrgency,
#IdNBedsUrgency,
#IdNSurgeryYear,
#IdNpatientsYear {
    max-width: 440px;
}

#form-initial-survey-part-three .elementSearch.w-100 .elementSearch.w-33,
#DivNLocationsHospitalClinic,
#DivNBeds,
#DivHospitalUniversitario {
    min-height: 108px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

input#btn_finish_initial_survey {
    margin-left: 0;
}

div.MessageThankYou .w-100.text-center p {
    margin-top: 1rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 432px;
}

#DivPartOne,
#DivPartTwo,
#DivPartThree,
#DivPartFour,
#DivPartFive,
#DivPartSix,
#DivPartSeven,
#DivPartEight,
#DivAreaEvaluation,
#Divdiagnosis,
#Divsepsis,
#DivUrinaryInfection,
#DivPartThreeUrinary,
#DivPartFourUrinary,
#DivPartFiveUrinary,
#DivPartSixUrinary,
#DivPartSevenUrinary,
#DivPartEightUrinary,
#DivPartOne-a,
#DivPartOne-b {
    margin-bottom: 8px;
    margin-top: 24px;
}



    #DivPartOne .form-wrap,
    #DivPartTwo .form-wrap,
    #DivPartThree .form-wrap,
    #DivPartFour .form-wrap,
    #DivPartFive .form-wrap,
    #DivPartSix .form-wrap,
    #DivPartSeven .form-wrap,
    #DivPartEight .form-wrap,
    #DivAreaEvaluation .form-wrap,
    #Divdiagnosis .form-wrap,
    #Divsepsis .form-wrap,
    #DivUrinaryInfection .form-wrap,
    #DivPartFourUrinary .form-wrap,
    #DivPartFiveUrinary .form-wrap,
    #DivPartSixUrinary .form-wrap,
    #DivPartSevenUrinary .form-wrap,
    #DivPartEightUrinary .form-wrap {
        margin-bottom: 5px;
    }



    #DivPartOne p,
    #DivPartTwo p,
    #DivPartThree p,
    #DivPartFour p,
    #DivPartFive p,
    #DivPartSix p,
    #DivPartSeven p,
    #DivPartEight p,
    #DivAreaEvaluation p,
    #Divdiagnosis p,
    #Divsepsis p,
    #DivUrinaryInfection p,
    #DivPartFourUrinary p,
    #DivPartFiveUrinary p,
    #DivPartSixUrinary p,
    #DivPartSevenUrinary p,
    #DivPartEightUrinary p,
    #EvaluationAreaTitle,
    #DaysOfStayTitle,
    #DivDiagnostic p,
    #DivPartNine p,
    #DivPartTen p,
    #DivPartEleven p,
    #FocusOfSepsisUrinaryTitle,
    #FocusOfSepsisTitle {
        color: #000;
        font-size: 18px;
        margin: 10px 0px;
        word-break: normal;
    }

#error-message-one,
#error-message-two,
#error-message-three,
#error-message-four,
#error-message-five,
#error-message-six,
#error-message-seven {
    color: #ff0000;
    text-align: center;
}

#UnitCost{
    margin-right: 8px;
}

div.w-100.text-center.total-score {
    margin-top: 96px;
    font-size: 18px;
}

.contentAppContentInner h2#total-score-check-list-auto-evaluation {
    margin-left: auto;
    margin-right: auto;
    padding: 12px;
    float: unset;
    color: #fff;
    width: 160px;
    border-radius: 25px;
    -webkit-text-fill-color: unset;
    -webkit-background-clip: unset;
}

div.w-100.text-center.total-score p {
    width: 100%;
}

.home ul.indicadores {
    flex-wrap: wrap;
    justify-content: start;
}

.home ul li.indicador {
    width: 30%;
    background: #fff;
    display: flex;
    flex-direction: column;
    /*min-width: 240px;
    max-width: 400px;*/
    margin: 16px 16px;
    border-radius: 20px;
    box-shadow: 5px 6px 22px 4px rgba(204,204,204,1);
    -webkit-box-shadow: 5px 6px 22px 4px rgba(204,204,204,1);
    -moz-box-shadow: 5px 6px 22px 4px rgba(204,204,204,1);
}
   /* .home ul li.indicador p {
        text-align: start;
        background: linear-gradient(90deg, #72B8E2, #345ED8);
        color: #fff;
        font-weight: 900;
        padding: 0px 24px;
        height: 120px;
        border-radius: 20px 20px 0px 0px;
        display: flex;
        align-content: center;
        flex-wrap: wrap;
    }
    .home ul .indicador a {
        background: #F8AD00;
        padding: 8px 12px;
        font-size: 16px;
        border-radius: 25px;
    }
*/
.access-container {
    padding: 16px 16px 24px;
}

#DivAverageNumberOrganTransplantsYearsKidney,
#DivAverageNumberOrganTransplantsYearsHeart,
#DivAverageNumberOrganTransplantsYearsLung,
#DivAverageNumberOrganTransplantsYearsLiver,
#DivAverageNumberOrganTransplantsYearsCornea,
#DivAverageNumberOrganTransplantsYearsFur,
#DivAverageNumberOrganTransplantsYearsOsteomuscularTissue,
#DivAverageNumberOrganTransplantsYearsamnioticMembrane{
    min-height: 125px;
}
#DivNLocationsOperatingRoom p, 
#DivNOperatingRoom p, 
#DivNUrgency p, 
#DivNBedsUrgency p, 
#DivNpatientsYear p, 
#DivNSurgeryYear p{
    min-height: 54px;
}

.titleFontDeg.title-column{
    display: flex;
    flex-direction: column;
}

    .titleFontDeg.title-column h3 {
        font-family: "proxima-nova";
        font-weight: 900;
        font-size: 16px;
        padding: 0;
        color: #0e1b4d;
        background: linear-gradient(90deg, #72B8E2, #345ED8);
        float: left;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.contentInnerTop.not-wht {
    background: #F6F7FF !important;
}

#total-score-check-list-auto-evaluation {
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 16px;
    background: linear-gradient(90deg, #72B8E2, #345ED8);
    border-radius: 20px;
    color: #fff;
    font-weight: 600;
}

.idBox.inputNormal.form-check.form-check-inline.check-flex p {
    margin-bottom: 0;
    font-family: "proxima-nova";
    font-weight: 900;
    font-size: 18px;
    color: #7A7A7A;
    padding: 0px 10px 0px 0px;
    width: max-content;
}

.elementSearch.idBox.inputNormal .input-nbeds {
    width: 50%;
}

.idBox.inputNormal.form-check.form-check-inline.check-flex.w-30 {
    width: 45%;
}

.elementSearch.idBox.inputNormal.not-apply{
    min-width: 390px;
}
.formulariosContentBG .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 11px;
    right: 5px;
    width: 20px;
}
.FormPartsUrinary .contentGlobalChecksElements label.form-check-label.label-pointer {
    width: auto;
}
/************************FORMULARIOS********************************/
.formulariosContentBG {
    background: none !important;
}
    .formulariosContentBG span.select2-selection.select2-selection--single {
        border-radius: 30px;
        min-height: 50px;
        border: 0px;
        box-shadow: 0px 0px 14px -5px rgb(0 0 0 / 30%);
        font-family: roboto, sans-serif;
        font-weight: 300;
        font-style: normal;
        padding: 10px 10px 10px 20px;
    }

    .formulariosContentBG .elementSearch {
        text-align: center;
        margin: 0 auto;
        float: none;
        clear: both;
    }

    .formulariosContentBG .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 11px;
        right: 5px;
        width: 20px;
    }

    .formulariosContentBG .form-check {
        padding-left: 0px;
        width: 70%;
        margin: 0 auto;
        padding-top: 5px;
    }

    .formulariosContentBG #DivPartOne .form-check {
        padding-left: 0px;
        width: 70%;
        padding-top: 5px;
    }

    .formulariosContentBG .form-check span.select2.select2-container.select2-container--default {
        width: 100% !important;
    }

    .formulariosContentBG .select2-dropdown {
        border: 0px;
        border-radius: 26px;
        overflow: hidden;
        padding: 0px 21px 10px 21px;
        box-shadow: -2px 10px 26px -12px rgb(0 0 0 / 30%);
    }

    .formulariosContentBG div#botonera {
        padding: 30px 0px;
        float: left;
    }
    .formulariosContentBG span.select2-selection.select2-selection--multiple {
        border-radius: 30px;
        min-height: 50px;
        border: 0px !important;
        box-shadow: 0px 0px 14px -5px rgb(0 0 0 / 30%);
        font-family: roboto, sans-serif;
        font-weight: 300;
        font-style: normal;
        padding: 10px 10px 10px 20px;
    }




span.select2-dropdown.select2-dropdown--below {
    border: 0px;
    border-radius: 0 0 26px 26px;
    overflow: hidden;
    padding: 0px 0px 10px 21px;
    box-shadow: 5px 10px 26px -21px rgb(0 0 0 / 30%);
}

.contentGlobalCheck {
    width: 100%;
    text-align: center;
    display: block;
}


    .contentGlobalChecksElements .form-check.form-check-inline.check-flex {
        display: inline-flex;

        width: auto;
        padding: 0px 0px 0px 0px;
        margin: 0px;
    }

.contentGlobalChecksElements label.form-check-label.label-pointer:(.not-small) {
    margin: 8px 0px 0px 0px;
    width: 25px;
}

#divCorrectAntibioticAdministrationDose {
    display: flex;
    flex-direction: column;
}

    #divCorrectAntibioticAdministrationDose .contentGlobalChecksElements,
    .inline-answers .contentGlobalChecksElements.contentInputChecksGlobal,
    .inline-answers > .contentGlobalChecksElements {
        display: flex;
        margin-right: auto;
        margin-left: auto;
        width: 100% !important;
    }

.elementSearch.w-75.inline-answers{
    max-width: 700px;
}

#divCorrectAntibioticAdministrationDose .contentGlobalChecksElements p,
.inline-answers .contentGlobalChecksElements.contentInputChecksGlobal p,
.inline-answers > .contentGlobalChecksElements  p{
    text-align: start;
}

        .form-wrap.contentSubtitle {
            margin: 0px !important;
        }

#DivPartEleven.column-questions {
    display: flex;
    flex-direction: column;
}

    #DivPartEleven.column-questions .form-wrap.contentGlobalChecksElements {
        display: flex;
        justify-content: space-between;
    }

        #DivPartEleven.column-questions .form-wrap.contentGlobalChecksElements p {
            text-align: start;
            width: 50%;
        }

        .contentGlobalChecksElements input.circle-chek {
            margin-right: 10px !important;
        }

.contentGlobalChecksElements p {
    color: #7A7A7A !important;
}
.contentGlobalChecksElements {
    min-width: 24%;
    display: inline-block;
    margin-bottom: 20px;
}
    .contentGlobalChecksElements.contentInputChecksGlobal:not(#DivPartSeven .contentGlobalChecksElements.contentInputChecksGlobal):not(#DivPartTen .contentGlobalChecksElements.contentInputChecksGlobal) {
        width: 24%;
    }

/**/
.form-check.form-check-inline.check-flex.contentInputChecks {
    display: inline-flex;
}


    .form-check.form-check-inline.check-flex.contentInputChecks input {
        width: 70px;
        text-align: center;
    }

    .form-check.form-check-inline.check-flex.contentInputChecks label {
        float: left;
        display: block;
        margin: 0px 0px 0px 9px;
        /* width: 50px; */
    }
.formulariosContentBG  div#message-5 {
    width: 100%;
    float: left;
    text-align: center;
    /* font-style: italic; */
}
h4.modal-title {
    width: 100%;
}

.formulariosContentBG .PartOneUrinary .form-check {
    width: 100%;
}

#Divsepsis .form-wrap.contentGlobalChecksElements {
    width: 48%;
    line-height: 20px;
    padding: 0px 10px !important;
    display: inline-table;
}
#Divsepsis p,
#DivUrinaryInfection p {
    word-break: initial;
    min-height: 40px;
}


#Divsepsis .form-wrap.contentGlobalChecksElements .contentGlobalChecksElements,
#DivUrinaryInfection .form-wrap.contentGlobalChecksElements .contentGlobalChecksElements {
    width: initial;
}
#DivUrinaryInfection .form-wrap.contentGlobalChecksElements {
    width: 30%;
    line-height: 20px;
    padding: 0px 10px !important;
    display: inline-table;
}
.formulariosContentBG .MessageThankYou {
    padding-top: 35px;
    float: left;
    width: 100%;
}

#form-part-one,
#form-part-two,
#form-part-three,
#form-part-four,
#form-part-five {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

#divOrotrachealTube,
#divCentralVenousCatheter,
#divUrinaryCatheter,
#divNumberInfectionsNAV,
#divNumberInfectionsITS_AC,
#divNumberInfectionsITU_AS,
#divMicroorganismNAV,
#divMicroorganismITS_AC,
#divMicroorganismITU_AS {
    display: flex;
    width: 100%;
}

#divMicroorganismNAV,
#divMicroorganismITS_AC,
#divMicroorganismITU_AS {
    align-items: end;
}

#divMicroorganismResistanceNAV,
#divMicroorganismResistanceITS_AC,
#divMicroorganismResistanceITU_AS {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    #divOrotrachealTube div,
    #divCentralVenousCatheter div,
    #divUrinaryCatheter div,
    #divNumberInfectionsNAV div,
    #divNumberInfectionsITS_AC div,
    #divNumberInfectionsITU_AS div,
    #divMicroorganismNAV div,
    #divMicroorganismITS_AC div,
    #divMicroorganismITU_AS div {
        width: 33%;
        margin-left: 16px;
    }


    #divOrotrachealTube label,
    #divCentralVenousCatheter label,
    #divUrinaryCatheter label,
    #divNumberInfectionsNAV label,
    #divNumberInfectionsITS_AC label,
    #divNumberInfectionsITU_AS label,
    #divMicroorganismNAV label,
    #divMicroorganismITS_AC label,
    #divMicroorganismITU_AS label,
    #divMicroorganismResistanceNAV label,
    #divMicroorganismResistanceITS_AC label,
    #divMicroorganismResistanceITU_AS label {
        width: unset;
    }

    #divMicroorganismResistanceNAV div,
    #divMicroorganismResistanceITS_AC div,
    #divMicroorganismResistanceITU_AS div{
        margin-top: 8px;
        margin-bottom: 8px;
    }

        #divMicroorganismResistanceNAV div p,
        #divMicroorganismResistanceITS_AC div p,
        #divMicroorganismResistanceITU_AS div p {
            font-size: 16px;
            margin-right: 16px;
        }

.upside-label {
    flex-direction: column;
}

#form-part-four .upside-label p {
    text-align: start;
    margin-left: 24px;
    margin-bottom: 4px;
    font-size: 16px;
}

#OrotrachealTubeDaysTitle,
#CentralVenousCatheterDaysTitle,
#UrinaryCatheterDaysTitle,
#NumberInfectionsNAVDaysTitle,
#NumberInfectionsITS_ACDaysTitle,
#NumberInfectionsITU_ASDaysTitle,
#MicroorganismNAVTitle,
#MicroorganismITS_ACTitle,
#MicroorganismITU_ASTitle {
    width: 50%;
}

    input[type="number"] {
        text-align: center;
    }

.formulariosContentBG .yellow-btn{
    margin-top: 0;
}

.colmn-frm {
    min-width: unset;
    display: flex;
    margin-bottom: 20px;
    flex-direction: column;
    align-items: flex-start;
    width: 160.75px;
    margin-left: auto;
    margin-right: auto;
}

    .colmn-frm .form-check.form-check-inline.check-flex {
        justify-content: space-between;
        width: 100%;
        margin-bottom: 16px;
    }

.contentLoginBoxTitle h3 {
    width: 100%;
    font-family: "proxima-nova";
    font-weight: 900;
    padding: 0;
    color: #0e1b4d;
    background: linear-gradient(90deg, #345ED8, #72B8E2);
    float: left;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#InvasiveDevices,
#Precautions {
    text-align: center;
    border-radius: 30px;
    min-height: 50px;
    box-shadow: 0px 0px 14px -5px rgb(0 0 0 / 30%);
    font-family: roboto, sans-serif;
    font-weight: 300;
    font-style: normal;
    padding: 10px 10px 10px 20px;
    background: url(../images/diseno/down_arrow.png) #fff no-repeat right;
    background-position: 98%;
    background-size: 8px;
    border: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #bababa transparent transparent transparent;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #bababa transparent;
}

.form-col-container .contentGlobalChecksElements.contentInputChecksGlobal {
    width: 60%;
    flex-direction: column;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

    .form-col-container .contentGlobalChecksElements.contentInputChecksGlobal .form-check.form-check-inline.check-flex {
        width: 100%;
        margin: 16px auto;
        justify-content: center;
    }

div.micro-resistance p {
    min-width: 216px;
}

div.micro-resistance > span {
    min-width: 275px;
}

div.no-label{
    justify-content: center !important;
}
.contenReferenciasLink {
    color: #345ED8;
    font-weight: bold;
    cursor: pointer;
    padding-left: 30px;
    background: url(../images/arrowDown.png) top left no-repeat;
}

.contenReferencias {
    padding: 50px 0PX 0PX 0PX;
    text-align: left;
    float: left;
}
.contenReferenciasElement {
    display: none;
    font-size: 15px;
}
.active .contenReferenciasLink {
    background: url(../images/arrowUp.png) top left no-repeat;
}
.active .contenReferenciasElement {
    display: block;
}






.contentPDFbox {
    display: block;
    float: left;
    width: 100%;
    padding: 30px 30px;
}



.contentPDFboxElement {
    width: 31%;
    min-height: 150px; margin: 0 1% 34px 1%;
    position: relative;
    vertical-align: top;
    float: none;
    display: inline-block;
    background: #FFF;
    padding: 20px 17px 25px 124px;
    border-radius: 30px;
    box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.2);
}
.contentAppContentInner .contentPDFboxElement h4 {
    background: none;
    color: #345ED8 !important;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
    width:100%;
    display:block;
}
.contentPDFboxElement a {
    background: #F8AD00;
    padding: 8px 32px;
    font-size: 16px;
    display: block;
    float: left;
    margin-top: 6px;
    border-radius: 32px;
    color: #FFF;
    font-weight: bolder;
}


.contentPDFboxElement img {
    position: absolute;
    left: 17px;
    top: 25px;
}


form#form-urinary-part-twelve .contentSubtitle p,
form#form-part-eleven .contentSubtitle p {
    color: #2f3138;
}



form#form-urinary-part-twelve .form-wrap.contentGlobalChecksElements,
form#form-part-eleven .form-wrap.contentGlobalChecksElements {
    min-width: 100%;
    text-align: left;
    padding: 0px 12%;
}


    form#form-urinary-part-twelve .form-wrap.contentGlobalChecksElements p,
    form#form-part-eleven .form-wrap.contentGlobalChecksElements p {
        float: left !important;
        width: 50%;
    }
    form#form-urinary-part-twelve .form-wrap.contentGlobalChecksElements .contentGlobalChecksElements,
    form#form-part-eleven .form-wrap.contentGlobalChecksElements .contentGlobalChecksElements {
        float: right;
    }



.contentBlankLegalInfo .content-terms ul li::marker {
    color: #FBFBFB;
    list-style:none !important;
    display: none !important;
}

.contentBlankLegalInfo .content-terms ul {
    padding-left: 0px !important;
    float: left;
    width: 100%;
}
p.referenceTerms {
    margin-top: 50px;
    /* font-weight: bold; */
}





/************************************************
*************************************************
*************************************************
REDISEÑO
*************************************************
*************************************************
*************************************************/

.contentAppContentHeader {
    position: fixed;
    top: 0px;
    z-index: 9;
}
a.psv-link.logoIcon {
    width: 180px;
    display: block;
}
a.psv-link.logoIcon img {
    width: 100%;
}
.contentTitle {
    padding: 10px 0px 0px 20px;
}

.contentAppMenu {
    border-right: 0px;
    background: #345ED8;
}

nav.contentNavPrincipal {
    background: none;
}

.home {
    margin-top: 80px;
}
.contentInnerTop.not-wht {
    overflow: hidden;
    background: none !important;
    min-height: 350px;
    position: relative;
    width: 100%;
    background-size: cover !important;
}
.loginBody {
    position: relative;

    overflow:hidden;
}
    .loginBody video {
        position: absolute;
        top: -50%;
        right: -50%;
        width: 150%;
        height: 200%;
    } 

.contentInnerTop.not-wht video {
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
}
.home ul {
    list-style: none;
    display: block;
    float: left;
    width: 96%;
    justify-content: center;
    margin-top: -100px;
    padding-left: 0;
    margin: -68px 2% 0px 2%;
}
    .home ul a:not(.yellow-button),
    .home ul li.indicador {
        width: 31.3%;
        margin: 0px 1%;
        float: left;
        color: #000;
        display: block;
        height: 140px;
        position: relative;
        box-shadow: 0px 0px 11px -5px rgba(0, 0, 0, 0.2);
        background: url(../images/newDesign/iconGestion.png) top left no-repeat #FFF;
        background-position: 22px 27px;
        background-size: 82px;
        margin-bottom: 30px;
    }

        .home ul a:not(.yellow-button):hover,
        .home ul li.indicador:hover {
            background: url(../images/newDesign/iconGestionHover.png) top left no-repeat #72B8E2;
            background-position: 22px 27px;
            background-size: 82px;
        }
            .home ul a:not(.yellow-button):hover li:not(.indicador) {
                color:#FFF;
            }

.home .titleFontDeg {
 
}
.home h2 {
    margin-bottom: 0px;
    font-size: 30px;
    color: #FFF !important;
    background: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: initial;
}

.home .titleFontDeg.title-column h3 {
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 400;
    color: #FFF !important;
    background: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: initial;
}


.home ul li:not(.indicador) {
    color: #000;
    /* display: table-cell; */
    height: auto;
    font-family: 'proxima-nova';
    font-weight: bold;
    text-align: left;
    line-height: 27px;
    font-size: 24px;
    padding: 0px;
    min-height: auto;
    position: absolute;
    top: 50%;
    left: 39%;
    transform: translate(-20px, -49%);
}
.access-container {
    padding: 0px;
}

.contentAppContentInner {
    height: 102%;
}
.access-container {

/*    padding: 0px;
    min-height: auto;
    position: absolute;
    top: 50%;
    left: 177px;
    transform: translate(-60px, -49%);*/
}

    .access-container p {
        color: #000;
        font-family: 'proxima-nova';
        font-weight: bold;
        text-align: left;
        margin-bottom:0px;
        line-height: 20px;
        font-size: 17px;
    }
.home ul a.VigilanciaEquipoProa {
    background: url(../images/newDesign/iconIndicadores.png) top left no-repeat #FFF;
    background-position: 32px 22px;
    background-size: 63px;
}

.home ul a.VigilanciaEquipoProa:hover {
    background: url(../images/newDesign/iconIndicadoresHover.png) top left no-repeat #72B8E2;
    background-position: 32px 22px;
    background-size: 63px;
}

.home ul a.HistoricoVigilanciaEquipoProa {
    background: url(../images/newDesign/iconUsuarios.png) top left no-repeat #FFF;
    background-position: 16px 31px;
    background-size: 89px;
}

    .home ul a.HistoricoVigilanciaEquipoProa:hover {
        background: url(../images/newDesign/iconUsuariosHover.png) top left no-repeat #72B8E2;
        background-position: 16px 31px;
        background-size: 89px;
    }


.home ul a.FormacionMiProaEquipoProa,
.home ul a.FormacionMiProaHospitalAdmin {
    background: url(../images/newDesign/iconEducativo.png) top left no-repeat #FFF;
    background-position: 17px 37px;
    background-size: 88px;
}

    .home ul a.FormacionMiProaEquipoProa:hover,
    .home ul a.FormacionMiProaHospitalAdmin:hover {
        background: url(../images/newDesign/iconEducativoHover.png) top left no-repeat #72B8E2;
        background-position: 17px 37px;
        background-size: 88px;
    }


.home ul a.ConfiguracionHospitalHospitalAdmin {
    background: url(../images/newDesign/iconHospital.png) top left no-repeat #FFF;
    background-position: 27px 26px;
    background-size: 88px;
}

    .home ul a.ConfiguracionHospitalHospitalAdmin:hover {
        background: url(../images/newDesign/iconHospitalHover.png) top left no-repeat #72B8E2;
        background-position: 27px 26px;
        background-size: 88px;
    }



.home ul a.DashboardsHome {
    background: url(../images/newDesign/iconEstadisticas.png) top left no-repeat #FFF;
    background-position: 19px 36px;
    background-size: 82px;
}

    .home ul a.DashboardsHome:hover {
        background: url(../images/newDesign/iconEstadisticasHover.png) top left no-repeat #72B8E2;
        background-position: 19px 36px;
        background-size: 82px;
    }

.home ul a.SurveillanceAntimicrobial {
    background: url(../images/newDesign/iconVigilancia.png) top left no-repeat #FFF;
    background-position: 31px 23px;
    background-size: 67px;
}


    .home ul a.SurveillanceAntimicrobial:hover {
        background: url(../images/newDesign/iconVigilanciaHover.png) top left no-repeat #72B8E2;
        background-position: 31px 23px;
        background-size: 67px;
    }


.home ul a.AntimicrobialConsumption {
    background: url(../images/newDesign/iconConsumo.png) top left no-repeat #FFF;
    background-position: 33px 25px;
    background-size: 70px;
}
    .home ul a.AntimicrobialConsumption:hover {
        background: url(../images/newDesign/iconConsumoHover.png) top left no-repeat #72B8E2;
        background-position: 33px 25px;
        background-size: 70px;
    }

.home ul a.InfectionPrevention {
    background: url(../images/newDesign/iconPrevencion.png) top left no-repeat #FFF;
    background-position: 22px 26px;
    background-size: 75px;
}

    .home ul a.InfectionPrevention:hover {
        background: url(../images/newDesign/iconPrevencionHover.png) top left no-repeat #72B8E2;
        background-position: 22px 26px;
        background-size: 75px;
    }
/***/
.elementLoginMid {
    padding: 50px 30px;
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    text-align: center;
}
.contentLoginBoxTitle {
    width: 100%;
    margin-top: 0px;
    float: left;
}

.contentLoginBox {
    width: 400px;
    clear: both;
    margin: 0 auto;
    box-shadow: 0px 0px 11px -5px rgba(0, 0, 0, 0.2);
    padding: 20px 20px;
    border-radius: 25px;
    background: #FFF;
}


.container.body-content.loginContent {
/*    background: url(../images/newDesign/bgLogin.png) top center no-repeat;
    background-size: cover;*/
    position: relative;
/*    z-index: 99;*/
}


.contentLoginBoxTitle h1,
.contentLoginBoxTitle h3{
    color: #FFF !important;
    background: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: initial;
}

.contentLoginBoxTitle h1 {

    font-size: 41px;

    line-height: 26px;
}
.contentLoginBoxTitle h3 {

    font-weight: 400;
    font-size: 24px;
}

    .contentLoginBoxTitle p {
    color: #FFF !important;
    background: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: initial;
}
.access-container span {
    background: #F3BB49;
    margin-top: 5px;
    display: block;
    float: left;
    font-size: 14px;
    color: #FFF;
    padding: 4px 26px;
    border-radius: 30px;
    font-weight: 400;
}

input#btnEmailLink {
    background: #F3BB49 !important;
    border: 0px !important;
}

.loginBody button.btn.btn-lg.btn-success.mb-3,
#btnCambiar {
    background: #F3BB49 !important;
    border: 0px !important;
}

span.iconUser {
    background: url(../images/newDesign/iconUser.png) #72B8E2 top center no-repeat;
    width: 40px;
    background-size: 20px;
    margin-top: 3px;
    background-position: 11px 8px;
    height: 40px;
    display: block;
    float: left;
    border-radius: 50px;
    margin-right: 13px;
}

.contentData {
    float: left;
}

/*******************************************************************************************************************/

.PartOneCheckListAutoEvaluation {
    width:100%;
    float:left;
   
}



    .PartOneCheckListAutoEvaluation h3,
    .PartTwoCheckListAutoEvaluation h3,
    .PartThreeCheckListAutoEvaluation h3,
    .PartFourCheckListAutoEvaluation h3,
    .PartFiveCheckListAutoEvaluation h3,
    .PartSixCheckListAutoEvaluation h3,
    .PartSevenCheckListAutoEvaluation h3,
    .PartEigthCheckListAutoEvaluation h3 {
        color: #000;
        font-size: 20px;
        font-family: "proxima-nova";
        font-weight: 900;
        margin: 10px 0px;
        word-break: normal;
    }

    .PartOneCheckListAutoEvaluation p,
    .PartTwoCheckListAutoEvaluation p,
    .PartThreeCheckListAutoEvaluation p,
    .PartFourCheckListAutoEvaluation p,
    .PartFiveCheckListAutoEvaluation p,
    .PartSixCheckListAutoEvaluation p,
    .PartSevenCheckListAutoEvaluation p,
    .PartEigthCheckListAutoEvaluation p {
        font-size: 18px !important;
        font-family: "proxima-nova";
        font-weight: 900;
        font-size: 18px !important;
        color: #7A7A7A !important;
    }
    .PartOneCheckListAutoEvaluation ,
    .PartTwoCheckListAutoEvaluation ,
    .PartThreeCheckListAutoEvaluation ,
    .PartFourCheckListAutoEvaluation ,
    .PartFiveCheckListAutoEvaluation ,
    .PartSixCheckListAutoEvaluation ,
    .PartSevenCheckListAutoEvaluation ,
    .PartEigthCheckListAutoEvaluation  {
        width: 100%;
        float: left;
    }


    .PartOneCheckListAutoEvaluation .elementSearch.w-100,
    .PartTwoCheckListAutoEvaluation .elementSearch.w-100,
    .PartThreeCheckListAutoEvaluation .elementSearch.w-100,
    .PartFourCheckListAutoEvaluation .elementSearch.w-100,
    .PartFiveCheckListAutoEvaluation .elementSearch.w-100,
    .PartSixCheckListAutoEvaluation .elementSearch.w-100,
    .PartSevenCheckListAutoEvaluation .elementSearch.w-100,
    .PartEigthCheckListAutoEvaluation .elementSearch.w-100 {
        width: 100%;
        float: left;
    }

    .PartOneCheckListAutoEvaluation #DivPartOne,
    .PartTwoCheckListAutoEvaluation #DivPartTwo,
    .PartThreeCheckListAutoEvaluation #DivPartThree,
    .PartFourCheckListAutoEvaluation #DivPartFour,
    .PartFiveCheckListAutoEvaluation #DivPartFive,
    .PartSixCheckListAutoEvaluation #DivPartSix,
    .PartSevenCheckListAutoEvaluation #DivPartSeven,
    .PartEigthCheckListAutoEvaluation #DivPartEight {
        margin-bottom: 8px;
        margin-top: 0px;
    }



.contentTitleTest {
    color: #000;
    font-size: 20px;
    font-family: "proxima-nova";
    font-weight: 900;
    margin: 10px 0px;
    word-break: normal;
}
.contentTitleTestResult {
    font-weight: bold;
    color: #7A7A7A !important;
}
.contentTitleTestResult br {
    display: none;
    /* font-weight: bold; */
}
.contentTitleTestResultList {
 width:100%;
 float:left;
}


    .contentTitleTestResultList ul {
        padding: 0px;
        margin: 20px 0px;
        width: 100%;
        float: left;
        background: #f4f4f4;
        padding: 20px 20px;
        border-radius: 22px;
    }
    .contentTitleTestResultList ul li{
        width:50%;
        float:left;
        list-style:none;
        padding:5px 0px;
    }

span.spansParts {
    color: #345ED8;
    font-weight: bold;
}

.contentTitleTestResultFinal p#texto_total_proa {
    text-align: center;
    color: #000 !important;
    font-size: 20px !important;
    font-family: "proxima-nova";
    font-weight: 900;
    margin: 10px 0px;
}

#radioNo
{
    margin-left: 16px;
    margin-right: 5px;
}

#radioSi {
    margin-right: 5px;
}
.w-100.total-score {
    position: relative;
}


input#btn-download-pdf {
    background: linear-gradient(90deg, #72B8E2, #345ED8);
    font-weight: bold;
    border-radius: 50px;
    /* margin-top: 1rem; */
    /* margin-left: 1rem; */
    padding: 10px 25px;
    border: 0px;
    color: #fff;
    transition: all .5s;
    font-size: 14px;
    position: absolute;
    right: 0px;
    top: 3px;
}

/*******************************************************************************************************************/
@media(max-width: 1280px) {
    .home ul li:not(.indicador) {

        transform: translate(0px, -49%);
    }
    .loginBody video {
        position: absolute;
        top: 0px;
        width: 300%;
        right: -100%;
        height: 100%;
    }
}



@media(max-width: 991px) {

    .home ul li:not(.indicador) {
        transform: translate(-10px, -49%);
    }

    .home ul a:not(.yellow-button), .home ul li.indicador {
        width: 48%;
    }
    .contentTitleTestResultList ul li {
        width: 100%;
        float: left;
        list-style: none;
        padding: 5px 0px;
    }
}


@media (max-width: 767px) {

    input#btn-download-pdf {
        position: static;
        right: 0px;
        top: 0px;
        width: 100%;
    }



    .contentInnerTop.not-wht video {
        position: absolute;
        top: 0px;
        width: 198%;
        right: 0px;
        left: auto;
    }
    .home ul a:not(.yellow-button), .home ul li.indicador {
        width: 99%;
    }

    .home .titleFontDeg {
        padding-top: 0px;
    }

    .contentInnerTop.not-wht {
        min-height: 200px;
        padding-bottom: 100px;
    }
    .home ul {

        margin: -67px 2% 0px 2% !important;
    }
        .home ul li:not(.indicador) {
            transform: translate(-32px, -49%);
        }
    .elementLoginMid {

        padding: 20px 30px 20px 30px !important;
    }
    .logo-mobile {
        display: none !important;
    }
 
}


@media (max-width: 600px) {


    .loginBody video {
        position: absolute;
        top: 0px;
        width: 1000%;
        right: -400%;
        height: 100%;
    }
}

@media (max-width: 450px) {

    .home ul li:not(.indicador) {
        left: 52%;
    }
}
        /************************FORMULARIOS********************************/
        @media (min-width: 992px) and (max-width: 1388px) {
            #DivNBedsUCINeonatal .form-wrap .form-check.form-check-inline.check-flex.w-30, #DivNBedsUCIPediatric .form-wrap .form-check.form-check-inline.check-flex.w-30, #DivNBedsUCIAdult .form-wrap .form-check.form-check-inline.check-flex.w-30, #DivNLocationsOperatingRoom .form-wrap .form-check.form-check-inline.check-flex.w-30, #DivNOperatingRoom .form-wrap .form-check.form-check-inline.check-flex.w-30, #DivNUrgency .form-wrap .form-check.form-check-inline.check-flex.w-30, #DivNBedsUrgency .form-wrap .form-check.form-check-inline.check-flex.w-30, #DivNpatientsYear .form-wrap .form-check.form-check-inline.check-flex.w-30, #DivNSurgeryYear .form-wrap .form-check.form-check-inline.check-flex.w-30 {
                padding-left: 0;
                min-width: 144.64px;
            }
        }

        @media (min-width: 992px) and (max-width: 1319px) {
            #DivHospitalUniversitario p,
            #DivNLocationsHospitalClinic p,
            #DivNBeds p {
                min-height: 54px;
            }
        }
        /*************************/



        @media(max-width: 1280px) {
            #DivUrinaryInfection .form-wrap.contentGlobalChecksElements {
                width: 48%;
                line-height: 20px;
                padding: 0px 10px !important;
                display: inline-table;
            }

            .contentGlobalChecksElements.contentInputChecksGlobal:not(#DivPartSeven .contentGlobalChecksElements.contentInputChecksGlobal):not(#DivPartTen .contentGlobalChecksElements.contentInputChecksGlobal) {
                width: 33%;
            }
        }

        @media(max-width: 1220px) {
            .home ul.hospital-admin-list {
                flex-wrap: wrap;
            }
        }

        @media(max-width: 1000px) {
            div #patientsTable_wrapper {
                overflow-x: scroll;
            }


            .contentQRElement {
                width: 50% !important;
            }

            .contentPageQr .contetQRTitle {
                min-height: auto;
            }
        }


        @media(max-width: 1375.5px) {
            #MicroorganismNAVTitle,
            #MicroorganismITS_ACTitle,
            #MicroorganismITU_ASTitle {
                margin-bottom: 0 !important;
            }
        }

        @media(max-width: 1290px) {
            div #patientsTable_wrapper th.celda05 {
                padding: 0px 0px 7px 13px !important;
            }
        }

        .contentPAtientCuestionario .header-patient .navbar-brand, .contentWelcomeLayout .header-patient .navbar-brand {
        display: none;
    }

    .contentPAtientCuestionario button#viewPatientData {
        RIGHT: 20PX;
    }

    .report-view-patient.informe .contentAppMenu {
        display: none;
    }

    .report-view-patient.informe .contentAppContent {
        padding-left: 0px;
    }

    .report-view-patient.informe .contentIcons img {
        display: none;
    }

    .dataInformationExtendThanks {
        display: none;
    }

        .dataInformationExtendThanks.active {
            display: block;
        }

        .dataInformationExtendThanks h4 {
            text-align: left;
            margin-bottom: 15px;
            color: #01A2EB;
            background: transparent;
            -webkit-text-fill-color: #01A2EB;
            font-weight: 900;
            font-size: 27px;
        }

        .dataInformationExtendThanks h5 {
            font-family: 'Oswald', sans-serif;
            margin: 20px 0px 15px 0px;
            padding: 0;
            color: #000000;
        }

    div#contentDataInformationExtend {
        padding-top: 10px;
    }

    .contentPAtientCuestionario div#patientDataQR {
        z-index: 998 !important;
    }

    .contentPAtientCuestionario div#patientMyDataQR {
        padding: 0;
    }

    .contentPAtientCuestionario .elementSearch.inputNormal.input50R:last-child {
        min-height: auto;
    }

    .contentPAtientCuestionario input#birthDateQR {
        text-align: center;
        padding: 12px 17px 17px 17px;
        width: 30%;
    }

    .contentPAtientCuestionario input#postalCodeQR {
        text-align: center;
        width: 30%;
    }

    .contentPAtientCuestionario div#questionaryData p {
        font-size: 24px;
        line-height: 26px;
    }

    div.surveys-access img {
        float: left;
        margin-left: 16px;
    }

    div.surveys-access span {
        font-weight: 900;
        font-size: min(3vw, 18px);
        color: #7A7A7A;
        margin-left: 16px;
    }

    div.surveys-access .initialsurvey-pending,
    div.surveys-access .checklist-pending {
        color: #E9A300;
        margin-bottom: 0;
        font-weight: 400;
        font-size: min(3.5vw, 18px);
        background: url(../images/diseno/non-completed.png)no-repeat;
        margin-left: 84px;
        background-position: 2px;
        padding-left: 12px;
        background-size: min(3.5vw, 18px);
        width: max-content;
    }

    div.surveys-access .initialsurvey-completed,
    div.surveys-access .checklist-completed {
        color: #00C11A;
        margin-bottom: 0;
        font-weight: 400;
        font-size: min(3.5vw, 18px);
        background: url(../images/diseno/iconConfirmation.png)no-repeat;
        margin-left: 84px;
        background-position: 2px;
        padding-left: 12px;
        background-size: min(3.5vw, 18px);
        width: max-content;
    }

    .elementSearch.survey {
        border: 1px solid #D2D2D2;
        border-radius: 25px;
        padding: 23px 0;
        width: 45%;
    }

        .elementSearch.survey:nth-child(2) {
            margin-left: 4%;
        }

    #noSuveysCompleted div.elementSearch.searchBoxCenter.indexCenter {
        width: 100%;
        min-height: auto;
        margin-bottom: 0;
        border: 1px solid #FF0000;
        border-radius: 25px;
        background: #FFEEEE;
        padding: 0;
    }

        #noSuveysCompleted div.elementSearch.searchBoxCenter.indexCenter p {
            color: #FF0000;
            font-weight: 400;
            text-align: center;
            margin-bottom: 0;
            padding: 16px 8px;
            font-size: min(3vw, 18px);
        }

    div.disabled {
        filter: blur(2px);
    }

        div.disabled button.yellow-btn:disabled,
        div.disabled table .yellow-btn:disabled,
        div.disabled a {
            cursor: initial;
        }

    table button.yellow-btn {
        background: rgb(248 173 0 / 25%);
        color: #F8AD00;
    }

    .progress-label {
        display: none;
    }

    #message-2,
    #message-3,
    #message-4 {
        text-align: center;
    }

    #divOrotrachealTube p,
    #divCentralVenousCatheter p,
    #divUrinaryCatheter p {
        max-width: 460px;
        width: 30%;
        margin-bottom: 0;
        text-align: end;
        padding-right: 16px;
    }

    #divNumberInfectionsNAV p,
    #divNumberInfectionsITS_AC p,
    #divNumberInfectionsITU_AS p {
        text-align: end;
        margin-bottom: 0;
    }

    #MicroorganismNAVTitle,
    #MicroorganismITS_ACTitle,
    #MicroorganismITU_ASTitle {
        text-align: end;
    }

    form .form-wrap.contentSubtitle p.form-subtitle {
        margin-bottom: 32px !important;
    }

    #OccupancyAreaPercentage {
        margin-right: 12px;
    }

    .formulariosContentBG .form-check.agregate-btn-cont {
        justify-content: center;
        margin-top: 24px;
    }

    .center-tbl {
        justify-content: center;
    }

    .two-bxs {
        display: inline-flex;
        width: 100%;
        justify-content: space-around;
    }

    .half-form {
        width: 50%;
    }

    .almost-half-form {
        width: 40%;
        background: #fff;
        border-radius: 20px;
        box-shadow: 0px 16px 12px 0px rgba(238,238,238,1);
        -webkit-box-shadow: 0px 16px 12px 0px rgba(238,238,238,1);
        -moz-box-shadow: 0px 16px 12px 0px rgba(238,238,238,1);
    }

        .almost-half-form .elementSearch.w-100 {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            height: 100%;
        }

    .half-form .form-wrap {
        margin-top: 16px;
    }

    .PartTwo.cntr {
        text-align: center;
    }

    #divDiaryDose100days {
        display: flex;
        flex-direction: column;
    }

    #dialog-form-ddd-cannotadd-message {
        text-align: center;
    }

    .elementSearch.w-100.one-line {
        display: flex;
        max-width: 950px;
        min-height: 72px;
    }

        .elementSearch.w-100.one-line p {
            text-align: start;
        }

    .form-wrap.contentSubtitle.not-total-width {
        width: 70%;
    }

    .form-wrap.contentGlobalCheck.check-in-line {
        width: 23%;
        min-width: 295px;
    }

    .contentInnerTop.formulariosContentBG .titleFontDeg {
        margin-bottom: 24px;
    }

    .home ul a.green-bg {
        background: linear-gradient(90deg, #198754, #3ccbb7);
        margin: 16px 12px;
    }

    .contVideo {
        padding-top: 56.25%;
        position: relative;
        width: 100%;
    }

        .contVideo iframe {
            width: 100%;
            height: 100%;
            top: 0px;
            bottom: 0px;
            position: absolute;
            right: 0px;
            left: 0px;
            border: none;
        }

.videos-container {
    display: block;
    float: left;
    width: 100%;
}

.reproducer-container {
    width: 46%;
    margin: 24px 2%;
    float: left;
}

    .video-info {
        display: flex;
        flex-direction: column;
    }

    .contentAppContentInner .videos-container .reproducer-container .video-info h2 {
        margin-top: 16px;
        font-size: 32px;
        -webkit-text-fill-color: unset;
        color: #345ED8 !important;
    }

    .contentAppContentInner .videos-container .reproducer-container .video-info p {
        color: #7A7A7A;
        text-align: start;
        font-size: 24px;
        font-weight: 500;
    }

    .list-wrp {
        flex-wrap: wrap;
        padding: 0;
    }

        .list-wrp.green-list {
            margin-left: auto;
            margin-right: auto;
            max-width: 1536px;
            justify-content: flex-start;
        }

    .home ul a.orange-box {
        background: linear-gradient(90deg, #ff5800, #fbb15e);
    }

    .home ul a.green-box {
        background: linear-gradient(90deg, #198754, #3ccbb7);
    }

    .PartFour.start-algn .form-wrap.contentGlobalCheck.check-in-line {
        text-align: start;
    }

    .PartFour.start-algn .elementSearch.w-100.one-line {
        align-items: center;
    }

    .col-direction {
        flex-direction: column;
    }

    .form-wrap .col-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        max-width: 315px;
        margin-left: auto;
        margin-right: auto;
    }

    .col-container .form-check.form-check-inline.check-flex {
        justify-content: space-between;
    }

    #divMonth:not(.no-label),
    #divStartMonth,
    #divEndMonth {
        width: 540px;
        justify-content: space-between;
        margin-top: 24px;
    }

    #SelectMonth,
    #SelectStartMonth,
    #SelectEndMonth,
    #SelectTreatmentStartDateTime,
    #SelectTreatmentEndDateTime,
    #SelectTreatmentDay {
        width: 200px;
        margin-left: 16px;
        cursor: pointer;
        padding: 16px;
        height: 24px;
        margin-top: 0;
        color: #2f3138;
        border-radius: 25px;
        font-family: roboto, sans-serif;
        font-weight: 300;
        text-align: center;
    }

    .contentIcons {
        display: flex;
    }

    .user-data-container {
        margin-right: 16px;
    }

    p.user-data {
        margin-bottom: 0;
        font-size: 10px;
        font-weight: normal;
    }

    div.elementSearch.no-padding {
        padding: 0;
    }

.contentBlankLegalInfo {
    padding: 120px 60px 50px 60px
}

        .contentBlankLegalInfo h1 {
            font-family: "proxima-nova";
            font-weight: 900;
            font-size: 30px;
            padding: 0;
            color: #0e1b4d;
            width: 100%;
            background: linear-gradient(90deg, #72B8E2, #345ED8);
            float: left;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-top: 12px;
        }

        .contentBlankLegalInfo h2 {
            font-family: "proxima-nova";
            font-weight: 900;
            font-size: 20px;
            width: 100%;
            color: #0e1b4d;
            background: none;
            -webkit-background-clip: initial;
            -webkit-text-fill-color: initial;
        }

        .contentBlankLegalInfo ul li::marker {
            color: #F8AD00;
            font-size: 19px;
        }



    .contentBlankLegalInfo ul li a,
    .contentBlankLegalInfo p a {
        color: #3e3e3e;
        font-weight: bold;
        text-decoration: underline;
    }
.alertTerms {
    width: 100%;
    border: 2px solid #345ED8;
    float: left;
    background: #FFF;
    padding: 17px 20px;
    border-radius: 15px;
    margin-bottom: 40px;
}
    .alertTerms p {
        font-weight: bold;
        margin: 0px;
    }
        .contentBlankLegalInfo table {
            background: #FFF;
            border-radius: 30px;
            overflow: hidden;
        }




            .contentBlankLegalInfo table th {
                background: #345ED8;
                overflow: hidden;
                color: #FFF;
                font-weight: bold;
                /* border-radius: 20px; */
            }



            .contentBlankLegalInfo table tbody tr td a {
                display: block;
                float: left;
                word-wrap: break-word;
                margin-top: 20px;
                text-align: center;
            }

    .contentTable {
        width: 100%;
        overflow-x: scroll;
    }

        .contentTable table {
            width: 100%;
            min-width: 950px;
        }

    .consultant {
        width: 100%;
        padding: 20px 30px 20px 175px;
        background: #FFF;
        border-radius: 40px;
        margin-top: 40px;
        position: relative;
    }

    .consultant-image {
        position: absolute;
        width: 140px;
        left: 20px;
        top: 20px;
    }

        .consultant-image img {
            width: 100%;
        }

    .consultant h3 {
        font-family: "proxima-nova";
        font-weight: 900;
        font-size: 20px;
        width: 100%;
        color: #0e1b4d;
        background: none;
        -webkit-background-clip: initial;
        -webkit-text-fill-color: initial;
    }

    .contenDisclaimer {
        display: block;
        float: left;
        width: 100%;
        background: url(../images/iconDiscla.png) 15px no-repeat #f4f4f4;
        text-align: left;
        padding: 11px 20px 11px 45px;
        border-radius: 30px;
        margin-top: 17px;
    }

        .contenDisclaimer strong {
            color: #005edc;
            font-weight: bold;
        }
 {
    color: #005edc;
    font-weight: bold;
}
.contenedorFormWidth .contentGlobalChecksElements.contentInputChecksGlobal:not(#DivPartSeven .contenedorFormWidth .contentGlobalChecksElements.contentInputChecksGlobal):not(#DivPartTen .contenedorFormWidth .contentGlobalChecksElements.contentInputChecksGlobal) {
    width: 50% !important;
}


img.logoBlank {
    WIDTH: 270PX;
    MARGIN-TOP: 40PX;
}
.contentFooterLogin {
    width: 100%;
    float: left;
    color: #FFF;
    padding-top: 30px;
    padding-bottom: 30px;
}
div#desktopReport iframe {
}
.contentFooterLogin p{

    margin-bottom: 0px;
}
.contentLogo p {
    width: 100%;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    margin-top: 3px;
    margin-bottom: 0px;
}

.classMicro .select2-results .select2-results__option {
    font-style: italic;
}

    .classMicro .select2-results .select2-results__option:first-child {
        font-style: normal;
    }

.classMicro #select2-EvaluationArea-results .select2-results__option {
    font-style: normal;
}

div#desktopReport {
    padding-top: 80px;
}


.underline {
    text-decoration: underline;
}

.contentBlankLegalInfo .content-terms ul li ul {
    padding-left: 25px !important;
}
.contentBlankLegalInfo .content-terms ul li {
    padding: 4px 0px;
}



@media(min-width: 1642px) {
    .contenReferencias {
                min-width: 400px;
            }
        }

        @media(max-width: 1640px) {
            .list-wrp.green-list {
                max-width: 1300px;
            }
        }

        @media(max-width: 1376px) {
            #divNumberInfectionsNAV p, #divNumberInfectionsITS_AC p, #divNumberInfectionsITU_AS p, #MicroorganismNAVTitle, #MicroorganismITS_ACTitle, #MicroorganismITU_ASTitle {
                text-align: justify;
                padding-right: 16px;
            }
        }

        @media(max-width:1030px) {
            .reproducer-container {
                width: 94%;
            }
        }

        @media(min-width: 991px) {
            .form-wrap.col-direction:not(.not-min) {
                min-width: 540px;
            }
            /*.formulariosContentBG{
        position: relative;
    }
    .contenReferencias {
        position: absolute;
        bottom: 0;
    }*/
        }

        @media(max-width: 1200px) {
            .contentPDFboxElement {
                min-height: 130px;
                width: 47%;
            }
        }



        @media(max-width: 991px) {
            form#form-urinary-part-twelve .form-wrap.contentGlobalChecksElements,
            form#form-part-eleven .form-wrap.contentGlobalChecksElements {
                min-width: 100%;
                text-align: left;
                padding: 0px ;
            }

            form#form-part-eleven div#DivPartEleven {
                padding: 0px;
            }

            form#form-urinary-part-twelve .form-wrap.contentGlobalChecksElements p,
            form#form-part-eleven .form-wrap.contentGlobalChecksElements p {
                float: left !important;
                width: 100%;
                text-align:left !important;
            }

            form#form-urinary-part-twelve .form-wrap.contentGlobalChecksElements .contentGlobalChecksElements,
            form#form-part-eleven .form-wrap.contentGlobalChecksElements .contentGlobalChecksElements {
                float: left;
            }

            .contentPDFboxElement {
                min-height: 140px;
                width: 100%;
                margin: 0 0 34px 0px;
            }

            .contentAppContentInner .contentPDFboxElement h4 {
                width: 100%;
                margin-top: 15px;
            }


            #Divsepsis .form-wrap.contentGlobalChecksElements, #DivUrinaryInfection .form-wrap.contentGlobalChecksElements {
                width: 100%;
            }

            .formulariosContentBG .form-check,
            .formulariosContentBG #DivPartOne .form-check {
                width: 100%;
            }

            .contentGlobalChecksElements {
                width: 33%;
            }

            #DivPartEleven.column-questions .form-wrap.contentGlobalChecksElements {
                width: 100%;
            }

            #DivDiagnostic .contentGlobalChecksElements {
                width: 90%;
            }

            #divCorrectAntibioticAdministrationDose .contentGlobalChecksElements {
                width: 70%;
            }

            .contentGlobalChecksElements.colmn-frm {
                max-width: 160.75px;
            }

            .contentGlobalChecksElements.contentInputChecksGlobal {
                width: 50%;
            }

            .elementSearch.idBox.inputNormal.not-apply .form-wrap {
                justify-content: space-between;
            }

            .elementSearch.idBox.inputNormal .input-nbeds {
                width: 70%;
            }

            .idBox.inputNormal.form-check.form-check-inline.check-flex.w-30 {
                width: 17%;
                min-width: 142px;
                justify-content: flex-end;
                margin: 0;
                padding: 0;
            }

            .elementSearch.w-100.one-line:not(.PartFour.start-algn .elementSearch.w-100.one-line) {
                flex-direction: column;
            }

            .form-wrap.contentGlobalCheck.check-in-line {
                width: 100%;
                text-align: start;
            }

                .form-wrap.contentGlobalCheck.check-in-line .contentGlobalChecksElements {
                    width: 100%;
                }

            .form-wrap.contentSubtitle.not-total-width {
                width: 100%;
            }

            .elementSearch.w-100.column-questions .contentGlobalChecksElements:not(.form-wrap) {
                width: 45%;
            }
        }

        @media(max-width: 768px) {






            .contenedorFormWidth .contentGlobalChecksElements.contentInputChecksGlobal:not(#DivPartSeven .contenedorFormWidth .contentGlobalChecksElements.contentInputChecksGlobal):not(#DivPartTen .contenedorFormWidth .contentGlobalChecksElements.contentInputChecksGlobal) {
                width: 100% !important;
            }
            .contentBlankLegalInfo {
                padding: 50px 30px;
            }


            .consultant {
                width: 100%;
                padding: 20px 30px;
            }
            .consultant-image {
                position: static;
                width: 100%;
                text-align: center;
                float: left;
                margin:10px 0px 20px 0px;
            }
            .consultant-image img{
                width: 50%;
            }



                #Divsepsis p, #DivUrinaryInfection p {
                min-height: auto;
            }

            .contentGlobalChecksElements.contentInputChecksGlobal {
                width: 100%;
            }

            .contentGlobalChecksElements {
                width: 100%;
            }

                .contentGlobalChecksElements.colmn-frm {
                    max-width: 160.75px;
                }

            .contentWelcomeLayoutContainer .columna_izquierda {
                width: 100%;
            }

            .contentWelcomeLayoutContainer .columna_derecha {
                width: 100%;
            }

            .contentWelcomeLayoutContainer input#Email {
                width: 100%;
            }

            input.form-control.input-number {
                width: 100%;
            }

            .elementLoginMid {
                overflow-y: initial !important;
            }

            .contentWelcome {
                max-width: 100%;
            }

            .dialog-complete-hospital-forms-container .row.boxMid {
                width: 100%;
            }

            .elementPathwayContent {
                width: auto;
            }

            .navDashboard ul {
                padding: 15px 2% 0px 2%;
                margin-bottom: 0px;
            }

                .navDashboard ul li {
                    width: 100%;
                    margin-bottom: 15px;
                }


            .buttonChangePathwayView {
                margin-top: 2px;
                margin-bottom: 20px;
                margin-left: 0px;
            }

            .home ul {
                flex-wrap: wrap;
                margin-top: 0;
                padding: 0;
            }

            .scrollTable {
                overflow-x: scroll;
            }

                .scrollTable table {
                    width: 767PX;
                }

            .buttonAddPathway,
            .buttonRemopvePathway {
                background: none;
                color: #01A2EB;
                border: 1px solid #01A2EB;
                padding: 11px 0px 13px 0px;
                border-radius: 53px;
                background-position: 12px 6px;
                margin: 10px 0px 0px 0px;
            }

            .accordion label.form-check-label {
                padding-bottom: 10px;
                width: 100%;
                float: left;
                padding-right: 40px;
            }

                .accordion label.form-check-label:nth-child(2) {
                    left: auto;
                    right: auto;
                    position: static;
                    float: left;
                    width: auto;
                    margin-left: 30px !important;
                }

            .form-switch .form-check-input {
                float: left;
                position: static;
                margin-left: 14px;
                margin-top: 6px;
            }






            .row.contentFace {
                display: block;
            }

            .face-container {
                width: 100%;
                margin: 20px 0px !important;
                display: block;
                flex-direction: initial;
                margin: 0.5rem;
            }

            div#questionaryData {
                width: 100%;
                margin: 0px;
                padding: 0px;
            }

                div#questionaryData .col {
                    padding-right: 0px;
                }

            .quiz-buttons {
                text-align: center;
                width: 100%;
                padding: 0px 10%;
                height: 100px;
            }

                .quiz-buttons button#btnPrevious {
                    top: 43px;
                    margin-left: 0px;
                    width: 49%;
                }

                .quiz-buttons button#btnNext {
                    /* float: right; */
                    top: 43px;
                    margin-left: 0px;
                    width: 49%;
                    right: 0px;
                    position: absolute;
                }

            button#btnEnd {
                /* float: right; */
                top: 43px;
                margin-left: 0px;
                width: 49%;
                right: 0px;
                position: absolute;
            }

            div#progressBar {
                width: 100%;
                position: absolute;
                left: 0px;
                margin: 0px;
            }

            #formContent p {
                padding: 10px 0%;
            }

            .contentInputs {
                margin: 0px 0px 15px 0px;
            }

            .cuestionarioPatient footer {
                background: #FFFFFF !important;
                padding: 0px;
            }

            footer {
                flex-direction: column;
            }

                footer ul {
                    padding: 0px 0px 0px 0px;
                    margin: 7px 0px 14px 0px;
                    float: left;
                    width: 100%;
                }


                    footer ul li {
                        padding: 20px 0px;
                        width: 100%;
                        text-align: center;
                        border-top: 1px dashed #A4A4A4;
                    }

                        footer ul li:not(:last-child) a {
                            border-right: none;
                        }

            .contentLogo {
                width: 100%;
                border-top: 1px dashed #A4A4A4;
                text-align: center;
                padding: 31px 0px;
            }

                .contentLogo img {
                    width: 100%;
                    max-width: 300px;
                }


            .elementLoginMid {
                float: right;
                width: 100%;
                height: auto;
                padding: 225px 30px 20px 30px;
            }

                .elementLoginMid.rightLogin {
                    order: 1;
                    float: none;
                    padding: 0px;
                    width: 100%;
                    height: 200px;
                    background-position: center;
                }

                    .elementLoginMid.rightLogin img {
                        display: none;
                    }

            .contentLoginBox {
                width: 100%;
            }

                .contentLoginBox .logo-mobile {
                    text-align: center;
                    margin-top: 24px;
                    display: block;
                }

            .elementLoginMid footer {
                position: relative;
                left: 0px;
                bottom: 0px;
                margin-top: 40px;
                width: 100%;
            }

            .contentLoginBoxTitle {
                width: 100%;
                margin-top: 30px;
            }

                .contentLoginBoxTitle h1 {
                    font-size: 42px;
                }

            .cookiesContent {
                float: left;
                padding: 0px 0px 20px 0px;
                width: 100%;
            }

            .bttsWrap {
                padding: 0px;
                width: 100%;
            }

            .container-fluid.alertCookiesbox #alertCookies {
                padding: 15px 10px;
            }

            .bttsWrap input {
                width: 100%;
                margin-bottom: 20px;
            }

            .contentLogoNav img {
                margin-top: 5px;
                width: 32px;
            }

            .contentTitle a {
                font-size: 18px;
            }

            .contentTitle h2 {
                font-size: 14px;
            }

            .contentAppMenu {
                width: 40px;
                justify-content: flex-start;
            }

                .contentAppMenu li a {
                    min-height: 45px;
                }

                .contentAppMenu li.cuadro a,
                .contentAppMenu li.formacionmiproa a,
                .contentAppMenu li.configuracionhospital a,
                .contentAppMenu li.administradoreshospitales a,
                .contentAppMenu li.hospitales a,
                .contentAppMenu li.equipoproa a,
                .contentAppMenu li.home a {
                    padding: 9px 0px 11px 40px;
                    background-size: 70%;
                }

            .hospital-data-container h3 {
                margin-bottom: 32px;
            }


            .contentAppMenu li.altaPaciente a {
                background: url(../images/diseno/icon-nuevo.png) top left no-repeat;
                background-position: 4px 9px;
                background-size: 70%;
            }


                .contentAppMenu li.altaPaciente a.active,
                .contentAppMenu li.altaPaciente a:hover {
                    background: url(../images/diseno/icon-nuevo-hover.png) top left no-repeat #ffffff;
                    background-position: 4px 9px;
                    background-size: 70%;
                }

            .contentAppMenu li.qrCodes a {
                background: url(../images/diseno/icon-qr.png) top left no-repeat;
                background-position: 4px 9px;
                background-size: 70%;
            }


                .contentAppMenu li.qrCodes a.active,
                .contentAppMenu li.qrCodes a:hover {
                    background: url(../images/diseno/icon-qr-hover.png) top left no-repeat #ffffff;
                    background-position: 4px 9px;
                    background-size: 70%;
                }


            .contentAppMenu li.pacientes a {
                background: url(../images/diseno/icon-pacientes.png) top left no-repeat;
                background-position: 2px 8px;
                background-size: 70%;
            }

                .contentAppMenu li.pacientes a.active,
                .contentAppMenu li.pacientes a:hover {
                    background: url(../images/diseno/icon-pacientes-hover.png) top left no-repeat #ffffff;
                    background-position: 2px 8px;
                    background-size: 70%;
                }


            /*.contentAppMenu li.cuadro a,
            .contentAppMenu li.formacionmiproa a,
            .contentAppMenu li.configuracionhospital a,
            .contentAppMenu li.administradoreshospitales a,
            .contentAppMenu li.hospitales a,
            .contentAppMenu li.equipoproa a,
            .contentAppMenu li.home a {
                background: url(../images/diseno/icon-informe.png) top left no-repeat;
                background-position: 4px 8px;
                background-size: 70%;
            }



                .contentAppMenu li.cuadro a.active,
                .contentAppMenu li.cuadro a:hover {
                    background: url(../images/diseno/icon-informe-hover.png) top left no-repeat #ffffff;
                    background-position: 4px 8px;
                    background-size: 70%;
                }*/



            .contentAppMenu li a {
                background-position: 4px 8px !important;
                background-size: 70% !important;
            }

            .contentAppMenu li.administradoreshospitales a,
            .contentAppMenu li.equipoproa a {
                background-size: 32px !important;
                background-position: 2px 8px !important;
            }

            .contentAppContent {
                height: 100%;
                padding-left: 40px;
            }

            nav.contentNavPrincipal {
                min-height: 445px;
                margin-top: 90px;
                background-position: 0px 0px;
                background-size: 100% 96%;
            }

                nav.contentNavPrincipal.hospital-admin-nav {
                    background-size: 180% 100%;
                    min-height: 445px;
                }

            .contentAppContentInner h2, .contentAppContentInner h4, .titleFontDeg h2, .titleFontDeg h4 {
                width: 100%;
                margin-bottom: 20px;
            }

            .search-container {
                width: 100%;
                float: left;
                padding: 0px;
            }

            .titleFontDeg .search-container .yellow-btn {
                margin: 0px 20px 0px 0px;
            }

            .yellow-btn {
                width: 100%;
            }

            td .yellow-btn {
                width: 88%;
                width: 185px;
            }

            .elementSearch.methodEnvio .form-wrap div {
                width: 100%;
                margin-bottom: 20px;
            }

            .elementSearch.methodEnvio {
                min-width: 100%;
            }



            div.micro-resistance p,
            div.micro-resistance > span {
                min-width: unset;
            }



            .elementSearch.createGender {
                min-width: 100%;
            }


            .row.contentFace {
                display: block;
                float: left;
            }

            .col.text-center.face-container {
                width: 46%;
                float: left;
                margin: 14px 2% !important;
            }


            .contentProgress.quiz-buttons {
                float: left;
                padding: 0px;
            }

            .contentAppContentInnerPostalCode .contentInputsDate input#postalCodeCP {
                width: 100%;
            }

            .pagination li.paginate_button.page-item:not(.previous, .next, .active) {
                display: none;
            }

            #divOrotrachealTube,
            #divCentralVenousCatheter,
            #divUrinaryCatheter,
            #divNumberInfectionsNAV,
            #divNumberInfectionsITS_AC,
            #divNumberInfectionsITU_AS,
            #divMicroorganismNAV,
            #divMicroorganismITS_AC,
            #divMicroorganismITU_AS {
                flex-direction: column;
                align-items: center;
            }

                #divOrotrachealTube div,
                #divCentralVenousCatheter div,
                #divUrinaryCatheter div,
                #divNumberInfectionsNAV div,
                #divNumberInfectionsITS_AC div,
                #divNumberInfectionsITU_AS div,
                #divMicroorganismNAV div,
                #divMicroorganismITS_AC div,
                #divMicroorganismITU_AS div {
                    width: 100%;
                    justify-content: center;
                    max-width: 400px;
                    margin-top: 8px;
                }

            #OrotrachealTubeDaysTitle,
            #CentralVenousCatheterDaysTitle,
            #UrinaryCatheterDaysTitle,
            #NumberInfectionsNAVDaysTitle,
            #NumberInfectionsITS_ACDaysTitle,
            #NumberInfectionsITU_ASDaysTitle,
            #MicroorganismNAVTitle,
            #MicroorganismITS_ACTitle,
            #MicroorganismITU_ASTitle {
                width: 100%;
                text-align: center;
            }

            #form-part-four .upside-label p {
                text-align: center;
                margin-left: 0;
            }

            .micro-resistance {
                flex-direction: column;
            }

            #divOrotrachealTube p,
            #divCentralVenousCatheter p,
            #divUrinaryCatheter p {
                text-align: center;
                width: 100%;
                padding-right: 0;
            }

            #divNumberInfectionsNAV p,
            #divNumberInfectionsITS_AC p,
            #divNumberInfectionsITU_AS p {
                text-align: center;
                padding-right: 0;
            }

            #MicroorganismNAVTitle,
            #MicroorganismITS_ACTitle,
            #MicroorganismITU_ASTitle {
                text-align: center;
                padding-right: 0;
            }

            .contentAppContentInner .videos-container .reproducer-container .video-info h2 {
                margin-bottom: 8px;
                margin-top: 12px;
                font-size: 24px;
            }

            .contentAppContentInner .videos-container .reproducer-container .video-info p {
                font-size: 16px;
                margin-bottom: 0;
            }

            .form-col-container .contentGlobalChecksElements.contentInputChecksGlobal {
                width: 100%;
            }
        }

        @media(max-width: 720px) {
            #DivPartEleven.column-questions .form-wrap.contentGlobalChecksElements {
                display: unset;
            }

                #DivPartEleven.column-questions .form-wrap.contentGlobalChecksElements p {
                    width: unset;
                    text-align: center;
                }

            .elementSearch.w-100.column-questions .contentGlobalChecksElements:not(.form-wrap) {
                width: 100%;
            }
        }

        @media(max-width: 650px) {

            .contentSelectionFilterElement {
                width: 100%;
            }

            .contentQRElement {
                width: 100% !important;
            }

            #DivTransplantsType .form-wrap .form-check.form-check-inline.check-flex {
                width: 100%;
                justify-content: space-between;
            }

            .list-wrp.green-list {
                justify-content: center;
            }

            .PartFour.start-algn .elementSearch.w-100.one-line {
                flex-direction: column;
            }

            #divCorrectAntibioticAdministrationDose .contentGlobalChecksElements,
            .inline-answers > .contentGlobalChecksElements {
                display: unset;
            }

                #divCorrectAntibioticAdministrationDose .contentGlobalChecksElements p,
                .inline-answers > .contentGlobalChecksElements p {
                    text-align: center;
                }
        }

        @media(max-width: 610px) {
            #divMonth,
            #divStartMonth,
            #divEndMonth {
                flex-direction: column;
                width: 100%;
            }

                #divMonth label,
                #divStartMonth label,
                #divEndMonth label {
                    padding: 0;
                }

            #SelectMonth,
            #SelectStartMonth,
            #SelectEndMonth,
            #SelectTreatmentStartDateTime,
            #SelectTreatmentEndDateTime,
            #SelectTreatmentDay {
                margin-top: 16px;
                margin-left: 0;
                width: 100%;
                max-width: 300px;
            }
        }


        @media(max-width: 572px) {

            .contentPDFboxElement img {
                display: none;
            }

            .contentPDFboxElement {
                min-height: auto;
                padding: 25px 30px;
            }

            .contentAppContentInner .contentPDFboxElement h4 {
                margin-top: 0;
            }

            .elementSearch.idBox.inputNormal .input-nbeds {
                width: 100%;
            }

            .idBox.inputNormal.form-check.form-check-inline.check-flex.w-30 {
                margin-top: 16px;
            }
        }

        @media(max-width: 500px) {
            /******************/


            .elementSearch.idBox.inputNormal.not-apply {
                min-width: unset;
            }


            .contentWelcomeLayoutContainer .columna_izquierda {
                width: 100%;
                margin-bottom: 20px;
            }


            .contentWelcomeLayoutContainer .columna_derecha {
                width: 100%;
            }


            .contentWelcomeLayoutContainer form .contentMailWelcome label {
                width: 100%;
            }

            .contentWelcomeLayoutContainer form input#Email {
                width: 100%;
            }




            .contentBtnWelcome button {
                width: 100%;
            }





            /*******************/
            footer ul li a {
                font-size: 12px;
                color: #000;
                padding: 0px 0px 0px 0px;
            }

            footer ul li {
                padding: 15px 0px;
                font-size:15px
            }

            .col.text-center.face-container {
                width: 100%;
                margin: 10px 0% !important;
            }


            .search-container {
                display: block;
            }

            .titleFontDeg .search-container .yellow-btn {
                margin: 10px 0px 10px 0px;
            }


            .col.form-check.form-check-inline {
                width: 100%;
                /* padding-left: 34%; */
                text-align: center;
            }

            .containerBodyHeader span {
                width: 100%;
            }

            .containerBodyHeader {
                background: url(../images/diseno/backHeader.png) top left no-repeat;
                background-size: cover !important;
            }

            .header-patient img {
                height: 45px;
                width: 45px;
                padding: 0px;
                float: left;
                margin-right: 0px;
                margin-left: 0px;
            }

            .header-patient .contentTitle h2 {
                font-family: proxima-nova, sans-serif;
                font-weight: 900;
                font-style: normal;
                color: #000000;
                font-size: 14px;
                margin-bottom: 0px;
            }

            .header-patient .contentTitle {
                padding: 9px 0px 0px 0px;
            }

                .header-patient .contentTitle h3 {
                    font-size: 11px;
                    color: #000000;
                    font-weight: 300;
                }

            .face-container {
                padding: 5px 0px 5px 0px;
            }

            .quiz-container {
                padding: 10px 5% 1.5rem 5%;
                margin-top: 0px;
            }

                .quiz-container #formContent h6 {
                    font-size: 16px;
                    padding: 0;
                }

            .titleFontDeg .search-container .yellow-btn {
                margin: 16px 0px 10px 0px !important;
            }

            .accordion label.form-check-label {
                line-height: 25px;
                font-size: 24px !important;
            }

            .form-switch .form-check-input {
                float: left;
                position: static;
                margin-left: 30px;
                margin-top: 10px;
            }

            .modal-body .col.inputNormal {
                flex: auto;
                margin: 13px 0px;
            }

            button#dialog-form-answer-button {
                margin-left: 0px;
                margin-top: 3px;
                margin-bottom: 5px;
            }

            p.modal-threetitle {
                margin: 5px 0px 0px 0px !important;
            }

            .dialog-form-answer-container .col {
                flex: auto;
            }

            img#dialog-form-answer-qrcode {
                width: 100%;
                margin: 0px;
            }

            .containerBodyHeader {
                padding: 15px 10% 15px 20px;
            }

                .containerBodyHeader span {
                    font-size: 22px;
                    line-height: 22px;
                }

            #formContent p {
                word-break: break-word;
                font-size: 24px;
                line-height: 20px;
                padding: 0px 0px 10px 0px;
            }

            .face-container {
                box-shadow: 0px 0px 11px -5px rgb(0 0 0 / 30%);
            }

            .quiz-container button#btnOkConditions {
                margin-left: 0px;
                margin-top: 15px;
                margin-bottom: 0px;
            }

            .cuestionarioPatient .containerBodyHeader {
                display: none;
            }

            .col.text-center.face-container div {
                float: left;
            }


            .quiz-container {
                padding: 1.2rem 5% 0 5%;
            }

            .contentInputs {
                margin: 0px 0px 10px 0px;
            }


            .imgRaiting {
                width: 30px;
                /* float: left; */
            }

            .quiz-container .form-check-inline {
                padding: 5px 0px 0px 50px;
            }

            .col.text-center.face-container {
                margin: 10px 0% 5px 0% !important;
                padding: 8px 20px;
            }

            .face-container label.form-check-label {
                margin: 3px 0px 0px 8px;
            }

            .face-container label {
                width: 100%;
                cursor: pointer;
                position: relative;
            }

            img.imgRaiting {
                position: absolute;
                width: 35px;
                height: 35px;
                top: -15px;
                left: 0px;
            }

            .face-container label.form-check-label {
                text-align: left;
                /* margin: 3px 0px 0px 8px; */
                float: left;
                width: 100%;
                padding: 5px 10px 5px 38px !important
            }

            .videos-container {
                display: block;
                max-width: 280px;
                margin-left: auto;
                margin-right: auto;
            }

            .reproducer-container {
                margin: 24px 0;
            }
        }

        .contentPAtientCuestionario {
        background: #fff !important;
    }

    @media(max-width: 1229px) {
        .search-container {
            justify-content: flex-start;
        }
    }

    @media(max-width:1024px) {
        /*#patientMyData .input30, #patientMyDataQR .input30, #patientMyDataCP .input30,
    #patientMyData .input30R, #patientMyDataQR .input30R, #patientMyDataCP .input30R {
        width: 50%;
    }*/

        .contentPAtientCuestionario input#birthDateQR, .contentPAtientCuestionario input#postalCodeQR,
        #patientMyData .input50R.input30R .form-control:disabled, #patientMyDataQR .input50R.input30R .form-control:disabled, #patientMyDataCP .input50R.input30R .form-control:disabled {
            width: 100%;
        }
    }


    @media(max-width: 991px) {
        /*.home p {
            font-size: 1rem;
        }

        .row > * {
            padding-left: 0;
        }

        .contentAppMenu {
       width: 100%;
            height: 70px;
            border-radius: 0px 0px 25px 25px;
            position: fixed;
            z-index: 999;
        }

        .contentAppMenuUser {
            width: 300px;
            padding: 8px 8px 8px 20px;
        }

            .contentAppMenuUser img {
                height: 52px;
                width: 52px;
                padding: 0px;
                float: left;
                margin-right: 10px;
                border: 3px solid #fff;
            }

            .contentAppMenuUser h2 {
                font-size: 20px;
                float: left;
                margin: 6px 0px 0px 0px;
                padding: 0px;
                line-height: 20px;
            }

            .contentAppMenuUser .psv-link {
                float: left;
            }

        .contentAppMenu ul {
            display: none;
        }

        .contentAppContent {
            padding: 0px;
        }

        .contentAppContentInner {
            padding: 100px 30px 0px 30px;
        }

            .contentAppContentInner h2 {
                margin-bottom: 20px;
            }

        .contentSelectionAltaElement {
            margin-right: 10px;
            width: 47%;
        }

        .contentLogoPSV {
            padding: 20px 20px 20px 20px;
            width: 100%;
            text-align: center;
            position: static;
        }

        .btnBackPSV {
            top: 107px;
        }*/
        /********BURGER*********/

        /*#mobile-nav-toggle {
            display: inline;
        }

        .page-template-page-templatespage-tpl-app-psv-php #mobile-nav-toggle i {
            color: #ffffff;
        }*/

        .row.elementPathwayContent .col-4 {
            width: 100%;
        }


        .elementPathway {
            min-height: auto;
        }

        .pathway-card {
            min-height: auto;
        }


        .elementSearch,
        .elementSearch.metohdFull,
        .elementSearch.idBox,
        .elementSearch.createDate,
        .elementSearch.inputNormal.createEmail,
        .elementSearch.inputNormal.createPhone {
            width: 100% !important;
            padding: 0px;
        }

        .elementYear.from-year {
            width: 97%;
            padding-right: 0px;
        }

        .elementYear {
            float: left;
            width: 97%;
        }

        .elementSearch.survey:nth-child(2) {
            margin-left: 0;
        }

        #form-initial-survey-part-six .form-wrap {
            justify-content: flex-start;
        }

        #form-initial-survey-part-seven .form-wrap {
            justify-content: center;
        }

            #form-initial-survey-part-seven .form-wrap .form-check.form-check-inline.check-flex.w-90 {
                width: 50%;
                min-width: 290px;
                justify-content: space-between;
            }
    }

    @media(max-width: 952px) {

        .formulariosContentBG .titleFontDeg h2 {
            text-align: center !important;
            width: 100%;
        }
    }





    @media(max-width: 900px) {

        #DivAcreditationCertification .form-check.form-check-inline.check-flex {
            width: 90%;
            justify-content: space-between;
            margin-right: auto;
            margin-left: auto;
        }
    }

    @media(max-width: 768px) {
        .contentPAtientCuestionario input#birthDateQR,
        .contentPAtientCuestionario input#postalCodeQR {
            width: 100%;
        }

        .btn-footer.d-flex.justify-content-between.align-items-center button {
            width: 25%;
        }

        form.two-bxs {
            flex-direction: column;
        }

        .half-form,
        .almost-half-form {
            width: 100%;
        }

        .user-data-container {
            display: none;
        }
    }

    @media(max-width: 600px) {
        #DivAcreditationCertification .form-check.form-check-inline.check-flex {
            justify-content: space-between;
            margin-right: 0;
            width: 100%;
            min-width: unset;
        }

            #DivAcreditationCertification .form-check.form-check-inline.check-flex .form-check-label.label-pointer {
                width: 70%;
                text-align: start;
            }

        .home ul.indicadores {
            justify-content: center;
            flex-direction: column;
            align-items: center;
        }

        .inline-answers .contentGlobalChecksElements.contentInputChecksGlobal {
            display: unset;
        }

            .inline-answers .contentGlobalChecksElements.contentInputChecksGlobal p {
                text-align: center;
            }
    }

    @media(max-width: 500px) {

        .form-wrap .form-check.form-check-inline.check-flex.w-30 {
            padding-left: 0;
        }

        .form-wrap {
            flex-direction: column;
        }

        #DivPartOne .form-wrap,
        #DivPartTwo .form-wrap,
        #DivPartThree .form-wrap,
        #DivPartFour .form-wrap,
        #DivPartFive .form-wrap,
        #DivPartSix .form-wrap,
        #DivPartSeven .form-wrap,
        #DivPartEight .form-wrap,
        #DivPartOneUrinary .form-wrap,
        #DivPartTwoUrinary .form-wrap,
        #DivPartThreeUrinary .form-wrap,
        #DivPartFourUrinary .form-wrap,
        #DivPartFiveUrinary .form-wrap,
        #DivPartSixUrinary .form-wrap,
        #DivPartSevenUrinary .form-wrap,
        #DivPartEightUrinary .form-wrap,
        #DivTransplants .form-wrap,
        #DivTypeCertificate .form-wrap,
        #DivHospitalUniversitario .form-wrap {
            flex-direction: row;
        }

        #IdHospitalClinicType {
            font-size: 12px;
        }

        #DivAverageTransplantsYear .form-check.form-check-inline.check-flex.w-30 {
            justify-content: center;
        }

        #form-initial-survey-part-six .form-check.form-check-inline.check-flex.w-30 {
            padding-left: 0;
        }

        .btn-footer.d-flex.justify-content-between.align-items-center {
            flex-direction: column;
        }

        .div-progress.w-50.text-center.d-flex.flex-column.align-items-center {
            width: 100% !important;
            margin-top: 24px;
            margin-bottom: 24px;
        }

        .btn-footer.d-flex.justify-content-between.align-items-center button {
            width: 45%;
        }

        #DivDiagnostic .contentGlobalChecksElements {
            display: flex;
            flex-direction: column;
        }

            #DivDiagnostic .contentGlobalChecksElements .form-check.form-check-inline.check-flex {
                justify-content: space-between;
            }
    }

    @media(max-width: 363px) {
        .container-btn {
            margin-top: 0.5rem;
        }
    }

    @media print {

        .contentIcons,
        .contentNavPrincipal {
            display: none;
        }

        .contentPageQr .elementPathway {
            width: 680px;
        }

        .contentPageQr .contetQRImg img {
            width: 350px;
        }

        .contentPageQr .pathway-card {
            text-align: center;
        }
    }


