/*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/productos/obrasequipo.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*/



/*Seccion description*/

.cuerpo_descrip{
    padding: 52px 0px;
}
.dest_imgSlider{

}
.dest_imgSlider img{
    border-radius: 2px;
    box-shadow: 2px 5px 13px 1px rgb(0, 0, 0,0.5);
    /* border: solid 5px #f29b36; */
}
.destino span{
    font-size: 2rem;
    margin: 27px 0px 1px 0px;
    display: block;
    text-transform: uppercase;
}
.destino > div >ul{
    list-style: circle;
}
.destino > div > p{
    font-weight: 600;
    text-align: justify;
}
.featur{
    list-style: none;
}
.fonrelasd{
        position: absolute;
    bottom: 0;
    left: 0;
    height: 70%;
    width: 70%;
    background: #f29b36;
    z-index: -1;
    color: black;
}
@media (max-width: 991px){
    /*.dest_imgSlider{
        margin-top: 50px;
    }*/
    .destino{
        padding: 0 5px 0 5px;
    }
    .cuerpo_descrip {
        padding-top: 0px;
    }
}
.coteimgDescriptSli{
   margin: 57px;
}
.featur i{
    color: #f29b36;
}
.titledldld{
    font-size: 2.2rem;
    text-transform: uppercase;
    color: #f19a36;
    text-shadow: -2px 1px 0px rgb(127, 127, 127);
    font-weight: 900;
}
.destino{
    padding: 30px 0;
}

.dest_imgSlider .owl-dots .owl-dot span{
    border-radius: 0px; 
}
.dest_imgSlider .owl-dots .owl-dot.active span, .dest_imgSlider .owl-dots .owl-dot:hover span {
    background: #f29b36;
}

.slick-track img {
    border-radius: 2px;
}
/*************** 11-01-21 ***************/
.sect_obras_descrip{
    padding: 100px 0;
}
/****/
.box_producto{
    position: relative;
    margin-bottom: 40px;
    box-shadow: 0px 15px 10px 0px rgba(0,0,0,0.1);
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_producto:hover{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0px 42px 60px 0px rgb(0 0 0 / 13%);
    box-shadow: 0px 42px 60px 0px rgb(0 0 0 / 13%);
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
.box_producto .box_foot{
    display: block;
    width: 100%;
    max-width: max-content;
    text-align: center;
    background: #f29b36;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    opacity: 0;
    border-radius: 25px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translate(0,-50%);
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_producto:hover .box_foot{
    opacity: 1;
    color: #f29b36;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_producto .box_foot a{
    display: block;
    width: 100%;
    max-width: 200px;
    padding: 15px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    border-radius: 25px;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_producto .box_foot a:hover{
    color: #f29b36;
    background: #fff;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}


/*TABLE*/
table{
    /*width: 100% !important;*/
}
table thead{
    background: #d64905;
    color: #fff;
    font-weight: 700;
}
table thead th{
    text-align: center;
    padding: 10px;
    border: 1px solid #fff;
}
table tbody td{
    padding: 10px;
    border: 1px solid #d6d6d6;
}
@media(max-width: 600px){
    .destino {
        overflow-x: scroll;
    }
    .destino>div{
        width: 600px;
    }
    .coteimgDescriptSli {
        margin: 27px 20px;
    }
    .titledldld {
        font-size: 29px;
        text-transform: uppercase;
        color: #f19a36;
        text-shadow: -2px 1px 0px rgb(127, 127, 127);
        font-weight: 900;
    }   
}