.bg-interno{
    min-height: 600px !important;
    position: relative;
}

.bg-interno h1{
    font-size: 3em !important;
    text-shadow: 0 2px 10px #333
}

.bg-interno h2{
    font-size: 2.2em !important;
    font-family: 'Share Tech', sans-serif !important;
}

.bg-interno h1,
.bg-interno h2{
    position: relative;
    text-rendering: optimizeLegibility !important;
    z-index: 10;
}

.parallax-container{
    position: absolute !important;
    left:0 !important;
    width: 100% !important;
    height: 100% !important;
    top:0 !important;
}

.parallax-container::before{
    content:'';
    width: 100%;
    height: 100%;
    background-color: rgba(22%, 38%, 56%,.5);
    position: absolute;
    left:0;
    top:0;
    z-index: 0;
}


@media (min-width:992px){

    main{
        overflow: hidden;
    }
        
    .bg-interno-item{
        position: relative;
        min-height: 1150px !important;
        margin-bottom: -100px !important;
        /*background-image: url('../img/servicios/topografia.png');
        background-size: auto 100%;
        background-repeat: no-repeat*/
    }

    .bg-interno-item img{
        height: 1100px !important;
    }
}

@media (max-width:601px){
    .bg-interno{
        height: 400px !important;
        max-height: 400px !important;
        min-height: 400px !important;
    }

    .bg-interno h1{
        font-size:2.5rem !important
    }

    .bg-interno h2{
        margin:10px 0 0 0 !important;
        font-size: 1.5rem !important;
        letter-spacing: 1px !important
    }
}