.portales-merco{
    width: 100%;
    margin-top: calc(100px + 2vh);
    margin-bottom: 2vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-portal{
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-portal h1{
    color: #e9552d;
}

.text-portal::after,
.text-portal::before{
    content: '';
    flex: 1px;
    border-bottom: 2px solid black;
    margin: 0 10px;
}

.img-portales{
    width: 40%;
    padding: 5%;
}

.titulo-portal{
    text-decoration: none;
    color: black;
}

hr{
    margin: 1rem 0 !important;
    border-top: 2px solid black !important;
}

@media (min-width: 1200px){
    .portales-merco{
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
    }
}