/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* -----------------------PACIENTE Y FAMILIA------------------------------ */
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */

.informacion-paciente {
    padding-top: 5rem;
}

.contenedor-informacion-paciente {
    display: flex;
    justify-content: center;
}

.chat-input-container {
    display: flex;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px;
    max-width: 90rem;
    margin: 0 auto;
}

.chat-input-icon {

    margin-right: 10px;
}

.chat-input {
    flex: 1;
    border: none;
    padding: 5px;
    font-size: 16px;
    outline: none;
}

.send-icon {
    font-size: 22px;
    cursor: pointer;
    color: #0073e6;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.send-icon img {
    width: 31px;
    padding: 2px;
    margin: 2px;
    margin-right: 2rem;
}

.chat-button {
    display: flex;
    color: white;
    border: none;
    background-color: white;
    padding: 8px 15px;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.chat-button:hover {
    background-color: #005bad;
}

.items-informacion-paciente {
    display: flex;
    flex-wrap: wrap;
    max-width: 120rem;
    justify-content: center;
    grid-template-columns: repeat(auto-fill, minmax(32rem, 1fr));
    grid-gap: 1.5rem;
}

.item-inf-p {
    border: 0.5px solid #c2c2c2;
    border-radius: 10px;
    width: 32rem;
    display: flex;
    flex-direction: row;
    margin: 1rem;
    background-color: white;
    transition: all 0.3s ease;
}

.item-i-icon {
    padding: 1rem;
    flex: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.hidden {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: height 0.3s ease;
}

.item-i-icon img {
    width: 60px;
    margin: 0 auto;
}

.item-i-icon-content {
    flex: 70%;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.item-i-icon-content h3 {
    font-weight: 400;
}

.item-i-icon-content a {
    color: var(--fros-blue-color);

}

.item-i-icon-6 {
    background-color: #83cff2;
    border: 1px solid #83cff2;
}

.item-i-icon-5 {
    background-color: #14b6eb;
    border: 0.5px solid #14b6eb;
}

.item-i-icon-4 {
    background-color: #108ece;
    border: 0.5px solid #108ece;
}

.item-i-icon-1 {
    background-color: #245786;
    border: 0.5px solid #11283e;
}

.item-i-icon-2 {
    background-color: #016a99;
    border: 0.5px solid #016a99;
}

.item-i-icon-3 {
    background-color: #0c79be;
    border: 0.5px solid #0c79be; 
}

.item-i-icon-9 {
    background-color: #06393d;
    border: 0.5px solid #06393d;
}

.item-i-icon-12 {
    background-color: #bddaa6;
    border: 0.5px solid #bddaa6;
}

.item-i-icon-11 {
    background-color: #8bb950;
    border: 0.5px solid #8bb950;
}

.item-i-icon-10 {
    background-color: #2e883e;
    border: 0.5px solid #2e883e;
}

.item-i-icon-13 {
    background-color: #245786;
    border: 0.5px solid #245786;
}

.item-i-icon-7 {
    background-color: #1eb09a;
    border: 0.5px solid #15B0BF;
}

.item-i-icon-8 {
    background-color: #05727c;
    border: 0.5px solid #05727c;
    
}

.item-i-icon-14 {
    background-color: #016a99;
    border: 0.5px solid #016a99;
}

.item-i-icon-15 {
    background-color: #0c79be;
    border: 0.5px solid #0c79be; 
}

/*-----------------------------------------------------------------*/
/*--------------------PREPARACIÓN IMAGENES DIAGNOSTICAS------------*/
/*-----------------------------------------------------------------*/
.preparaciones-imagenes {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.contenedor-preparaciones-i {
    display: flex;
}

.intro-preparacion-i {
    width: 100%;
    background-color: #003785;
    display: flex;
    justify-content: center;
    margin: 0rem 0rem 5rem 0rem;
}

.p-introduccion-preparacion-i {
    max-width: 1200px;
    color: white;
    padding: 5rem 2rem;
    font-size: 18px;
    text-align: justify;
}

.contenedor-botones-i {
    display: flex;
    justify-content: center;
}

.flex-contenedor-btn {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    max-width: 1200px;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 600px) {
    .p-introduccion-preparacion-i{
        font-size: 14px;  
        padding: 2rem 1rem;
    }
}

@media (max-width: 950px) {
    .flex-contenedor-btn {
        flex-direction: column;
    }
}

.btn-i {
    width: 300px;
    background-color: #003785;
    height: 95px;
    border-radius: 9px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.btn-i:hover {
    width: 300px;
    background-color: #007bff;
}

.btn-i p {
    color: white;
}

.btn-i img {
    color: white;
    width: 70px;
}

.contenedor-preparaciones-i {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5rem;
}

.contenedor-preparaciones-i .especialidad-contenidobox {
    margin: 2rem;
}

.cpi-boton {
    margin: 0 auto;
    border: 5px solid #003785;
    max-width: 700px;
    padding: 3rem;
    border-radius: 10px;
    color: #003785;
}

.cpi-boton:hover {
    color: white;
    background-color: #003785;
}

.contenedor-preparaciones-id {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0rem 1rem;
}

.contenedor-preparaciones-id h1{
    font-size: 20px;
}

.info-preparaciones {
    max-width: 700px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.resonancias-i {
    max-width: 1000px;
}

.info-preparaciones ul li {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-content: center;
    font-size: 18px;
    color: #2e2e2e;
}

.resonancias-i ul li {
    font-size: 15px;
}

.info-preparaciones ul img {
    width: 30px;
    height: 30px;
}

.img-diagnosticas-banner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-diagnosticas-cont {
    max-width: 1200px;
    display: flex;
    justify-content: center;
    padding: 0rem 0rem 5rem 0rem;
}

.img-diagnosticas-cont img {
    width: 90%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.3);

}
