*{
    box-sizing: border-box;/*para q no crezca los espacios*/
}

/*aqui puedes cambiar el tipo de letra fuente*/
body{
    font-family: "Arial";
    font-size: 14px;

    background-color: black;
    color: white; /* opcional, para que el texto se vea */
}


a
{
display:inline-block;/*usará el espacio del elemento, no del contenido. */
}

p
{color:black;
}

header
{

padding: 40px 0;
position: fixed;/*posicion fija*/
top: 0;
left:0;/*pegado a la izquierda*/
z-index: 2; /*para que este encima*/
width: 100%;/*para q ocupe todo el ancho*/
background-color: #000000;
}

header.contenedor
{ 
display:flex;/*comportamiento flex aprovecha el espacio de este elemento para acomodar a sus hijos*/

justify-content: space-between; /*alinear al eje x los elenentos se acomodan uno a la iz otro a laderecha*/
align-items: center;
}

header .contenedor .logo /*tamaño del logo*/
{
width: 150px;
}

header .contenedor .tienda
{
width: 50px;
}

header .contenedor nav a
{
color:rgb(255, 255, 255);
text-decoration: none;
margin:10px 5px;
font-size: 20px;
font-family: "Montserrat";
font-weight:bold
}

header .contenedor nav a:hover
{
color:rgb(201, 38, 66);

}

.seccion
{
    padding-top: 60px;
    padding-bottom: 60px;
}

.cuadrado-perfecto
{
    width: 100%;
    padding-bottom: 100%;
    position:relative;
    
}
.cuadrado-perfecto2
{
    width: 100%;
    /*padding-bottom: 100%;*/
    
    
}

.cuadrado-perfecto img
{
    width: 100%;
    height: 100%;
    object-fit: cover;/*solo con img*/
    position:absolute;
    top:0;
    left:0;
}
.cuadrado-perfecto2 img
{
    width: 100%;
    height: 100%;
    /*object-fit: cover;/*solo con img*/
    
    top:0;
    left:0;
}
.contenedor
{
width: 1140px;
margin: 0 auto 0 auto;/*0 auto*/
padding-right:15px;
padding-left: 15px;
position: relative;
}

.contenedor-fluid
{
    width: 100%;
    padding-right:15px;
padding-left: 15px;
position: relative;

}

.row{
    display:flex;
    flex-wrap:wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.fila{
    display:flex;
    /*flex-wrap:wrap;*/
    justify-content: space-between; 
    margin-right: -60px;
    margin-left: -15px;
}

.columna{
    padding-right: 15px;
    padding-left: 15px;

}

.columna-33
{
width: 33.33%;
}

.columna-25
{
width: 25%;
}

.columna-50
{
    width: 50%;
}
.columna-50
{
    width: 41.66%;
}

.empujar-50
{
    margin-left: 50%;

}

.empujar-58
{
    margin-left: 58.33%;

}

.empujar-66
{
    margin-left: 66.66%;

}

.empujar-0
{
    margin-left: 0;
    
}


#inicio
{
    position: relative;/*el espacio se mantiene*/
}

#inicio img
{
width: 100%;
display: block;/*no genera espacios a los lados*/
}

#inicio .bloque-inicio
{
position: absolute;/*el espacio no se mantiene no va a ocupar un espacio*/
top:70%;/*desde arriba hacia la mitad de la pantalla del bloque inicio*/
left: 30%;
width: 400px;
text-align: center;
margin-left: -200px;

}

#inicio .bloque-inicio h1
{
color: white;
font-size: 35px;


}

#inicio .bloque-inicio p
{
color: white;
font-size: 16px;

}

.boton{
    text-align: center;
    text-decoration: none;
    padding: 15px 20px;
    border:none;
}

.boton.boton-rojo{
    color:white;
    background-color: red;
    font-size: 20px;
    font-weight: bold;
}

.boton.boton-verde{
    color:white;
    background-color: #742828;
    font-size: 20px;
    font-weight: bold;
    border-radius: 10px;
}

.boton.boton-negro{
    color:white;
    background-color: black;
    font-size: 20px;
    font-weight: bold;
    border-radius: 10px;
}
.boton.boton-negro:hover
{
    color:black;
    background-color: white;
    font-size: 20px;
    font-weight: bold;
}
.boton.boton-blanco{
    color:red;
    background-color: white;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid red;
}


#nosotros
{
   /*background-image: url(img/latas.jpg);*/
   background-color: #742828; 
   background-size: cover;
   color: white;
   text-align: center;
}

#nosotros p
{
color: white;
text-align: center;
font-size: 16px;
/*margin:0;*/
}

#servicios .bloque-servicio
{
    border:1px solid grey
}


#servicios .bloque-servicio .bloque-img-servicio img
{
    width:100%;
}

#servicios .bloque-servicio .bloque-img-servicio .cuadrado-perfecto
{
    padding-bottom: 56.25%;/*de 16 a 9*/
} 

#servicios .bloque-servicio .bloque-contenido-servicio 
{
    padding: 15px;
}

#servicios .bloque-servicio .bloque-contenido-servicio h3
{
    margin-top: 0;
    font-size:25px;
}

#servicios .contenedor h3
{
    margin-top: 0;
    font-size:25px;

}

#galeria  h3
{
    margin-top: 0;
    font-size:25px;
    text-align: center;

}

#contactenos  h3
{
    
    font-size:25px;
    

}





#contactenos
{
    position:relative;
}

#contactenos iframe
{
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    filter:grayscale(1);

}

#contactenos .formu
{
padding: 30px;
background-color: #742828;
border-radius: 20px;
}

#contactenos .formu .form-blok
{
width: 100%;
margin-bottom: 15px;
    
}

#contactenos .formu .form-blok .form-control
{
display: block;
height: 40px;
font-size:16px;
border:1px solid grey;
width:100%;
padding: 5px 10px;
border-radius: 10px;
}

#contactenos .formu .form-blok textarea
{
display: block;
height: 100px;
font-size:16px;
border:1px solid grey;
width:100%;
padding: 5px 10px;
border-radius: 10px;
}

#contactenos .formu .form-blok.bloque-ultimo
{
margin-bottom: 0;
}

footer 
{
    background-color: #742828;
    color:white;
    padding-bottom: 0;
}

footer .barra-footer
{
    background-color: rgb(0, 0, 0);
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

footer .barra-desarrollador
{
    background-color: #742828;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}


footer ul
{
    padding-left: 0;
    list-style: none;

}

footer ul 

{
    margin-bottom: 10px;

}

footer .logo-footer
{
   width: 100%
}

footer p
{
   color: white;
   margin-bottom: 30px;
}

footer a
{
   text-decoration: none;
   color:white;
}

footer .redes
{
   font-size: 30px;
   display:flex;
   justify-content: space-between;
}

footer .redes a
{
  margin: 0 7.5px;
}

footer .redes a :hover
{
  
  transform: translateY(-2px) scale(1.2);
            color: #52599e;
}