/*SLIDER*/
.slidersPRoductoNe{
    position: relative;
}
.slidersPRoductoNe .owl-nav .owl-prev{
    position: absolute;
    left: 6%;
    bottom: 43%;
    background: #e28100;
    z-index: 3;
    transition: all 200ms ease;
}
.slidersPRoductoNe .owl-nav .owl-next{
    position: absolute;
    right: 6%;
    bottom: 43%;
    background: #e28100;
    z-index: 3;
    transition: all 200ms ease;
}
.slidersPRoductoNe .owl-nav i{
    padding: 4px;
    font-size: 22px;    
}
.slidersPRoductoNe .owl-nav{
    margin-top:0;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: white!important;
    color: #e28100!important;
    transition: all 200ms ease;
}
.estructura{
    position: relative;
}
/*.estructura:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: black;
    opacity:0.3;
    right: 0;
    left: 0;
    top: 0;
    z-index: 2;
}*/
.texto{
   width: 100%;
    height: 100%;
    position: absolute;
    top: 3%;
    left: 14%;
    display: flex;
    align-items: center;
    z-index: 3;
}
.texto a{
  text-decoration: none;
}
.texto a h3{
    font-size: 43px;
    color: white;
    /*font-family: 'Open Sans', sans-serif;*/
    border-left: 4px solid #e28100;
    padding-left: 15px;
    padding-right: 15px;
    border-right: 4px solid #e28100;
}




.slidersPRoductoNe img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}




/*BOTON HERE*/
 .btnLiE{
    letter-spacing: 4px;
    position: relative;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 14px;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    cursor: pointer;

  }

  .btnLiE:before, .btnLiE:after {
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    border-style: solid;
    border-width: 0; 
    content: "";
    height: 26px;
    position: absolute;
    width: 26px;
  }
  .btnLiE:before{
    border-left-width: 2px;
    border-top-width: 2px;
    top: -6px;
    left: -6px;
    border-color: #222;

  }
  .btnLiE:after{
    border-right-width: 2px;
    border-bottom-width: 2px;
    bottom: -6px;
    right: -6px;
    border-color: #222;
  }
  .btnLiE:hover:before,.btnLiE:hover:after{
    height:100%;
    width:100%;
  }
  .cotebtnE{
    display: flex;
    justify-content: center;
  }
/**/


/*
  .btnLiE:before{
    border-color: #f29b36;
  }
  .btnLiE:after{
    border-color: #f29b36;
  }
  .btnLiE{
    background: #f29b36;
    color: white;
  }

  .btnLiE:hover:before,.btnLiE:hover:after{
    border-color: #444444;
    transition: 0.5s;
  }
  .btnLiE:hover{
    transition: 0.5s;
    background: #444444;
  }
*/
  .btnLiEColor{
    float: right;
    margin-top: 26px;
  }
    
  .btnLiEColor:before{
     border-color:#444444;
  }
  .btnLiEColor:after{
    border-color:#444444;
  }
  .btnLiEColor{
    background: #f29b36;
    color: white;
  }

  .btnLiEColor:hover:before,.btnLiEColor:hover:after{
    border-color: #444444;
    transition: 0.5s;
  }
  .btnLiEColor:hover{
    transition: 0.5s;
    background: #444444;
  }
  @media (max-width: 500px){
    .btnLiEColor{
      width: 100%;
      float: none;
    }
  }


/*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-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*/



.nosotros_our>span {
    color: #e28100;
    font-size: 22px;
    display: block;
    margin-bottom: 10px;
}
.nosotros_our h2.title {
    font-size: 36px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 17px;
    color: black;
}
.nosotros_our h2.title span {
    font-family: 'Playfair Display',serif;
    font-style: italic;
    color: #e28100!important;
    font-size: 48px!important;
}
.nosotros_our h4.title {
    font-size: 16px;
    line-height: 40px;
    font-weight: 500;
    color: #999;
}
.nosotros_our p {
    font-size: 16px;
    line-height: 32px;
    color: #000;
    text-align: justify;
}
.nosotros_our b{
   color: #e28100;
}
.site-button{
    background-color: #e28100;
    text-decoration: none!important;
    color: white!important;
    padding: 12px 30px;
    display: inline-block;
    font-size: 13px;
    outline: 0;
    cursor: pointer;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    border-radius: 3px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}
.body{
  padding: 80px 0;
}
.nosotros_our{
  /*font-family: 'Open Sans', sans-serif;*/

}
.body img{
  border-radius: 12px;
}
.do{
    margin-right: 0px;
    margin-left: 0px;
}
.row.do [class*=col-], .do [class*=col-] {
    padding-left: 0;
    padding-right: 0;
}
.bg-primary{
    background:#e28100!important;
}
.p-tb50{
    padding-bottom: 50px;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    /*font-family: 'Open Sans', sans-serif;*/
}
.title-descrip h2{
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 25px;
    color: white;
}
.itemss{
    border-radius: 4px;
    padding: 20px 40px;
    background: rgba(255,255,255,.05);
    /*border: 1px solid #505050;*/
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    position: relative;
    /*font-family: 'Open Sans', sans-serif;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    cursor: pointer;
    justify-content: center;
    /*border: solid 3px black;*/
}
.itemss:hover{
  transition: 0.5s ease !important;
    background: #fff;
    /*border: 1px solid rgba(255,255,255,.2);*/
}
.icon-md{
    float: left;
    /*margin-right: 30px;*/
}
.icon-md i {
    font-size: 80px;
    padding-bottom: 8px;
}
.itemss:hover .icon-md i{
   color: black
}
.icon-content{
    overflow: hidden;
    text-align: center;
}
.dlab-tilte {
    color: #fff;
    font-weight: 500;
    text-decoration: underline;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
}
.itemss:hover .dlab-tilte{
    color: black;
}
.icon-content p{
    font-size: 15px;
    line-height: 26px;
    margin: 0;
    color: white;
    text-align: justify;
}
.itemss:hover p{
     color: black;
}
.m-b30{
    margin-bottom: 30px;
}
.imagen{
   height: 100%;
}
.imagen img{
    object-fit: cover;
    height: 100%;
}

.featur {
    list-style: none;
    padding-left: 21px;
    margin-bottom: 22px;
}
.featur li{
   position: relative;
}
.featur li i {
    position: absolute;
    left: -19px;
    top: 4px;
    color: #e28100;
}

.titulo{

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

}

.titulo h2{

    text-align: center;

    padding: 15px;

    font-size: 50px;

    font-family: 'Cabin Condensed', sans-serif;

    color: black;

    position: relative;

}

.titulo h2:before{
    bottom: 29px;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    margin: 0 0 0 -35px;
    position: absolute;
    width: 70px;
    background: #e28100;
}

.titulo h2:after{
    background: black;
    content: "";
    display: block;
    height: 1px;
    margin: 25px auto 15px;
    width: 270px;
}
.first{
    padding: 20px;
    margin-bottom: 30px;
    background: white;
    box-shadow: 1px 1px 8px 3px #0000001f;
}
.caracteris{
    padding-top: 30px;
    padding-bottom: 60px;
    background: url(../../../../public/img/servicios/fondo.png);
}
.first h4{
    text-align: center;
    font-family: 'Cabin Condensed', sans-serif;
    font-size: 23px;
    padding-bottom: 9px;
    color:#e28100;
}
.first p{
   font-family: 'Cabin Condensed', sans-serif;
   text-align: justify;
}

/**/
.us_new_mdf{
    box-shadow: 0px -6px 16px rgb(0,0,0,0.5);
    
    background-repeat: repeat;
    animation: sidedownscroll 30s linear infinite;
    background-color: #302e31;
    padding: 0px 0px 50px 0px;
}
/*.us_new_mdf:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: black;
    opacity: 0.7;
}*/
/**/
.imagennos{
  text-align: center;
  margin-top: 26px;
}
.imagennos img{
  max-width: 454px;
}
.covercoblock{
  padding: 50px 0;
  border-top: solid 5px #f29b36;
}
.imagen_cover{
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
}
.covercoblock{
  padding: 50px 0;
  /*background: url(../../../../public/img/servicios/fondo.png);*/
}
.imagen_cover img{
  width: 100%;
}
.logovivo{
  max-width: 340px;
}
.imagen_cover .casa{
  border-radius: 3px;
}
/*Responsive*/
@media(max-width: 1199px){
   .h3_prod{
     /*width: 40%;*/
   }
}
@media(max-width: 991px){
   .h3_prod{
     /*width: 46%;*/
     font-size: 20px;
     padding: 8px 18px;
   }
   .body {
     padding: 40px 0;
   }
   .body img{
    display: none;
   }
   .itemss{
    margin-bottom: 30px;
   }
}
@media(max-width: 767px){
    .h3_prod{
        text-align: right;
        float: right;
        /*width: 30%;*/
    }
}
@media(max-width: 567px){
    .refePEqMOvi{
        display: flex;
        justify-content: center;
    }
   .h3_prod{
      float: none!important;
      text-align: center!important;
      margin: 0 auto!important;
      /*width: 50%;*/
   }
   .text-right {
      text-align: center!important;
   }
  /* .us{
      padding-top: 24%;
   }*/
}
@media(max-width: 434px){
   .us{
     /*padding-top: 30%;*/
     padding-bottom: 0;
   }
   .h3_prod{
       /*padding: 4px 0px;*/
       font-size: 14px;
   }
   .nosotros_our>span{
      font-size: 16px;
   }
   .nosotros_our h2.title{
     font-size: 30px;
     line-height: 40px;
   }
   .nosotros_our h2.title span{
     font-size: 42px!important;
   }
   .nosotros_our h4.title{
     font-size: 12px;
    line-height: 22px;
    text-align: justify;
   }
   .nosotros_our p{
     font-size: 14px;
    line-height: 26px;
   }
   .site-button{
    margin: 0 auto;
    display: block;
    width: 50%;
   }
   .body{
    padding-bottom: 22px;
   }
   .itemss {
    margin-bottom: 30px;
    padding: 10px 10px;
   }
   .icon-md i{
    font-size: 30px;
   }
   .dlab-tilte{
       font-size: 16px;
       line-height: 28px;
       margin-bottom: 4px;
   }
   .icon-content p{
      font-size: 11px;
      line-height: 18px;
   }
   .titulo h2{
      font-size: 30px;
   }
   .titulo h2:after{
      margin: 15px auto 15px;
      width: 200px;
   }
   .first{
      padding: 20px;
   }
   .first h4{
     font-size: 18px;
   }
   .first p{
     font-size: 13px;
   }
}


/*seccion2*/
.backNOSoSecc2{
    padding: 50px;
    display: flex;
    justify-content: center;
  }
  .coteGeneNosoSeec2{
    display: grid;
    grid-template-columns: 3fr 5fr;
    grid-gap: 81px;
    justify-content: center;
    align-items: center;
    max-width: 1200px; 

  }
  .formaBackC{
    position: absolute;
    bottom: 0;
    width: 75%;
    height: 75%;
    background: #f29b36;
  }
  .sliderNosoSecc2 .item{
    margin: 50px;
      box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.4)
  }
  .sliderNosoSecc2 .item img{
    width: 100%;
      height: 435px;
      object-fit: cover;
  }
  
  .sliderNosoSecc2 .owl-dots .owl-dot span{
    border-radius: 0px !important;
  }
  .sliderNosoSecc2 .owl-dots .owl-dot.active span,.sliderNosoSecc2 .owl-dots .owl-dot:hover span {
      background: #e28100 !important;
  }
  .coteGeneNosoSeec2 .ladoDereSecc2{
    margin-top: 50px;
  }
  .coteGeneNosoSeec2 .ladoDereSecc2 .title strong{
    font-size: 4rem;
    display: block;
    line-height: 0.9;
  }
  .coteGeneNosoSeec2 .ladoDereSecc2 .cote strong{
    margin: 16px 0px;
      font-size: 1.5rem;
      display: block;
  }
  .coteGeneNosoSeec2 .ladoDereSecc2 .title span{
    font-size: 2rem;
  }
  .coteGeneNosoSeec2 .ladoDereSecc2 .title {
    border-left: solid 9px #f29b36;
      display: flex;
      justify-content: center;
      /* align-items: center; */
      flex-direction: column;
      /* width: 249px; */
      display: inline-block;
      padding: 10px 24px 5px 20px;
      
      animation: sidedownscroll 30s linear infinite;
    }
    @keyframes sidedownscroll{
      0%{
        background-position:0 0;
      }
      100%{
        background-position:-2000px 2000px
      }
    }

    @media (max-width: 500px){
      .coteGeneNosoSeec2{
        grid-template-columns: 1fr;
        grid-gap: 10px;

      }
      .sliderNosoSecc2 .item{
        margin: 25px;
          box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.4)
      }
      .backNOSoSecc2 {
          padding: 28px;
      }
    }