/*Main*/
@font-face{
  font-family:'Yellowtail' ;
  src: url(../fonts/Yellowtail-Regular.ttf);
}

.main-img{
  width:100%;
  height:600px;
  background:url(../images/banners/banner1.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
 
}

.section{
margin: 30px;
}
.section p{
  text-align: justify;

  }

.textos{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  overflow: hidden ;
  text-align: center;
  z-index: -100;
  background: rgba(0,0,0,.688);
  



}

.textos>h1{
  font-size: 90px;
  color:#efefef;
  font-family: 'Yellowtail', cursive;
  letter-spacing: 8pt;

}
.textos>h2{
  font-size: 30px;
  font-weight: 300;
  color: rgb(239,165,0);
  
}

.contenedor h3{
  font-size: var(--titulos);
  color:var(--color1);
  margin-bottom: var(--espacios);
}
.contenedor p{
  font-size: var(--subtitulos);
  font-weight: 300;
  color: var(--color2);
}

.contenedor .white{
  color: #fefe;
}

.card{
  display: flex;
  justify-content:space-around;
  flex-wrap:wrap;
}

.card .content-card{
  width: 23.25%;
  height: 150px;
  box-shadow: 0 0 6px rgba(0,0,0,.5);
  overflow: hidden;
  margin-bottom: var(--espacios);


}
.img-brand{
  width:100%;
  height:100%;

}
.img-brand img{
  height:100%;
  width: 100%;
}

.productos{
  background:url(../images/banners/fondo22.png);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.prod1{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.caja-prods{
  width: 23.25%;
  box-shadow: 0 0 6px rgba(0,0,0,.5);
  overflow: hidden;
  height: 300px;
  background: var(--fondo);
 
}
.todos{
  height:75%;
}

.caja-prods img{
  width: 100%;
  height: 100%;
  object-position:cover;
  cursor: pointer;
}
.caja-prods img:hover{
  transform: scale(1.1);
  transition: all 0.3s;
}

.texto-prod{
  height: 20%;
  width: 100%;
  padding: var(--espacios) 0;
 
  
}
.texto-prod h4{
  
  font-size:20px;
  color:var(--color4);
  margin-bottom: var(--espacios); 
}
.texto-prod a{
  font-size:18px;
  color:var(--color1);
  margin-bottom: var(--espacios);
  text-decoration: none;
  font-weight: bold;
  
  
}


.texto-prod > .link:hover{
  color:var(--color2);
  transition: 0.5s;

 
  
 
 

}
.ubicacion{
    height:auto;
  }

.adress{
  display: flex;
  justify-content: space-between;
  align-items:center;
  margin:auto;
  flex-wrap: wrap;
}

iframe{
  box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
}
.caja-mapa{
  width: 360px;
  background:rgba(0,0,0,.995);
  box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
  height: 180px;
  padding: 30px 15px;
 
}

.caja-mapa>h4{
  margin-bottom: var(--espacios);
  color:var(--color1);
  font-size: 18px;

}
.caja-mapa>p{
  text-align: center;
  color: #fefe;
  text-align:justify;
  font-size: 1.1em;
  line-height:25px;
  
  
}

.texto-prod a:hover{
  color:var(--color1);
  margin-bottom: var(--espacios); 
  transition: 0.5s;

}


@media screen and (max-width:760px){
  
 
.card .content-card{
  width: 48%;
  height: 150px;
  margin-bottom: 50px;
 


}
.caja-mapa{
  margin-top: 15px;
  padding-top: 20px;
}
  .caja-prods{
    width: 60%;
    margin-bottom: var(--margenes);
  }
  .adress{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin:auto;
   
  }

  
  
}

@media screen and (max-width:580px){
  
 .card .content-card{
  width: 100%;
  height: 250px;
  margin-bottom: 70px;



}
    
  .adress{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin:auto;
   
  }
 
    
    
    


}








