html {
    font-size: 14px;
}


@font-face {
    font-family: 'robotobold';
    src: url('../assets/fonts/roboto-bold-webfont.woff2') format('woff2'), url('../assets/fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'robotobold';
    src: url('../assets/fonts/roboto-bold-webfont.woff2') format('woff2'), url('../assets/fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'robotolight';
    src: url('../assets/fonts/roboto-light-webfont.woff2') format('woff2'), url('../assets/fonts/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-size: 16px;
    color: #2f3138;
    font-family: 'robotolight';
    /*background: url("../assets/img/quodem-new.jpg") top center no-repeat;*/
}


.fondo {
    background: url("../assets/img/quodem-new.jpg") top center no-repeat;
}

.active {
    display:block !important;
}
footer.border-top.footer.text-muted {
    position:relative;
}

h1 {
    font-family: 'Oswald';
    color: #243780;
    font-weight: 400 !important;
    font-size: 35px !important;
    margin-top: 20px;
}

h2 {
    font-family: 'Oswald';
    color: #87c7d8;
    font-weight: 400 !important;
    font-size: 24px !important;
    padding-top: 20px;
    padding-bottom: 5px;
    margin: 0px;
}

h3 {
    font-family: 'Oswald';
    color: #243780;
    font-weight: 400 !important;
    font-size: 20px !important;
    padding-top: 20px;
    padding-bottom: 20px;
}

.principios {
    font-family: 'Oswald';
    color: #243780;
    font-weight: 400 !important;
    font-size: 35px !important;
    margin-bottom: 10px;
    margin-top: 20px;
}

.pie{
    text-decoration:none;
}

    .pie ul li {
        display: inline-block;  

        padding:0px 5px;
    }

        .pie ul li a {
            text-decoration: none;
        }

.contentSup {
    width: 50%;
    float: left;
    text-align: left;
}

.contentSupInner {
    width: 100%;
    float: left;
    text-align: left;
}

.medicalChat .contentSupInner {
    margin-bottom: 90px;
}

    textarea, input[type=text],
    textarea:focus-visible {
        outline: none;
        width: 100%;
        background: #f8fafd !important;
        border: 1px solid #c9cdd4 !important;
        padding: 20px;
        color: #000 !important;
        font-weight: 300 !important;
        font-size: 15px;
        border-radius: 7px !important;
        margin-bottom: 0;
        margin: 10px 0px;
    }

.text-left {
    text-align: left !important;
    width: 100% !important;
}

#chatAnswer {
    margin:10px 0px 10px 0px;
}

.text-question {
    background: #87c7d8;
    padding: 5px 5px 5px 20px;
    font-size: 14px;
    min-height: 40px;
    display: flex;
    border-radius: 25px;
    color: #FFF;
    font-weight: bold;
}

.text-answer {
    padding: 5px 5px 5px 20px;
    border: 1px solid #e5e9ec;
    /* border-bottom: 1px solid #AAA; */
    background-color: #f2f3f4;
    font-size: 14px;
    min-height: 40px;
    margin: 13px 0px;
    display: flex;
    border-radius: 20px;
}

.AIClass {
    font-size: 18px;
    color: #8CCECD;
}

.HClass {
    font-size: 18px;
    color: #2D3F87;
}
h4 {
    font-family: 'Oswald';
    color: #243780;
    font-weight: 400 !important;
    font-size: 18px !important;
    margin-top: 0px;
}
div#divSummaryHealth {
    width: 100%;
    /*    background: #f8fafd !important;
    border: 1px solid #c9cdd4 !important;
    padding: 20px;*/
    color: #000 !important;
    font-weight: 300 !important;
    font-size: 15px;
    border-radius: 15px !important;
    margin: 10px 0px;
    float: left;
}
.USRClass {
    font-size: 18px;
    color: #243780;
}
.rolClass {
    width: 30px;
    font-weight: bolder;
    margin-right: 10px;
}

.rolAnswer {
    max-width: 95%;
    padding: 3px 0px;
}

select {
    outline: none;
    width: 100%;
    background: url("../assets/img/arrow.png") top right no-repeat #f8fafd !important;
    border: 1px solid #c9cdd4 !important;
    padding: 15px 20px 15px 19px;
    color: #000 !important;
    font-weight: 300 !important;
    font-size: 15px;
    border-radius: 7px !important;
    margin-bottom: 0;
    margin: 0px 0px;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
}

.contentInf {
    width: 100%;
    float: left;
    margin-top: 40px;
    margin-bottom: 100px;
}

.contentSup input {
    color: #fff !important;
    border-radius: 7px !important;
    min-width: 120px;
    float: left;
    background: #e5c322 !important;
    border: 0 !important;
    margin: 15px 5px 0 0 !important;
    padding: 13px !important;
}

nav.navbar.navbar-expand-sm.navbar-toggleable-sm.navbar-light.bg-white.border-bottom.box-shadow.mb-3 {
    box-shadow: none;
    border: 0px !important;
    background: none !important;
}

.contentInf h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 30px !important;
    color: #0e1b4d;
    margin-bottom: 20px;
}

.btnAudio {
    width: 100%;
    margin-bottom:20px;
    margin-top:20px;
}

    .btnAudio button, .btnAudio input, .btnAudio a {
        color: #fff !important;
        border-radius: 50px !important;
        /*min-width: 120px;*/
        /* float: left; */
        background: #e5c322 !important;
        border: 0 !important;
        font-size:16px;
        padding: 8px 20px !important;
        text-decoration: none;
    }

        .btnAudio input.copy {
            background: #87c7d8 !important;
        }

.right{
    display:flex;
    justify-content:end;
}

.navbar-collapse.collapse.d-sm-inline-flex.justify-content-between {
    float: right !important;
    width: auto;
    flex-basis: auto;
    flex-grow: initial;
    z-index:999999999
}

.nav-link.text-dark {
    padding: 8px 5px 8px 15px !important; font-weight: 500;
    width: 100%;
    display: block;
}


    .nav-item.active .text-dark,
    .nav-link.text-dark:hover {
        color: #fff !important;
        background: #87c7d8;
        padding: 8px 25px;
  
        transition: all ease 0.3s;
        font-weight: 500;
        width: 100%;
        display: block;
    }


footer.border-top.footer {
    float: left;
    font-size: 16px;
    background: #0b2c68;
    color: #FFF !important;
    border: 0px !important;
}


    footer.border-top.footer a {
        color: #FFF !important;
    }
.questionTitle,
.keyPointsTitle,
.improvementTitle,
.translateTitle,
.summaryTitle {
    font-family: 'Oswald';
    color: #5956e9;
    font-weight: 400 !important;
    font-size: 27px !important;
}
.privacy-notices {
    background: #FFF;
    color: #2f3138;
    width: 100%;
    padding: 20px;
    float: left;
    border: 1px solid #c9cdd4 !important;
    background-color: #f8fafd;
    margin: 0px;
    padding: 17px;
    border-radius: 15px;
    margin-bottom: 20px;
    margin-top: 8px;
    text-align: justify;
}

    .privacy-notices p {
        margin: 0 auto;
        margin-block-start: 0px;
        margin-block-end: 0px;
        font-size: 12px;
        line-height: 20px;
        float:none;
        word-break:break-word;
    }

.cookie-consent-container {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #0b2c68;
    color:#FFF;
    padding: 10px;
    text-align: center;
    z-index: 1000;
}

main {
    margin-bottom: 100px;
    float: left;
    width: 100%;
}

fieldset {
    border: 1px solid #4472C4; /* Borde de 1 píxel */
    border-radius: 5px; /* Bordes redondeados */
    padding: 10px; /* Espacio interno para separar el contenido del borde */
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
}

legend {
    font-weight: bold;
}

fieldset div {
    margin: 2px 10px 3px 10px; 
}

fieldset select {
    width: 50%;
}

.summaryResult, .questionResult, .keyPointsResult, .improvementResult, .translateResult {
    border: 1px solid #c9cdd4 !important;
    background-color: #f8fafd;
    margin: 0px;
    padding: 17px;
    width: 100%;
    float: left;
    border-radius: 15px;
    margin-bottom: 20px;
    margin-top: 8px;
}

.question {
    font-weight: bold;
}

.keyPointsResult .question {
    font-weight:normal;
}

.answer {
    padding-left: 30px;
}

.correct {
    padding-left: 50px;
    font-style: oblique;
}

.selectVoice{
    width:100%;
}

#voiceToTextDivSummary {
    display: none;
    width: 49%;
    float: left;
    border: 1px solid #AAA;
    padding: 4px 10px 6px 10px;
    background-color: #EEE;
    margin-right: 1%;
    border-radius: 5px;
}

#voiceToTextDivTranslate {
    display: none;
    width: 49%;
    float: left;
    border: 1px solid #AAA;
    padding: 4px 10px 6px 10px;
    background-color: #EEE;
    margin-r: 1%;
    border-radius: 5px;
}

#voiceToTextDivTranslateText {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
#contentAll {
    display: block;
    width: 100%;
}


.voiceToTextControls {
    min-height: 80px;
}
#divAudio, #divCopyQuestion, #divCopyKeyPoints, #divCopyTranlate, #divCopyImprovement {
    display: none;
}

#divAudioPlayer {
    float: left;
    width: 100%;
    padding: 20px 0px;
    border: 1px solid #c9cdd4 !important;
    background-color: #f8fafd;
    margin: 10px 0px 20px 0px;
    width: 100%;
    border-radius: 14px;
}

.error{
    color: red;
}

.textarea-container {
    position: relative;
}

.fileupload-container {
    border: 1px solid #c9cdd4 !important;
    background-color: #f8fafd;
    margin: 0px;
    padding: 17px;
    border-radius: 15px;
    margin-bottom: 20px;
    margin-top: 8px;
    text-align: center;
}
    .fileupload-container img {
        display: block;
        margin: 13px auto 0 auto;
        float: none;
    }
.fileupload-container input{
    border: 1px solid #FFF;
}

.fileName{
    padding: 1px 1px 1px 10px;
    font-weight:bold;
}

.textarea-clean{
    position:relative;
}

.clearShadow{

    background: #F5F5F5;

}
    .clearShadow td {
        color: #2f3138 !important;

    }


.darkShadow {
    background: #cecece;
}
    .darkShadow td {
        color: #2f3138 !important;
        font-weight: bold;
    }
.clear-button {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.tabs {
    justify-content: space-between;
}

.tab-button {
    padding: 10px 20px;
    background-color: #4472C4;
    color: #FFF;
    border: none;
    cursor: pointer;
    border-radius: 10px 10px 0px 0px;
}

.tab-button-active {
    padding: 10px 20px;
    background-color: #FFF;
    color: #4472C4;
    border: 1px solid #4472C4;
    border-bottom: 0px;
    cursor: pointer;
    font-weight: bolder;
    border-radius: 10px 10px 0px 0px;
}

.fieldsetTabs{
    display:none;
}

.sendButton {
    cursor: pointer;
}

    .sendButton svg {
        width:20px;
        height:20px;
    }

.textChat{
    position:relative;
}

    .textChat textarea {
        padding-right: 30px;
        box-sizing: border-box;
        width: 100%; /* Opcional: Puedes ajustar el ancho según tus preferencias */
        min-height: 50px; /* Altura mínima inicial */
        resize: none; /* Evita que el usuario pueda cambiar manualmente el tamaño */
        overflow-y: hidden; /* Oculta la barra de desplazamiento vertical */
    }

.textChat span{
    position: absolute;
    right: 20px;
    bottom: 35px;
}
table.table-relations {
    width: 100%;
    border: 0px;
    text-align: center;
    border-spacing: 10px;
    border-collapse: separate;
}
.table-categories {
    width: 100%;
    border: 0px;
    text-align: center;
}

    .table-categories td {
        padding: 5px;
        padding: 10px 10px;
        border: 0px;
        border-radius: 20px;
        margin: 20px;
        color: #FFF;
    }

.td-category {
    background-color: #87c7d8;
    font-weight: bold;
}

.table-relations {
    border: solid 2px #4472C4;
}

    .table-relations td {
        padding: 5px;
        padding: 10px 10px;
        border: 0px;
        border-radius:20px;
        margin: 20px;
        color: #FFF;
    }


.td-relation {
    background-color: #87c7d8;
    font-weight: bold;
}

    .loader {
        border: 5px solid #f3f3f3;
        border-top: 5px solid #3498db;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        animation: spin 2s linear infinite;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: none; /* Para ocultar el indicador al principio */
    }

.loaderMicrophone, .loaderMicrophoneEng {
    width: 200px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url('../assets/img/microfono.png') center no-repeat;
    background-size: 100px;
    display: none; /* Para ocultar el indicador al principio */
}

.loaderMicrophone input,
.loaderMicrophoneEng input {
    position: absolute;
    bottom: -70px;
    width: 100%;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    /*min-width: 120px;*/
    /* float: left; */
    background: #e5c322;
    border: 0;
    padding: 5px 0px;
    text-decoration: none;
}

.loaderMicrophone::after {
    content:"Hable ahora";
    display:block;
    position:absolute;
    bottom:-30px;
    font-weight:bold;
    width:100%;
    text-align:center;
}

.loaderMicrophoneEng::after {
    content: "Speak now";
    display: block;
    position: absolute;
    bottom: -30px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.containerLoader, .containerLoaderMicrophone, .containerLoaderMicrophoneEng {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #dbdbdbdb;
    display: none;
    z-index: 99;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#checkMicrophone{
    display:none;
}

/***/

header.container {
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding: 0px;
}
.navbar > .container, .navbar > .container-fluid, 
.navbar > .container-lg, 
.navbar > .container-md, .navbar > .container-sm, 
.navbar > .container-xl, 
.navbar > .container-xxl {
    display: block !important;
    width: 100%;
    padding: 0px;
}

a.navbar-brand {
    width: 100%;
    display: block;
    text-align: center;
}

    a.navbar-brand img {
        width: 155px;
    }

.navbar-collapse.collapse.d-sm-inline-flex.justify-content-between {
    color: #FFF;
    background: #0b2c68;
    /* display: block; */
    width: 100%;
    float: left;
}

ul.navbar-nav.flex-grow-1 {
    width: 100%;
    float: left;
    margin: 0px;
    float: left;
    padding: 0px;
}
li.nav-item {
    width: 12.5%;
    /* height: 60px; */
    display: table;
    font-size: 14px;
}

a.nav-link.text-dark {
    color: #FFF !important;

    display: table-cell;
    vertical-align: middle;
}
.nav-item.active .text-dark, .nav-link.text-dark:hover {
    background: #FFF;
    border-radius: 0px;
    color: #0b2c68 !important;
    font-weight: 900;
    height: 100%;
    display: table-cell;
}

nav.navbar.navbar-expand-sm.navbar-toggleable-sm.navbar-light.bg-white.border-bottom.box-shadow.mb-3 {

    padding-top: 0px;
}

.contentBoxModels {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.contentBoxModelsElement {
    width: 100%;
    background: #f5f5f5;
    border-radius: 25px;
    padding: 20px 30px 20px 130px;
    margin-bottom: 20px;
    position: relative;
    float: left;
}

    .contentBoxModelsElement img {
        position: absolute;
        left: 20px;
    }

.contentBoxModelsElementInfo h3 {
    font-family: 'Oswald';
    color: #243780;
    font-weight: 400 !important;
    font-size: 22px !important;
    margin: 0px;
}
.contentBoxModelsElementInfo p {
    margin-bottom: 5px;
}
.contentBoxModelsElementInfo a {
    display: block;
    background: #efc52e;
    float: left;
    color: #FFF;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 35px;
    font-size: 15px;
}


    body {
        background-position: 50% top !important;
    }






.contentHomeLogo header.container {
    max-width: 960px;
}

.contentHomeLogo a.navbar-brand {
    text-align: left;
}

.contentHomeLogo h1 {
    margin-top: 0px;
}

.contentHomeLogo a.navbar-brand img {
    width: 270px;
    margin-top: 23px;
}

.container.pie p {
    float: left;
    font-size: 14px;
    width: 100%;
    margin: 0px;
    padding: 5px 0px 15px 0px;
    text-align: center;
    line-height: initial;
}
.container.pie ul {
    line-height: initial;
    width: 100%;
    padding:  0px;
    margin: 0px;
    float: left;
    font-size: 14px;
    text-align: center;
}
.pie ul li {


    padding: 15px 10px;
}






.ContentBtnModals {
    width: 100%;
    padding-top: 20px;
}



    .ContentBtnModals a {
        cursor:pointer;
        display: block;
        background: #efc52e;
        text-align:center;
        color: #FFF;
        width:100%;
        text-decoration: none;
        padding: 10px 30px;
        border-radius: 35px;
        font-size: 15px;
    }

        .ContentBtnModals a:hover {

            background: #a0800c;
        }

.contentBoxModelsElementIA {
    float: left;
    width: 30%;
}

.contentBoxModelsElementIA img{

    width: 100%;
}

.contentBoxModelsElementIA {
    float: left;
    width: 30.5%;
    margin-bottom: 30px;
}
    .contentBoxModelsElementIA.centerBoxContent {
        margin: 0px 4%;
    }
video {
    width: 100%;
    float: left;
}


.modal-body {
     padding: 0px !important;
}


button.btn-close {
    position: absolute;
    height: 40px;
    width: 40px;
    background: #0b2c68;
    right: -60px;
    color: #FFF !important;
    border-radius: 50px;
    opacity: 1;
    font-weight: bold;
}
.modal-dialog {
    max-width: 75% !important;
}

.progress-bar {
    width: 100%;
    background-color: #ddd;
    margin: 0px;
    border-radius: 50px;
    font-weight: bold;
}




.progress {
    height: 20px;
    background-color: #4CAF50;
    text-align: right;
    color: white;
    margin: 0px;
    padding-left: 15px;
    border-radius: 50px;
}

.classificationName{
    width:60%;
    color:#000 !important
}

.classificationScore{
    width:40%;
}

.loginButton {
    float: right;
    margin: 10px 20px 10px 15px;
}

.loginButton a, .loginButton a:hover, .loginButton a:link {
    text-decoration: none;
    color: #2f3138;
    font-weight: bold;
}

.form-group .checkbox{
    display:none;
}

.form-group input {
    width: 400px;
    margin-bottom: 15px; 
}

/****/

.loginButton a {
    position: absolute;
    right: 0px;
    background: #95c9d2 !important;
    margin: 0px;
    padding: 13px 23px 17px 23px;
    border-radius: 0px 0px 20px 20px;
    top: 0px;
    color: #FFF !important;
}
.contentLoginBox {
    width: 45%;
    padding-top: 25px;
}

    .contentLoginBox form {
        width: 80%;
    }

    .contentLoginBox h1 {
        margin-bottom: 30px;
        font-size: 50px !important;
    }

    .contentLoginBox label {
        height: auto !important;
        font-size: 16px;
        font-family: roboto, sans-serif;
        font-weight: 600;
        font-style: normal;
    }

    .contentLoginBox .form-group input {
        border-radius: 75px !important;
        padding: 10px 20px !important;
        height: auto !important;
        font-size: 16px;
        font-family: roboto, sans-serif;
        font-weight: 300;
        font-style: normal;
        width: 100%;
    }

    .contentLoginBox button.btn.btn-primary {
        background: #e5c322 !important;
        font-weight: bold;
        border-radius: 50px;
        margin-top: 10px;
        margin-left: 0;
        padding: 14px 40px;
        border: 0px;
        color: #fff;
        transition: all .5s;
        font-size: 14px;
        width: 100%;
    }



.loginContent {
    background-image: url(/assets/img/quodem-new-login.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-position: 50% top !important;
}

/*****/
select {
    border-radius: 65px !important;
}
/*****/
.container {
    position: relative;
}
ul.navbar-nav.flex-grow-1 {
    background: #f8f8f8 !important;
    padding: 13px 0px;
    border-radius: 20px;
}

.navbar-collapse.collapse.d-sm-inline-flex.justify-content-between {
    float: left !important;
    width: 23% !important;
    margin-right: 2%;
    background: none !important;
    position: relative;
}


/*.navbar-collapse.collapse.d-sm-inline-flex.justify-content-between {
    float: left !important;
    width: 225px !important;
    background: none !important;
    position: relative;
}*/
li.nav-item {
    width: 100% !important;
    padding: 4px 0px 4px 0px !important;
    display: block;
}
    li.nav-item  .nav-item span {
        display: block;
        width: 100%;
        float: left;
        padding: 10px 13px;
        background: #FFF;
        float: left;
    }
a.nav-link.text-dark {
    color: #252525 !important;
}

.nav-item.active .text-dark, .nav-link.text-dark:hover {
    color: #243176 !important;
    background: none;
    font-weight: bold;
    font-family: 'robotobold';
    height: 100%;
    display: table-cell;
    border-left: 4px solid #243176;
}
/*.contentGlobalInterior {
    min-height: auto;
    padding-left: 255px;
    position: absolute;
    float: left;
}*/
.contentGlobalInterior {
    min-height: auto;
    /* padding-left: 255px; */
    position: relative;
    float: left;
    width: 75%;
}
.contentHomeLogo .contentGlobalInterior {
    padding-left: 0px;
    position: static;
}

header.container {
    max-width: 1140px;
}
a.navbar-brand img {
    width: 200px;
    margin: 10px 0px 0px 12px;
    float: left;
}
.contentBoxAudio label {
    font-weight: bold;
}
input#pdfFile::file-selector-button,
input#excelFile::file-selector-button,
input#imgFile::file-selector-button,
input#pdfFile::file-selector-button,
input#audioFile::file-selector-button {
    background: #e5c322 !important;
    border: 0 !important;
    padding: 6px 20px !important;
    border-radius: 20px;
    color: #FFF;
    margin: 5px 10px;
}
textarea#question {
    border-radius: 65px !important;
}
.tab-button {
    font-size: 15px;
    padding: 10px 15px;
    background: none;
    color: #cbcbcb;
    margin: 0px;
    float: left;
    border: 1px solid #cbcbcb;
}

.fieldsetTabs {
    width: 100%;
}
button.tab-button.tab-button-active,
button.tab-button:hover{
    border: 0px;
    color: #fff !important;
    background: #243176;
    font-weight: bold;
    font-family: 'robotobold';
    height: 100%;
    display: table-cell;
    border: 1px solid #243176;
}
.content50Label,
#divVoice,
.selectVoice,
.voiceToTextLanguage {
    position: relative;
    height: 55px;
    width: 100%;
    margin: 10px 0px;
    float: left;
}
.selectVoice {

    margin-top: 20px ;

}


    .content50Label label,
    #divVoice label,
    .selectVoice label,
    .voiceToTextLanguage  label{
        margin: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        text-align: right;
        width: 30%;
        margin-right: 3%;
        line-height: 18px;
        float: left;
    }
    .content50Label select, #divVoice select,
    .selectVoice select, .voiceToTextLanguage select{
        width: 66%;
        margin-left: 33%;
        border-radius: 65px !important;
    }
fieldset div {
    margin: 2px 10px 3px 0px;
}
.contentbtn,
.btnAudio {
    margin: 0px;
    width: 100%;
    text-align: right !important;
    float: left;
    display: block;
}

.contentbtn > div {
    margin: 0px;
    width: 100%;
    text-align: center;
    float: left;
    display: block;
}
.btnAudio input[type="submit"] {
    margin: 12px 0px;
}
div#divAudioPlayerPodcast {
    width: 100%;
    float: left;
}
legend {
    /* display: none; */
    font-family: 'Oswald';
    color: #243780;
    font-weight: 400 !important;
    font-size: 27px !important;
    margin-top: 0px;
}
fieldset {
    border: 1px solid #243780;
    border-radius: 0px 10px 10px 10px;
}

.voiceToTextLanguage {
    width: 100%;
    float: left;
    margin: 20px 0px 0px 0px;
}
button#recordButton {
    margin-top: 20px;
}

.contentBoxAudio {
    float: left;
    padding: 20px 0px;
    border: 1px solid #c9cdd4 !important;
    background-color: #f8fafd;
    margin: 10px 0px 20px 0px;
    width: 100%;
    border-radius: 14px;
    text-align: center;
}

main {
    margin-bottom: 20px;
}




.privacy-notices p {
    width: 100%;
    padding: 0px 7%;
    text-align: justify;
    margin: 0 auto;
    margin-block-start: 0px;
    margin-block-end: 0px;
    font-size: 12px;
    line-height: 19px;
    float: none;
    word-break: break-word;
}

/****/
div#divAudioPlayerPodcast .btnAudio,
div#divAudioPlayer .btnAudio {
    text-align: center !important;
}
/****/
.nav-item span {
    color: #243780;
    font-weight: bold;
    font-family: 'robotobold';
}
.nav-item span {
    display: block;
    width: 100%;
    float: left;
    padding: 10px 13px;
    background: #243780;
    float: left;
    color: #FFF;
}
li.nav-item ul {
    margin:0px;
    padding:0px;
}
    li.nav-item ul ul {
        border: 0px;
    }
        li.nav-item ul ul a.nav-link {
            background: none !important;
            padding: 8px 5px 8px 15px !important;
        }
a.nav-link.icon01 {
    background: url(../assets/img/icons/01.png) 3px no-repeat;
    padding: 8px 5px 8px 40px !important;
}
.nav-item.active .icon01,
.nav-link.icon01:hover {
    background: url(../assets/img/icons/01_hover.png) 3px no-repeat;
    padding: 8px 5px 8px 40px !important;
}

a.nav-link.icon02 {
    background: url(../assets/img/icons/02.png) 3px no-repeat;
    padding: 8px 5px 8px 40px !important;
}
.nav-item.active .icon02,
.nav-link.icon02:hover {
    background: url(../assets/img/icons/02_hover.png) 3px no-repeat;
    padding: 8px 5px 8px 40px !important;
}

a.nav-link.icon03 {
    background: url(../assets/img/icons/03.png) 3px no-repeat;
    padding: 8px 5px 8px 40px !important;
}

.nav-item.active .icon03,
.nav-link.icon03:hover {
    background: url(../assets/img/icons/03_hover.png) 3px no-repeat;
    padding: 8px 5px 8px 40px !important;
}

a.nav-link.icon04 {
    background: url(../assets/img/icons/04.png) 3px no-repeat;
    padding: 8px 5px 8px 40px !important;
}

.nav-item.active .icon04,
.nav-link.icon04:hover {
    background: url(../assets/img/icons/04_hover.png) 3px no-repeat;
    padding: 8px 5px 8px 40px !important;
}


a.nav-link.icon05 {
    background: url(../assets/img/icons/05.png) 3px no-repeat;
    padding: 8px 5px 8px 40px !important;
}

.nav-item.active .icon05,
.nav-link.icon05:hover {
    background: url(../assets/img/icons/05_hover.png) 3px no-repeat;
    padding: 8px 5px 8px 40px !important;
}


a.nav-link.icon06 {
    background: url(../assets/img/icons/06.png) 3px no-repeat;
    padding: 8px 5px 8px 40px !important;
}

.nav-item.active .icon06,
.nav-link.icon06:hover {
    background: url(../assets/img/icons/06_hover.png) 3px no-repeat;
    padding: 8px 5px 8px 40px !important;
}



a.nav-link.icon08 {
    background: url(../assets/img/icons/07.png) 3px no-repeat;
    padding: 8px 5px 8px 40px !important;
}

.nav-item.active .icon08,
.nav-link.icon08:hover {
    background: url(../assets/img/icons/07_hover.png) 3px no-repeat;
    padding: 8px 5px 8px 40px !important;
}



a.nav-link.icon09 {
    background: url(../assets/img/icons/08.png) 3px no-repeat;
    padding: 8px 5px 8px 40px !important;
}

.nav-item.active .icon09,
.nav-link.icon09:hover {
    background: url(../assets/img/icons/08_hover.png) 3px no-repeat;
    padding: 8px 5px 8px 40px !important;
}



a.nav-link.icon10 {
    background: url(../assets/img/icons/09.png) 3px no-repeat;
    padding: 8px 5px 8px 40px !important;
}

.nav-item.active .icon10,
.nav-link.icon10:hover {
    background: url(../assets/img/icons/09_hover.png) 3px no-repeat;
    padding: 8px 5px 8px 40px !important;
}





a.nav-link.icon11 {
    background: url(../assets/img/icons/10.png) 3px no-repeat;
    padding: 8px 5px 8px 40px !important;
}

.nav-item.active .icon11,
.nav-link.icon11:hover {
    background: url(../assets/img/icons/10_hover.png) 3px no-repeat;
    padding: 8px 5px 8px 40px !important;
}





a.nav-link.icon12 {
    background: url(../assets/img/icons/11.png) 3px no-repeat;
    padding: 8px 5px 8px 40px !important;
}

.nav-item.active .icon12,
.nav-link.icon12:hover {
    background: url(../assets/img/icons/11_hover.png) 3px no-repeat;
    padding: 8px 5px 8px 40px !important;
}



a.nav-link.icon13 {
    background: url(../assets/img/icons/12.png) 3px no-repeat;
    padding: 8px 5px 8px 40px !important;
}

.nav-item.active .icon13,
.nav-link.icon13:hover {
    background: url(../assets/img/icons/12_hover.png) 3px no-repeat;
    padding: 8px 5px 8px 40px !important;
}







a.nav-link.icon014 {
    background: url(../assets/img/icons/13.png) 3px no-repeat;
    padding: 8px 5px 8px 40px !important;
}

.nav-item.active .icon014,
.nav-link.icon014:hover {
    background: url(../assets/img/icons/13_hover.png) 3px no-repeat;
    padding: 8px 5px 8px 40px !important;
}




a.nav-link.icon07 {
    background: url(../assets/img/icons/chat.png) 3px no-repeat;
    padding: 8px 5px 8px 40px !important;
}

.nav-item.active .icon07,
.nav-link.icon07:hover {
    background: url(../assets/img/icons/chat_hover.png) 3px no-repeat;
    padding: 8px 5px 8px 40px !important;
}





.contentBoxCheck {
    width: 100%;
    float: left;
}

.contentBoxCheckElement {
    width: 20%;
    float: left;
}
    .contentBoxCheckElement a

{
    box-shadow: inset 0 0 0 0.1rem rgba(58,3,45,.08), 0 10px 20px rgba(58,3,45,.04), 0 2px 6px rgba(58,3,45,.04), 0 0 1px rgba(58,3,45,.04);
    content: "";
    background-color: #fff;
    border-radius: 0.4rem;
}

.contentBoxInfo {
    float: left;
    width: 100%;
}

.contentPDF.contentBoxInfo {
    display: none;
}

.contentBoxCheckElement a {
    box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.075);
    border-radius: 12px !important;
    background-color: #fff;
    text-align: center;
    display: block;
    float: left;
    color: #252525;
    text-decoration: none;
    width: 80%;
    margin: 30px 10% 20px 10%;
    padding: 65px 0px 10px 0px;
    border: 1px solid #fff;
}

    .contentBoxCheckElement a:hover, .contentBoxCheckElement a.active {
        font-family: 'robotobold';
        border: 1px solid #243176;
        color: #243176;
    }

    .contentBoxCheckElement a.iconText {
        background: url(../assets/img/icons/iconText.png) center 3px no-repeat;
    }
        .contentBoxCheckElement a.iconText:hover, .contentBoxCheckElement a.iconText.active {
            background: url(../assets/img/icons/iconTextHover.png) center 3px no-repeat;
        }
    .contentBoxCheckElement a.iconPDF {
        background: url(../assets/img/icons/iconPDF.png) center 3px no-repeat;
    }

        .contentBoxCheckElement a.iconPDF:hover, .contentBoxCheckElement a.iconPDF.active {
            background: url(../assets/img/icons/iconPDFHover.png) center 3px no-repeat;
        }
    .contentBoxCheckElement a.iconExcel {
        background: url(../assets/img/icons/iconExcel.png) center 3px no-repeat;
    }

        .contentBoxCheckElement a.iconExcel:hover, .contentBoxCheckElement a.iconExcel.active {
            background: url(../assets/img/icons/iconExcelHover.png) center 3px no-repeat;
        }

    .contentBoxCheckElement a.iconAudio {
        background: url(../assets/img/icons/iconAudio.png) center 3px no-repeat;
    }

        .contentBoxCheckElement a.iconAudio:hover, .contentBoxCheckElement a.iconAudio.active {
            background: url(../assets/img/icons/iconAudioHover.png) center 3px no-repeat;
        }


    .contentBoxCheckElement a.iconVideo {
        background: url(../assets/img/icons/iconVideo.png) center 3px no-repeat;
    }

        .contentBoxCheckElement a.iconVideo:hover, .contentBoxCheckElement a.iconVideo.active {
            background: url(../assets/img/icons/iconVideoHover.png) center 3px no-repeat;
        }

#divScroll{
    float:left;
    width:100px;
}


/*************************************************
REP SALES
*************************************************/

.repSales a.nav-link.text-dark {
    color: #2d397c !important;
}

.repSales a.nav-link.icon04 {
    padding: 0px !important;
}
.repSales a.nav-link.text-dark {
    background: no-repeat;
    padding: 0px 10px !important;
    display: block;
    float: left;
    /* width: auto; */
}
.repSales li.nav-item {
     padding: 0px !important; 
}
.repSales li.nav-item span {
    display:none
}
.repSales a.nav-link.text-dark.icon01 {
   display: none;
}

.repSales li.nav-item {
    width: auto !important;
    display: block;
    float: left;
}
.repSales .navbar-collapse.collapse.d-sm-inline-flex.justify-content-between {
    top: -100px;
    right: 111px;
    /* color: #2d397c !important; */
    float: left !important;
    width: auto !important;
    background: none !important;
    position: absolute;
}
.repSales ul.navbar-nav.flex-grow-1 {
    background: #fff !important;
    border-radius: 0px 0px 20px 20px;
    padding: 19px 20px 19px 0px;
}
.repSales .contentGlobalInterior {
    min-height: auto;
    padding-left: 0px;
    position:relative;
    width:100%;
}
.contentHomeLogo .contentGlobalInterior {
    width: 100%;
}
.repSales .table-striped > tbody > tr:nth-of-type(odd) {
    background: #f8f8f8;
    --bs-table-accent-bg: initial;
}
.repSales.table > :not(caption) > * > * {
    border-bottom-width: 0px;
}
.contentRepSales {
    position: relative;
    width: 100%;
    float: left;
    padding-top: 20px;
}

.contentInformesRepSales {
    width: 100%;
    float: left;
}
.contentReporView h2 {
    margin: 0px;
    padding: 0px;
    color: #87c7d8;
    font-size:30px !important;
}

.contentReporView h3 {
    margin: 0px;
    color: #243780;
    padding: 15px 0px 6px 0px;
    font-size: 20px !important;
}
.contentReporView h4 {
    margin: 0px;
    color:#2f3138;
    padding: 15px 0px 6px 0px;
    font-size: 18px !important;
}
.contentInformesRepSalesElement {
    width: 100%;
    text-align:center;
    float: left;
}
.contentInformesRepSalesElement.w50 {
    width: 50%;
    float: left;
}
    .contentInformesRepSalesElement img {
        width: 90%;
        padding: 0px 20px;
    }

.contentRepSales a.btn.btn-primary {
    font-weight: bold;
    border: none;
    background: #ffc552;
    display: block;
    position: absolute;
    right: 0px;
    top: -50px;
    border-radius: 40px;
    padding: 8px 21px 8px 17px;
}
.repSales span.btnPlus {
    position: relative;
    background: #FFF;
    color: #ffc552;
    border-radius: 50px;
    padding: 2px 8px;
    margin-right: 9px;
}
.contentRepSales a.btn.btn-primary:hover {
    background: #b28c42;
}
    .contentRepSales a.btn.btn-primary:hover span.btnPlus {
        color: #b28c42;
    }

.repSales .contentInformesRepSales {
    /* background: red; */
    width: 100%;
    float: left;
    margin-bottom: 22px;
    padding: 15px 0px 0px 0px;
    /* border-bottom: 1px solid #f0f0f0;
    */
}
.repSales tbody,
.repSales td,
.repSales tfoot,
.repSales th,
.repSales thead,
.repSales tr {
    border: 0px;
}
.repSales .nav-item.active .text-dark,
.repSales .nav-link.text-dark:hover {
    border: 0px;
}

.repSales thead tr th {
    color: #243780;
    text-transform: uppercase;
    font-weight: bolder;
    font-family: 'robotobold';
    font-size: 14px;
}
.repSales tbody a {
    font-size: 16px;
    color: #2f3138;
    font-family: 'robotolight';
    text-decoration: none;
}
    .repSales tbody a:hover {
        font-weight:bold;
        text-decoration:underline;
    }
    body.repSales {
        background: url(../assets/img/repsales/bg-rep-sales.jpg) top center no-repeat;
    }
.repSales span.circleYellow {
    display: block;
    height: 25px;
    width: 25px;
    background: #ffc552;
    text-align: center;
    color: #FFF;
    font-family: 'robotobold';
    border-radius: 50px;
}

.repSales span.circleBlue {
    font-family: 'Oswald';
    display: block;
    height: 25px;
    width: 25px;
    background: #d6eaee;
    text-align: center;
    color: #51a7b6;
    border-radius: 50px;
    float: left;
    margin-right: 5px;
}
.repSales span.boxLinea,
.repSales a.boxLinea {
    padding: 2px 14px;
    background: #d6eaee;
    text-align: center;
    color: #51a7b6;
    font-family: 'robotobold';
    display: block;
    float: left;
    border-radius: 5px;
    font-size: 16px;
}
.repSales .contentRepSalesTitle {
    float: left;
    width: 100%;
    padding-bottom: 15px;
}
.repSales .contentRepSalesTitleElement {
    float: left;
    width: 70%;
}
.repSales .contentRepSalesTitleElementInfo {
    float: left;
    width: 30%;
}
.repSales .contentRepSalesTitleElement span.circleYellow {
    width: 90px;
    height: 90px;
    font-size: 50px;
    padding: 3px 0px 0px 0px;
    font-family: 'Oswald';
    display: block;
    float: left;
    margin-right: 15px;
}

.repSales .contentRepSalesTitleElement h2 {
    color: #030b34;
    margin: 0px !important;
    font-size: 27px !important;
    padding: 8px 0px 10px 0px;
}
.repSales .contentRepSalesTitleElement span.boxLinea {
    margin-right: 20px;
}
.repSales span.boxDelegates {
    background: url(../assets/img/repsales/icon-delegates.png) top left no-repeat;
    padding: 0px 0px 5px 50px;
    color: #51a7b6;
    font-family: 'robotobold';
    display: block;
    float: left;
    font-size: 16px;
}
.repSales span.boxLugar {
    background: url(../assets/img/repsales/icon-location.png) top left no-repeat;
    padding: 0px 0px 5px 30px;
    color: #51a7b6;
    font-family: 'robotobold';
    display: block;
    float: left;
    font-size: 16px;
}
.repSales .contentRepSalesTitleElementInfo p {
    float: right;
    width: 100%;
    margin: 0px;
    text-align: right;
}
.repSales .contentRepSalesTitleElementInfo {
    float: left;
    width: 30%;
    padding-top: 45px;
    font-size: 15px;
}



.repSales strong {
    font-family: 'robotobold';
}

.repSales span.boxCalendar {
    background: url(../assets/img/repsales/icon-calendar.png) top left no-repeat;
    padding: 1px 0px 5px 31px;
    color: #51a7b6;
    font-family: 'robotobold';
    display: block;
    float: left;
    font-size: 15px;
}
.repSales .contentRepSalesDescription {
    width: 100%;
    float: left;
    padding: 10px 0px 0px 0px;
    font-size: 19px;
    line-height: 20px;
}

.repSales span.contentRepSalesDescriptionLine {
    width: 35px;
    display: block;
    background: #2f397e;
    height: 4px;
    margin-bottom: 10px;
}
.repSales .contentRepSalesInformation {
    width: 100%;
    margin-bottom: 20px;
    float: left;
}

.repSales .contentRepSalesInformationDatos p {
    margin: 0px;
}

.repSales .contentRepSalesInformationDatos {
    padding: 20px 0px 30px 0px;
}
.repSales .categoriasBox {
    width: 100%;
    float: left;
}
    .repSales .categoriasBox h3 {
        padding: 0px 0px 20px 0px;
        margin: 0px;
        width: 100%;
        float: left;
        font-size: 30px !important;
    }
.repSales span.warning {
    color: red;
    font-style: italic;
}

.repSales .categoriasBoxElement {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    float: left;
    box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.2);
    padding: 12px 30px 13px 70px;
    line-height: 20px;
    border-radius: 16px;
}
.repSales span.categoriasBoxElementIcon {
    left: 15px;
    position: absolute;
    background: #eeeeee;
    height: 40px;
    display: block;
    width: 40px;
    float: left;
    margin-right: 15px;
    border-radius: 26px;
}

.repSales .categoriasBoxElement strong {
    display: block;
    line-height: 17px;
}


.repSales .anomaliasBox {
    width: 100%;
    float: left;
}

    .repSales .anomaliasBox h3 {
        background: url(../assets/img/repsales/icon-anamalias.png) top left no-repeat;
        color: #d7b205;
        padding: 0px 0px 20px 46px;
        margin: 0px;
        width: 100%;
        float: left;
        font-size: 30px !important;
    }


.repSales .anomaliasBoxElement {
    border-radius: 22px;
    padding: 26px 28px 8px 28px;
    border: 1px solid #ebc30a;
    width: 100%;
    float: left;
    background: #fffcdb;
}



    .repSales .anomaliasBoxElement h4 {
        color: #d7b205;
        font-size: 20px !important;
    }
    .repSales .anomaliasBoxElement ul {
        margin: 0px;
        padding: 0px 0px 15px 0px;
        list-style: none;
    }

        .repSales .anomaliasBoxElement ul li {
            background: url(../assets/img/repsales/icon-bullet.png) top left no-repeat;
            padding: 5px 0px 4px 20px;
            line-height: 19px;
            list-style: none;
            background-position: 1px 9px;
        }


.repSales .categoriasBoxElement.w33.divCenter {
    margin: 0 2%;
}

.repSales .categoriasBoxElement.w33 {
    width: 32%;
}

.repSales .contentBtns {
    width: 100%;
    float: left;
    padding: 10px 0px;
}

    .repSales .contentBtns a{
    color: #2f3138;
        position: relative;
        /* left: 0px; */
        display: block;
        float: left;
        margin-right: 20px;
        cursor: pointer;
    }


        .repSales .contentBtns a span.categoriasBoxElementIcon {
            padding: 1px 0px;
            border-radius: 20px;
            background: #ffc552;
            height: 30px;
            display: block;
            float: left;
            width: 30px;
            margin-right: 10px;
            position: absolute;
            left: 0px;
            top: -5px;
        }
.repSales span.categoriasBoxElementIcon {
    padding: 7px 0px;
    text-align: center;
}
.repSales .reacction span.categoriasBoxElementIcon {
    padding: 1px;
    background-image: url('../assets/img/repsales/icon-reaccion-neutro.png');
    background-position: top center;
    background-repeat:no-repeat;
        background-color:#FFF
}
.repSales .reacction span.categoriasBoxElementIcon.Negativo {
    padding: 1px;
    background-image: url('../assets/img/repsales/icon-reaccion-mal.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #FFF
}
    .repSales .reacction span.categoriasBoxElementIcon.Positivo {
        padding: 1px;
        background-image: url('../assets/img/repsales/icon-reaccion.png');
        background-position: top center;
        background-repeat: no-repeat;
        background-color: #FFF
    }
    .repSales .reacction span.categoriasBoxElementIcon img {
        display:none
    }

    .repSales span.iconBtnYellow {
        padding: 0px 0px 0px 37px;
        display: block;
        float: left;
    }
.repSales .contentRepSalesMedico {
    margin-right: 30px;
    border-radius: 24px;
    padding: 20px 25px;
    background: #f7f6f6;
    width: 250px;
    float: left;
}
.repSales .contentRepSalesMedicoInfo {
    width: 100%;
    float: left;
}

.repSales .contentRepSalesMedicoTitle p {
    font-family: 'Oswald';
    color: #51a7b6;
    font-size: 20px;
    margin: -4px 0px 0px 4px;
    float: left;
    display: block;
}

.repSales .contentRepSalesMedicoInfo p {
    margin: 0px;
    font-size: 15px;
}
.repSales .contentInformesRepSalesElement {
    position: relative;
    margin-bottom: 20px;
    width: 98%;
    float: left;
    box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.2);
    padding: 17px 39px 30px 39px;
    line-height: 20px;
    border-radius: 16px;
}
.repSales .contentInformesRepSalesElement.w50 {
    margin-right:2%;
    width: 48%;
    padding: 17px 39px 30px 39px;

}
    .repSales .contentInformesRepSalesElement.contentReaccion {
        margin-right: 2%;
        width: 98%;
        margin-bottom:0px;
        padding: 17px 50px 30px 50px;
    }
.repSales .contentInformesRepSalesElementTexto {
    position: relative;
    margin-bottom: 20px;
    width: 98%;
    float: left;
    box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.2);
    padding: 17px 39px 30px 39px;
    line-height: 20px;
    border-radius: 16px;
}
/*.repSales .contentInformesRepSalesElementTexto strong {

 color: #76b836;
}*/
.contentInformesRepSalesElement.imgDelegados img {
    width: 680px;
}

.repSales .modal-header  h5 {
    font-family: 'Oswald';
    color: #243780;
    font-weight: 400 !important;
    font-size: 27px !important;
    /* margin-top: 20px; */
}

.repSales .modal-header {
    border: 0px;
    padding: 20px 50px;
}
.repSales p#modalText {
    padding: 0px 50px;
    border: 0px !important;
}
.repSales .modal-body {
    border: 0px !important;
}
.repSales .modal-footer {
    border: 0px !important;
    text-align: center;
    width: 100%;
    display: block;
}
.repSales  #audioModal .modal-body {
    text-align: center;
}
.repSales .modal-footer button.btn.btn-secondary {
    font-weight: bold;
    border: none;
    background: #ffc552;
    display: inline-block;
    border-radius: 40px;
    padding: 8px 56px;
    float: none;
    text-align: center;
}
.repSales .modal {
    top: 50px;
}
.repSales .modal button.btn-close {
    top: -17px;
    right: -20px;
}
    .repSales .modal button.btn-close {
        top: -17px;
        right: -5px;
        background: url('../assets/img/repsales/icon-arrow.png') #0b2c68 no-repeat top center;
    }

/*************************************************
FIN REP SALES
*************************************************/


 /*************************************************
FIN MED TRACKER
*************************************************/
        /*************************************************
FIN MEDICAL CHAT
*************************************************/
        /*************************************************
BID TENDER
*************************************************/
        @media (min-width: 1400px) {
            .bidTender header.container {
                max-width: 100%;
            }
        }

        @media (min-width: 1400px) {
            .bidTender .container,
            .bidTender .container-lg,
            .bidTender .container-md,
            .bidTender .container-sm,
            .bidTender .container-xl,
            .bidTender .container-xxl {
                max-width: 100%;
                height: 100% !important;
            }
        }

        @media (min-width: 992px) {
            .bidTender .container, .bidTender .container-lg, .bidTender .container-md, .bidTender .container-sm {
                max-width: 100%;
                height: 100% !important;
            }
        }

        .bidTender header.container {
    width: 100%;
    max-width: 100%;
}
    .bidTender header.container {
    position: absolute;
    top:0px;
    left:0px;
}
.bidTender .navbar-collapse.collapse.d-sm-inline-flex.justify-content-between {
    left: 0px;
    width: 300px !important;
    top: 0px;
    height: 100%;
    position: fixed;
}
.bidTender .container {
    padding-left: 340px;
    padding-top: 75px;
/*    background: #f8f8fc;*/
    padding-right: 30px;
}

.bidTender .contentGlobalInterior {
    min-height: auto;
    padding-left: 0px;
    padding-top: 0px;
    position:relative;
    width:100%;
}
body.bidTender  {
    width: 100%;
    height: 100%;
    float: left;
}
    body.bidTender .dropdown-toggle::after {
        display: none
    }
.bidTender ul.navbar-nav.flex-grow-1 {
    padding-top: 110px;
    background: #4e3798 !important;
    border-radius: 0px;
    width: 100%;
    height: 100%;
}
.bidTender .loginButton a {
    top: -60px !important;
    right: 0px;
    z-index: 9999999;
    background: #4e3798 !important;
    border-radius: 10px;
    padding-left: 50px;
}

.bidTender a.navbar-brand {
    position: fixed;
    top: 5px;
    left: 90px;
    z-index: 9999999;
    width: 110px !important;
    display: block;
}
.bidTender a.navbar-brand img{
    width: 100% !important;
  
}
.bidTender h1 {
    color: #4e3798
}
.bidTender h2 {
    color: #3e3e3e
}
.bidTender h3 {
    color: #d79b0d;
    font-size: 28px !important;
    margin: 0px;
    padding: 0px 0px 0px 0px;
}

.bidTender .footer.border-top.footer {
    display: none !important; /********************************************/
}
.bidTender .contentBoxGeneral {
    width: 100%;
    float: left;
    background: #FFF;
    padding: 25px 20px;
    margin: 20px 0px;
    border-radius: 10px;
    box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.1);
}
    .bidTender .contentBoxGeneral textarea#contenidoTextArea {
        /*height: 190px !important;*/
        border-radius: 10px !important;
    }


.bidTender .btnAudio input,
.bidTender .contentbtn input {
    margin: 0px !important;
    padding: 10px 30px !important;
    background: #d79b0d !important;
    border-radius: 10px !important;
    /* text-align: center; */
}
/*.bidTender .btnAudio ,
.bidTender .contentbtn  {
    text-align: center !important;
}*/
.bidTender a.nav-link.text-dark.icon10 {
    width: 100%;
    display: block;
}
.contentBoxGeneralAlert {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px;
    font-family: oswald;
    color: #d7b205;
    font-size: 20px;
}
.bidTender .privacy-notices p {
    padding: 0px;
}
.bidTender .questionTitle,
.bidTender .keyPointsTitle,
.bidTender .improvementTitle,
.bidTender .translateTitle,
.bidTender .summaryTitle {
    font-family: 'Oswald';
    color: #d79b0d;
    font-size: 28px !important;
    margin: 0px;
    padding: 0px 0px 0px 0px;
}

.bidTender .summaryResult,
.bidTender .questionResult,
.bidTender .keyPointsResult,
.bidTender .improvementResult,
.bidTender .translateResult {
    border: 0px !important;
    background: no-repeat;
    padding: 0px;
    margin: 14px 0px;
}

.bidTender .contentBoxGeneral table {
    width: 100%;
    border: 0;
}
.bidTender .contentBoxGeneral th {
    background: #4e3798 !important;
    color: #FFF;
    font-size: 15px;
    padding: 8px 10px;
}
.bidTender .contentBoxGeneral table td {
    padding: 20px 15px;
    font-size: 15px;
    line-height: 17px;
}
.bidTender  textarea#question {
    border-radius: 10px !important;
}
.bidTender .rolAnswer h1,
.bidTender .rolAnswer h2,
.bidTender .rolAnswer h3 {
    font-size: 18px !important;
    margin: 0px;
}


.bidTender .rolAnswer h4 {
    font-size: 16px !important;
    margin: 0px;
}
    .bidTender .text-answer {
        width: 100%;
        border-radius: 10px;
    }
.bidTender div#divQuestions {
    width: 100%;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    float: left;
}
.bidTender .text-question {
    width: 100%;
    border-radius: 10px;
}
.bidTender .rolAnswer p {
    margin-top: 0;
    margin-bottom: 0;
}
.bidTender  .rolAnswer {
    max-width: 95%;
    width: 95%;
    padding: 3px 0px;
}
    .bidTender .rolAnswer  input[type="submit"] {
        margin: 0px !important;
        padding: 10px 30px !important;
        background: #d79b0d !important;
        border-radius: 10px !important;
        border: 0px;
        color: #FFF;
    }

.bidTender .contentBoxGeneral th:first-child {
    border-radius: 10px 0px 0px 0px;
}

.bidTender .contentBoxGeneral th:last-child {
    border-radius: 0px 10px 0px 0px;
}
.bidTender .loginButton a {
    background: url(../assets/img/bidtender/iconlogoutbit.png) 15px 13px no-repeat #4e3798 !important;
}

.bidTender a.nav-link.text-dark {
    color: #FFF !important;
    font-size: 15px;
}
.bidTender  .nav-item span {
    display: none;
}
.bidTender .nav-item ul {
    padding: 0px;
}
.bidTender a.nav-link {
    background: url(../assets/img/bidtender/iconHouseBid.png) top left no-repeat !important;
    background-size: 34px !important;
    background-position: 9px 8px !important
}

    .bidTender a.nav-link.icon01,
    .bidTender a.nav-link.icon02,
    .bidTender a.nav-link.icon03,
    .bidTender a.nav-link.icon04,
    .bidTender a.nav-link.icon05,
    .bidTender a.nav-link.icon06,
    .bidTender a.nav-link.icon07,
    .bidTender a.nav-link.icon08,
    .bidTender a.nav-link.icon09,
    .bidTender a.nav-link.icon10,
    .bidTender a.nav-link.icon11,
    .bidTender a.nav-link.icon12 {
        padding: 12px 7px 16px 54px !important;
    }
    .bidTender a.nav-link.text-dark.icon06 {
        background: url(../assets/img/bidtender/iconClasiBid.png) top left no-repeat !important;
        background-size: 34px !important;
        background-position: 9px 8px !important
    }


    .bidTender a.nav-link.text-dark.icon11 {
        background: url(../assets/img/bidtender/iconAnaBid.png) top left no-repeat !important;
        background-size: 34px !important;
        background-position: 9px 8px !important
    }



    .bidTender a.nav-link.text-dark.icon10 {
        background: url(../assets/img/bidtender/iconDocBid.png) top left no-repeat !important;
        background-size: 34px !important;
        background-position: 9px 8px !important
    }


    .bidTender a.nav-link.text-dark.icon12 {
        background: url(../assets/img/bidtender/iconReportBid.png) top left no-repeat !important;
        background-size: 34px !important;
        background-position: 9px 8px !important
    }

.bidTender .contentReporView h2 {
    color: #3e3e3e;
    font-size: 28px !important;
}
.bidTender .contentReporView h3 {
    font-size: 22px !important;
    width: 100%;
    margin-top: 20px;
    float: left;
}
.bidTender .contentInformesRepSalesElementTexto {
    width: 100%;
    float: left;
    background: #FFF;
    padding: 25px 20px;
    margin: 20px 0px;
    border-radius: 10px;
    box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.1);

}
.bidTender .contentInformesRepSalesElement {
    position: relative;
    background: #FFF;
    margin-top: 28px;
    margin-bottom: 20px;
    /* width: 98%; */
    /* float: left; */
    box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.2);
    padding: 17px 39px 30px 39px;
    line-height: 20px;
    border-radius: 10px;
}
.bidTender .elementLeft {
    width:49%;
    margin-right:1%;
}
.bidTender .elementRight {
    width: 49%;
    margin-left: 1%;
}
.bidTender .nav-item.active .text-dark,
.bidTender .nav-link.text-dark:hover {
    border-left: 0px !important;
    color: #d79b0d !important;
    font-weight: bold;
}
.bidTender .textarea-clean {
    margin: 20px 0px;
}
.bidTender input#pdfFiles::file-selector-button,
.bidTender input#pdfCompany::file-selector-button,
.bidTender input#pdfTechnical::file-selector-button,
.bidTender input#pdfAnnexes::file-selector-button,
.bidTender input#pdfDeuc::file-selector-button,
.bidTender input#pdfPrice::file-selector-button {
    background: #3e3e3e;
    color: #FFF;
    font-weight: bold;
    padding: 10px 20px;
}
.contentBoxGeneralAlert span {
    margin-left: 12px;
}
.bidTender input#pdfFiles::file-selector-button:hover,
.bidTender input#pdfCompany::file-selector-button:hover,
.bidTender input#pdfTechnical::file-selector-button:hover,
.bidTender input#pdfAnnexes::file-selector-button:hover,
.bidTender input#pdfDeuc::file-selector-button:hover,
.bidTender input#pdfPrice::file-selector-button:hover {
    background: #d79b0d;
    color: #FFF;
}
.bidTender ul.dropdown-menu.show {
    width: 100%;
    border-radius: 0px;
    transform: initial !important;
    background: no-repeat;
    top: 60px !important;
}
    .bidTender ul.dropdown-menu.show a.nav-link {
        background: url(../assets/img/bidtender/iconSubTend.png) top left no-repeat !important;
        background-size: 9px !important;
        background-position: 40px 20px !important;
        padding-left: 59px !important;
        border-radius: 10px;
    }

        .bidTender ul.dropdown-menu.show a.nav-link:hover {
            background: url(../assets/img/bidtender/iconSubTend.png) top left no-repeat #7564ab !important;
            background-size: 9px !important;
            background-position: 40px 20px !important; 
            margin: 0px 2%;
            border-radius: 10px;
            padding-left: 60px !important;
            width: 97%;
        }

    .bidTender ul.dropdown-menu.show li.nav-item {
        padding: 0px 20px !important;
    }
    .bidTender ul.dropdown-menu.show .nav-item.active .text-dark,
    .bidTender ul.dropdown-menu.show .nav-link.text-dark:hover {
        background: url(../assets/img/bidtender/iconSubTend.png) top left no-repeat #7564ab !important;
        background-size: 9px !important;
        background-position: 40px 20px !important;
        margin: 0px 2%;
        border-radius: 10px;
        padding-left: 60px !important;
        width: 97%;
    }

    .bidTender fieldset {
        width: 100%;
        float: left;
        background: #FFF;
        padding: 25px 20px;
        margin: 0px 0px 20px 0px;
        border-radius: 10px;
        box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.1);
        border: 0px;
    }
.bidTender button.tab-button.tab-button-active,
.bidTender button.tab-button:hover {
    border: 0px;
    color: #fff !important;
    background: #4e3798;
    font-weight: bold;
    font-family: 'robotobold';
    height: 100%;
    display: table-cell;
    border: 1px solid #4e3798;
}


.bidTender legend {
    color: #4e3798;
}
body.bidTender.contentHomeLogo header.container {
    max-width: 100%;
}
.bidTender div#divSummary {
    width: 100%;
    float: left;
    width: 100%;
    float: left;
    background: #FFF;
    padding: 25px 20px;
    margin: 20px 0px;
    border-radius: 10px;
    box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.1);
}

body.bidTender.contentHomeLogo {
     background: url(../assets/img/quodem-new.jpg) top center no-repeat #FFF !important;
}

    body.bidTender.contentHomeLogo .container {
        background: none !important;
    }

    body.bidTender.contentHomeLogo .container {
        padding-left: 6%;
    }
    body.bidTender.contentHomeLogo .principios {
        color: #4e3798 !important;
    }

    body.bidTender.contentHomeLogo .btnAudio button, body.bidTender.contentHomeLogo .btnAudio input, body.bidTender.contentHomeLogo .btnAudio a {
        margin: 0px !important;
        padding: 10px 30px !important;
        background: #d79b0d !important;
        border-radius: 10px !important;

        }
    body.bidTender.contentHomeLogo .contentGlobalInterior {
        padding-left: 0px;
        padding-top: 56px !important;
    }
body.bidTender li.nav-item {
    position: relative;
}
.bidTender a.navbar-brand {
    position: fixed;
    top: 5px;
    left: 75px;
    z-index: 9999999;
    width: 80px !important;
    display: block;
}
.bidTender  .fieldsetTabs div#divSummary {
    box-shadow: none;
    padding: 0px;
}
body.bidTender.contentHomeLogo .navbar-collapse.collapse.d-sm-inline-flex.justify-content-between {
 
    width: auto !important;
}
body.bidTender.contentHomeLogo a.navbar-brand {
    width: 93px !important;
    background: url(../assets/img/bidtender/logo_bid_tenders_color.png) top left no-repeat;
    background-size: contain;
    background-position: 0px 10px;
    display: block;
    height: 109px;
}

body.bidTender.contentHomeLogo a.navbar-brand img {
    display:none
}


body.bidTender .circle-chek {
    border: 0px;
    margin: 5px 10px 0px 0px !important;
    padding: 0px;
    box-shadow: 0px 0px 14px -5px rgb(0 0 0 / 40%);
    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;
}

body.bidTender .form-check-input:checked {
    background-color: #4e3798;
    border-color: #4e3798;
}
body.bidTender .form-wrap {
    width: 100%;
    float: left;
}
    body.bidTender .form-wrap > div {
        float: left;
    }
body.bidTender label.form-check-label.label-pointer {
    padding-top: 8px;
}

div.summaryResult div h3 {
    color: #4e3798 !important;
    font-size: 23px !important;
    padding-top: 20px;
    border-top: 1px solid #f3f3f3;
}
body.bidTender div.summaryResult div p {
    margin: 10px 0px;
    font-size: 16px;
}
body.bidTender div.summaryResult div ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-bottom: 20px;
}
    body.bidTender div.summaryResult div ul li {
        background: url(../assets/img/bidtender/iconSubTend.png) 3px 7px no-repeat !important;
        background-size: 9px !important;
        padding-left: 22px;
        font-size: 15px;
    }
.bidTender .btnAudio input.alertsBid {
    margin-bottom: 10px !important;
    margin-right: 20px !important;
    display: block;
    float: left;
    background: #FFF !important;
    color: #4e3798 !important;
    font-weight: bold;
    border: 1px solid #4e3798 !important;
}

body.medicalChat  span#sendSpan {
    display: none;
}
/*************************************************
FIN BID TENDER

*************************************************/
        @media (min-width: 1200px) {
            .contentHomeLogo header.container {
                max-width: 1140px;
            }


        }


        @media (min-width: 1400px) {
            .contentHomeLogo header.container {
                max-width: 1320px;
            }

      

        }

        @media (max-width: 991px) {

    
            .pie ul li {
                float: left;
                width: 100%;
                border-bottom: 1px dashed #fff;
                padding: 15px 0px;
            }

            .container.pie p {
                padding: 20px 0px 15px 0px;
            }

            .contentHomeLogo header.container {
                max-width: 720px;
            }

            .contentHomeLogo .navbar-expand-sm .navbar-toggler {
                display: none !important;
            }

            .contentHomeLogo a.navbar-brand {
                text-align: center;
                max-width: 100%;
            }

            .contentHomeLogo a.navbar-brand {
                text-align: left;
            }

            .contentHomeLogo h1 {
                margin-top: 0px;
            }

            .contentHomeLogo a.navbar-brand img {
                /*width: 155px;
        margin-top: 0px;*/
            }
        }

        .instructions {
    font-size: 13px;
    font-style: oblique;
    padding-bottom: 20px;
}

.selectContentGenerate {
    padding-bottom: 20px;
}

@media (max-width: 768px) {

    /***********************************
    Rep Sales
    ***********************************/
    .repSales .contentTableSales table {
        width:800px;
    }
    .repSales thead tr th {
        width: auto !important;
    }
        .repSales .contentTableSales {
        width: 100%;
        overflow-x: scroll;
    }
    .repSales .modal-dialog {
        padding-top: 23px;
        margin-left: 15px;
        width: 100% !important;
        max-width: 92% !important;
        float: left;
    }
    .repSales .modal-header {
        border: 0px;
        padding: 20px 20px;
    }
    .repSales p#modalText {
        padding: 0px 20px;
    }
    .repSales .modal {
        top: 0px;
    }
    .contentRepSales a.btn.btn-primary {
        position: static;
        margin-bottom: 20px;
    }
    .contentInformesRepSalesElement.imgDelegados img {
        width: 100%;
    }
    .repSales .categoriasBoxElement.w33.divCenter {
        margin: 0;
        margin-bottom: 20px;
    }

    .repSales .categoriasBoxElement.w33 {
        width: 100%;
    }
    .repSales .contentRepSalesMedico {
        width: 100%;
        margin-bottom: 20px;
    }
    .repSales .contentRepSalesTitleElement {
        width: 100%;
    }
    .repSales .contentRepSalesTitleElementInfo {
        width: 100%;
        text-align: left;
        padding: 10px 0px;
    }
    .repSales .contentRepSalesTitleElementInfo p {
        float: right;
        width: 100%;
        margin: 0px;
        text-align: left;
    }
    .repSales .contentBtns a {
        margin-bottom: 20px;
    }
    .repSales li.nav-item {
        width: 100% !important;
    }
    .repSales li.nav-item ul {
        padding:0px;
    }
    .repSales a.nav-link.text-dark {
        padding: 18px 0px !important;
        border-bottom: 1px solid #e9e9e9;
    }
    .repSales ul.navbar-nav.flex-grow-1 {
        background: #fff !important;
        border-radius: 0px 0px 20px 20px;
        padding: 0px 0px 19px 0px;
    }
   
    .repSales a.nav-link.text-dark:hover {
        padding: 18px 0px !important;
        border-bottom: 1px solid #e9e9e9;
        background: #2d397c !important;
        color: #FFF !important;
    }
    .repSales .contentReporView h4 {
        padding: 5px 0px 6px 0px;
    }
    .repSales .contentInformesRepSalesElement.w50 {
        width: 99%;
        padding: 17px 0px 30px 0px;
    }
    .contentInformesRepSalesElement img {
        width: 100%;
        padding: 0px 20px;
    }
    .repSales .contentInformesRepSalesElement {
        width: 99%;
        padding: 17px 0px 30px 0px;
    }
        .repSales .contentInformesRepSalesElement.contentReaccion {
            padding: 17px 0px 30px 0px;
        }
    /***********************************
    Fin Rep Sales
    ***********************************/
    .contentLoginBox {
        width: 100%;
        margin-bottom: 40px;
    }

            .contentLoginBox form {
                width: 100%;
            }

        .contentBoxModelsElementIA {
            float: left;
            width: 100%;
        }

            .contentBoxModelsElementIA.centerBoxContent {
                margin: 0;
                margin-bottom: 30px;
            }

        .contentHomeLogo a.navbar-brand img {
            margin-top: 0px;
            width: 155px;
        }

        .contentHomeLogo a.navbar-brand {
            text-align: center;
        }

         
        .text-center.fondo {
            padding-top: 300px;
            background-size: 373px !important;
            background: url(../assets/img/quodemMobile.jpg) center -15px no-repeat;
            float: left;
            width: 100%;
        }

            .text-center.fondo .btnAudio {
                display: block !important;
                width: 100%;
            }

                .text-center.fondo .btnAudio a {
                    display: block !important;
                    width: 100%;
                    padding: 10px 20px !important;
                    text-align: center;
                }

        body {
            background: none !important;
        }

        .contentSup {
            width: 100%;
            text-align: center;
        }

            .contentSup input {
                width: 100%;
            }

        .btnAudio button {
            width: 100%;
            margin-top: 15px;
        }

        main {
            margin-bottom: auto;
            float: inherit;
        }

        footer.border-top.footer {
            position: static;
        }

        a.navbar-brand {
            max-width: 250px;
        }

        nav.navbar.navbar-expand-sm.navbar-toggleable-sm.navbar-light.bg-white.border-bottom.box-shadow.mb-3 {
            border-bottom: 1px solid #dddddd !important;
        }

        .contentBoxModelsElement {
            text-align: center;
            padding: 20px 30px;
        }

        .contentBoxModelsElementInfo a {
            width: 100%;
            margin-top: 5px;
        }

        .contentBoxModelsElement img {
            margin-bottom: 5px;
            position: relative;
            left: 0;
        }
    }



    @media (min-width: 768px) {
        html {
            font-size: 16px;
        }
    }

    html {
        position: relative;
        min-height: 100%;
    }

    body {
        margin-bottom: 60px;
    }

    .navbar-collapse.d-sm-inline-flex.justify-content-between {
        display: block !important;
    }

    @media (max-width: 1600px) {


    }

    @media (max-width: 768px) {
        .bidTender button.navbar-toggler {
            right: 20px;
        }
        .contentBoxCheckElement {
            width: 50%;
            float: left;
        }
            .contentBoxCheckElement a {

                width: 94%;
                margin: 14px 3% 18px 3%;
            }
        button.navbar-toggler {
            position: absolute;
            top: 16px;
            right: 110px;
        }

        .navbar-expand-sm .navbar-toggler {
            display: block;
        }

        .navbar-collapse.d-sm-inline-flex.justify-content-between {
            display: none !important;
        }

            .navbar-collapse.d-sm-inline-flex.justify-content-between.collapse.show {
                display: block !important;
            }

        ul.navbar-nav.flex-grow-1 {
            display: block;
        }

        li.nav-item {
            width: 100%;
        }

        a.nav-link.text-dark {
            color: #FFF !important;
            padding: 20px 15px !important;
            display: table-cell;
            vertical-align: middle;
        }
    }

@media (min-width: 768px) {
/*    .container, .container-md, .container-sm {
        max-width: 100%;
    }*/
}



body.medicalChat .text-question,
body.medicalChat .text-answer {
    display: block;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px 0px 20px 0px;
}
    body.medicalChat .text-answer .rolAnswer {
        float: left;
    }





@media (max-width: 768px) {


    #divAudioPlayer {
        padding: 20px 15px;
    }

    .container, .container-sm {
        max-width: 100%;
    }




    .contentGlobalInterior {
        min-height: auto;
        padding-left: 0;
        position: relative;
        width:100%;
        padding:0px 10px;
    }
    button.tab-button {
        width: 100%;
    }
    .content50Label, #divVoice, .selectVoice, .voiceToTextLanguage {
        height: auto;
        width: 100%;
    }
        .content50Label label, #divVoice label, .selectVoice label, .voiceToTextLanguage label {
            width: 100%;
            position: relative;
            top: 0px;
            text-align: center;
            margin: 10px 0px 5px 0px;
        }
        .content50Label select, #divVoice select, selectVoice select, .voiceToTextLanguage select {
            width: 100%;
            margin-left: 0%;
        }
            a .navbar-brand img {
        width: 140px;
        margin: 5px 0px 0px 12px;
        float: left;
    }
    .btnAudio a {
        width: 100% !important;
        float: left;
        margin-top: 13px;
    }
    .loginButton a {
        margin-right: 83px;
        padding: 13px 14px 17px 15px;
    }
    .btnAudio input[type="submit"] {
        margin: 12px 0px;
        width: 100%;
    }

    .content50Label select, #divVoice select {
        width: 100%;
        border-radius: 65px !important;
    }

    .navbar-collapse.d-sm-inline-flex.justify-content-between.collapse.show {
        z-index: 9999;
        width: 100% !important;
        margin: 0px;
        padding: 0px;
        left: 0px;
        top: -13px;
        border-radius: 0px !important;
    }

    ul.navbar-nav.flex-grow-1 {
        border-radius: 0px;
    }

    a.nav-link.text-dark {
        color: #252525 !important;
        padding: 12px 15px !important;
        text-align: center;
        background:none;
    }


    .nav-item.active .text-dark, .nav-link.text-dark:hover {
        color: #fff !important;
        background: none;

        border-left: 0px;
        background: #243176;
    }




    /****/
    a.nav-link.icon01 {
        padding: 20px 5px !important;
    }

    .nav-item.active .icon01,
    .nav-link.icon01:hover {
        padding: 20px 5px !important;
    }

    a.nav-link.icon02 {
        padding: 20px 5px !important;
    }

    .nav-item.active .icon02,
    .nav-link.icon02:hover {
        padding: 20px 5px !important;
    }

    a.nav-link.icon03 {
        padding: 20px 5px !important;
    }

    .nav-item.active .icon03,
    .nav-link.icon03:hover {
        padding: 20px 5px !important;
    }

    a.nav-link.icon04 {
        padding: 20px 5px !important;
    }

    .nav-item.active .icon04,
    .nav-link.icon04:hover {
        padding: 20px 5px !important;
    }


    a.nav-link.icon05 {
        padding: 20px 5px !important;
    }

    .nav-item.active .icon05,
    .nav-link.icon05:hover {
        padding: 20px 5px !important;
    }


    a.nav-link.icon06 {
        padding: 20px 5px !important;
    }

    .nav-item.active .icon06,
    .nav-link.icon06:hover {
        padding: 20px 5px !important;
    }

    a.nav-link.icon08 {
        padding: 20px 5px !important;
    }

    .nav-item.active .icon08,
    .nav-link.icon08:hover {
        padding: 20px 5px !important;
    }

    a.nav-link.icon09 {
        padding: 20px 5px !important;
    }

    .nav-item.active .icon09,
    .nav-link.icon09:hover {
        padding: 20px 5px !important;
    }

    a.nav-link.icon10 {
        padding: 20px 5px !important;
    }

    .nav-item.active .icon10,
    .nav-link.icon10:hover {
        padding: 20px 5px !important;
    }
    a.nav-link.icon11 {
        padding: 20px 5px !important;
    }

    .nav-item.active .icon11,
    .nav-link.icon11:hover {
        padding: 20px 5px !important;
    }

    a.nav-link.icon12 {
        padding: 20px 5px !important;
    }

    .nav-item.active .icon12,
    .nav-link.icon12:hover {
        padding: 20px 5px !important;
    }
    a.nav-link.icon13 {
        padding: 20px 5px !important;
    }

    .nav-item.active .icon13,
    .nav-link.icon13:hover {
        padding: 20px 5px !important;
    }
    a.nav-link.icon014 {
        padding: 20px 5px !important;
    }

    .nav-item.active .icon014,
    .nav-link.icon014:hover {
        padding: 20px 5px !important;
    }

    a.nav-link.icon07 {
        padding: 20px 5px !important;
    }

    .nav-item.active .icon07,
    .nav-link.icon07:hover {
        padding: 20px 5px !important;
    }
    .nav-item .text-dark,
    .nav-item.active .text-dark,
    .nav-link.text-dark:hover {

        width: 100%;
        display: block !important;
        text-align: center !important;
    }
    .nav-item span {

        text-align: center;
    }
    li.nav-item ul {
        margin: 0px;
        padding: 0px;
        float: left;
        width: 100%;
    }
    .nav-item .nav-item .nav-item .nav-item .text-dark,
    .nav-item .nav-item .nav-item .nav-item.active .text-dark,
    .nav-item .nav-item .nav-item .nav-link.text-dark:hover {
        color: #3e3e3e !important;
        padding: 8px 0px !important;
        float: left;
    }
    ul .navbar-nav.flex-grow-1 {
        padding: 0px
    }

    li.nav-item {

        padding: 0px !important;
    }

}
@media (max-width: 576px) {
/*    .container, .container-md, .container-sm {
        max-width: 100%;
    }*/
    .contentBoxCheckElement {
        width: 100%;
        float: left;
    }
}


@media (min-width: 1400px) {
    header.container {
        max-width: 1320px;
    }
}

/***********************************************************************
CSS BID TENDER
************************************************************************/

@media (min-width: 768px) {
    .bidTender .container,
    .bidTender .container-md,
    .bidTender .container-sm {
        max-width: 100%;
        float: left;
    }


}
body.bidTender {
    background: #f8f8fc;
}


@media (max-width: 1024px) {
    body.medicalChat .contentHeaderBoxElementAvatar .contentHeaderAvatarName span {
        min-height:260px
    }
}
    @media (max-width: 768px) {
        body .medicalChat .contentBoxTextMessage {
        padding: 11px 5%;
    }


    body.medicalChat .btnAudio.right {
        /* display: none; */
    }


    body.medicalChat .text-question {
        padding: 0px;
    }

        body.medicalChat .text-question .rolAnswer {
           
            color: #FFF;
         /*   margin-right: 55px;*/
        }
        body.medicalChat .text-question .rolClass {
            position: absolute;
            right: 10px;
        }




    body.medicalChat .text-answer .rolClass {
        position: absolute;
        left: 10px;
    }


    body.medicalChat .text-question .rolClass {

        margin-top: 0px;
    }
















    .bidTender .elementLeft {
        width: 100%;
        margin-right: 0%;
    }

    .bidTender .elementRight {
        width: 100%;
        margin-left: 0%;
    }


    .bidTender a.nav-link.text-dark.icon06,
    .bidTender a.nav-link.text-dark.icon10,
    .bidTender a.nav-link.text-dark.icon11 {
        background: none !important;
    }

    .bidTender ul.dropdown-menu.show {
        background: #eae8f2 !important;
        border: 0px;
        margin: -4px 0px 0px 0px !important;
    }

        .bidTender ul.dropdown-menu.show a.nav-link {
            background: none !important;
            padding-left: 0px !important;
            border-radius: 0px;
        }

        .bidTender ul.dropdown-menu.show .nav-item.active .text-dark, .bidTender ul.dropdown-menu.show .nav-link.text-dark:hover {
            background: none !important;
            margin: 0px;
            border-radius: 0px;
            padding-left: 0px !important;
            width: 100%;
        }


    body.bidTender.contentHomeLogo a.navbar-brand {
        width: 64px !important;
        background: none;
        background-size: contain;
        background-position: 0px 10px;
        display: block;
        height: auto;
    }

        body.bidTender.contentHomeLogo a.navbar-brand img {
            display: block;
        }




    body.bidTender.contentHomeLogo {
        background: none !important;
    }

        body.bidTender.contentHomeLogo header.container {
            max-width: 100%;
            background: #4e3798 !important;
            padding: 18px 14px 4px 14px;
        }


    .bidTender .container {
        padding-left: 30px;
        padding-top: 25px;
    }

    .bidTender header.container {
        position: relative;
        padding: 5px 20px;
        background: #4e3798;
        z-index: 200000;
    }

    .bidTender a.navbar-brand {
        position: relative;
        /* margin: -23px 0px 0px 0px; */
        top: -10px;
        left: -9px;
        z-index: 9999999;
        width: 64px !important;
        display: block;
    }

    .bidTender nav.navbar.navbar-expand-sm.navbar-toggleable-sm.navbar-light.bg-white.border-bottom.box-shadow.mb-3 {
        border-bottom: 0px !important;
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }

    .navbar-light .navbar-toggler {
        background: aliceblue !important;
    }

    .bidTender ul.navbar-nav.flex-grow-1 {
        height: auto;
        padding-top: 110px;
        z-index: 99;
        position: relative;
        background: #FFF !important;
    }

    .bidTender a.nav-link.text-dark {
        color: #3e3e3e !important;
        font-size: 15px;
    }

    .bidTender a.nav-link.icon01, .bidTender a.nav-link.icon02, .bidTender a.nav-link.icon03, .bidTender a.nav-link.icon04, .bidTender a.nav-link.icon05, .bidTender a.nav-link.icon06, .bidTender a.nav-link.icon07, .bidTender a.nav-link.icon08, .bidTender a.nav-link.icon09, .bidTender a.nav-link.icon10, .bidTender a.nav-link.icon11, .bidTender a.nav-link.icon12 {
        padding: 14px 7px 16px 7px !important;
        background: none !important;
    }

    .bidTender a.nav-link.text-dark.icon12 {
        background: none !important;
    }

    body.bidTender {
        background: #f8f8fc !important;
    }




}

.contentBoxBtnInforme {
    width: 100%;
    display: block;
    float: left;
    padding-top: 20px;
}
    .contentBoxBtnInforme a {
        background: #95c9d2 !important;
        display: block;
        float: left;
        padding: 15px 30px;
        border-radius: 70px;
        color: #FFF;
        font-weight: bold;
        text-decoration: none;
    }



input.iconSendMessage {
    background: url(../assets/img/avatar/iconSendMessage.png) top left no-repeat #e5c322 !important;
    background-size: 40px 40px !important;
    background-position: 4px 5px !important;
    height: 50px !important;
    width: 50px !important;
}


.contentHeaderBoxElementAvatar.grayscale {
    filter: grayscale(1);
    opacity: 0.5;
}

/*@media (max-width: 1600px) {
    body.medicalChat .btnAudio.right {
        right: 90px;
    }
}
@media (max-width: 1400px) {
    body.medicalChat .btnAudio.right {
        right:70px;
  } 
} */
@media (max-width: 991px) {
    body.medicalChat .btnGenerar.right a {
        margin: 0px;
        margin: 0 auto;
        padding: 10px 0px;
    }
    body.medicalChat .btnGenerar.right {
        position: fixed;
        background: #FFF;
        width: 100%;
        float: left;
        padding-bottom: 25px;
        right: 0px;
        padding: 10px;
        bottom: 109px;
    }

    body.medicalChat div#divChatBotResult {
        width: 100%;
        padding: 20px 0px 60px 0px;
        float: left;
    }
    div#divQuestions {
        min-height: auto;
    }
    body.medicalChat .medicalVisitReport {
        width: 100%;
        padding: 0px 10%;
        text-align: left;
    }
    body.medicalChat .contentHeaderBoxElementAvatar {
        width: 50%;
        float: left;
        padding: 0px 60px 30px 60px;
        min-height: 600px;
    }
        body.medicalChat .contentHeaderBoxElementAvatar .contentHeaderAvatarName span {

            min-height: 200px;
        }
}




@media (max-width: 767px) {
    .medicalVisitReport h1 {
        margin-top: 50px !important;

    }
    body.medicalChat .contentHeaderTitleAvatar {
    text-align: center;
    padding-top: 60px;
}
    body.medicalChat .medicalVisitReport {
        padding: 0px 5%;
    }

    body.medicalChat .contentHeaderBoxElementAvatar .contentHeaderAvatarName span {
        min-height: auto;
    }

    body.medicalChat h1 {

    text-align: left;
}
    body.medicalChat .contentHeaderBoxElementAvatar {
        width: 100%;
        float: left;
        padding: 0px 30px 50px 30px;
        min-height: auto;
    }

    body.medicalChat a.navbar-brand img {
        width: 140px;
        margin: 5px 0px 7px 0px;
        float: left;
    }

    body.medicalChat .btnAudio.right {
        right: 4%;
    }
    body.medicalChat a.contentLinkBack {
        font-weight: bold;
        text-decoration: none;
        position: absolute;
        top: -15px;
        right: 20px;
        color: #1c4b9f;
        background: #FFF;
        padding: 15px 11px;
        border-radius: 0px 0px 20px 20px;
    }
    .medicalChat .contentHeaderAvatar {
        width: 100%;
        text-align: LEFT;
        float: left;
        padding-top: 20px;
    }
    body.medicalChat .contentDescriptionAvatar {
        FLOAT: LEFT;
        WIDTH: 100%;
        PADDING: 0PX;
        TEXT-ALIGN: LEFT;
        MARGIN-BOTTOM: 24PX;
    }

    body.medicalChat .contentBoxTextMessage {
        padding: 11px 2%;
    }

    body.medicalChat .textChat {
        position: relative;
        width: 100%;
        margin-right: 0%;
    }
    body.medicalChat .btnGenerar.right {
        position: fixed;
        background: #FFF;
        width: 100%;
        float: left;
        padding-bottom: 25px;
        right: 0px;
        padding: 10px;
        bottom: 109px;
    }
    body.medicalChat div#divChatBotResult {
        width: 100%;
        padding: 20px 0px 60px 0px;
        float: left;
    }
        body.medicalChat .btnGenerar.right a {
            margin: 0px;
            margin:0 auto;
            padding: 10px 0px;
 
        }

}


/*************************************************
MEDICAL CHAT
*************************************************/



.medicalChat .textChat {
    position: relative;
    width: 100%;
}


.medicalChat textarea#question {
    border-radius: 65px !important;
    padding-right: 75px;
}


.medicalChat .navbar-collapse.collapse.d-sm-inline-flex.justify-content-between {
    display: none !important;
}

.medicalChat .contentGlobalInterior {
    min-height: auto;
    padding-left: 0px;
    position: relative;
    width: 100%;
}

.medicalChat .contentHeaderAvatar {
    width: 100%;
    text-align: center;
    float: left;
}

    .medicalChat .contentHeaderAvatar img {
        height: 80px;
        width: 80px;
    }

.medicalChat .contentHeaderAvatarName {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

    .medicalChat .contentHeaderAvatarName h1 {
        font-size: 22px !important;
        margin: 5px 0px 0px 0px;
    }

.medicalChat form#formulario,
.medicalChat form#frmChat {
    float: left;
    width: 100%;
}

body.medicalChat {
    background: #fff !important;
}

    body.medicalChat .contentDescriptionAvatar {
        width: 100%;
        text-align: center;
        font-size: 15px;
        padding: 0px 100px;
        line-height: normal;
        font-style: italic;
        font-weight: 600;
    }

    body.medicalChat div#divChatBotResult {
        width: 100%;
        padding: 20px 0px 40px 0px;
        float: left;
    }

div#divQuestions {
    min-height: 250px;
}

body.medicalChat .btnAudio.right {
    /* display: none; */
    position: absolute;
    z-index: 999999999999999999;
    top: 16px;
    width: auto;
    right: 20.75%;
}

body.medicalChat .privacy-notices,
body.medicalChat footer.border-top.footer.text-muted {
    display: none;
}

body.medicalChat .btnAudio.right input {
    padding: 11px 20px !important;
}

body.medicalChat .contentBoxTextMessage {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: #2c7dd0;
    padding: 11px 20%;
    left: 0px;
    z-index: 99999999;
}

body.medicalChat .navbar-collapse.d-sm-inline-flex.justify-content-between.collapse.show {
    Z-INDEX: 999999999999999999;
}

div#divChatBotResult {
    width: 100%;
    padding: 20px 0px;
}

body.medicalChat .text-question {
    display: block !important; /*
    min-height: 55px;*/
}

body.medicalChat .text-question {
    background: none;
}

body.medicalChat .rolAnswer {
    background: #e4e4e7;
    width: auto;
    color: #3e3e3e;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 20px;
    float: right;
    margin-right: 12px;
}

    body.medicalChat .rolAnswer p {
        margin: 0px;
    }

body.medicalChat .text-question {
    background: none;
    padding: 0px;
}

body.medicalChat a.contentLinkBack {
    font-weight: bold;
    text-decoration: none;
    position: absolute;
    top: -117px;
    right: 127px;
    color: #1c4b9f;
    background: #FFF;
    padding: 15px 20px;
    border-radius: 0px 0px 20px 20px;
}

body.medicalChat .text-question .rolClass {
    background: url(../assets/img/avatar/userIcon.png) top left #1c4b9f no-repeat !important;
    font-size: 0px;
    background-position: 3px 3px !important;
    background-size: 25px 25px !important;
    display: block;
    float: right;
    height: 32px;
    width: 32px;
    border-radius: 50px;
}

body.medicalChat .text-answer {
    padding: 0px;
    border: 0px;
    position: relative;
}

body.medicalChat .text-question {
    display: block !important;
}

body.medicalChat .text-answer .rolClass {
    background: url(../assets/img/avatar/iconavatar01.png) top left no-repeat;
    font-size: 0px;
    background-size: 30px 30px;
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    margin-top: 5px;
}



body.medicalChat .text-question span,
body.medicalChat .text-answer span {
    font-size: 0px;
}


body.medicalChat .rolAnswer h1 {
    color: #3e3e3e;
    font-size: 15px !important;
    margin: 0px;
    font-family: 'robotolight';
    font-weight: bold !important;
}

body.medicalChat .rolAnswer p {
    color: #3e3e3e;
    font-size: 15px !important;
    margin: 0px;
    font-family: 'robotolight';
}

body.medicalChat .text-question .rolAnswer {
    background: #898989;
    color: #FFF;
}

body.medicalChat {
    background: #f4f4f5;
    padding-bottom: 50px;
    float: left;
    width: 100%;
}

    body.medicalChat h1 {
        margin-top: 0px;
    }

    body.medicalChat .contentHeaderTitleAvatar {
        text-align: center;
    }

    body.medicalChat .contentHeaderBoxAvatar {
        width: 100%;
        float: left;
        padding: 25px 0px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    body.medicalChat .contentHeaderBoxElementAvatar {
        width: 20%;
        float: left;
        padding: 0px 10px;
        text-align: left;
    }

        body.medicalChat .contentHeaderBoxElementAvatar img {
            width: 80%;
            margin-bottom: 10px;
        }


        body.medicalChat .contentHeaderBoxElementAvatar .contentHeaderAvatarName {
            width: 100%;
            text-align: left;
        }



            body.medicalChat .contentHeaderBoxElementAvatar .contentHeaderAvatarName span {
                line-height: 20px;
                margin-top: 4px;
                min-height: 200px;
                display: block;
                font-size: 15px
            }






            body.medicalChat .contentHeaderBoxElementAvatar .contentHeaderAvatarName a {
                display: block;
                background: #e5c322;
               /* width: 100%;*/
                float: left;
                margin-top: 10px;
                padding: 12px 38px;
                color: #FFF;
                text-decoration: none;
                font-weight: bold;
                border-radius: 37px;
                text-align: center;
            }

    body.medicalChat .container,
    body.medicalChat .container-lg,
    body.medicalChat .container-md,
    body.medicalChat .container-sm,
    body.medicalChat .container-xl {
        max-width: 100%;
        padding: 0px 20px;
    }


.medicalChat form#formulario,
.medicalChat form#frmChat {
    float: left;
    max-width: 700px;
    float: none;
    margin: 0 auto;
}

body.medicalChat .text-question {
    position: relative;
}

body.medicalChat .text-answer .rolClass {
    position: absolute;
    left: 0px;
    top: 5px;
}

body.medicalChat .text-question .rolClass {
    position: absolute;
    right: 0px;
    top: 5px;
    margin-right: 0px;
}

body.medicalChat .text-question .rolAnswer {
    margin-right: 50px;
    text-align: right;
}

body.medicalChat .rolAnswer {
    margin-right: 0px;
    margin-left: 50px;
}

body.medicalChat .text-answer {
    background:none;
}
body.medicalChat .text-answer .rolClass {
    background: url(../assets/img/avatar/iconavatar01.png) top left no-repeat;
    background-size: 30px 30px;
}

body.medicalChat .visit2 .text-answer .rolClass {
    background: url(../assets/img/avatar/iconavatar02.png) top left no-repeat;
    background-size: 30px 30px;
}

body.medicalChat .visit3 .text-answer .rolClass {
    background: url(../assets/img/avatar/iconavatar03.png) top left no-repeat;
    background-size: 30px 30px;
}

body.medicalChat .visit4 .text-answer .rolClass {
    background: url(../assets/img/avatar/iconavatar04.png) top left no-repeat;
    background-size: 30px 30px;
}

body.medicalChat .visit5 .text-answer .rolClass {
    background: url(../assets/img/avatar/iconavatar05.png) top left no-repeat;
    background-size: 30px 30px;
}
body.medicalChat .visit7 .text-answer .rolClass {
    background: url(../assets/img/avatar/iconavatar07.png) top left no-repeat;
    background-size: 30px 30px;
}
body.medicalChat .visit9 .text-answer .rolClass {
    background: url(../assets/img/avatar/iconavatar09.png) top left no-repeat;
    background-size: 30px 30px;
}

body.medicalChat .btnGenerar.right {
    text-align: right;
    float: left;
    position: fixed;
    z-index: 9999;
    width: 100%;
    right: 10px;
    bottom: 132px;
}


body.medicalChat.chatVideoFull .btnGenerar.right {
    right: 25px;
}

    body.medicalChat.chatVideoFull .btnGenerar.right a {
        background: #FFF;
    }
body.medicalChat.chatVideoFull .loginButton a {
    position: absolute;
    right: 25px;
}

body.medicalChat.chatVideoFull button#startConversationBtn, body.medicalChat.chatVideoFull .visit9 button#recordButton {
    background: url(../assets/img/iconPlay.png) top left no-repeat #e5c322 !important;
    /*    background: url(../assets/img/avatar/iconaudioMessage.png) top left no-repeat #e5c322 !important;*/
    background-size: 75px !important;
    background-position: 8px 8px !important;
    height: 90px !important;
    width: 90px !important;
    position: absolute;
    z-index: 999999999999999999;
    top: -120px;
    width: auto;
    border: none;
    border-radius: 50px;
    font-size: 0px;
}
body.medicalChat.chatVideoFull button#endConversationBtn {
    background: url(../assets/img/iconStop.png) top left no-repeat #e5c322 !important;
    /*       background: url(../assets/img/iconEndConversation.png) top left no-repeat #e5c322 !important;*/
    background-size: 75px !important;
    background-position: 8px 8px !important;
    height: 90px !important;
    width: 90px !important;
    position: absolute;
    top: -120px;
    width: auto;
    border: none;
    border-radius: 50px;
    font-size: 0px;
}
    .chatVideoFull .contentButtonsMicro {
 
    z-index: 9999999 !important;
}



body.medicalChat .btnAudio.right {
    /* display: none; */
    position: absolute;
    z-index: 999999999999999999;
    top: 16px;
    width: auto;
    right: 21.75%;
}

body.medicalChat .btnGenerar.right a {
    border: 1px solid #2c7dd0;
    /* background: #2c7dd0; */
    width: 158px;
    font-weight: bold;
    text-align: center;
    color: #2c7dd0;
    text-decoration: none;
    padding: 20px 13px;
    border-radius: 51px;
    font-size: 14px;
}

body.medicalChat textarea#question {
    border-radius: 65px !important;
    padding-right: 75px;
}

body.medicalChat .loginButton a {
    background: #2c7dd0 !important;
}


body.medicalChat .medicalVisitReport {
    width: 100%;
    padding: 0px 25%;
    text-align: left;
}

body.medicalChat h3 {
    font-size: 18px !important;
}
/*************************************************
TENERIFE
*************************************************/
body.medicalChat.cssTenerife .text-answer .rolClass {
    background: url(../assets/img/avatar/Icon_Goio_Tortuga_Azul_Mar.png) top left no-repeat;
    background-size: 30px 30px;
}
body.medicalChat.cssTenerife a.navbar-brand img {
    display:none;
}
body.medicalChat.cssTenerife a.navbar-brand {
    background: url(../assets/img/avatar/Tenerife_Logo_Blanco_esp.png) top left no-repeat;
    height: 93px;
    background-size: 200px;
}
body.medicalChat.cssTenerife header {
    height: 175px;
    margin-bottom: 25px;
    background: url(../assets/img/avatar/bgHeader.jpg) top center no-repeat;
}
body.medicalChat.cssTenerife .contentHeaderAvatar img {
    /* height: 80px; */
    width: 240px;
    margin-bottom: 20px;
}
body.medicalChat a.contentLinkBack {
    top: -120px;
    right: 105px;
    border: 1px solid #1c4b9f;
}

body.medicalChat a.contentLinkBack.reportsen {
    right: 275px;
}

body.medicalChat a.contentLinkBack.reports {
    right: 282px;
}

body.medicalChat.cssTenerife .btnAudio.right {
    right: 20.75%;
}
body.medicalChat.cssTenerife .loginButton a {
    background: #000b8c !important;
}

body.medicalChat.cssTenerife .contentBoxTextMessage {
    background: #000b8c;
    text-align: center;
}
body.medicalChat.cssTenerife {
    background: #FFF !important;
}
    body.medicalChat.cssTenerife .text-answer {
        background: #FFF !important;
    }
.goioImageProcessing .btnAudio.right {
    position: static !important;
    width: 100% !important;
    text-align: center !important;
}
body.medicalChat.cssTenerife  .fileupload-container input {
    border: 0px;
}

body.medicalChat.cssTenerife input#borrarChat {
    background: url(https://www.webtenerife.com/-/media/files/goio/iconos-03.svg) top left no-repeat;
    border: 0px;
    color: #FFF;
    margin: 2px auto;
    width: 145px;
    float: none;
    font-weight: bold;
    text-align: center;
}
body.medicalChat.cssTenerife .btnAudio.right {
    top: 45px;
}

body.medicalChat.cssTenerife .modal {
    z-index: 999999999;
}
body.medicalChat.cssTenerife .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

body.medicalChat.cssTenerife .modal-content {
    margin-top: 100px;
}
body.medicalChat.cssTenerife button.btn-close {
    background: #0b2c68 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; right: -20px;
    top: -20px;
}

body.medicalChat.cssTenerife .modal-body {
    padding: 20px 40px 0px 40px !important;
}
    body.medicalChat.cssTenerife .modal-body a {
        color: #000b8c
    }
body.medicalChat.cssTenerife .modal-footer {
    border: 0px;
    text-align: center;
    padding-top: 0px;
}

body.medicalChat.cssTenerife button.btn.btn-primary {
    margin: 0 auto;
    padding: 10px 40px;
    border-radius: 43px;
    background: #e5c322;
    border: 0px;
    margin-bottom: 10px;
}


/*************************************************
LEO
*************************************************/

body.medicalChat.cssLeon .text-question .rolClass {
    /*background: url(../assets/img/avatar/userIcon.png) top left #890c58 no-repeat !important;*/
    background-position: 3px 3px !important;
    background-size: 25px 25px !important;
}

/*body.medicalChat.cssLeon h1 {
    color: #890C58;
}*/

body.medicalChat.cssLeon .contentHeaderAvatarName {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

body.medicalChat.cssLeon .text-answer .rolClass {
    background: url(../assets/img/avatar/iconQN.png) top left no-repeat;
    background-size: 45px 45px;
    background-position: -4px -4px;
    border-radius: 20px;
    height: 37px;
    width: 37px;
    top: 0px;
}

body.medicalChat.cssLeon a.navbar-brand img {
    display: none;
}

body.medicalChat.cssLeon a.navbar-brand {
    background: url(../assets/img/avatar/logo-quonext.png) top left no-repeat;
    height: 93px;
    background-size: 150px;
    margin-top: 15px;
    margin-left: 10px;
}

body.medicalChat.cssLeon header {
    max-width: 1320px;
    height: 175px;
    /*margin-bottom: 25px;*/
    /*background: url(../assets/img/avatar/bgHeaderLeon.jpg) top center no-repeat;*/
}

body.medicalChat.cssLeon .contentHeaderAvatar img {
    /* height: 80px; */
    width: 240px;
    margin-bottom: 20px;
}

body.medicalChat.cssLeon .btnAudio.right {
    right: 20.75%;
}



body.medicalChat.cssLeon .contentBoxTextMessage {
    /*    background: #000;*/
    text-align: center;
}

body.medicalChat.cssLeon {
    background: #FFF !important;
}

    body.medicalChat.cssLeon .text-answer {
        background: #FFF !important;
    }

.goioImageProcessing .btnAudio.right {
    position: static !important;
    width: 100% !important;
    text-align: center !important;
}

body.medicalChat.cssLeon .fileupload-container input {
    border: 0px;
}

body.medicalChat.cssLeon input#borrarChat {
    background: url(../assets/img/avatar/iconosW.svg) top left no-repeat;
    border: 0px;
    color: #FFF;
    margin: 2px auto;
    width: 145px;
    float: none;
    font-weight: bold;
    text-align: center;
}

body.medicalChat.cssLeon .btnAudio.right {
    top: 45px;
}

body.medicalChat.cssLeon .modal {
    z-index: 999999999;
}

body.medicalChat.cssLeon .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

body.medicalChat.cssLeon .modal-content {
    margin-top: 100px;
}

body.medicalChat.cssLeon button.btn-close {
    background: #0b2c68 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    right: -20px;
    top: -20px;
}

body.medicalChat.cssLeon .modal-body {
    padding: 20px 40px 0px 40px !important;
}

    body.medicalChat.cssLeon .modal-body a {
        color: #000b8c
    }

body.medicalChat.cssLeon .modal-footer {
    border: 0px;
    text-align: center;
    padding-top: 0px;
}

body.medicalChat.cssLeon button.btn.btn-primary {
    margin: 0 auto;
    padding: 10px 40px;
    border-radius: 43px;
    background: #e5c322;
    border: 0px;
    margin-bottom: 10px;
} 


    /*
body.medicalChat.cssTenerife .modal {
    display:block ;
}*/
    /*************************************************
MED TRACKER
*************************************************/
    .medicalTracker .contentGlobalInterior {
    min-height: auto;
    padding-left: 0px;
    position: static;
    float: left;
    width: 100%;
}

    .medicalTracker .contentGlobalInterior h2 {
        color: #11bfc4 !important; font-size: 26px !important;
    }

.medicalTracker .loginButton a {
    background: #11bfc4 !important;
}

.medicalTracker .contentTrackerGlobal {
    float: left;
    width: 100%
}

.medicalTracker a.newPill {
    float: right;
    font-size: 20px;
    cursor:pointer;
    padding: 0px 15px 10px 34px;
    color: #11bfc4;
    text-decoration: none;
    font-family: 'Oswald';
    background: url(../assets/img/tracker/iconPlus.png) 1px 4px no-repeat;
}

    .medicalTracker a.newPill.active {
        background: url(../assets/img/tracker/iconMinus.png) 1px 4px no-repeat;
    }

.medicalTracker .contentTrackerOptions {
    width: 100%;
    float: left;
}

.medicalTracker .contentTrackerOptionsElement {
    background: url(../assets/img/tracker/iconPills.png) top left no-repeat;
    background-size: 50px;
    background-position: 12px 17px;
    margin: 15px 1%;
    width: 31%;
    border: 1px solid #d0d0d0;
    float: left;
    padding: 16px 10px 20px 70px;
    box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    position: relative;
    cursor: pointer;
    min-height: 115px;
}





    .medicalTracker .contentTrackerOptionsElement h3 {
        color: #444444;
        font-size: 20px !important;
        margin: 0px;
        padding: 0px;
    }

    .medicalTracker .contentTrackerOptionsElement p {
        font-size: 15px;
        line-height: 20px;
        margin-top: 5px;
        margin-bottom: 0px;
    }

    .medicalTracker .contentTrackerOptionsElement img {
        position: absolute;
        top: 17px;
        left: 14px;
        width: 50px;
    }

    .medicalTracker .contentTrackerOptionsElement:hover,
    .medicalTracker .contentTrackerOptionsElement.active {
        border: 1px solid #1ec411;
        outline: 1px solid #1ec411;
        background: url(../assets/img/tracker/iconPillsHover.png) top left no-repeat;
        background-size: 50px;
        background-position: 12px 17px;
    }

        .medicalTracker .contentTrackerOptionsElement:hover h3,
        .medicalTracker .contentTrackerOptionsElement.active h3 {
            color: #1ec411;
        }

.contentTrackerOptionsElement.active::before {
    content: "";
    background: url(../assets/img/tracker/iconCheck.png) top left no-repeat;
    height: 25px;
    width: 25px;
    position: absolute;
    top: -5px;
    right: -5px;
}



.medicalTracker .contentTrackerBtn {
    width: 100%;
    float: left;
    padding: 20px 0px 0px 0px;
}

.medicalTracker a.btnSend {
    display: block;
    background: #11bfc4;
    text-align: center;
    margin: 0 auto;
    padding: 15px 45px;
    color: #FFF;
    text-decoration: none;
    border-radius: 42px;
    width: 200px;
    cursor:pointer;
}

.medicalTracker .contentTrackerGlobalResult h2 {
    color: #444444;
    font-size: 26px !important;
    padding-top: 0px;
}

.medicalTracker .contentTrackerGlobalResult {
    padding: 25px 25px;
    background: #eeeeee;
    width: 100%;
    float: left;
    margin: 40px 0px 0px 0px;
    border-radius: 30px;
}

.medicalTracker .contentTrackerOptionsElementResult {
    background: #FFF;
    width: 100%;
    /* border: 1px solid #d0d0d0; */
    float: left;
    padding: 16px 20px 20px 80px;
    /* box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.1);
    */ border-radius: 30px;
    position: relative;
}

    .medicalTracker .contentTrackerOptionsElementResult h3 {
        color: #11bfc4;
        font-size: 20px !important;
        margin: 0px;
        padding: 0px;
    }

    .medicalTracker .contentTrackerOptionsElementResult p {
        margin-top: 10px;
        margin-bottom: 0px;
    }

.medicalTracker span.borderBlue {
    width: 50px;
    background: #11bfc4;
    height: 3px;
    display: block;
    margin: 15px 0px;
}

.medicalTracker .contentTrackerOptionsElementResult img {
    position: absolute;
    left: 18px;
    top: 30px;
}


.medicalTracker .contentSearchTracker {
    background: #eeeeee;
    float: left;
    width: 100%;
    border-radius: 30px;
    padding: 20px 10px;
    margin: 20px 0px 40px 0px;
}

.medicalTracker .contentSearchTrackerElement {
    width: 23%;
    float: left;
    margin: 0 1%;
}

    .medicalTracker .contentSearchTrackerElement input[type="text"] {
        background: #FFF !important;
        border: 0px !important;
        border-radius: 50px !important;
        padding: 15px 25px;
        margin: 10px 0px 0px 0px !important;
    }



.medicalTracker .navbar-collapse.collapse.d-sm-inline-flex.justify-content-between {
    width: 100% !important
}


.medicalTracker ul.navbar-nav.flex-grow-1 {
    display:none;
    position: absolute;
    top: -115px;
    background: none !important;
    padding-top: 20px;
    padding-left: 40%;
}

.medicalTracker .nav-item .icon01,
.medicalTracker .nav-item.active .icon01,
.medicalTracker .nav-link.icon01:hover,
.medicalTracker .nav-item .icon02,
.medicalTracker .nav-item.active .icon02,
.medicalTracker .nav-link.icon02:hover,
.medicalTracker .nav-item .icon03,
.medicalTracker .nav-item.active .icon03,
.medicalTracker .nav-link.icon03:hover,
.medicalTracker .nav-item .icon04,
.medicalTracker .nav-item.active .icon04,
.medicalTracker .nav-link.icon04:hover,
.medicalTracker .nav-item .icon05,
.medicalTracker .nav-item.active .icon05,
.medicalTracker .nav-link.icon05:hover,
.medicalTracker .nav-item .icon06,
.medicalTracker .nav-item.active .icon06,
.medicalTracker .nav-link.icon06:hover {
    background: none;
    padding: 8px 5px !important;
}


.medicalTracker a.navbar-brand {
    background: url(../assets/img/tracker/logo.png) top left no-repeat;
    width: 234px;
    height: 80px;
    display: block;
    background-position: 20px 9px;
    background-size: 200px;
    position: relative;
    z-index: 999999999999;
}
.medicalTracker a.navbar-brand img {
    display: none;
}
.medicalTracker .nav-item.active .text-dark, .nav-link.text-dark:hover {
    color: #11bfc4 !important;
    border-left: 0px;
}


.contentMenuTracker {
    position: absolute;
    top: -102px;
    background: none !important;
    padding-top: 10px;
    padding-left: 25%;

}

.contentMenuTracker ul {
    padding:0px;
    margin:0px;
}


    .contentMenuTracker ul li {
        list-style: none;
        float: left;
        margin-right:10px;
    }


        .contentMenuTracker ul li a {
            color: #2f3138 !important;
            padding: 10px 20px;
            text-decoration: none;
            display: block;
            font-size: 15px;
            font-weight: bold;
        }



            .contentMenuTracker ul li a:hover,
                .contentMenuTracker ul li a.active
            {
                background: #11bfc4 !important;
                color: #FFFFFF !important;
                border-radius: 20px;
                padding: 10px 20px;
            }

.medicalTracker .loginButton a {
    z-index: 9999999999999;
}


.visit7 .Content--Video {
    width: 33%;
    float: left;
    border-radius: 70px;
    pointer-events: none;
    max-width: 420px;
    position:fixed;
}
.visit9 .Content--Video {
    width: 33%;
    float: left;
    border-radius: 70px;
    pointer-events: none;
    max-width: 420px;
    position: fixed;
}

.visit7 .medicalChat form#formulario,
.visit7 .medicalChat form#frmChat {
    float: left;
}
.visit9 .medicalChat form#formulario,
.visit9 .medicalChat form#frmChat {
    float: left;
}
.didagent__fabio[data-enabled=false] {
    position: absolute;
    top: 0;
    left: 46%;
    top: 60px;
}
.medicalChat .visit8 .contentHeaderAvatarName {
    margin-top: 110px;
}
.text-center.visit7 {
    float: none;
    margin: 0 auto;
    max-width: 1200PX;
}

.medicalChat .visit7 form#formulario,
.medicalChat .visit7 form#frmChat {
    float: right;
}

.text-center.visit9 {
    float: none;
    margin: 0 auto;
    max-width: 1200PX;
}

.medicalChat .visit9 form#formulario,
.medicalChat .visit9 form#frmChat {
    float: right;
}

.textExtractPDF {
    width: 90%;
}

.progress-container {
    margin: 50px auto;
    text-align: center;
}

#progressMessage {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.preparationForm {
    float: left;
    width: 90%;
}

#preparationResult {
    float: left;
    width: 90%;
}
/* Capa superpuesta */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* Fondo semitransparente */
    z-index: 999999999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Mensajes */
.message {
    font-size: 24px;
    color: white;
    font-weight: bold;
    text-align: center;
    opacity: 0;
    transform: translateY(50px); /* Posición inicial para la animación */
    animation: fadeInOut 5s linear forwards;
}

/* Efecto de animación */
@keyframes fadeInOut {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    20% {
        opacity: 1;
        transform: translateY(0);
    }

    80% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-50px);
    }
}

/* Clase para ocultar la capa */
.hidden {
    display: none;
}

.HTMLExtractPDF {
    width: 90%;
    white-space: break-spaces;
}


span.didagent__fabio {
    position: absolute;
    top: 0;
    left: 46%;
    top: 60px;
}
.didagent__fabio__container {
    top: 220px;
    left: -130px;
}
body.medicalChat .visit7 .text-answer .rolClass {
    background: url(../assets/img/avatar/iconavatar07.png) top left no-repeat;
    background-size: 30px 30px;
}

body.medicalChat .visit9 .text-answer .rolClass {
    background: url(../assets/img/avatar/iconavatar09.png) top left no-repeat;
    background-size: 30px 30px;
}


button#sendButton {
    background: url(../assets/img/avatar/iconSendMessage.png) top left no-repeat #e5c322 !important;
    background-size: 40px 40px !important;
    background-position: 4px 5px !important;
    height: 50px !important;
    width: 50px !important;
    position: absolute;
    z-index: 999999999999999999;
    top: 16px;
    width: auto;
    right: 8px;
    border: none;
    border-radius: 50px;
    font-size: 0px;
}


.recordButton {
    margin: 0px 22px 0 22px;
    top: 50px !important;
    left: initial !important;
    right: initial !important;
    z-index: 9;
    border-radius: 1000px;
    border: 0px;
    /* float: left; */
    display: inline-block;
    width: 135px;
    position: relative;
}
button#recordButtonbutton {
    background: url(../assets/img/avatar/iconaudioMessage.png) top left no-repeat #e5c322 !important;
    background-size: 40px 40px !important;
    background-position: 4px 5px !important;
    height: 50px !important;
    width: 50px !important;
    position: absolute;
    z-index: 999999999999999999;
    top: -4px;
    width: auto;
    right: 62px;
    border: none;
    border-radius: 50px;
    font-size: 0px;
}

button#startConversationBtn {
    background: url(../assets/img/avatar/iconaudioMessage.png) top left no-repeat #e5c322 !important;
    background-size: 40px 40px !important;
    background-position: 4px 5px !important;
    height: 50px !important;
    width: 50px !important;
    position: absolute;
    z-index: 999999999999999999;
    top: -110px;
    width: auto;
    border: none;
    border-radius: 50px;
    font-size: 0px;
}


button#endConversationBtn {
    background: url(../assets/img/iconEndConversation.png) top left no-repeat #e5c322 !important;
    background-size: 58px !important;
    background-position: 17px 11px !important;
    height: 90px !important;
    width: 90px !important;
    position: absolute;
    top: -120px;
    width: auto;
    border: none;
    border-radius: 50px;
    font-size: 0px;
    /*   background: url(../assets/img/iconEndConversation.png) top left no-repeat #e5c322 !important;
    background-size: 50px !important;
    background-position: 41px 12px !important;
    height: 123px !important;
    line-height: 14px;
    padding: 54px 0px 0px 0px;
    width: 131px !important;
    position: absolute;
    z-index: 999999999999999999;
    top: -136px;
    width: auto;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    margin-left: -30px;*/
}

.recordButton span {
    font-weight:bold;
    font-size:18px;
    
}

.Content--Video iframe {
    border-radius:50px;

}












@media (max-height: 800px) {
    .visit7 .Content--Video {
        
        max-width: 300px;
        
    }
    .visit9 .Content--Video {
        max-width: 300px;
    }
}

@media (max-width: 1200px) {
    .medicalTracker .contentTrackerOptionsElement {
        min-height: 145px
    }
}




@media (max-width: 991px) {

    .medicalTracker .contentTrackerOptionsElement {
        min-height: auto;
        width: 100%;
        margin: 15px 0px;
    }

    .medicalTracker .contentSearchTrackerElement {
        width: 96%;
        float: left;
        margin: 10px 2%;
    }


    .medicalTracker .contentTrackerOptionsElementResult p {
        margin-top: 10px;
        margin-bottom: 0px;
        word-wrap: break-word;
    }
}




@media (max-width: 768px) {

    body.medicalChat .contentHeaderBoxElementAvatar .contentHeaderAvatarName a {
        width: 100%;
    }
        .medicalTracker button.navbar-toggler {
        display: none !important;
    }
    .medicalTracker .contentTrackerOptionsElementResult {
        padding: 16px 20px 20px 20px;
    }

        .medicalTracker .contentTrackerOptionsElementResult img {
            display: none
        }

    .medicalTracker ul.navbar-nav.flex-grow-1 {
        position: absolute;
        top: 0;
        background: #f8f8f8 !important;
        padding-left: 0%;
        padding: 15px 0px;

    }

    .medicalTracker nav.navbar.navbar-expand-sm.navbar-toggleable-sm.navbar-light.bg-white.border-bottom.box-shadow.mb-3 {
        margin-bottom: 0px !important;
    }
    .contentMenuTracker {
        width: 100%;
        float: left;
        position: static;
        padding: 0px 0px 0px 0px;
        /*        border-bottom: 1px solid #dddddd !important;*/
        margin-bottom: 30px;
        margin-top: 20px;
    }
        .contentMenuTracker ul li {
            margin:5px 0px;
        }
        .contentMenuTracker ul li {
            width: 100%;
            text-align: center;
        }
            .contentMenuTracker ul li a {
              
            }
    .medicalTracker .nav-item.active .text-dark, .nav-link.text-dark:hover {
        color: #3e3e3e !important;
    }
    .loginButton a {
        margin-right: 15px;
    }
}



@media (max-width: 700px) {
    body.medicalChat.cssTenerife header {
        height: 208px;
        margin-bottom: 60px;
        background: url(../assets/img/avatar/bgHeaderMobile.png) top center no-repeat;
    }

    body.medicalChat.cssTenerife a.contentLinkBack {
        font-size: 15px;
        padding: 13px 20px;
        top: -50px;
        right: 0;
        text-align: center;
        border-radius: 42px;
        width: 100%;
        border: 1px solid #000b8c;
    }

    body.medicalChat.cssTenerife .contentBoxTextMessage {
        padding: 11px 3%;
    }

    body.medicalChat.cssTenerife .btnAudio.right {
        right: 4.5%;
    }

    body.medicalChat.cssTenerife {
        background: #f4f4f5;
        padding-bottom: 80px;
    }
}
@media (max-width: 768px) {
    body.medicalChat.cssTenerife .navbar-expand-sm .navbar-toggler {
        display: none !important;
    }

    body.medicalChat.cssTenerife nav.navbar.navbar-expand-sm.navbar-toggleable-sm.navbar-light.bg-white.border-bottom.box-shadow.mb-3 {
        border-bottom: 0px !important;
    }
}

/***********************************************
LEON
***********************************************/



@media (max-width: 700px) {

    body.medicalChat.cssLeon a.contentLinkBack {
        font-size: 15px;
        padding: 13px 20px;
        top: -50px;
        right: 0;
        text-align: center;
        border-radius: 42px;
        width: 100%;
        border: 1px solid #000b8c;
    }

    body.medicalChat.cssLeon .contentBoxTextMessage {
        padding: 11px 3%;
    }

    body.medicalChat.cssLeon .btnAudio.right {
        right: 4.5%;
    }

    body.medicalChat.cssLeon {
        background: #f4f4f5;
        padding-bottom: 80px;
    }
}

@media (max-width: 768px) {

    body.medicalChat.cssLeon h1 {
        text-align: center;
    }
    body.medicalChat.cssLeon .navbar-expand-sm .navbar-toggler {
        display: none !important;
    }

    body.medicalChat.cssLeon nav.navbar.navbar-expand-sm.navbar-toggleable-sm.navbar-light.bg-white.border-bottom.box-shadow.mb-3 {
        border-bottom: 0px !important;
    }
    body.medicalChat.cssLeon header {
        height: 175px; margin-bottom: 0px; 
    }
}









body.medicalChat .contentHomeElement .contentHeaderBoxElementAvatar {
/*    width: 70%;*/
width:900px
}


body.medicalChat .contentHomeElement .contentHeaderAvatarName {
    width: 50%;
    float: left;
    padding-top: 4%;
}

.contetnIconAnimo {
    background: #F0F0F0;
    border-radius: 20px;
    padding: 13px 20px;
    margin-top: 10px;
    width: 100%;
    float: left;
    display: block;
}
body.medicalChat .contentHomeElement .contentHeaderBoxElementAvatar video {
    top: 12px;
    width: 87%;
    float: left;
    position: relative;
    left: 16px;
}


.preparationPage {
    max-width: 1124px;
    margin: 25px auto 0 auto;
    float: none;
    clear: both;
    width: 100%;
}

    .preparationPage textarea,
    .preparationPage input[type=text],
    .preparationPage input[type=number],

    .preparationPage textarea:focus-visible {
        padding: 10px 20px;
        border-radius: 100px !important;
        width: 100%;
        background: #f8fafd !important;
        border: 1px solid #c9cdd4 !important;
        margin: 5px 0px;
    }

    .preparationPage select {
        background-position: right -3px !important;
        padding: 10px 20px;
        margin: 5px 0px;
    }




    .preparationFormElement.gropUpThird {
        width: 33.3%;
        float: left;
        padding: 0 1%;
    }
.preparationFormElement {
    width: 50%;
    float: left;
    padding: 0 1%;
    margin:0px 0px 10px 0px
}

    .preparationFormElement.gropUpFour {
        width: 25%;
        float: left;
        padding: 0 1%;
        margin: 20px 0px 10px 0px
    }

    .preparationFormElement label {
        font-weight:bold;
        margin-bottom:10px;
    }



   
.preparationForm {
    float: left;
    width: 100%;
}

.preparationFormElement .preparationFormElementInputRadio label {
    font-weight: normal;
    margin-bottom: 10px;
}
.pagePrepa .btnAudio input {
    font-weight: bold;
    padding: 11px 42px !important;
}
body.medicalChat h3 {
    margin: 0px 0px 7px 0px;
    padding: 0px;
    font-size: 20px !important;
}
body.medicalChat h4 {
    margin: 0px 0px 7px 0px;
    padding: 0px;
    color: #2f3138
}

.contetnIconAnim01 {
    background: url('../assets/img/iconRela.png') top left no-repeat;
    width: 100%;
    padding: 9px 0px 10px 53px;
    float: left;
    margin: 10px 0px;
}

.contetnIconAnim02 {
    background: url('../assets/img/iconMoti.png') top left no-repeat;
    width: 100%;
    padding: 9px 0px 10px 53px;
    float: left;
    margin:0px;
}


.contetnIconAnim03 {
    background: url('../assets/img/iconPerso.png') top left no-repeat;
    width: 100%;
    padding: 9px 0px 10px 53px;
    float: left;
    margin: 10px 0px;
}
.contetnIconAnim01 strong,
.contetnIconAnim02 strong,
.contetnIconAnim03 strong {
    color: #243780;
}


.contentHeaderBoxAvatar.contentHomeElement.drBarriosHome {
    width: 900px;
    margin: 0 auto;
    float: none;
}


    .contentHeaderBoxAvatar.contentHomeElement.drBarriosHome .contentHeaderBoxAvatarDoctores {
        width: 100%;
    }

        .contentHeaderBoxAvatar.contentHomeElement.drBarriosHome  .contentTextChat {
            width: 100% !important;
        }

.text-center.visit9.contentFormVisit {
    width: 900px !important;
}
    .text-center.visit9.contentFormVisit textarea, input[type=text],
    .text-center.visit9.contentFormVisit textarea:focus-visible {
        height: 100px
    }
    .text-center.visit9.contentFormVisit .btnAudio button,
    .text-center.visit9.contentFormVisit .btnAudio input,
    .text-center.visit9.contentFormVisit .btnAudio a {
        padding: 12px 40px !important;
    }
@media (max-width: 991px) {
    body .medicalChat .contentHomeElement .contentHeaderBoxElementAvatar {
        min-height: 400px;
    }
    .text-center.visit9.contentFormVisit {
        width: 100% !important;
    }
    body.medicalChat .contentHomeElement .contentHeaderBoxElementAvatar {
        width: 100%
    }
}
@media (max-width:767px) {
    body.medicalChat .contentHomeElement .contentHeaderAvatarName {
        width: 100%;
    }
    .chatVideoFull .contentButtonsMicro {
        position: fixed;
        bottom: 0px;
        width: 85%;
        text-align: center;
        /* left: -27px; */
        z-index: 999;
    }

    body.medicalChat.chatVideoFull .btnGenerar.right {

        bottom: auto;
        top: 102px;
        padding: 0px;
        right: 24px;
        width: 154px;
    }

        body.medicalChat.chatVideoFull .btnGenerar.right a {
            background: #FFF;
            padding: 15px 0px;
            width: 100%;
        }


    body.medicalChat.pagePrepa a.contentLinkBack {
        top: -14px;
        right: 5px;
    }
    .preparationFormElement.gropUpThird {
        width:100%;
        padding: 0
    }

    .preparationFormElement {
        width: 100%;
        padding: 0
    }

        .preparationFormElement.gropUpFour {
            width: 100%;
            padding: 0;
        }




    body.medicalChat .contentHomeElement .contentHeaderBoxElementAvatar {
        width: 100% !important;
    }
    body.medicalChat .contentHomeElement .contentHeaderBoxElementAvatar {
        min-height: auto;
    }
        body.medicalChat .contentHomeElement .contentHeaderBoxElementAvatar video {
            top: 2px;
            width:100%;
            float: left;
            position: relative;
            left: 0px;
        }
}

@media (max-width:600px) {
    body.medicalChat .contentHomeElement .contentHeaderBoxElementAvatarVideo {
        width: 100%;
    }
    body.medicalChat .contentHomeElement .contentHeaderAvatarName {
        width: 100%;
        float: left;
        padding-top: 5%;
    }
}














/***********************************************************
***********************************************************

    GRINCH NAVIDAD QUODEM

***********************************************************
***********************************************************
*/


@font-face {
    font-family: 'grinchmasregular';
    src: url('../assets/fonts/grinch/grinchmas-webfont.woff2') format('woff2'), url('../assets/fonts/grinch/grinchmas-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poplar_stdregular';
    src: url('../assets/fonts/grinch/poplarstd-webfont.woff2') format('woff2'), url('../assets/fonts/grinch/poplarstd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/**/


.medicalChat.grinchContent {
    background: url(../assets/img/grinch/bgGrinch.jpg) top center no-repeat !important;
    background-size: cover !important;
    margin: 0px !important;
    padding: 0px !important;

    position:relative;
}

.medicalChat.grinchContent header.container {
    display:none;
}

.noFont {
    font-family: 'poplar_stdregular';
}
    .medicalChat.grinchContent .contentGlobalInterior {
        margin:0px;
        padding:0px;
    }

    .medicalChat.grinchContent .contentSupInner {
        margin-bottom: 0px;
    }

.lightLeft {
    position: fixed;
    left: 0px;
    top: 0px;
}
.lightRight {
    position: fixed;
    right: 0px;
    top: 0px;
}

.medicalChat.grinchContent .contentGlobalInterior {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    float:none;
}


.contentGrinch {
    padding: 50px 2% 0px 2%;
}


.contentGrinchElement {
    width: 60%;
    float: left;
}
.contentGrinchElementImage {
    width: 50%;
    float: left;
    position: absolute;
    right: 0px;
}

.contentGrinchElementImage img {
    width:100%;
}

.contentGrinchElement h1 {
    color: #32911c;
    font-size:50px;
    font-family: 'grinchmasregular';
}

.contentGrinchElement h1 {
    padding-top: 107px !important;
    color: #087d0d;
    line-height: 56px;
    font-size: 57px !important;
    font-family: 'grinchmasregular';

}

.contentGrinchElement a {
    padding-top: 20px;
    display: block;
    width: 100%;
    float: left;
}
a.linkGrinch {
    margin: 10px 0px 80px 0px;
    display: block;
    float: left;
    width: 100%;
    padding: 0px;
}
.logoFooterGrinch {
    display:none;
}

/**/


body.medicalChat.grinchContent .contentBoxTextMessage {
    background: #053707;
}

body.medicalChat.grinchContent form#formulario {
    width: 55%;
    max-width: 700px;
    float: right;
}
.contentChatGrinch {
    width: 45%;
    max-width: 500px;
    padding-top: 25px;
    float: left;
    position: fixed;
    top: 11%;
}

.medicalChat.grinchContent .voiceToTextControls {
    min-height: 40px;
}
.medicalChat.grinchContent .contentSupInner h1 {
    width: 100%;
    float: left;
    text-align: center;
    padding: 65px 19% 0px 18%; margin: 0px;
    color: #087d0d;
    font-size: 40px !important;
    font-family: 'grinchmasregular';
}

.contentChatGrinch img {
    width: 100%;
}

.medicalChat.grinchContent button#recordButton {
    background: url(../assets/img/avatar/iconaudioMessage.png) top left no-repeat #97c945 !important;
    background-size: 35px 35px !important;
    background-position: 8px 8px !important;
    right: 65px;
}
.medicalChat.grinchContent button#sendButton {
    background: url(../assets/img/grinch/iconSendMessageGrinch.png) top left no-repeat #97c945 !important;
    background-size: 32px 30px !important;
    background-position: 8px 12px !important;
    right: 8px;
}
.medicalChat.grinchContent .contentBoxTextMessage {
    padding: 11px 10%;
}

.medicalChat.grinchContent .textChat {
    position: relative;
    width: 100%;
    padding-left: 175px;
    background: url(../assets/img/grinch/quodemBlanco.png) left 14px no-repeat;
}
.medicalChat.grinchContent div#divChatBotResult {
    padding: 0px;
}
body.medicalChat.grinchContent .rolAnswer {
    background: #d3ffc2;
    color: #087d0d;
}
body.medicalChat.grinchContent .text-question .rolAnswer {
    background: #ffffff;
    color: #000;
}

body.medicalChat.grinchContent .text-question .rolClass {
    background: url(../assets/img/grinch/avatarGrinchUser.png) top center no-repeat !important;
    background-size: cover !important;
}
body.medicalChat.grinchContent .visit9 .text-answer .rolClass {
    background: url(../assets/img/grinch/avatarGrinch.png) top center no-repeat !important;
    background-size: cover !important;
}
.medicalChat.grinchContent.interiorGrinch {
    padding-bottom: 140px !important;
}
span.acentoElement {
    background: url(../assets/img/grinch/iconAcento.png) center 1px no-repeat;
}


.medicalChat.grinchContent.interiorGrinch {
    height: 100%;
}

    .medicalChat.grinchContent.interiorGrinch .containerLoader,
    .medicalChat.grinchContent.interiorGrinch .containerLoaderMicrophone,
    .medicalChat.grinchContent.interiorGrinch .containerLoaderMicrophoneEng {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: #022104d4;
    }

    .medicalChat.grinchContent.interiorGrinch .loaderMicrophone,
    .medicalChat.grinchContent.interiorGrinch .loaderMicrophoneEng {
        background: url(../assets/img/grinch/microfono.png) center no-repeat;
        background-size: 175px;
        padding-top: 186px;
        width: 200px;
        height: 100px;
        transform: translate(-50%, -80%);
    }

    .medicalChat.grinchContent.interiorGrinch .loaderMicrophone::after,
    .medicalChat.grinchContent.interiorGrinch .loaderMicrophoneEng::after {
        font-family: 'grinchmasregular';
        color: #FFF;
        font-size: 24px;
    }


.medicalChat.grinchContent .loaderMicrophone input,
.medicalChat.grinchContent .loaderMicrophoneEng input
{
    background: #97c945;
    font-weight: bold;
    font-size: 16px;
}

body.medicalChat.grinchContent .btnGenerar.right {
    background: none;
}


body.medicalChat .contentFormVisit .btnAudio.right

{

    position: static;
    float: right;
}

.elementDisable {
    opacity:0.5;
}
.elementDisable a{
    cursor:auto;
}

body.medicalChat .drBarriosHome .contentHeaderBoxElementAvatar .contentHeaderAvatarName span {

    min-height: auto;
}
body.medicalChat .drBarriosHome .contentHeaderBoxElementAvatar .contentHeaderAvatarName a {
    width: 48%;
    border: 1px solid #898989;
    padding: 70px 0px 15px 0px;
    border-radius: 12px;
    background: #FFF;
    color: #898989;
    margin: 20px 1%;
    font-size: 15px;
}


body.medicalChat .drBarriosHome .contentHeaderBoxElementAvatar .contentHeaderAvatarName a:hover {
    width: 48%;
    border: 1px solid #e5c322;
    padding: 70px 0px 15px 0px;
    border-radius: 12px;
    background: #e5c322;
    color: #f8fafd;
    margin: 20px 1%;
    font-size: 15px; 
}

    body.medicalChat .drBarriosHome .contentHeaderBoxElementAvatar .contentHeaderAvatarName a.btnDrContent01 {
        background: url('../assets/img/preparacion.png') center 18px no-repeat #FFF;
    }

    body.medicalChat .drBarriosHome .contentHeaderBoxElementAvatar .contentHeaderAvatarName a.btnDrContent02 {
        background: url('../assets/img/roleplay.png') center 18px no-repeat #FFF;
    }

    body.medicalChat .drBarriosHome .contentHeaderBoxElementAvatar .contentHeaderAvatarName a.btnDrContent01:hover {
        background: url('../assets/img/preparacionhover.png') center 18px no-repeat #f6f6f6;
        border: 1px solid #1e4371;
        color: #1e4371;
    }

    body.medicalChat .drBarriosHome .contentHeaderBoxElementAvatar .contentHeaderAvatarName a.btnDrContent02:hover {
        background: url('../assets/img/roleplahover.png') center 18px no-repeat #f6f6f6;
        border: 1px solid #1e4371;
        color: #1e4371;
    }


body.medicalChat .drBarriosHome .contentHeaderBoxElementAvatar {
    text-align: center;
}
body.medicalChat .contentHomeElement.drBarriosHome .contentHeaderBoxElementAvatar video {
    text-align: center;

    float: none;
    width: 80%;
}

body.medicalChat .contentHomeElement.drBarriosHome .contentHeaderAvatarName {

    padding-top: 7%;
}
.contentTitleBox {
    text-align: center;
}

    .contentTitleBox h1 {
        font-size: 38px !important;
    }

/**/
body.medicalChat.entrevistaBox {
    background:#fff;
    /*background: url(../assets/img/erntrevista/background.jpg) top center no-repeat !important;*/
}


.contentTitleBoxVideo {
    text-align: center;
}
body.medicalChat.entrevistaBox video {
    width: 280px;
    margin: 0 auto;
    float: none;
    /* top: 0; */
    /* left: 0; */
    /* width: 100vw; */
    /* height: 100vh; */
    /* pointer-events: none; */
}


.contentTitleBoxVideoFull {
    position: relative;
    overflow: hidden;
}

.contentTitleBoxVideo {
    width: 100%;
    top: 12px;
    text-align: center;
    position: absolute;
}


.contentTitleBoxVideoOnda {
    text-align: center;
    width: 100%;
    height: 385px;
    display: flex;
    justify-content: center;
    align-items: center;
}


    svg#waveSVG {
    float: none;
    width: 100%;
    height: 100%;
}

.contentTitleBox p {
    margin: 0px;
}
.contentButtonsMicro {
    width: 100%;
    margin-top: -15px;
    position: relative;
    float: left;
    text-align: center;
}
body.medicalChat.entrevistaBox .containerLoader, body.medicalChat.entrevistaBox .containerLoaderMicrophone, body.medicalChat.entrevistaBox .containerLoaderMicrophoneEng {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #01184be6;
    display: none;
    z-index: 9999999999;
}

body.medicalChat.entrevistaBox  nav.navbar.navbar-expand-sm.navbar-toggleable-sm.navbar-light.bg-white.border-bottom.box-shadow.mb-3 {
    margin: 0px !important;
}
body.medicalChat.entrevistaBox .contentSupInner {
    margin-bottom: 0px;
}
body.medicalChat.entrevistaBox button#recordButton {
    margin: 0px;
    height: 115px !important;
    width: 115px !important;
    background: url(../assets/img/avatar/iconaudioMessage.png) top left no-repeat #ffcb04 !important;
    position: relative !important;
    background-position: center center !important;
    background-size: 70px 70px !important;
    top: -10px !important;
    left: initial !important;
    right: initial !important;
    z-index: 10000;
    border-radius: 1000px;
}
body.medicalChat.entrevistaBox input#stopButton {
    padding: 20px 34px;
    font-size: 18px;
    width: 100%;
    left: 0px;
    bottom: -107px;
    font-weight: bold;
}


a.iconChatTexto {
    position: relative;
    top: -60px;
    color: #2e2e2e;
    background: url(../assets/img/erntrevista/iconChat.png) #e4e4e7 22px 19px no-repeat;
    padding: 20px 20px 20px 55px;
    text-decoration: none;
    margin-top: 21px !important;
    display: inline-block;
    border-radius: 60px;
}
a.iconChatMensajes {
    position: relative;
    top: -60px;
    color: #2e2e2e;
    background: url(../assets/img/erntrevista/iconmensaje.png) #e4e4e7 22px 19px no-repeat;
    /* background-size: 25px; */
    padding: 20px 20px 20px 55px;
    text-decoration: none;
    margin-top: 21px !important;
    display: inline-block;
    border-radius: 60px;
}
body.medicalChat.entrevistaBox .medicalVisitReport {
    width: 100%;
    padding: 13px 3%;
    text-align: left;
}

body.medicalChat.entrevistaBox .fieldsetTabs {
    width: 70%;
    background: #FFF;
    margin: 0px 15%;
    BORDER-RADIUS: 30PX;
    BORDER: NONE;
    box-shadow: 1px 1px 16px 1px rgba(0, 0, 0, 0.2);
}
body.medicalChat.entrevistaBox div.divQuestionsBox {
    position: fixed;
    width: 531px;
    z-index: 99999;
    background: #FFF;
    top: 5%;
    height: 515px;
    right: 0px;
    border-radius: 30px 0px 0px 30px;
}
body.medicalChat.entrevistaBox  div#divQuestions {
    padding: 0px 30px 20px 30px;
}
.divQuestionsTitle {
    background: #2c7dd0 !important;
    border-radius: 30px 0px 0px 0px;
    padding: 12px 40px;
    font-family: 'Oswald';
    color: #FFF;
    font-size: 30px;
}
body.medicalChat.entrevistaBox .loginButton a {
    background: #a0d3dc !important;
    padding: 20px 40px;
    font-size: 18px;
    border-radius: 67px;
    margin-top: 18px;
}
body.medicalChat.entrevistaBox .btnGenerar.right {
    text-align: right;
    float: left;
    position: absolute;
    z-index: 9998;
    /* width: 100%; */
    right: 155px;
    top: -80px;
    height: 70px;
    width: 300px;
    padding: 0px;
    background: none;
}
body.medicalChat.entrevistaBox .visit9 .text-answer .rolClass {
    background: url(../assets/img/erntrevista/normalChat.png) top left no-repeat;
    background-size: 30px 30px;
}
body.medicalChat.entrevistaBox .btnGenerar.right a {
    border: 1px solid #a0d3dc !important;
    text-decoration: none;
    width: auto;
    height: 67px;
    display: block;
    font-weight: bold;
    text-align: center;
    color: #a0d3dc !important;
    font-size: 16px;
    padding: 20px 30px;
    border-radius: 51px;
    margin:0px;
}

body.medicalChat.entrevistaBox  div#divQuestions {
    height: 430px;
    overflow-y: auto;
}
body.medicalChat.entrevistaBox .loaderMicrophone, body.medicalChat.entrevistaBox .loaderMicrophoneEng {
    width: 281px;
    height: 355px;
    position: fixed;
    top: 39%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../assets/img/erntrevista/recordImage.png) center no-repeat;
    background-size: 260px;
    display: none;
}
body.medicalChat.entrevistaBox .loaderMicrophone::after {
    font-family: 'Oswald';
    color: #FFF;
    font-size: 33px;
    content: "Hable ahora";
    display: block;
    position: absolute;
    bottom: -30px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}
body.medicalChat.entrevistaBox.HomeInterview {
    background: url(../assets/img/erntrevista/backgroundHome.jpg) top center no-repeat !important;
}
.contentInterviewHome {
    width: 100%;
}
.contentInterviewHomeLeft {
    width: 55%;
    text-align: left;
    padding-top: 20px;
    float: left;
}
.contentInterviewHomeRight {
    width: 45%;
    float: right;
}
    .contentInterviewHomeRight img {
        width: 100%;
    }
.ocultar {
    display: none;
}
.contentInterviewHomeLeft h1 {
    font-size: 43px !important;
}

a.btnInterview {
    background: #ffcb04 !important;
    padding: 20px 40px;
    font-size: 18px;
    border-radius: 67px;
    margin-top: 5px;
    display: block;
    float: left;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
}
.mostrar {
    display: block;
}

.cerrar {
    color: red;
    cursor: pointer;
    display: block;
    position: absolute;
    background: #FFF;
    color: #2c7dd0;
    height: 45px;
    width: 45px;
    top: 9px;
    right: 11px;
    line-height: 35px;
    font-size: 36px;
    text-align: center;
    border-radius: 53px;
    text-decoration: none;
}
.boxChatClose a#cerrarChatTexto {
    top: -38px;
    color: #FFF;
    background: #2c7dd0;
    POSITION: relative;
    display: inline-block;
    /* font-weight: bold; */
    font-family: 'Oswald';
}
.boxChatClose {
    height: 12px;
    text-align: center;
}
a.btnInterview.btnNextInterview {
    margin-right: 20px;
}

.medicalVisitReport table {
    border-spacing: 1;
    border-collapse: collapse;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: 10px;
}

    .medicalVisitReport table * {
        position: relative;
    }

    .medicalVisitReport table td, table th {
        padding-left: 8px;
    }

    .medicalVisitReport table thead tr {
        height: 60px;
        background: #36304a;
    }

    .medicalVisitReport table tbody tr {
        height: 50px;
    }

        .medicalVisitReport table tbody tr:last-child {
            border: 0;
        }

    .medicalVisitReport table td, table th {
        text-align: left;
    }


    .medicalVisitReport table th {
        font-size: 18px;
        color: #fff;
        line-height: 1.2;
        font-weight: bold;
        background: #243780;
        text-align: center;
        padding: 20px 15px;
    }
    .medicalVisitReport table td {
        padding: 15px 35px;
    }
.medicalVisitReport tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}

.medicalVisitReport tbody tr {
    font-size: 15px;
    color: #808080;
    line-height: 1.2;
    font-weight: unset;
}

    .medicalVisitReport tbody tr:hover {
        color: #555555;
        background-color: #f5f5f5;
        cursor: pointer;
    }
/**/

    @media (max-width:1150px) {
        .contentGrinchElement {
            width: 54%;
            float: left;
        }
        .medicalChat form#formulario, .medicalChat form#frmChat {
        max-width:610px;
        }
    }


    @media (max-width:991px) {

        body.medicalChat .contentHeaderBoxElementAvatar {
            width: 33%;
            float: left;
            padding: 0px 10px;
            text-align: left;
        }
        body.medicalChat .contentHomeElement.drBarriosHome .contentHeaderBoxElementAvatar {
            width: 90%;
        }
        .contentGrinchElement {
            width: 50%;
            float: left;
        }

            .contentGrinchElement h1 {
                padding-top: 74px !important;
                color: #087d0d;
                line-height: 42px;
                font-size: 45px !important;
                font-family: 'grinchmasregular';
            }

        a.linkGrinch {
            margin: 10px 0px 20px 0px;
        }

            a.linkGrinch img {
                width: 90%;
            }
        body.medicalChat .drBarriosHome .contentHeaderBoxElementAvatar {
            min-height: auto;
        }
        .visit9 .Content--Video {
            width: 100%;
            max-width: 100%;
            position: relative;
            max-height: 320px;
        }

        .medicalChat .visit9 form#formulario, .medicalChat .visit9 form#frmChat {
            width: 100%;
            float: left;
        }
        .content--iframeVideo {
            padding: 40% 0 0 0 !important;
            position: relative;
        }

        body.medicalChat .contentBoxTextMessage {
            padding: 11px 10%;
        }
    }
.contentTitleBoxVideo img {
    margin-top: 25px;
}

@media (max-width:767px) {
    .contentInterviewHomeRight {
        width: 100%;
        float: right;
    }
        .contentInterviewHomeRight img {
            width: 400px;
        }
    .contentInterviewHomeLeft {
        width: 100%;
        text-align: left !important;
        padding-top: 20px;
        float: left;
    }
    body.medicalChat.entrevistaBox.HomeInterview h1 {
        text-align: left;
    }

    a.btnInterview {
        width: 100%;
        text-align: center;
    }


    body.medicalChat.entrevistaBox div.divQuestionsBox {
        width: 95%;
        top: 15%;
    }


    body.medicalChat.entrevistaBox nav.navbar.navbar-expand-sm.navbar-toggleable-sm.navbar-light.bg-white.border-bottom.box-shadow.mb-3 {
        margin-bottom: 20px !important;
    }
    body.medicalChat.entrevistaBox .fieldsetTabs {
        width: 100%;
        background: #FFF;
        margin: 0px 0%;
        BORDER-RADIUS: 30PX;
        BORDER: NONE;
        box-shadow: 1px 1px 16px 1px rgba(0, 0, 0, 0.2);
    }
    body.medicalChat.entrevistaBox .loginButton a {
        position: absolute;
        /* top: 99px; */
        width: 136px;
        margin: 0 0px 0px 0px !important;
        /* padding: 0px 10px; */
        float: left;
        padding: 17px 7px;
        right: 4px;
        top: 5px;
    }
    body.medicalChat.entrevistaBox button.navbar-toggler {
        display: none !important;
    }
    body.medicalChat.entrevistaBox h1 {
        text-align: center;
    }
    svg#waveSVG {
        float: none;
        width: 100%;
        height: 100%;
        transform: scale(1.5);
    }

    body.medicalChat.entrevistaBox .btnGenerar.right a {
        width: 100%;
    }

    body.medicalChat.entrevistaBox .btnGenerar.right {
        top: 0px;
        background: none;
        width: 100%;
        right: auto;
    }
    .contentTitleBoxVideoOnda {
 /*       width: 234%;
        overflow: hidden;
        position: relative;
        left: -66%;*/
    }
    a#mostrarChatTexto {
        width: 100%;
    }
    a#mostrarMensajes {
        width: 100%;
    }

    body.medicalChat.entrevistaBox button#recordButton {

    }
    .recordButton span {
        font-weight: bold;
        font-size: 18px;
        width: 100%;
        float: left;
        display: block;
    }
    .contentTitleBoxVideo {
        width: 100%;
        top: 20px;
        text-align: center;
        position: absolute;
        z-index: 1;
    }
    .contentButtonsMicro {
        margin-top: 0px;
    }
    a#mostrarChatTexto {
        width: 100%;
        margin-top: 7px !important;
        display: block;
        float: left;
        top: 0px;
    }
    body.medicalChat.entrevistaBox button#recordButton {
        top: 0px !important;
    }
    .contentTitleBoxVideo img {
        margin-top: 25px;
    }
    .recordButton {
        position: static;
        top: 0px !important;
        width: 100%;
        float: left;
        margin: 40px 0px;
    }
    a#mostrarMensajes {
        width: 100%;
        top: 0px !important;
        margin-top: 0px !important;
        position: relative;
    }
    .contentTitleBoxVideoFull {
        position: relative;
        overflow: hidden;
    }










    body.medicalChat.entrevistaBox .contentTitleBox {
        padding-top: 90px;
    }

    body.medicalChat .contentHeaderBoxElementAvatar {
        width: 100%;
        float: left;
        padding: 0px 10px;
        text-align: left;
    }
    body.medicalChat .contentHomeElement.drBarriosHome .contentHeaderAvatarName {
        width: 100%;
    }

    .contentGrinchElementImage {
        width: 61%;
        float: left;
        position: absolute;
        right: -77px;
    }

    .medicalChat.grinchContent.homeGrinch {
        overflow: hidden;
    }

    .interiorGrinch .lightLeft {
        position: fixed;
        left: 0px;
        top: -25px;
    }

    .interiorGrinch .lightRight {
        position: fixed;
        right: 0px;
        top: -16px;
    }


    .contentChatGrinch {
        width: 100%;
        text-align: center;
        position: static;
        padding: 0;
        max-width: 100%;
    }

        .contentChatGrinch img {
            width: 300px;
        }

    .medicalChat.grinchContent .contentSupInner h1 {
        padding: 80px 19px 0px 23px !important;
    }

    body.medicalChat.grinchContent form#formulario {
        width: 100%;
        max-width: 700px;
        float: right;
    }

    body.medicalChat.grinchContent .voiceToTextControls {
        min-height: 0px;
    }

    .medicalChat.grinchContent .textChat {
        background: no-repeat;
        padding: 0px;
    }

    .medicalChat.grinchContent .contentBoxTextMessage {
        padding: 8px 3% 0px 3%;
    }

    .medicalChat.grinchContent .contentSupInner h1 {
        width: 100%;
        font-size: 32px !important;
        line-height: 30px;
    }

    body.medicalChat a.contentLinkBack {
        top: -14px;
        z-index: 99;
        right: 18px;
        border: 1px solid #1c4b9f;
    }

    body.medicalChat .drBarriosHome .contentHeaderBoxElementAvatar .contentHeaderAvatarName a,
    body.medicalChat .drBarriosHome .contentHeaderBoxElementAvatar .contentHeaderAvatarName a:hover{
        width: 100%;
    }

    .visit9 .Content--Video {
        width: 100%;
        max-width: 100%;
        position: relative;
        max-height: 250px;
    }



}

@media (max-width:496px) {

    

    svg#waveSVG {
        float: none;
        width: 100%;
        height: 100%;
        transform: scale(2);
    }
}

    @media (max-width: 650px) {
        .contentGrinchElementImage {
            width: 81%;
            float: left;
            position: absolute;
            right: -146px;
            top: 71px;
        }

        .visit9 .Content--Video {
            width: 100%;
            max-width: 100%;
            position: relative;
            max-height: 180px;
        }
    }

    @media (max-width: 550px) {
        .contentChatGrinch img {
            width: 100%;
        }

        .contentGrinchElementImage {
            position: static;
            width: 100%;
            text-align: center;
            margin-bottom: 12px;
        }

        .lightLeft {
            position: fixed;
            left: 0px;
            top: -30px;
        }

        .lightRight {
            position: fixed;
            right: 0px;
            top: -15px;
        }

        .contentGrinchElement {
            width: 100%;
            text-align: center;
        }

        .contentGrinchElementImage img {
            width: 85%;
        }

        .contentGrinchElement h1 {
            text-align: center !important;
            padding-top: 40px !important;
            color: #087d0d;
            line-height: 30px;
            font-size: 30px !important;
            font-family: 'grinchmasregular';
        }

        .noneLogo {
            display: none;
        }


        .logoFooterGrinch {
            text-align: center;
            width: 100%;
            display: block;
        }


        .medicalChat.grinchContent.homeGrinch {
            overflow: auto;
        }
    }
    /***********************************************************
***********************************************************

   FIN GRINCH NAVIDAD QUODEM

***********************************************************
***********************************************************
*/


    .medicalChat .fullViewChat form#formulario {
        max-width: 100%;
    }

    body.medicalChat .visit9.fullViewChat .text-answer .rolClass {
        max-width: 100%;
        background: url(../assets/img/avatar/avatarNeutral.png) top left no-repeat;
        background-size: 30px 30px;
    }





body.medicalChat.entrevistaBox .medicalVisitReport.contentDashboardHeader {
    width: 100%;
    text-align: center;
}

.medicalVisitReport.contentDashboardHeader h2 {
    color: #243780;
    font-size: 35px !important;
}

ul.menuDashboard {
    display: block;
    float: left;
    padding: 20px 0px;
    width: 100%;
    text-align: center;
}
    ul.menuDashboard li {
        /* float: left; */
        display: inline-block;
        list-style: none;
        padding: 0px 18px;
    }

.menuDashboard a {
    text-decoration: none;
    display: block;
    padding: 20px 35px;
    border: 1px solid #243780;
    border-radius: 61px;
    color: #243780;
}

    .menuDashboard a:hover,
    .menuDashboard a.actilveLink {
        background: #243780;
        color: #FFF;
    }

.contentDashboardSelect {
    width: 100%;
    float: left;
}
.contentDashboardSelectElement {
    float: left;
    width: 48%;
    padding-bottom:10px;
}
    .contentDashboardSelectElement label {
        width: 100%;
        padding-bottom: 10px;
    }

.contentDashboardContent {
    float: left;
    width: 100%;
    padding-top: 15px;

}
.contentDashboardSelectElement  select{
    width: 100%;
}
.contentDashboardContent h2 {
    float: left;
    width: 100%;
    padding-top: 15px;
}

.contentDashboardContent {
    float: left;
    width: 100%;
    padding-top: 15px;
}

.contentDashboardContentImg {
    text-align:center
}

body.medicalChat.entrevistaBox .fieldsetTabs {
    margin-bottom: 44px;
    /* float: left; */
}
.contentDashboardContentUserElement {
    height: 100px;
    width: 100px;
    float: left;
    background: #a0d3dc !important;
    border-radius: 121px;
    font-size: 52px;
    color: #FFF;
    font-family: 'Oswald';
    padding: 10px 0px 0px 21px;
}
span.title {
    display: block;
    font-family: 'Oswald';
    color: #a0d3dc;
    font-size: 24px;
}
.contentDashboardContentUserInfoDescp {
    float: left;
    width: 100%;
    padding: 10px 0px 0px 0px;
    font-style: italic;
}

/**/


.loader-container {
    position: relative;
    height: 80px;
    width: 208px;
    margin: 35px auto 0px auto;
    padding-right: 30px;
}
.loader-container-stop {
    position: relative;
    height: 80px;
    width: 208px;
    margin: 35px auto 0px auto;
    padding-right: 30px;
}

    .loader-container-stop > div {
        position: relative;
        display: inline-block;
        background: #03A9F4;
        height: 100%;
        width: 10px;
        margin: 0;
    }

.loader-container > div {
    position: relative;
    display: inline-block;
    background: #03A9F4;
    height: 100%;
    width: 10px;
    margin: 0;
    -webkit-animation: load 3s ease-in-out infinite;
    animation: load 3s ease-in-out infinite;
}

    .loader-container .rectangle-2 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .loader-container .rectangle-3 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .loader-container .rectangle-4 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .loader-container .rectangle-5 {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .loader-container .rectangle-6 {
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }

@-moz-keyframes load {
    0%, 100% {
        -moz-transform: scaleY(1);
        background: #03A9F4;
    }

    16.67% {
        -moz-transform: scaleY(3);
        background: #FF5722;
    }

    33.33% {
        -moz-transform: scaleY(1);
        background: #FF5252;
    }

    50% {
        -moz-transform: scaleY(3);
        background: #E91E63;
    }

    66.67% {
        -moz-transform: scaleY(1);
        background: #9C27B0;
    }

    83.34% {
        -moz-transform: scaleY(3);
        background: #673AB7;
    }
}

@-webkit-keyframes load {
    0%, 100% {
        -webkit-transform: scaleY(1);
        background: #03A9F4;
    }

    16.67% {
        -webkit-transform: scaleY(3);
        background: #FF5722;
    }

    33.33% {
        -webkit-transform: scaleY(1);
        background: #FF5252;
    }

    50% {
        -webkit-transform: scaleY(3);
        background: #E91E63;
    }

    66.67% {
        -webkit-transform: scaleY(1);
        background: #9C27B0;
    }

    83.34% {
        -webkit-transform: scaleY(3);
        background: #673AB7;
    }
}

@keyframes load {
    0%, 100% {
        transform: scaleY(1);
        background: #03A9F4;
    }

    16.67% {
        transform: scaleY(3);
        background: #FF5722;
    }

    33.33% {
        transform: scaleY(1);
        background: #FF5252;
    }

    50% {
        transform: scaleY(3);
        background: #E91E63;
    }

    66.67% {
        transform: scaleY(1);
        background: #9C27B0;
    }

    83.34% {
        transform: scaleY(3);
        background: #673AB7;
    }
} 

/****************
*********************/


.drBarrios .contentTitleBoxVideo {
    position: static;
}


.chatVideoFull .text-center.visit9.contentFormVisit {
    max-width: 100%;
}
.chatVideoFull .visit9 .Content--Video {
    width: 100%;
    max-width: 100%;
    position: static;
}
.chatVideoFull video {
    position: absolute !important;
    width: 100%;
    height: 100%;
    float: left;
    height: 100vh;
    top: 0px;

    position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      transform: translate(-50%, -45%);
      object-fit: cover; /* Para que el video se recorte y no pierda proporción */





}
.chatVideoFull .contentAvatarNameVideo {
    display: none;
}
    .chatVideoFull video:before {
  
    }

.chatVideoFull  .text-center.contentInfoPadding {
    padding-top: 116px;
}

.chatVideoFull header.container {
    position: absolute;
    z-index: 999;
}
html {
    height: 100%;
}
body.medicalChat.chatVideoFull {
    height: 100%;
    padding: 0px;
    margin: 0px;
  overflow: hidden;
    height: 100%;
}
body.medicalChat.chatVideoFull:after {
    content: "";
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(254, 254, 254, 1) 100%);
    position: absolute;
    top: -2px;
    left: 0px;
    width: 100%;
    height: 150px;
    z-index: 99;
}
    body.medicalChat.chatVideoFull .container {
        margin: 0px !important;
        padding: 0px 20px !important;
        width: 100%;
    }

    body.medicalChat.chatVideoFull .contentAvatarNameVideo {
        position: absolute;
        z-index: 100;
        top: 95px;
        width: 100%;
        text-align: center;
    }

    body.medicalChat.chatVideoFull header.container {
        padding: 0px 20px;
    }

.chatVideoFull .btnGenerarReport.right {
    position: absolute;
    right: 129px;
    top: 0px;
    z-index: 1000;
}
    .chatVideoFull .btnGenerarReport.right a {
        border-radius: 0px 0px 20px 20px;
        border: 1px solid #1c4b9f;
        padding: 13px 23px 17px 23px;
        text-decoration: none;
        border-top: none;
        color: #1c4b9f;
        background: #FFF;
    }
.chatVideoFull .contentButtonsMicro {
    position: fixed;
    bottom: 0px;
    width: 95%;
    text-align: center;
    left: 0px;
    z-index: 999;
}

.chatVideoFull:before {
    content: "";
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(254, 254, 254, 1) 100%);
    position: absolute;
    bottom: -2px;
    left: 0px;
    width: 100%;
    height: 123px;
    z-index: 9;
}

.chatVideoFull .containerLoader,
.chatVideoFull .containerLoaderMicrophone,
.chatVideoFull .containerLoaderMicrophoneEng {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #01184be6;
    display: none;
    z-index: 9999999999999999;
}
.chatVideoFull button#recordButton {
    font-size: 18px;
    position: static;
    width: 100px !important;
    height: 100px !important;
    text-align: center;
    margin-bottom: 25px;
    background-position: 28px 16px !important;
    font-weight: bold;
    color: #FFF;
    background-size: 45px 45px !important;
    padding: 48px 0px 0px 0px;
    margin-right: 30px;
}

.chatVideoFull .loaderMicrophoneEng:after {
    content: "Speak now";
    display: block;
    position: absolute;
    bottom: -30px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    font-family: 'Oswald';
    color: #FFF;
    font-size: 33px;
}
body.medicalChat.chatVideoFull input#stopButtonEn {
    padding: 20px 34px;
    font-size: 18px;
    width: 100%;
    left: 0px;
    bottom: -107px;
    font-weight: bold;
}
body.medicalChat.chatVideoFull .loaderMicrophone,
body.medicalChat.chatVideoFull .loaderMicrophoneEng {
    width: 281px;
    height: 355px;
    position: fixed;
    top: 39%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../assets/img/erntrevista/recordImage.png) center no-repeat;
    background-size: 260px;
    display: none;
}

/**/
body.medicalChat.chatVideoFull.activeLateral {
/*    margin-right: 30%;
    right: 30%;*/
    position: relative;
}
body.medicalChat.chatVideoFull..contentBoxTextMessage {
    display: none;
}
body.medicalChat.chatVideoFull .contentBoxTextMessage {
    right: 0px !important;
    left: auto;
}

    body.medicalChat.chatVideoFull.activeLateral .contentBoxTextMessage  {
        display:block !important;
    }


/**/
body.medicalChat.chatVideoFull  .divQuestionsTitle {
    background: #2c7dd0 !important;
    border-radius:  0px;
    padding: 12px 40px;
    font-family: 'Oswald';
    color: #FFF;
    font-size: 30px;
}
body.medicalChat.chatVideoFull .contentAvatarNameVideo {
    width: 100%;
}

body.medicalChat.chatVideoFull .text-center.visit9.contentFormVisit {
    max-width: 100% !important;
    width: 100%;
/*    float: left;
    overflow: hidden !important;*/
}

body.medicalChat.chatVideoFull .contentComentario {
    width: 100%;
    float: right;
}

body.medicalChat.chatVideoFull div.divQuestionsBox {
    position: fixed;
    width: 30%;
    z-index: 99999;
    background: #FFF;
    top: 0px;
    height: 100%;
    right: 0px;
    border-radius: 0px;
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.2);
}

body.medicalChat.chatVideoFull a.iconChatMensajes {
    position: fixed;
    left: 23px;
    top: auto;
    bottom: 28px;
    color: #2e2e2e;
    background: url(../assets/img/erntrevista/iconmensaje.png) #FFF 22px 19px no-repeat;
    /* background-size: 25px; */
    padding: 20px 20px 20px 55px;
    text-decoration: none;
    margin-top: 21px !important;
    display: inline-block;
    border-radius: 60px;
    z-index:99999999;
}


body.chatVideoFull .content--iframeVideo {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: -1; /* Para que el video quede detrás de otros elementos */
}
body.chatVideoFull #divQuestions {
    max-height: 100vh; /* o la altura que quieras */
    overflow-y: auto;
}

body.chatVideoFull .navbar-expand-sm .navbar-toggler  {
    display: none !important
}
body.chatVideoFull div#divQuestions {
    height: 100%;
    padding: 0 20px 200px 20px;
    overflow: scroll;
}


body.chatVideoFull .text-answer .rolClass {
    background: url(../assets/img/iconavatar01En.png) top left no-repeat;
    background-size: 30px 30px;
}
body.chatVideoFull .DoctorJohnny .text-answer .rolClass {
    background: url(../assets/img/avatar/doctorJohnny.png) top left no-repeat;
    background-size: 30px 30px;
}

body.chatVideoFull .icon--mariluz .text-answer .rolClass {
    background: url(../assets/img/iconavatarmariluz.png) top left no-repeat;
    background-size: 30px 30px;
}



body.chatVideoFull .contentBoxTextMessage {
    position: fixed;
    bottom: 0px;
    width: 30%;
    background: #2c7dd0;
    padding: 11px 2%;
    right: 0px;
    z-index: 99999999;
}
body.medicalChat.chatVideoFull.activeLateral {
  margin-right: 30%;
        right: 30%;
    position: relative;
}

.contentHeaderBoxAvatarDoctores {
    width: 80%;
    margin: 0 auto;
}

.contentHeaderBoxAvatarDoctores {
    width: 80%;
    margin: 0 auto;
}
    .contentHeaderBoxAvatarDoctores .contentHeaderBoxElementAvatar {
        width: 50% !important;
        padding:0px !important;
    }


body.medicalChat .drBarriosHome .contentHeaderBoxAvatarDoctores .contentHeaderBoxElementAvatar .contentHeaderAvatarName a {
    width: 80% !important;
}

body.medicalChat .contentHomeElement.drBarriosHome .contentHeaderBoxAvatarDoctores .contentHeaderBoxElementAvatar video {
    width: 100% !important;
    left: -5px !important;
}

body.medicalChat .contentHeaderBoxAvatarDoctores .contentHeaderBoxElementAvatar img {
    width: 100% !important;
    position: relative;
    left: -5px !important;
}






    @media (max-width: 991px) {
        body.chatVideoFull .visit9 .Content--Video {
            max-height: initial;
        }
    }

    @media (max-width: 767px) {
        body.medicalChat a.contentLinkBack.reportsen {
            right: 196px;
        }
        body.medicalChat .contentHomeElement .contentHeaderBoxElementAvatar {
            min-height: auto;
            text-align: center;
        }
        body.chatVideoFull .contentBoxTextMessage {
            position: fixed;
            bottom: 0px;
            width: 60%;
        }

        .chatVideoFull .btnGenerarReport.right {
            position: absolute;
            right: 16px;
            top: 77px;
            z-index: 1000;
        }

        .chatVideoFull video {
            transform: translate(-49%, -45%);
            object-fit: cover; /* Para que el video se recorte y no pierda proporción */
        }

        body.chatVideoFull a#mostrarMensajes {
            width: 93%;
            top: auto !important;
            margin-top: 0px !important;
            position: fixed;
            background: #e4e4e7;
            text-align: center;
            padding: 9px 0px;
        }

        body.medicalChat .text-answer .rolClass {
            background: url(../assets/img/avatar/iconavatar01.png) top left no-repeat;
            background-size: 30px 30px;
        }

        body.chatVideoFull .contentButtonsMicro {
            bottom: 60px;
        }

        .chatVideoFull button#recordButton {
            margin-right: 0px;
        }

        body.medicalChat.chatVideoFull .contentAvatarNameVideo {
            width: 100%;
            text-align: left;
        }

        body.medicalChat.chatVideoFull div.divQuestionsBox {
            width: 60%;
        }

        body.medicalChat.chatVideoFull.activeLateral {
            /*        margin-right: 60%;
        right: 60%;*/
            position: relative;
        }
        .chatVideoFull.chatVideoFull .contentButtonsMicro {
            width: 85%;
        }
    }
