@media (max-width:1500px){
    .heading-contact{
        margin-bottom: 60px !important;
        margin-top: 90px;
    }
}

@media (max-width: 1200px){
    .form-origi{
        width: 100%;
        height: 100%;
    }
}

@media only screen and (max-width: 991.98px) {

    .banner_arriba{
        padding-top: 15px;
  padding-bottom: 15px;
    }

    .nav-item .nav-link{
        color: white;
        font-size: 17px;
        font-weight: 600;
    }

    #normal{
        display: none;
    }

    #minimizado{
        display: block;
    }

    .logo{
        color: white !important;
    }

    .mision .especial{
        display: none;
    }

    .mision .especial2{
        display: block;
    }

    .navbar-nav{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .navbar-nav .nav-items{
        margin: 0px 0px;
    }

    .img-home{
        width: 270px;
        margin-right: 0px;
    }

    .home-heading{
        font-size: 40px;
        font-weight: 700;
        line-height: 74px;
    }

    .box-container2{
        padding-left: 90px;
    }

    .img-about{
        height: 80%;
        width: 100%;
        position: static;
        top: 0px;
        right: 0px;
    }

    .mision .especial2 .img-mision{
        width: 100%;
        position: static;
        top: 0px;
        right: 0px;
    }

    .about-us{
        margin-top: 0px;
        height: auto;
    }

    .mision{
        margin-top: 0px;
        height: auto;
    }

    .about-us img{
        padding-bottom: 20px;
    }

    .mision img{
        padding-bottom: 20px;
    }

    .product-category{
        width: 100%;
        height: auto;
    }

    .heading-product{
        margin-top: 95px;
        margin-bottom: 80px;
    }

    .container-content{
        width: 90%;
        height: 350px;
    }

    .testimonial{
        width: 100%;
        height: auto;
        margin-bottom: 16rem;
    }

    .carousel-indicators{
        position: absolute;
        bottom: -38px !important;
    }

    .form-origin{
        width: 100%;
        height: auto;
    }

    .content-contact{
        width: 100%;
        height: 100%;
        text-align: center;
        padding: 26px 10px;
    }

    footer{
        display: none;
    }

    .historia .contenido-historia{
        color: #3c3c3c;
        line-height: 2;
    }
}

@media (max-width: 768px){

    .content-home2{
        height: auto;
        margin-left: 0px;
    }

    .box-container{
        display: flex;
        justify-content: center;
    }

    .img-home{
        width: 250px;
        margin-top: 50px;
    }

    .home-heading{
        font-size: 46px;
        line-height: 82px;
        text-align: center;
    }

    .box-container2{
        padding-left: 0px;
    }

    .para-home{
        text-align: center;
        max-width: 100%;
    }

    .box-container{
        padding-left: 0px;
    }

    .btn-home{
        text-align: center;
    }

    .content-about{
        padding: 10px 20px;
    }

    .img-about{
        height: 100%;
    }

    /* Sección Acerca */
    .about-us{
        
    }

    .about-us-container{
    }

    .content-about{
        padding: 10px 20px;
    }

    /* Sección Productos */
    .product-category{
        padding-top: 200px;
    }

    .heading-product{
        margin-bottom: 60px;
    }

}