* {
	margin: 0;
	padding: 0;
}

body {
	background:white;
	color: #000;
    font-family: 'Sanchez', sans-serif;

}
h1 {
    padding-top: 10px;
    text-align: center;
}

.txtsombra {
    font-weight: 700;
    font-size: 23px;
    color: #FFFFFF!important;
    text-shadow: 0em 0em 0.3em #000000;
}
.contenedor {
    width: 100%;
    margin: 0 auto;
}
.slaider {
    background-image:linear-gradient(rgba(7, 11, 231, 0.23), rgba(18, 10, 91, 0.597)), url("../img/slaider.jpg");
    background-size: cover;
}
.slaider2 {
    background-image: url("../img/tramebafachada.jpg");
    height: 300px;
    background-size:contain;

}
.slaider2 img{
    width:100%;
 }

.slaider-1 {
    padding: 30px;
    font-size: 15px;
    text-align: center;

    color: white;

}

.contenedor-principal1 {
    width: 100%;
    justify-content: center;
   
 }

.boton {
    background-color:#ba0000; /* Verde */
    border: none;
    color: white;
    padding: 12px 32px;
    margin: 0 auto;
    font-size: 20px;
    border-style: solid;
    border-radius: 15px;
  

}
.seccionprincipal a{
    margin: 15px 15px;
   
    
}

.boton:hover {
    color: rgba(255, 255, 255, 1) !important;
    box-shadow: 0 4px 16px rgba(49, 138, 172, 1);
    transition: all 0.2s ease;
  }
/* Seccion Fabricamos */

.seccionprincipal {
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    flex-wrap:no-wrap;
    flex-direction:column;
    justify-content:center;
    align-items:center;
 

   
}

.galeria-fabricamos-titulo{
    line-height: 35px;
}

.fabricamos-titulox {
  
    padding-top: 30px;
    text-align: center;
    font-size: 40px;
}

.galeria-item {
    margin:20px;
}
.galeria-item p{
    text-align: left;
}
.galeria-titulo {
    position:absolute;
	bottom:110px; 
    font-size: 30px;
	color: rgb(255, 255, 255);
	width: 100%;
	margin: 0; 
	
}




.seccionproductos {
    text-align: center;
    margin: 10px 10px;
    background:#EDEEF1;
}

.eslogan-1 {
    text-align: center;
    font-size: 22px;
    line-height: 60px;
    margin: 30px;
}

.footer {
    background-color: #222222;
    color: white;
    text-align: center;
    line-height: 25px;
}

.contacto {
    margin: auto;
    padding: 15px 0;
}
.info{
    margin: auto;
    padding: 15px 0;
}
.ubicacion {
    margin: auto;
    padding: 15px 0;
}
.copyright {
    color: white;
    padding: 20px;
    font-size: 14px;
    text-align: center;
    background:#000000;
}

.mapa {
	width: 100%;
	height: 200px;
    margin: 10px 0;
}

/* texto formato  =================================== */
.textojustificado{
    text-align: justify;
    line-height : 40px;
}



/* productos =================================== */
.columnasFlexC caja1{
    width: 100%;
}
.caja2{
    width: auto;
}

.caja2 p{
    margin: 10px;
    text-align: justify;
    font-style: italic;
    line-height: 20px;
}
.caja1 a{
    text-decoration: none;
}

.galeria-img {

    border-color: rgb(0, 15, 223);
    border-style: solid;
    border-radius: 15px;
    width:100%
    
  

}
.columnasFlex{
    display: flex;
    margin: 20px 10px;
}
.columnasFlex .caja1{
   width: 50%;
}
.caja1 h1{
    font-size: 15px;
}
.columnasFlex .caja2{
    width: 50%;
 }
/* FORMULARIO =================================== */

.fondoC {

    /* font-family: 'Roboto', sans-serif;
     font-size: 1.2rem; */
     width: 100%;
     background-repeat: no-repeat;
     background-image:linear-gradient(rgba(7, 11, 231, 0.23), rgba(18, 10, 91, 0.597));
     background-size: cover;
     padding-bottom: 10px;
     
   }



.form_wrap{
    margin: 10px 15px 20px 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  }
  
  /* Formulario de contacto*/
  form.form_contact{
    /* width: 99%;*/
    padding: 10px 15px;
  }
  
  form.form_contact h2{
  font-size: 25px;
  font-weight: 600;
  color: #303030;
  margin-bottom: 30px;
  }
  
  form.form_contact .user_info{
    display: flex;
    flex-direction: column;
  }
  
  form.form_contact label{
    font-weight: 600;
  }
  
  form.form_contact input,
  form.form_contact textarea{
    width: 100%;
    padding: 8px 0px 5px;
    margin-bottom: 10px;
  
    border: none;
    border-bottom: 2px solid #D1D1D1;
  
    font-family: 'Open sans';
  color: #5A5A5A;
  font-size: 14px;
  font-weight: 400;
  }
  
  form.form_contact textarea{
    max-width: 100%;
    min-width: 100%;
    max-height: 90px;
  }
  
  form.form_contact input[type="submit"]{
    width: 130px;
  background: #a30000;
  padding: 10px;
  border: none;
  border-radius: 25px;
  
    align-self: flex-end;
  
    color: #fff;
  font-family: 'Open sans';
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  }
  
  form.form_contact input[type="submit"]:hover{
    background: #3371B6;
  }
  
/* modal imagenes*/
.modal{
    position:fixed;
    width:100%;
    height:100vh;
    background:rgba(0,0,0,0.7);
    top:0;
    left:0;
   
    display:flex;
    justify-content:center;
    align-items:center;
}
   .modal__img{
    width:80%;

   }

   .modal__boton{
 width:50px;
 height:50px;
 color:#fff;
 font-weight:bold;
 font-size:25px;
 font-family:monospace;
 line-height:50px;
 text-align:center;
 background:red;
 border-radius:50%;
 cursor:pointer;

 position:absolute;
 right:10px;
 top:100px;
   }