#contenedorTitulo {
    position: absolute;
    z-index: 999;
    text-align: center;
    top: 3.5rem;
    width: 100%;
}

#titulo1 {
    font-size: 50px;
}

#titulo2 {
    font-size: 65px;
}

.carousel-item img {
    width: 100%;
}

.contenedor-blanco {
    height: 100%;
}

.snapwidget-widget {
    border:none;
    overflow:hidden;
    width:65%;
}

@media only screen and (max-width: 992px) {
    #contenedorTitulo {
        position: absolute;
        z-index: 999;
        text-align: center;
        top: 2rem;
        width: 100%;
    }

    #titulo1 {
        font-size: 20px;
    }

    #titulo2 {
        font-size: 35px;
    }

    .snapwidget-widget {
        border:none;
        overflow:hidden;
        width:100%;
    }
}
