/*=========================================================
PORTADA PRINCIPAL
=========================================================*/

.contenedorhero{

    width:100%;

    margin:0;
    padding:0;

    overflow:hidden;

    display:flex;

    justify-content:center;
    align-items:center;

    background:#fff;

}

.imagen-hero{

    display:block;

    width:100%;

    height:auto;

    max-width:100%;

    object-fit:cover;

    object-position:center center;

}