body {
  font-family: "Quicksand", sans-serif;
  font-family: "Titillium Web", sans-serif;
  margin: 0px;
  
}
header {
  background: #f8f9fa;
  width: 100%;
  position: fixed;
  z-index: 100;
  
}
.Fondo-presentacion{
    height: 600px;
    background-size: cover;
    background-position: center center;
  }
  
.presentacion {
  padding-top: 25%;
  font-weight: 520;
  font-size: 270%;
  color: #000000;
  text-align: center;
}
.presentacion h6 {
  text-align: center;
  font-family: "Vollkorn", Georgia, "Times New Roman", serif;
  font-size: 30px;
  color: #343a40;
}

#Productos h2 {
  font-family: "Montaga", serif;
  font-size: 45px;
  margin: auto;
  text-align: center;
}
.Frase {
  font-family: "Titillium Web", sans-serif;
  color: grey;
  text-align: center;
  font-size: 20px;
  margin: auto;
}

.logo-brand {
  background-color: transparent;
  width: 215px;
  height: 100px;
}
.nav-link {
  color: black;
  font-size: 20px;
}
.nav-link:hover {
  color: grey;
}
.card {
  height: 500px;
  justify-content: center;
  box-shadow: 0px 1px 10px rgb(0, 0, 0, 0.4);
}
.card:hover {
  background-color: #ced4da;
}
.card-body {
  border-radius: 2px;
}
.texto {
  font-size: 21px;
  font-weight: 300px;
  color: #000000;
  margin: 7% 10% 0%;
}
.texto1 {
  font-size: 21px;
  font-weight: 300px;
  color: #ffffff;
  margin: 7% 10% 0%;
}
.Quienesomos {
  text-align: center;
  margin-top: 10%;
  font-family: "Quicksand", sans-serif;

}
.Quienesomos h4{
  color:#e03131 ;
  
}
.ID-titulo{
  text-align: center;
  color: #e03131;
  margin-top: 10%;
}
#Quienesomos h4{
  text-align: center;
  margin-bottom: 10%;
}
.map {
  margin-top: 20%;
  margin-left: 5%;
  margin-bottom: 10%;
}
.contacto-titulo {
  margin-top: 20%;
  text-align: center;
  color: #e03131;
}
.contacto-parrafo{
  text-align: center;
  color: #000000;
}
.Contacto-1 {
  color: #c92a2a;
  text-align: center;
  margin-top: 15px;
}
.contacto-2 {
  text-align: center;
}
.contacto-3 {
  text-align: center;
  color: #999;
}
.contacto-info{

  text-align: center;
    margin-top: 5%;
    color: #000000;
  font-weight: bold;
  
  }
.formulario {
  color: #999;
}

.caja-1 {
  height: 40px;
  font-size: 14px;
  margin-top: 2%;
  margin-bottom: 5%;
  background-color: #f1f3f5;
  border-color: transparent;
}
.caja-2 {
  height: 200px;
  font-size: 14px;
  margin-bottom: 5%;
  background-color: #f1f3f5;
  color: black;
  border-color: transparent;
}
.boton {
  height: 30px;
  margin-bottom: 10%;
}

.formulario{
  margin-left: 10%;
}
.formulario-titulo{
  color:#c92a2a ;
  text-align: center;
}
.background {
  background-image: url("../detalles/plant.jpg");
  margin-left: 5%;
  margin-top: 5%;
  background-size: cover;
  overflow: hidden;
  height: 350px;
  width: 500px;
}

footer {
  background-color: #000000;
}

.letra-footer {
  margin-top: 5%;
  color: white;
  font-size: 20px;
}
.ul-footer {
  list-style: none;
  margin-top: 10%;
  padding: 0px 20px;
}
.li-footer {
  color: #a5b1c2;
}
.a-footer {
  color: #a5b1c2;
}

.icono {
  width: 35px;
  height: 35px;
  text-align: center;
  color: #a09e9e;
  align-items: center;
  font-size: 25px;
}



