

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

/*CONTACTO*/
.contenido{
    padding: 40px 0;
   
    background-repeat: repeat;
    animation:sidedownscroll 30s linear infinite;
    position: relative;
    /*border-top: 11px solid white;*/
    font-weight: 600;
    color: #43444a;
}


  @keyframes sidedownscroll{
    0%{
      background-position:0 0
    }
    100%{
      background-position:-2000px 2000px
    }
  }
/*.contenido:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.7;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}*/
.contanido_1{
    background-color: rgba(255, 255, 255, 0.05);
    -webkit-border-radius: 4px;
    /*padding: 20px 56px;*/
  /*  color: black;*/
    text-align: center;
        display: flex;
    align-items: center;
    justify-content: center;
}
.info h5{
    font-size: 1.3rem;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.info p{
    /*line-height: 28px;*/
    margin: 31px 0px;
    font-size: 1rem;
    font-weight: 400;
}
.info p i{
    /*line-height: 28px;*/
    /*margin-bottom: 24px;*/
    font-size:2.5rem;
    font-weight: 400;
    margin-left: 15px
}
.info p a{
    color: #444444;
}
.info span i{
    width: 40px;
    text-align: center;
    font-size: 30px;
    color: #e28100;
}
.fa-clock-o{
 margin-right: 6px;
}
.info span {
    vertical-align: middle;
}
.info h6{
    font-size: 16px;
    line-height: 22px;
}
.contanido_1 p:last-child{
    /*margin: 0;*/
}
.m-b0{
    margin-bottom: 0!important;
}
.m-b15{
    margin-bottom: 15px;
}

/*Formulario*/
.formalariaaaaaaaaaaaa{
    /*box-shadow: 5px 5px 20px 0 rgba(0,0,0,.05);*/
    margin-top: 0;
    height: 61%;
    background: #fff;
    padding: 0 60px;
    border-radius: 4px;
}
.formalariaaaaaaaaaaaa p{
    line-height: 28px;
    margin-bottom: 24px;
    color: #6f6f6f;
    font-size: 16px;
}
.titulo_formulario{
    font-weight: 500;
    margin-bottom:5%;
    font-size: 28px;
    text-align: center;
    /*color: black;*/
}
.form-group {
    margin-bottom: 6%;
    padding: 14px;
    /*border: 1px solid #86868638;*/
}
.detail{
    /*margin-bottom: 30px;*/
}
.escconrpo{
     margin-top: 100px;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    border-bottom: solid 2px #e28100;
}
.input-group input{
    border-width: 0 0 1px;
    font-size: 16px;
    border-color: #e1e6eb;
    box-shadow: none;
    height: 40px;
    line-height: 20px;
    padding: 9px 12px;
    outline: none;
    flex: 1 1 auto;
    width: 1%;
}
.input-group span{
    border-width: 0 0 1px;
    font-size: 18px;
    padding: 9px 0 3px;
    vertical-align: top;
    border-bottom: 1px solid #e1e6eb;
    color: #e28100;
}
.input-group textarea{
     border-width: 0 0 1px;
    font-size: 16px;
    border-color: #e1e6eb;
    box-shadow: none;
    line-height: 20px;
    padding: 9px 12px;
    outline: none;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.form-control {
    border-color: #e1e6eb;
    box-shadow: none;
    height: 40px;
    font-size: 13px;
    line-height: 20px;
    padding: 9px 12px;
}
.button-md {
    padding: 8px 51px;
    font-size: 16px;
    font-weight: 500;
    background-color:#e28100;
    color: #fff;
    display: inline-block;
    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;
    margin: 0 auto;
    display: block;
    transition: all ease 500ms;
}
.button-md:hover{
   transition: all ease 500ms;
    background-color: white;
    border: solid #e28100;
    color: black;
}
.mapalon{
    height: 38%;
}
@media (max-width: 911px){
    .formalariaaaaaaaaaaaa{
        padding: 0 15px;
    }
}
@media (max-width: 500px){
    .formalariaaaaaaaaaaaa{
        padding: 0 15px;
    }
    .contanido_1{
        padding: 20px 0px;
    }
    .escconrpo{
        margin-top: 60px;
    }
}
/**/