#cont_banner
{
    background-image: url("https://ciro.com.uy/assets/imagenes/nosotros.jpg");
    height: 70vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 80px;
}

.titulo_desc, .text_desc
{
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 400;
    color: #5B5B5B;
    text-align: left;
    padding-left: 20px;
}

.titulo_desc
{
    margin-top: 10vh;
    font-size: 15px;
    font-weight: 700;
}

.text_desc
{
    padding-right: 20px;
    text-align: justify;
}

.line_desc
{
    width: 20vw;
    margin-left: 0px;
    background-color: #33691E;
    height: 2px;
    border: 0;
}

@media (max-width:1024px)
{
    .line_desc
    {
        width: 100vw;
    }

    #cont_banner
    {
        margin-top: 0;
        height: 30vh;
        background-attachment: fixed;
        background-position: top;
        background-repeat: no-repeat;
        background-size: contain;
    }
}