.Contenedor-Come-Sano-Vive-Sano{
    display: flex;
    justify-content: center;
    align-items: center;

    flex-direction: column;

}
.Contenedor-Come-Sano-Vive-Sano h1{
    font-size: 33px;
 color: #221859;
}

.Flex-come-sano{
    display: flex;
    width: 32cm;
}

/* Solo en pantallas grandes pc*/
@media (min-width: 1600px) {
    .Flex-come-sano {
        width: 1200px; 
    }
}


.Flex-come-sano-Vive{
    width: 27cm;
}
.Flex-come-sano p{
    text-align: justify;
}
.Div-letras-Inicio{
    padding: 10px;
}
.Div-letras-Inicio p{
 font-size: 20.5px;
}
.Div-imagen-Inicio{
    display: flex;
    flex-direction: column;
    gap: 1rem;
   
}
.Div-imagen-Inicio img{
    width: 450px; padding: 15px;
    height: 270px;
object-fit: cover;
}

/* Desde aca abajo es cosas que deberias saber*/
.Agrupar1 {
    display: flex;
    flex-wrap: wrap;
}
.subtitulo{
    width: 22.4%;
    font-size: 18px;
}
.subtitulo, .TextoNavegation1, .TextoNavegation2 {
    padding: 10px;
    cursor: pointer;
}

.subtitulo.active, .TextoNavegation1.active, .TextoNavegation2.active {
    border: 2px solid #D5D5D5;
}

.descripciones {
    display: flex;
    flex-direction: column;
    width: calc(100% - 20px);
}

.TextoNavegation1, .TextoNavegation2 {
    display: none;
    min-height: 100px;
    border: 2px solid transparent;
}
.TextoNavegation1{
    text-align: left;
    font-size: 18px;
    color: #121212;
}
.TextoNavegation1 h4{
    color: #121212;
}
.TextoNavegation1 li{
    text-align: justify;
    font-size: 18px;
    color: #121212;
}.TextoNavegation1 p{
    color: #121212;
    text-align: justify;
}
.TextoNavegation2{
    text-align:center;
}
.TextoNavegation2 p{
    text-align: justify;
    font-size: 18px;
    color: #121212;
}
.TextoNavegation2 li{
    text-align: justify;
    font-size: 18px;
    color: #121212;
}
.TextoNavegation2 h4{
    text-align: justify;
    font-size: 18px;
    color: #121212;
}
.active {
    color: #D3BE60;
}

/*Estos estilos son del carrucel*/
.titulo1{
    text-align: center;
    color: rgb(3, 3, 95);
    font-size: 40px;
}


.contenedor-carrusel {
    position: relative;
    overflow: hidden;
    width: 1050px;
    max-height: 370px;
    margin: 0 auto;
   
}

.carrusel {
    display: flex;
    transition: transform 0.5s ease;
}

.item-carrusel {
    flex: 0 0 100%;
}

.item-carrusel img {
    width: 1100px;
    height: 370px;
}
.btn-previo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;

}
.btn-siguiente {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}

.btn-previo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding-top: 2px;
    border: none;
    transform: scaleX(-1);
    background-color: rgba(0, 0, 0, 0.5);
    left: 10px;
}

.btn-siguiente {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 40px;
    padding-top: 10px;
    border: none;
    transform: scaleX(1);
    background-color: rgba(0, 0, 0, 0.5);
    right: 10px;
}

.indicador-puntos {
    
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.punto {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #ccc;
}

.punto.activo {
    background-color: #333;
}

@media screen and (max-width: 768px) {
    .contenedor-carrusel {
        width: 100%;
    }
}










@media screen and (max-width: 1024px) {
    .Flex-come-sano {
        width: 90%;
        flex-direction: column;
        align-items: center;
    }

    .Div-letras-Inicio {
        width: 100%;
        padding: 1rem;
    }

    .Div-imagen-Inicio {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .Div-imagen-Inicio img {
        width: 45%;
        height: auto;
    }

    .Flex-come-sano-Vive {
        width: 90%;
    }

    .Contenedor-Come-Sano-Vive-Sano h1 {
        font-size: 28px;
        text-align: center;
        padding-inline: 1rem;
    }

    .subtitulo {
        width: 45%;
        margin-bottom: 1rem;
        text-align: center;
    }
}


@media screen and (max-width: 768px) {
    .Flex-come-sano {
        flex-direction: column;
        width: 100%;
        padding-inline: 1rem;
    }

    .Div-imagen-Inicio {
        flex-direction: column;
        align-items: center;
    }

    .Div-imagen-Inicio img {
        width: 80%;
        height: auto;
        margin-bottom: 1rem;
    }

    .Div-letras-Inicio p {
        font-size: 16px;
        text-align: justify;
    }

    .subtitulo {
        width: 100%;
        font-size: 16px;
    }

    .TextoNavegation1,
    .TextoNavegation2 {
        font-size: 16px;
        padding: 10px;
    }

    .Contenedor-Come-Sano-Vive-Sano h1 {
        font-size: 26px;
    }
}


@media screen and (max-width: 600px) {
    .Contenedor-Come-Sano-Vive-Sano {
        padding-inline: 1rem;
    }

    .Div-letras-Inicio p {
        font-size: 15px;
        line-height: 1.6;
    }

    .Div-imagen-Inicio img {
        width: 95%;
    }

    .subtitulo {
        font-size: 15px;
        padding: 8px;
    }

    .TextoNavegation1 p,
    .TextoNavegation2 p {
        font-size: 15px;
    }

    .titulo1 {
        font-size: 28px;
    }

    .contenedor-carrusel {
        width: 100%;
        height: auto;
    }

    .item-carrusel img {
        width: 100%;
        height: auto;
    }
}


@media screen and (max-width: 430px) {
    .Contenedor-Come-Sano-Vive-Sano h1 {
        font-size: 22px;
    }

    .Div-letras-Inicio p {
        font-size: 14px;
    }

    .Div-imagen-Inicio img {
        width: 93%;
        height: auto;
    }

    .subtitulo {
        font-size: 14px;
    }

    .TextoNavegation1,
    .TextoNavegation2 {
        font-size: 14px;
    }

    .titulo1 {
        font-size: 24px;
    }
}




@media (max-width: 768px) {
    .c-video_comesano {
        padding-inline: 1rem !important;
        margin-top: 4rem !important;
    }
}

@media (max-width: 480px) {
    .c-video_comesano {
        padding-inline: 0 !important;
        margin-top: 3rem !important;
    }
}