
@import url(../CSS/inicio/menu.css);
@import url(../CSS/inicio/fontello.css);
@import url(../CSS/inicio/modal2.css);
@import url(../CSS/w3.css);
@import url(../CSS/inicio/slide-2/jquerysctipttop.css);
@import url(form.css);
@import url(../CSS/font/fuentes.css);




    
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

section {
    width: 100%;
    margin-bottom: 25px;
}

.contenedor {
     width: 98%;
    margin: auto;   
}

.contenedor nav {
    float:right;
}

.contenedor article img {
    cursor: pointer;
}

#productos {
    text-align: center;
}

#productos h2 {
    color: #636160;
    font-size: 10px;
}

#productos p {
    font-size: 14px;
    padding: 25px   
}

#productos img {
    height: 35px;
    padding-bottom: 8px;
}

h4 {
    color: #636160;
}

.copy {
    font-size: 20px;
}

.sociales a {
    color: #333;
    text-decoration: none;
}

/* modal contac */
* {box-sizing: border-box;}

input[type=text], select, textarea {
  width: 100%;
  padding: 2px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 3px;
  margin-bottom: 8px;
  resize: vertical;
}

input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 10px 18px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

 input[type=reset] {

  background-color: #fa6d7d;
  color: white;
  padding: 5px 9px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}
 input[type=reset]:hover {
  background-color: red;
} 

#titulo{
    text-align: center;
    width: 100%;
    padding-top: 70px;
    
}
.icon-5x {
display:block;
text-align: left;
    font-size: 25px;
    cursor: pointer;
}
 .gris {
    color:gray
}  

#nav{
    width: 600px;
    height: 5px;
    margin-top: 30px;
    margin-left: 10px;
    font-size: 10px;
    text-decoration: none;
}
#nav a{
    padding-top: -8px;
    text-decoration: none;
    font-family: 'Cutive Mono', monospace;
    font-weight: bold
}

#example1 {
    background: #fafaf2;
  border: 1px solid grey;
  padding: 10px;
  box-shadow: 5px 10px 8px #888888;
}

@media (min-width:1024px) {
    .contenedor {
        width:  1000px;
    }
    
 

