/* Para 960px para ordenador*/  
@media only screen and (min-width: 768px) { 
    .txtsombra {
        font-size: 60px;
    }

    .slaider {
       height: 450px;
    }
    .slaider2 {
        background-size:contain;
        background-repeat: no-repeat;
        background-position: center;
        height: 350px;
        background-size: 500px;
       
       
     }
    .slaider-1 {
    width: 80%;
    height: 350px;
    margin: 0 auto;
    padding: 50px;
    font-size: 25px;
    color: white;
    line-height : 30px;
    }
    .boton {
        margin-top: 25px;

    }
   
/* Seccion fabricamos */
.contenedor-principal1 {
    width: 85%;
    margin: 0 auto;

 }
 .contenedor-principal2 {
    width: 85%;
    margin: 0 auto;
    display: grid;
    grid-template-columns:repeat(2, 1fr);
 }
    .contenedor-principal3 {
        width: 85%;
        margin: 0 auto;
        display: grid;
        grid-template-columns:repeat(3, 1fr);
        text-align: center;
     }
     .galeria-item p{
        text-align: left;
        line-height: 20px;
    }

     .galeria-fabricamos-titulo {
        margin-top: 20px;
        line-height : 40px;
     }
/* Seccion fin fabricamos */

    .fabricamos-titulo {
        padding: 30px;
        font-size: 80px;
        
       
    }
    .contenedor-productos {
        width: 85%;
        margin: 0 auto;
        display: grid;
        grid-template-columns:repeat(4, 1fr);
     }
        
     .galeria-titulo {
        bottom:50px; 
        font-size: 30px;
        padding: 10px;
        width: 95%;
        
    }
/* Seccion productos */

.seccionproductos {
    background: #EDEEF1;
}

.eslogan-1{
    font-size: 35px;
    line-height: 70px;
    padding: 20px;
}


.footer-1 {
    width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns:repeat(3, 1fr);

}

.copyright {
    color: white;
    padding: 15px;
    font-size: 15px;
    text-align: center;
 
}
/***** Contactanos******************************************************/
.columnasFlexC {
    display: flex;
    width: 100%;
}   
.columnasFlexC .caja1 {
 width: 50%;
}
   
.caja1 h1{
   text-align: left;
    }
    
.columnasFlexC .caja2 {
    width: 50%;
    display:block;
    justify-content: center;

}
.caja2 p{
    margin: 50px;
    line-height: 30px;

}

.galeria-img {

margin: 10px 10px;
height: 260px;
/*display:flex;*/
width: auto;

}

.mapaancho .mapa{
	height: 350px;
}

/*modal*/
.modal__boton{
    top:90px;
}
.modal__img{
    width:55%;

   }
}





