body{
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.contenedor-principal{
    margin-top: 4.8rem;
    background: #175c81;
    display: flex;
    padding: 4rem 15rem;
    margin-bottom: -4rem;
}

.contenedor-segundo{
    display: flex;
}

.linea{
    height: 2px;
    width: 9rem;
    background-color: #92b5da;
    margin-bottom: -10px;
}

.contenedor-titulo {
    width: 30%;
    display: flex;
    flex-direction: column;
}

.contenedor-titulo h2 {
    color: #92b5da;
    font-size: 1.6rem;
    letter-spacing: 1px;

}

.contenedor-contenido {
    width: 70%; 
}

.contenedor-contenido a{
    color: #2eaccb;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 0em 5rem;
}

.container-informacion {
    margin-left: 4rem;
    margin-top: 1rem;
    border-left: 1px solid white;
    color: #2eaccb;
    font-size: 1rem;
    padding: 0.2rem 1.5rem;
    text-align: justify;
    line-height: 1.5rem;
    display: none;
}

.img-datos{
    width: 38.4rem;

}

.viñetas-numeradas {
    list-style-position: inside;
    margin-left: 20px;
    padding-left: 0;
    text-align: justify;
}

.viñetas-numeradas li {
    margin-bottom: 1rem;
    line-height: 1.2;
    text-align: justify;
}

.contenedor-principal1{
    background: #175c81;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4rem 15rem;
    margin-top: -5rem;
}

@media screen and (min-width: 1800px) {
    .contenedor-principal{
        padding: 3.8rem 25rem;
    }

    .contenedor-principal1{
        padding: 4rem 25rem;
    }
}

@media screen and (max-width: 768px) {
    .contenedor-principal{
        margin-top: 4rem;
        padding: 1rem;
        margin-bottom: 2rem;
    }
    
    .contenedor-principal1{
        padding: 3rem 1rem;
    }

    .contenedor-segundo{
        display: flex;
        flex-direction: column;
        padding: 1rem;
    }
    
    .contenedor-titulo {
        width: auto;
    
    }

    .contenedor-titulo h2{
        font-size: 1.3rem;
    }

    .contenedor-contenido a{
        padding: 0rem;
        font-size: 0.9rem;
    }

    .linea{
        width: 5rem;
       
    }

    .contenedor-contenido {
        width: auto; 
    
    }

    .container-informacion {
        margin-left: 0rem;
        font-size: 0.8rem;
        padding: 0rem 0.5rem;
    }
    
    .viñetas-numeradas {
        list-style-position: inside;
        margin-left: 20px;
        padding-left: 0;
        text-align: justify;
    }
    
    .viñetas-numeradas li {
        margin-bottom: 1rem;
        line-height: 1.2;
        text-align: justify;
    }

    .img-datos{
        width: 19.5rem;
        height: 24rem;
    }
}

