/* FUENTES */

@font-face {
   font-family: 'Aileron';
   src: url(fuentes/Aileron-Regular.otf);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Aileron';
  scroll-behavior: smooth;
}

body {
  background: #f4f4f4;
}

/*  ----------- HEADER -----------  */

header {
  width: 100%;
  height: auto;
  background: #fff;
  position: fixed;
  box-shadow: 0 0 10px rgba(0, 0, 0, 1.0);
  font-weight: 800;
  z-index: 10;
}

.header-parte-superior {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  position: relative;
}

.header-parte-superior-paises {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-parte-superior-paises a {
  font-size: .8em;
  background: #ebe8e8;
  color: #804932;
  text-decoration: none;
  margin: 0 5px;
  padding: 3px 5px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pais-seleccionado {
  background: #ccc !important;
}

.header-parte-superior-paises a:hover {
  background: rgba(0, 0, 0, 0.2);
}

.header-parte-superior-paises img {
  width: 15px;
  margin-right: 7px;
}

/* .header-parte-superior-idiomas {
  position: absolute;
  right: 10px;
}

.header-parte-superior-idiomas a {
  margin: 0 5px;
  text-decoration: none;
}

.header-parte-superior-idiomas img {
  width: 20px;
} */

.header-logo {
 margin: 15px auto;
 display: flex;
 justify-content: center;
}

.header-logo__imagen {
  width: 100px;
  height: 50px;
  display: block;
  margin: 20px 0 0;
}

.seleccionado-color {
  color: #4C9D2A;
}

nav ul {
  list-style: none;
  text-align: center;
}

nav ul li {
  display: inline-block;
  padding: 15px;
}

ul li a {
  text-decoration: none;
  color: #804932;
}

nav ul li a:hover {
  color: #4C9D2A;
}

.header-responsive {
  font-size: 20px;
  padding: 16px;
  color: #4C9D2A;
  cursor: pointer;
  display: none;
}

/* ------------ BTN WHATSAPP ------------ */

.btn-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 10;
}

.btn-whatsapp i {
  color: #25d366;
}


/* ------------ SLIDER --------------- */

.contenedor-slider {
  width: 100%;
  padding-top: 180px;
  overflow: hidden;
}

.slider {
  display: flex;
  width: 400%;
  height: 555px;
  margin-left: -100%;
}

.slider-contenedor-imagen {
  width: 100%;
}

.slider-img {
  display: block;
  width: 100%;
  height: 100%;
}

.slider-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #fff;
  color: #4C9D2A;
  top: 355px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
.slider-btn i {
  padding: 5px;
}

.slider-btn:hover {

}

.slider-btn-left {
 left: 15px;
}

.slider-btn-right {
  right: 15px;
}

/* -------------- NUESTROS PRODUCTOS ----------- */

.contenedor-nuestros-productos {
  padding-top: 30px;
}

.titulo-nuestros-productos {
  text-align: center;
  font-size: 50px;
  color: #804932;
  font-weight: 600;
}

.subtitulo-nuestros-productos {
  font-size: 60%;
  color: #955439;
}

.linea-titulo {
  width: 80px;
  height: 8px;
  border-radius: 10px;
  background: #fbd116;
  margin: 5px auto;
}

.productos {
  margin-top: 50px;
  padding: 0 0 50px;
  display: flex;
  flex-wrap: wrap;
}

.subcontenedor-productos {
  width: 48%;
  margin: 1%;
  background: #fff;
}

/*  --------- CONOCENOS --------  */

.contenedor-conocenos {
  padding: 60px 0;
  position: relative;
  background: #7ed957;
}

.imagen-conocenos {
  width: 80%;
  height: 600px;
  margin-left: 19%;
  position: relative;
}

.borde-conocenos {
  border: 2px solid #f4f4f4;
  width: 96%;
  height:96%;
  top: 2%;
  left: 2%;
  position: absolute;
  z-index: 1;

}

.imagen-conocenos img {
  width: 100%;
  height: 100%;
}

.mensaje-conocenos {
  width: 600px;
  background: #4C9D2A;
  border-bottom: 3px solid #fbd116;
  color: #fff;
  box-shadow: 4px 5px 10px 0 rgb(0 0 0 / 30%);
  position: absolute;
  top: 35%;
  left: 110px;
  z-index: 2;
  border-radius: 0 0 6.666em 0;
}

.mensaje-conocenos h2 {
  padding: 20px;
}

.mensaje-conocenos p {
  margin: 5px 35px 5px 20px;
}

.mensaje-conocenos a {
  width: 30%;
  text-align: center;
  text-decoration: none;
  background: #fff;
  padding: 7px;
  color: #804932;
  display: block;
  margin: 20px;
}


/* ------------ SUBSCRIBETE ------------- */

.contenedor-subscribete {
  position: relative;
  padding: 30px 0 60px;
  background: #fff;
}

.titulo-subscribete {
  text-align: center;
  font-size: 40px;
  color: #804932;
  font-weight: 600;
}

.subtitulo-subscribete {
  font-size: 1.1em;
  text-align: center;
  color: #804932;
}

.form-subscribete {
  width: 80%;
  background: #4C9D2A;
  border-bottom: 5px solid #fbd116;
  padding: 40px 0;
  margin: 100px auto;
  box-shadow: 4px 5px 10px 0 rgb(0 0 0 / 30%);
  border-radius: 5em 0 5em 0;
}

.input-form-subscribete {
  width: 40%;
  padding: 12px;
  outline: none;
  border: none;
  margin-left: 20%;
}

.button-form-subscribete {
  width: 20%;
  padding: 12px 15px;
  margin-left: -10px;
  border: none;
  background: #ccc;
  border-radius: 0 6.666em 6.666em 0;
  background: #fbd116;
  color: #804932;
  font-weight: bold;
  cursor: pointer;
}

/* ------------- FOOTER ------------- */

footer {
  background: #f4f4f4;
  color: #804932;
}

.contenedor-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.sub-contenedor-footer {
  margin: 40px 0 60px;
  width: 100%;
}

.titulo-subcontenedor-footer {
  font-size: 1.4em;
  font-weight: 300;
  margin: 20px 0;
}

.p-subcontenedor-footer-contacto {
  font-size: 1.1em;
}

.sub-contenedor-footer img {
  width: 150px;
  height: 75px;
}

.sub-subcontenedor-footer-redes-sociales a {
  color: #804932;
}

.sub-subcontenedor-footer-redes-sociales a:hover {
  color: rgba(0, 0, 0, 0.8);
}

.sub-subcontenedor-footer-redes-sociales i {
  font-size: 2.4em;
  margin: 0 10px;
}

.contenedor-2-footer {
  background: #ebe8e8;
}

.p-contenedor-2-footer {
  text-align: center;
  padding: 10px;
  font-size: 1.1em;
}


/* --------------- MEDIA QUERYS ------------ */

@media (max-width:768px) {

.menu { 
  display: flex; 
  justify-content: flex-start; 
  align-items: center; 
}

.header-logo {
 margin: 15px;
 width: 75%;
 display: flex;
 justify-content: flex-start;
}

.header-logo__imagen {
  width: 100px;
  height: 50px;
  display: block;
  margin: 0 0 0;
}

/* ------- MENU RESPONSIVE ------- */

  ul li {
    width: 100%;
    padding: 16px;
    text-align: left;
  }

  nav ul {
    display: none;
  }

  nav ul li:hover {
    background: #fff;
  }

  .header-responsive {
    display: block;
  }

  .seleccionado {
    background: #f4f4f4;
  }

  /* -------- SLIDER RESPONSIVE ----- */

  .contenedor-slider {
    position: relative;
    padding-top: 120px;
  }

  .slider {
    height: auto;
    min-height: 150px;
  }

  .slider-btn {
    top: 60%;
  }

  /* ------- NUESTROS PRODUCTOS ------ */

  .titulo-nuestros-productos {
    font-size: 35px;
  }

  .productos {
    display: block;
    height: auto;
  }

  .subcontenedor-productos {
    width: 100%;
    height: 400px;
  }

  /* --------- CONOCENOS ---------- */

  .imagen-conocenos {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }

  .borde-conocenos {
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
  }

  .mensaje-conocenos {
    width: 90%;
    position: relative;
    left: 5%;
  }

  .mensaje-conocenos h2 {
    text-align: center;
  }

  .p-mensaje-conocenos {
    text-align: justify;
    font-size: .9em;
  }

  .p-link-mensaje-conocenos {
    padding: 20px;
  }

  .mensaje-conocenos a {
    width: 100%;
    display: inline-block;
    margin: 20px 0;
  }

  /* ---------- SUBSCRIBETE -------- */

  .titulo-subscribete {
    font-size: 30px;
  }

  .subtitulo-subscribete {
    font-size: .8em;
  }

  .form-subscribete {
    width: 90%;
    border-radius: 0;
  }

  .input-form-subscribete {
    display: block;
    width: 90%;
    margin: 10px auto 0;
    padding: 15px 20px;
    border-radius: 0;
  }

  .button-form-subscribete {
    width: 90%;
    margin-left:5%;
    border-radius:0;
  }

  /* ----------- FOOTER ----------- */

  .contenedor-footer {
    display: block;
  }

}

@media (max-width:400px) {

  .header-parte-superior-paises select {
    font-size: .8em;
  }

  .header-parte-superior-paises img {
    width: 14px;
    margin-left: 5px;
  }

}
