.negro-bg {
    background-color: rgba(8, 31, 65, 0.671);
    height: 450px;
    position: relative;
}

.hero-nosotros .hn-1 h1 {
    font-size: 20px;
    color: var(--dark-gray);
}
.negro-bg h1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 70px;
    padding: 1rem;
}

@media (max-width: 767px) {
    .negro-bg {
        height: 350px;
    }

    .negro-bg h1 {
        font-size: 30px;
        /* Cambiar el tamaño de fuente a 30px o el valor deseado */
    }
}

.nosotros- {
    padding: 4rem 0rem;
}

.flex-container {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    padding: 1rem;
}

.flex-item-1 {
    flex-basis: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: justify;
    padding: 0rem 1rem;
}


.flex-item-2 {
    flex-basis: 65%;
    margin: auto;
    text-align: center;
    text-align: justify;
    font-weight: 500;
}

.flex-item-2 p {
    padding: 2rem;
    text-align: center;
    text-align: justify;
}

@media (max-width: 700px) {

    .flex-item-1,
    .flex-item-2 {
        flex-basis: 90%;
        max-width: 100%;
    }

    .flex-item-2 p {
        padding: 2rem 0;
    }
}
/*---------------------------------------------*/

.mision-vision {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background-color: #d2d6ff;
    padding: 1rem 0rem;
}

.contenedor-mv {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.mv-subtitle {
    color: var(--blue-color);
    text-align: center;
    padding: 1rem;
}

.mision-div {
    max-width: 500px;

}

.vision-div {
    max-width: 500px;


}

@media (max-width: 900px) {
    .mision-vision {
        background-image: url(/images/bg-misionvisionV.PNG);
    }

}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.nos- {
    width: 100%;
    display: grid;
    place-items: center;
    padding: 5rem 1.5rem;
}

.nos-bg_blue {
    background: rgb(25, 170, 240);
    background: radial-gradient(circle, rgba(25, 170, 240, 0.8492647058823529) 35%, rgba(25, 136, 240, 1) 100%);
}

.contenedor-nos- {
    max-width: 900px;
    margin: 0 auto;
}

.nos-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.title-nos- {
    font-size: 30px;
    justify-content: center;
    padding: 5rem;
}

.nos-column {
    width: 100%;
    padding: 0 1em 2em 1em;
    text-align: center;
    display: flex;
    justify-content: center;
}

.nos-column h3 {
    height: 40px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}



.nos-card {
    width: 250px;
    height: 185px;
    padding: 2em 1.5em;
    background: linear-gradient(#ffffff 50%, #2c7bfe 50%);
    background-size: 100% 200%;
    background-position: 0 2.5%;
    border-radius: 5px;
    transition: 0.5s;
}

.ncp {
    box-shadow: 0 0 35px rgba(255, 253, 253, 0.411);
}

.ncv {
    box-shadow: 0 0 35px rgba(44, 44, 44, 0.295);
}

.nos- h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1f194c;
    margin: 1em 0;
}

.nos- p {
    color: #575a7b;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.03em;
}

.nos-icon-wrapper {
    background-color: #2c7bfe;
    position: relative;
    margin: auto;
    font-size: 30px;
    height: 2.5em;
    width: 2.5em;
    color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: 0.5s;
}

.nos-icon-wrapper img {
    width: 70%;
}

@media screen and (min-width: 768px) {
    .nos- section {
        padding: 0 2em;
    }

    .nos-column {
        flex: 0 50%;
        max-width: 50%;
    }
}

@media screen and (min-width: 992px) {
    .nos- section {
        padding: 1em 3em;
    }

    .nos-column {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

/*----------------------------------------------------------------------------*/
/*---------------------------------------------*/
/*Sedes*/


.sedes-s {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 7rem;
}

.titulo-sedes_h1 {
    padding: 2rem 1rem 1rem 1rem ;
    color: white;
    text-align: center;
}

.contenedor-sedes{
    display: flex;
    flex-direction: row; 
    max-width: 1300px;
    gap: 2rem;
}

.sedes{
    padding: 1rem;
    box-shadow: var(--box-shadow);
}

.sede-p {
    width: 650px;
    background: -webkit-gradient(linear, left top, left bottom, from  rgb(25, 136, 240, 0.9), to( rgb(25, 136, 240, 0.9))), url('../images/fachada-clinica.png') center/cover no-repeat;
    background: -o-linear-gradient(rgb(25, 136, 240, 0.9), rgb(25, 136, 240, 0.9)), url('../images/fachada-clinica.png') center/cover no-repeat;
    background: linear-gradient( rgb(25, 136, 240, 0.9), rgb(25, 136, 240, 0.9)), url('../images/fachada-clinica.png') center/cover no-repeat;
  }

.sede-q {
    width: 650px;
    background: -webkit-gradient(linear, left top, left bottom, from rgba(0, 55, 128, 0.9), to(rgba rgb(0, 75, 173, 0.9))), url('../images/iconos-nuevos/quiroga.jpg') center/cover no-repeat;
    background: -o-linear-gradient(rgb(0, 75, 173, 0.9), rgb(0, 75, 173, 0.9)), url('../images/iconos-nuevos/quiroga.jpg') center/cover no-repeat;
    background: linear-gradient(rgb(0, 75, 173, 0.9), rgb(0, 75, 173, 0.9)), url('../images/iconos-nuevos/quiroga.jpg') center/cover no-repeat;
}

.contenedor-sede {
    display: flex;
    flex-direction: row;
}    

.sede-texto{
    flex: 0 0 50%; /* flex-grow: 0, flex-shrink: 0, flex-basis: 60% */
}

.mapa-sede {
    flex: 0 0 30%;
}

.sede-texto_seccion {
    display: flex;
    flex-direction: row;
    padding: 1rem 1rem;
    gap: 1rem;
}

.sede-texto_seccion p{
   color: white;
}


.sede-texto_seccion_img img {
    width: 40px;
}

.sedes-box-c span {
    font-weight: 800;
    font-size: 18px;
}

@media (max-width: 1300px) {
    .contenedor-sedes{
        display: flex;
        flex-direction: column; 

    }
}

@media (min-width: 1199px) {

}

@media (max-width: 650px) {
     .contenedor-sede{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
     }
}

/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/

.carousel {
    display: flex;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 2rem 0rem;
}

/*-----------------------------------------------------------------*/

.mision-vision {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background-image: url(images/bg-misionvision.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.contenedor-mv {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    padding: 0rem 3rem;
    gap: 10rem;
    margin: 0 auto;
}

.mv-subtitle {
    color: var(--blue-color);
    text-align: center;
    padding: 1rem;
}

.mision-div {
    max-width: 400px;
}

.vision-div {
    max-width: 400px;
    padding-bottom: 2rem;
}

@media (max-width: 900px) {
    .mision-vision {
        background-image: url(images/bg-misionvisionV.png);
    }

}