/*TITULO NOSOTROS*/
.sombritcana{
    box-shadow:0px 0px 4px rgb(0,0,0,0.5);
}
.h3_prod {
    font-weight: 600;
    color: #ffffff;
    font-size: 30px;
    text-transform: uppercase;
    background: linear-gradient(50deg, #f29b36 23%, #f29b3600);
    padding: 15px 32px;
    /*font-family: 'Open Sans', sans-serif;*/
    display: inline-block;
    text-align: center;
    border-radius: 2px;

}
.h_c {
    padding: 0;
    margin-bottom: 0;
    display: inline-block;
    margin: 12px 10px;
}
.hom_con {
    display: inline-block;
    font-weight: 600;
    color: #ffffff;
    margin: 0 5px;
    /* font-family: 'Montserrat', sans-serif; */
    text-shadow: 1px 2px 2px rgba(255, 252, 252, 0.76);
    font-size: 1rem;
}
.enla {
    color: #fff;
}
a:hover, a:active, a:focus {
    text-decoration: none;
}
.enla:hover, .enla:focus {
    color: #fed101;
}
.us{
    background-image: url(../../../../public/img/fondo/fondo_contacto.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 18px;
    padding-top: 16%;
    box-shadow: 0px 6px 13px 2px rgb(0,0,0,0.5);
    background-attachment: fixed;
}
.us:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: black;
    opacity: 0.7;
}
.textos h4{
    font-weight: 300;
    font-size: 30px;
    /*font-family: 'Montserrat', sans-serif;*/
    margin-bottom: 33px;
}
.textos p{
    /*font-family: 'Montserrat', sans-serif;*/
    text-align: justify;
    margin-bottom: 30px;
}
/*Responsive*/
@media(max-width: 1199px){
   .h3_prod{
     /*width: 40%;*/
    text-align: center;
   }
}
@media (max-width: 991px){
    .h3_prod {
        /*width: 50%;*/
        font-size: 20px;
        padding: 8px 18px;
    }
}
@media (max-width: 767px){
.h3_prod {
    text-align: right;
    float: right;
    /*width: 34%;*/
}
}
@media (max-width: 567px){
    .refePEqMOvi{
        display: flex;
        justify-content: center;
    }
    .us {
       padding-top: 24%;
    }
    .h3_prod {
        float: none!important;
        text-align: center!important;
        /*margin: 0 auto!important;*/
        /*width: 50%;*/
        margin-bottom: 16px ;
    }
    .text-right {
       text-align: center!important;
    }
}
@media (max-width: 434px){
    .h3_prod {
      padding: 15px 22px;
      font-size: 14px;
    }
    .us {
    padding-top: 30%;
    padding-bottom: 0;
    }
    .servicios{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .titulo_services{
        margin-bottom: 0px;
    }
    .titulo_services p{
        text-align: justify;
    }
    .icon-bx-wraper{
        padding: 20px 20px;
    }
    .icon-bx-wraper .icon-lg i{
        font-size: 50px;
    }
    .icon-bx-wraper:before{
        font-size: 80px;
    }
    .icon-bx-wraper .dlab-tilte{
        font-size: 16px;
    }
    .icon-lg{
        margin-bottom: 14px;
    }
    .icon-bx-wraper p:last-child{
        font-size: 14px;
        line-height: 20px;
    }
    .ir a{
        padding: 6px 24px;
    }
}
/*END TITULO*/







/*Cuerpo*/
.cuerpo{
    /*background: url(../../../../public/img/servicios/fondo.png);*/
    /*border-top: 11px solid white;*/
    padding: 50px 20px;
    
    background-repeat: repeat;
    animation:sidedownscroll 30s linear infinite;

  }
  @keyframes sidedownscroll{
    0%{
      background-position:0 0
    }
    100%{
      background-position:-2000px 2000px
    }
  }
.titulo_provee{
    padding: 40px 0;
    padding-bottom: 14px;
}
.titulo_provee h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    text-align: center;
    color: black;
    position: relative;
}
.titulo_provee h3:before {
    bottom: -1px;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    margin: 0 0 0 -35px;
    position: absolute;
    width: 70px;
    background: #e28100;
}
.titulo_provee h3:after {
    background: black;
    content: "";
    display: block;
    height: 1px;
    margin: 25px auto 15px;
    width: 270px;
}
.content-img {
     width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
    align-items: center;
}
.content-img img{
    filter: grayscale(1);
    transition: 0.5s ease;
    cursor: pointer;
}
.content-img img:hover{
    filter: grayscale(0);
}
.proveeSecGri {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 25px;
}
.proveeSecGri .item{
    /*box-shadow: 1px 1px 8px 3px #0000001f;*/
    font-family: 'Cabin Condensed', sans-serif;
}
.proveeSecGri .item img{
    width: 100%;
    /*height: 150px;*/
}
.provee .owl-stage-outer {
    padding: 20px 0px;
}
/*.owl-carousel .owl-item img {
   max-width: 250px!important;
   margin: 0 auto!important;
   box-shadow: 1px 1px 8px 3px #0000001f!important;
}*/
/*end cuerpo*/

@media (max-width: 500px){
    .proveeSecGri {
        grid-template-columns: repeat(1,1fr);
    }
}
