body {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    color: #666;
    font-family: Open Sans,Arial,sans-serif;
    font-size: 100%;
    font-weight: 510;
    line-height: 1.8em
}

.top-menu {
    background-color: #020049;
    height: 90px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.top-menu-container {

    width: 80%;
    max-width: 1080px;
    display: flex;
    flex-direction: row;
}

.top-menu-user {
    width: 100%;
    text-align: right;
    margin-right: 30px;
    color:#fff;
}

.content{
    width: 100%;
    min-height: 400px;
    margin: auto;
}

.text-block {
    width: 50%;
    min-width: 400px;
    margin: auto;
    text-align:justify;
}

.scrollable-text-block {
    width: 60%; 
    max-width:950px; 
    height: 400px; 
    margin:5px; 
    overflow: auto; 
    border: 1px solid #ccc; 
    padding: 40px;text-align: 
    justify; display: inline-block;
}

.content-spacer {
    height: 50px;
    width: 100%;
}

.bottom-menu {
    background-color: #020049;
    height: 477px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    padding-top: 20px;
}
.bottom-menu-container {

    width: 80%;
    max-width: 1080px;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    font-size: 15px;
    
}
.bottom-menu-container-logo {
    height: 100%;
    width: 47.25%;
    display: flex;
    flex-direction: column;
    justify-content: left;
    margin-right: 60px;
}

.bottom-menu-container-logo-social {
    display: flex;
    flex-direction: row;
    justify-content: left;
}


.bottom-menu-container-contact {
    margin-right: 60px;
    line-height: 1.8em;
}

.bottom-menu-container-map-link, .bottom-menu-container-map-link a {
    margin-bottom: 10px;
    color: #fff;
}
.bottom-menu-container-tm {

    width: 80%;
    max-width: 1080px;
    display: flex;
    flex-direction: column;
    justify-content: left;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
    
}

.logo {
    width: 147.683px;
    height: 43.2px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.logo-footer {
    width: 229.633px;
    height: 67.1667px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

h1 {
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    line-height: 1.2em;
    font-weight: 700;
    color: #07086E 

}

h4{
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF !important;
    letter-spacing: 0.08em;
    line-height: 1.6em;
}

a {
    text-decoration: none;
    color: #61b3ea;
}

p{
    font-size: 100%;
}

input, select, option{
    font-size: 100%;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    border-width: 1px;
    border-color: rgba(0,0,0,0.12);
    background-color: rgba(0,0,0,0.04);
    padding: 8px;
}

input[type="radio"]{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    accent-color: #07086E;
}

.submit-button{  
    color: #FFFFFF !important;
    border-color: RGBA(255,255,255,0);
    border-radius: 50px;
    letter-spacing: 0.16em;
    font-size: 14px;
    font-family: 'Inter',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    background-color: #07086E !important;
    padding-top: 16px !important;
    padding-right: 50px !important;
    padding-bottom: 16px !important;
    padding-left: 40px !important;
    margin: 10px;
}

.slogan{
    font-weight: 700;
    color: #FFFFFF;
    margin-top: 30px;
    margin-bottom: 30px;
}

.social-media {
    
    font-family: ETmodules;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    margin-left: 0px;
    margin-right: 26px;
}

.social-media-facebook:before {
    content:"\e093";
}

.social-media-tiktok:before {
    font-family: FontAwesome;
    content:"\E07B";
}
.social-media-instagram:before {
    content:"\e09a";
}

.test-form{
    width: 45%;
    min-width: 450px;
    display: inline-block;
    text-align: left;
}

.results-table {
    width: 50%;
    max-width: 800px;
    border-collapse: collapse;
    text-align: left;
}

.results-table th{
    background-color: #e4e4e4;
    color: #000;
    padding: 8px;
}

.results-table-pacient-info{
    border: 1px solid black; 
    margin: 0 auto; 
    text-align: left; 
    padding: 10px;
}

.results-table-risk th, .results-table-risk td {
    border: 1px solid #ddd;
    padding: 8px;
}

.results-table-highest-risk {
    background-color: #dd868629;
    
}
.results-table-high-risk {
    background-color: #f7debd96;
    
}
.results-table-low-risk {
    background-color: #ffffff;
    
}

.results-entity-logo{
    width: auto;
    height: 80px;
    margin: 10px;
}

.table-scroll{
    overflow-y: auto;
    max-height: 400px;
}

.small-print {
    font-size: 80% !important;
}

.error-message {
    color: #ff0000;
    background-color: rgba(0,0,0,0.04);
    width: 350px;
    border: #02004924 1px solid;
    border-radius: 10px;
    margin: auto;
    padding: 30px;
}

.success-message {
    color: #07086E;
    background-color: rgba(0,0,0,0.04);
    width: 350px;
    
    border: #02004924 1px solid;
    border-radius: 10px;
    margin: auto;
    padding: 30px;
}


.dashboard-section{
    border-radius: 20px;
    border-color: #07086E;
    border-style: solid;
    padding: 20px;
    margin: 2px;
    max-width: 400px;
}

.container{
    background-color: #f7f7f7 ;
    padding: 20px;
}

.table-create-form{
    display: grid;
    grid-template-columns:auto auto;
    gap: 10px;
    margin-left: auto; 
    margin-right: auto;
    min-width: 320px;
    max-width: 600px;
}

.create-label{
    justify-self: left;
    width: 80%;
    max-width: 200px;
    word-wrap: break-word;
}

.create-input{
    width: 90%;
    display: flex; /*organizar los elementos hijos*/
    flex-direction: column;/*organiza a los elemento de flex en columnas*/
    max-width: 280px; /*Para que ya no aplique el ancho máximo del 100%*/
    justify-self: right;
}

.create-submit{
    grid-column: span 2;
    justify-self: center;
}

.error-text {
    font-size: 12px;
    color: #fff;
    display: none;
    background-color: red;
    padding: 0 8px; /* Solo padding horizontal, nada de vertical */
    line-height: 2; /* Línea más ajustada */
    border-radius: 8px; 
    opacity:50%;
    width: 96%;
    margin-top:3px;
}

.hidden {
    display: none;
}

.disabled{
    opacity: 0.5;
    pointer-events: none;
}

.ocultar{
    display:none;
}

.slider{
    width: 100%;
    overflow: hidden;
    position: relative;

}

.slider-track{
    display: flex;
    width: 400%;
    transition: transform 0.5s ease-in-out;
}

.slide{
    width: 800px;
    transition: opacity 0.5s ease-in-out;
}

@media screen and (max-width: 400px) {
    .content {
        width: 90%;
    }
    .text-block {
        width: 100%;
        min-width: 100%;
    }
    .scrollable-text-block {
        width: auto; 
        height: 400px; 
        margin:5px; 
        padding: 10px;
    }
    .test-form{
        width: 100%;
        min-width: 100%;
    }
    .results-table {
        width: 100%;
    }
    .results-table-patient-info{
        padding: 4px;
        font-size: 85%;
    }
    .results-table-risk th, .results-table-risk td {
        padding: 5px;
    }
    .top-menu-user{
        font-size: 70%;
        margin-right: 5px;
    }
    .bottom-menu-container {
        width: 90%;
        flex-direction: column;
        align-items: flex-start;
    }
    .bottom-menu {
        height: auto;
    }
    .bottom-menu-container-logo {
        width: auto;    
    }
    .logo-footer {
        width: 150px;
        height: 43.87px;
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
    }
    .bottom-menu-container-tm {
        width: 90%;
    }
    
    
    
    .slide{
        width: 300px;
    }
}

@font-face {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('../fontawesome/fa-brands-400.eot' );
    src: url('../fontawesome/fa-brands-400.eot?#iefix') format("embedded-opentype"), url('../fontawesome/fa-brands-400.woff2') format("woff2"), url('../fontawesome/fa-brands-400.woff') format("woff"), url('../fontawesome/fa-brands-400.ttf') format("truetype"), url('../fontawesome/fa-brands-400.svg#fontawesome') format("svg")
}

@font-face {
    font-family:ETmodules;
    font-display:block;
    src:url('../ETModules/modules.eot');
    src:url('../ETModules/modules.eot?#iefix') format("embedded-opentype"),
        url('../ETModules/modules.woff') format("woff"),
        url('../ETModules/modules.ttf') format("truetype"),
        url('../ETModules/modules.svg#ETmodules') format("svg");
        font-weight:400;
        font-style:normal
    }
