.sticky-wrapper {
    position: relative;
}
.img-overflow-gradient{
    background: url(../images/back_producto_gris.jpg);
    background-size: cover;
    background-repeat: repeat-x;
    min-height: 200px;
    height: auto;
    overflow: hidden;
}
.img-overflow-gradient2{
    background: url(../images/back_producto_gris.jpg);
    background-size: cover;
    background-repeat: repeat-x;
    min-height: 200px;
    height: auto;
    overflow: hidden;
}


img.inicio-img{
    max-height: 655px;
}
img.inicio-img-2{
    max-height: 655px;
}
.container-inicio-text{
    margin-bottom: 30px;
}
.back_ventajas-2 {
    position: relative;
    width: 100%;
    min-height: 300px;
    height: 100%;
    overflow: hidden;
    background-color: #CFEAEF;
    padding: 15px;
}
.texto_gigante {
    line-height: 1;
    margin-top: 25px;
    margin-bottom: 30px;
}
.bg-footer-1{
    position: absolute;
    bottom: 0;
    background: url(../images/bg-footer-1.jpg) #eee;
    width: 100%;
    height: 437px;
    background-position: left;
    background-repeat: no-repeat;
    /* background-size: 100%; */
    background-position: left 50%;

}
.bg-footer-2{
    position: relative;
    right: 0;
    background: url(../images/back_footer2.jpg);
    width: 100%;
    min-height: 400px;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.container-inside {
    position: relative;
    width: 100%;
    min-height: 200px;
    height: auto;
    overflow: hidden;
    padding: 0 0 0 0;
    background: #eee;
    margin-top: 1rem;
}
.container-form-1{
    position: relative;
    width: calc(100% - 260px);
    overflow: hidden;
    min-height: 1rem;
    background-color: #ffe716;
    padding: 2.5rem;
    border-radius: 18px;
    margin-left: 100px;
    margin-top: 20px;
    margin-bottom: 70px;
}
.container-inside .container-fluid{
    padding-left: 0;
    padding-right: 0;
}
.container-contact-home-2{
    position: relative;
    float: right;
    margin-right: 12%;
    width: 340px;
    padding-left: 20px;
    min-height: 100px;
    height: auto;
}
.container-aviso{
    position: absolute;
    bottom: 0;
    padding-left: 20px;
    padding-bottom: 15px;
    width: 100%;
    min-height: 10px;
    height: auto;
    overflow: hidden;
}
.text-aviso{
    font-family: Arial;
    font-size: 12px;
    line-height: 1;
    color: #525252;
}
.text-aviso a{
    color: #525252;
    text-decoration: none;
}
.text-aviso a:hover{
    color: rgba(205, 138, 0, 1);

}
.container-abugaber{
    position: absolute;
    bottom: 0;
    padding-right: 20px;
    padding-bottom: 15px;
    width: 100%;
    min-height: 10px;
    height: auto;
    overflow: hidden;
    text-align: right;
}
.text-abugaber{
    font-family: Arial;
    font-size: 9px;
    line-height: 1;
    color: #7E7F6D;
}
.text-abugaber a{
    font-size: 12px;
    color: #7E7F6D;
    text-decoration: none;
}
@media (max-width: 1200px) {

    img.inicio-img{
        max-height: 685px;
        margin-bottom: 29px;
    }
    img.inicio-img-2{
        max-height: 600px;
    }
    .container-contact-home-2 {
        margin-right: 3%;
    }
}
@media (max-width: 1086px) {
    .container-form-1 {
        position: relative;
        width: calc(100% - 190px);
    }
}
@media (max-width: 1050px) {
    .container-contact-home-2 {
        float: none;
        width: 100%;
        padding: 0 35px;
        margin: 0 auto;
    }
}
@media (max-width: 984px) {
    .container-form-1 {
        position: relative;
        width: calc(100% - 75px);
        margin-left: auto;
        margin-right: auto;
    }
    .container-footer-logo-1 img{
        height: 60px;
    }
}
@media (max-width: 768px) {
    .container-aviso{
        display: none;
    }
    .bg-footer-1{
        display: none;
    }
    .container-footer-logo-1 img {
        display: block;
        margin: 0 auto;
    }
    .container-footer-logo-1 {
        margin-top: 3rem;
    }
    .container-contact-phone, .container-contact-icon-row p, .text-abugaber{
        text-align: center;
    }
    .container-form-1 p{
        text-align: center;
    }
}

