@import url('/css/styles.css');


@media screen and (max-width:600px) {
    .seccion-2 {
        padding: 10px;
        margin-bottom: 30px;
    }

}

@media screen and (max-width:800px) {


    .politicas {
        padding: 0px 10px 0px 10px;
        text-align: justify;
    }

    .container-nosotros {
        align-items: center;
        flex-direction: column;
        gap: 10px;
    }

    .img-nosotros {
        max-width: 100%;
        height: auto;
        object-fit: contain;
        /* box-shadow: 10px 10px 20px 10px #888888; */

        border-radius: 10px 10px 10px 10px;
        margin: 10px;
    }

    .lead-nosotros {
        padding: 0rem 0rem 0rem 0rem;
        text-align: justify;
    }

    .lead-titulo {
        text-transform: uppercase;
        font-weight: 900;
        padding-left: 10px;
    }
}



@media screen and (max-width:1200px) {



    .img-nosotros {

        width: 100%;
        height: auto;
        object-fit: cover;
        box-shadow: 10px 10px 20px 2px #888888;

        border-radius: 10px 10px 10px 10px;
    }

    .lead-nosotros {
        padding: 0rem 0rem 0rem 0rem;
        text-align: justify;
    }
}

@media screen and (max-width:1600px) {


    .img-nosotros {

        width: 95%;
        height: 400px;
        object-fit: contain;
        box-shadow: 10px 10px 20px 2px #888888;
        margin-bottom: 100px;

        border-radius: 10px 10px 10px 10px;
    }

    .lead-nosotros {
        padding: 0rem 1rem 0rem 1rem;
        text-align: justify;
    }
}