/* historia section*/
.imagen01__historia{
    width: 410px;
    border-radius: 10px;
}
.historia__section{
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.contenedor__historia{
    display: flex;
    width: 80%;
}
.right__historia{
    margin: 20px;
    padding: 20px;
}
.texto__historia h1{
    font-size: 3rem;
}
.texto__historia p{
    font-size: 1.1rem;
}
.btn__slogan__historia{
    border: none;
    width: 90%;
    padding: 10px 30px;
    background-color: var(--rosa);
    color: var(--white);
    border-radius: 10px;
    font-weight: 600;
}
/* historia section */
.mision__section{
    display: flex;
    justify-content: center;
}
.contenedor__mision{
    width: 80%;
    margin-top: 60px;
}
.slogan__mision p{
    font-size: 1.1rem;
}
.contenedor__slide__mision{
    display: flex;
    gap: 10px;
}
.imagen__carta{
    object-fit: contain;
    width: 100%;
    border-radius: 10px;
}
.carta{
    margin: 20px;
    flex-direction: column;
    justify-content: center;
}
.cuerpo__carta{
    margin-top: 10px;
}
.cuerpo__carta p {
    color: var(--grismed);
    font-size: 1rem;
}
.cuerpo__carta h1{
    font-weight: bolder;
}
/* valore section */
.valores__section{
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.contenedor__valores{
    width: 80%;
}
.slogan__valores p {
    font-size: 1.1rem;
}
.slogan__valores{
    width: 80%;
}
.contenedor__carta__valores{
    display: flex;
}
.carta__valores{
    border: 2px solid var(--line-gris);
    border-radius:10px;
    padding: 20px;
    width: 350px;
    margin:20px;
}
.valor__cuerpo{
    font-size: 1.1rem;
    color: var(--grismed);
}
.icono__carta__valores{
    font-size: 1.6rem;
}
.valor__name{
    margin-top: 10px;
}