@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700;800&display=swap");

.section {
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}
html {
  scroll-behavior: smooth;
}
body {
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.colorCafe {
  color: #b7a67a !important;
}

/*---------------  INICIO VIDEOS --------------*/

.videoCampana {
  width: 100% !important;
}

.bg-section-5 {
  position: relative;
  background-color: #069d67;
  min-height: unset !important;
}

.bg-section-5 .titulo h2 {
  font-family: "Baloo 2", cursive;
  font-weight: bold;
  font-size: 3rem;
  color: white;
  letter-spacing: 7px;
  line-height: 1;
}
.bg-section-5 .titulo h3 {
  font-family: "Baloo 2", cursive;
  font-weight: bold;
  font-size: 1.5rem;
  color: white;
  letter-spacing: 7px;
  line-height: 1;
}

/*---------------  FIN VIDEOS --------------*/

/*---------------  INICIO REDES --------------*/

.redes-sociales-float {
  position: fixed;
  z-index: 2;
  right: 30px;
  top: 50%;
}
.share {
  padding: 4px;
}

.share img {
  max-width: 32px;
}
.contenedor-header {
  transition: none !important;
}

@media only screen and (max-width: 767px) {
  .redes-sociales-float {
    right: 0px;
  }
}

/*---------------  FIN REDES --------------*/

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

.navbar-center {
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
}

.contenedor-header {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.contenedor-header .logo {
  position: absolute;
  z-index: 3;
  padding: 18px;
  padding-top: 20px;
}
.header {
  font-family: "Baloo 2", cursive;
  position: fixed;
  /* right: 0px; */
  margin: 0;
  position: absolute;
  /* top: 50%; */
  left: 69%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%);
  z-index: 2;
}
.colores {
  position: absolute;
  right: 0;
  width: 100%;
  background-color: #009962;
  z-index: 3;
}
.colores .color {
  width: 100%;
  height: 5px;
  display: table-cell;
}

.container-menu-mobile {
  width: 100%;
  /* z-index: 99; */
  height: 240px;
  position: absolute;
  top: 0px;
  background-color: #009962;
  display: none;
}
.container-menu-mobile .mercado img {
  position: absolute;
  max-width: 210px;
  left: 3px;
}
.container-menu-mobile .mercado {
  position: relative;
  height: 40px;
}
.container-menu-mobile .boton-menu {
  position: absolute;
  right: 20px;
  z-index: 32;
  top: 30px;
}

.container-menu-mobile .boton-menu img {
  max-width: 30px;
  display: inline-block;
}

.container-menu-mobile .menu {
  list-style: none;
  margin: 0 auto;
  max-width: 620px;
  height: 60px;
  padding: 13px;
}
.container-menu-mobile .menu .nav-item {
  margin-bottom: 4px;
  margin-right: 70px;
}
.container-menu-mobile .menu .nav-item a {
  font-family: "Baloo 2", cursive;
  font-size: 13px;
  padding-top: 2px;
  padding-bottom: 1px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1.2px;
}

.container-menu .menu {
  list-style: none;
  margin: 0 auto;
  width: 100%;
  height: 60px;
  padding: 13px;
  min-width: 946px;
}

.container-menu .mercado img {
  max-width: 214px;
  position: absolute;
  top: 28px;
  right: 63px;
}
.container-menu .menu .nav-item {
  float: left;
}
.container-menu .menu .nav-item a {
  font-family: "Baloo 2", cursive;
  font-size: 13px;
  padding-top: 2px;
  padding-bottom: 1px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1.2px;
}

.container-menu {
  position: relative;
}
.container-menu .menu {
  text-align: right;

  padding-top: 35px;
  float: right;
}
.container-menu .boton-menu {
  position: absolute;
  right: 15px;
  top: 30px;
  display: none;
}
.container-menu .boton-menu img {
  max-width: 30px;
  display: inline-block;
}

.current-menu {
  padding: 0px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: white;
  border-radius: 10px;
  color: #009962 !important;
}
.current-menu a {
  color: #009962 !important;
}

@media only screen and (max-width: 991px) {
  .boton-menu {
    display: block;
  }

  .navbar .show {
    height: 340px;
  }
  .container-menu-mobile {
    display: block;
  }

  .container-menu {
    display: none;
  }

  .logo img {
    max-width: 150px;
  }
  .contenedor-header .logo {
    padding-top: 30px;
  }
}

/*---------------  FIN MENU --------------*/

/*---------------  HOME  SECTION  1 --------------*/

.bg-section-1 {
  background: url("../img/bg-01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
}

.bg-section-1 .container {
  margin: 0;
  position: absolute;
  top: 50%;
  padding: 90px;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bg-section-1 .container .contenedor-imagen {
  text-align: center;
}
.bg-section-1 .boton-down {
  margin: 0;
  position: absolute;
  /* top: 50%; */
  bottom: 100px;
  /* bottom: 3%; */
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%);
  bottom: 40px;
}
.bg-section-1 .bajada {
  border-left: solid 1px white;
  padding: 40px;
  margin-top: 40px;
  max-width: 340px;
  padding-top: 22px;
  margin-left: 36px;
  padding-bottom: 31px;
  /* margin: 0 auto; */
}
.bg-section-1 .bajada h2 {
  /*	font-family: 'Baloo 2', cursive;
	font-size: 15px;
	color: white;*/
}

/*---------------   FIN  SECTION  1 --------------------*/

/*---------------   INICIO  SECTION  2 --------------------*/
.bg-section-2 {
  position: relative;
}
.bg-section-2 .bg-grano-medio {
  background-image: url("../img/grano_mediano_bg.jpg");
}
.bg-section-2 .bg-grano-largo {
  background-image: url("../img/bg-02.png");
}
.bg-section-2 .bg-grano-redondo {
  background-image: url("../img/grano_redondo_bg.jpg");
}
.bg-section-2 .bg-parte-izq {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bg-section-2 .contenedor {
  min-height: 860px;
}
.bg-section-2 .bg-parte-izq .contenedor-titulo {
  letter-spacing: 4px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.bg-section-2 .bg-parte-der .contenedor-titulo {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.bg-section-2 .contenedor-titulo .titulo h2 {
  font-family: "Baloo 2", cursive;
  font-size: 30px;
  font-weight: bold;
  padding: 0px;
  margin: 0;
  line-height: 31px;
}

.bg-section-2 .numero-down {
  margin-top: 180px;
}

.bg-section-2 .numero-down img {
  max-width: 120px;
}
.bg-section-2 .contenedor {
  position: relative;
}
.bg-section-2 .arroz-medida {
  margin: 0;
  position: absolute;
  bottom: 50%;
  left: 50%;
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  padding-right: 100px;
}

.bg-section-2 .bg-1 {
  background-color: #b7a67a;
}
.bg-section-2 .bg-2 {
  background-color: #a2a2a2;
}
.bg-section-2 .bg-3 {
  background-color: #145da3;
}

.bg-section-2 .bg-parte-der {
  /* background-color: #b7a67a; */
}

.bg-section-2 .bg-parte-der .contenedor-titulo img {
  max-width: 250px;
}
.bg-section-2 .bg-parte-der .contenedor-titulo .contenedor-imagen {
  max-width: 250px;
  margin-left: 230px;
}
.bg-section-2 .bg-parte-der .contenedor-titulo .descripcion {
  text-align: right;
  /* padding: 30px; */
  padding-top: 60px;
  max-width: 370px;
  float: right;
}

.bg-section-2 .bg-parte-der .contenedor-titulo .descripcion h2 {
  /*font-family: 'Baloo 2', cursive;
	line-height: 1.5;
	font-size: 13px;
	color: white;*/
}
.bg-section-2 .bg-parte-der .contenedor-titulo .recetas-relacionadas {
  background-color: white;
  height: 50px;
  text-align: center;
  float: right;
  padding-top: 11px;
  width: 250px;
  margin-top: 50px;
}
.bg-section-2 .bg-parte-der .contenedor-titulo .recetas-relacionadas a {
  text-decoration: none;
}

.bg-section-2 .bg-parte-der .contenedor-titulo .recetas-relacionadas span {
  font-size: 11px;
  color: #b6a183;
  font-weight: 400;
}
.owl-carousel .owl-item img {
  display: block;
  width: auto;
}

.no-margin {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

@media only screen and (max-width: 991px) {
  .bg-section-1 .container {
    padding: 0px;
  }

  .bg-section-1 .container .row {
    margin-right: 0px;
  }
  .bg-section-1 .container .contenedor-imagen img {
    max-width: 250px;
  }

  .bg-section-1 .bajada {
    border-top: solid 1px white;
    border-left: unset;
    padding: 40px;
    margin: 0 auto;
    margin-top: 80px;
    max-width: 340px;
    padding-top: 22px;
    /* margin-left: 36px; */
    padding-bottom: 31px;
    /* margin: 0 auto; */
  }

  .bg-section-2 .bg-parte-der .contenedor-titulo img {
    max-width: 160px;
    margin: 0 auto;
  }
  .bg-section-2 .bg-parte-der .contenedor-titulo .descripcion {
    text-align: right;
    /* padding: 30px; */
    padding-top: 30px;
    max-width: 390px;
    float: right;
  }
  .bg-section-2 .contenedor-titulo {
    letter-spacing: 1px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .bg-section-2 .arroz-medida {
    display: none;
  }

  .bg-section-2 .bg-parte-der .contenedor-titulo .contenedor-imagen {
    max-width: 250px;
    margin-left: 0px;
    padding-top: -10px;
  }

  .bg-section-2 .bg-parte-der .contenedor-titulo .recetas-relacionadas {
    background-color: white;
    height: 50px;
    text-align: center;
    float: right;
    padding-top: 11px;
    width: 250px;
    margin-top: 0px;
  }
  .bg-section-2 .numero-down {
    margin-top: 50px;
  }
  .bg-section-2 .numero-down img {
    margin: 0 auto;
  }

  .bg-section-3 .titulo {
    width: 290px;
    margin: 0 auto;
    padding-top: 60px !important;
  }
  .bg-section-3 .contenedor-imagen img {
    position: relative !important;
    margin-left: 0px !important;
    max-width: 160px !important;
    padding-right: 0px !important;
  }
  .bg-section-3 .contenedor-imagen {
    padding-top: 30px !important;
    text-align: center;
  }

  .bg-section-3 .descripcion {
    width: 290px !important;
    margin: 0 auto !important;
    padding-top: 20px !important;
  }

  .bg-section-3 .contenedor-imagen {
    padding-top: 30px !important;
  }
  .bg-section-3 .contenedor-imagen-grados {
    padding-top: 30px !important;
    text-align: center !important;
    padding-bottom: 50px !important;
  }
  .bg-section-4 .titulo {
    padding-top: 50px !important;
    text-align: center;
  }
}

/*---------------   FIN  SECTION  2 --------------------*/

/*---------------   INICIO  SECTION  3 --------------------*/

.bg-section-3 {
  position: relative;
  background-color: #069d67;
  min-height: 700px !important;
}

.bg-section-3 .contenedor-grados {
  margin: 0 auto;
}
.bg-section-3 .titulo {
  width: 290px;
  margin: 0 auto;
  padding-top: 180px;
}
.bg-section-3 .titulo h2 {
  font-family: "Baloo 2", cursive;
  font-weight: bold;
  font-size: 40px;
  color: white;
  letter-spacing: 7px;
  line-height: 33px;
}
.bg-section-3 .descripcion {
  width: 290px;
  margin: 0 auto;
  padding-top: 100px;
}
.bg-section-3 .descripcion h2 {
  /* font-family: 'Baloo 2', cursive;
    font-weight: 200;
    font-size: 13px;
    color: white;
    letter-spacing: 2px;
    line-height: 20px;*/
}

.bg-section-3 .contenedor-imagen {
  padding-top: 110px;
}
.bg-section-3 .contenedor-imagen img {
  position: absolute;

  /* max-width: 360px;*/
}

.bg-section-3 .contenedor-imagen-grados {
  padding-top: 150px;
  text-align: left;
  padding-left: 70px;
}
.bg-section-3 .contenedor-imagen-grados img {
  max-width: 170px;
  width: 100%;
}

/*---------------   FIN  SECTION  3 --------------------*/

/*---------------   INICIO  SECTION  4 --------------------*/

.bg-section-4 {
  min-height: 710px !important;
}

.bg-section-4 .bg-parte-izq {
  background-color: #b7a67a;
  padding-left: 170px;
}
.bg-section-4 .titulo {
  max-width: 365px;
  margin: 0 auto;
  width: 100%;
  padding-top: 180px;
}
.bg-section-4 .titulo h2 {
  font-family: "Baloo 2", cursive;
  font-weight: bold;
  font-size: 25px;
  color: white;
  letter-spacing: 7px;
  line-height: 25px;
}
.bg-section-4 .descripcion {
  max-width: 365px;
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
}
.bg-section-4 .descripcion h2 {
  /*  font-family: 'Baloo 2', cursive;
   font-weight: 200;
   font-size: 13px;
   color: white;
   letter-spacing: 2px;
   line-height: 20px; */
}
.bg-section-4 .bg-parte-der {
  background-image: url("../img/bodegon-_home-2022.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px;
  background-position: center;
}
.bg-section-4 .contenido-interior-seccion-4 {
  min-height: 700px;
}

.bg-section-4 .todos-los-productos {
  position: absolute;
  bottom: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  /* padding-right: 100px; */
  margin-bottom: 60px;
}

@media only screen and (max-width: 1600px) {
  .bg-section-4 .bg-parte-izq {
    padding-left: 15px;
  }
}

/*---------------   FIN  SECTION  4 --------------------*/

.bg-section-productos {
  background: url("../img/bg_productos_bodegon.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: bottom;
  min-height: 680px !important;
}
.bg-section-productos .container {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bg-section-productos .boton-down {
  margin: 0;
  position: absolute;
  /* top: 50%; */
  bottom: 100px;
  /* bottom: 3%; */
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%);
  bottom: 40px;
}
.bg-section-productos .bajada {
  border-left: solid 1px white;
  padding: 40px;
  margin-top: 40px;
  max-width: 340px;
  padding-top: 22px;
  margin-left: 36px;
  padding-bottom: 31px;
  /* margin: 0 auto; */
}
.bg-section-productos .bajada h2 {
  font-family: "Baloo 2", cursive;
  font-size: 15px;
  color: white;
}

.bg-section-productos-descripcion {
  position: relative;
  background: linear-gradient(90deg, #009962 50%, #b7a67a 50%);
}

.bg-section-productos-descripcion .contenedor-imagen {
  overflow: hidden;
  width: 260px;
  height: 260px;
  text-align: center;
  background-color: white;
  margin: 0 auto;
}
.bg-section-productos-descripcion .contenedor-imagen img {
  -webkit-transform: scale(1);
  padding: 20px;
  transform: scale(1);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  /* width: 100%; */
  /* text-align: center; */
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.bg-section-productos-descripcion .contenedor-imagen:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.bg-section-productos-descripcion .bg-parte-izq {
  min-height: 380px;

  background-color: #009962;
  padding-left: 60px;
}
.bg-section-productos-descripcion .contenedor {
  min-height: 860px;
}
.bg-section-productos-descripcion .contenedor-titulo .titulo {
  padding: 12px;

  margin-top: 60px;
}
.bg-section-productos-descripcion .current-menu {
  padding-right: 0px;
}
.bg-section-productos-descripcion .contenedor-titulo .titulo h1 {
  font-family: "Baloo 2", cursive;
  font-size: 22px;
  font-weight: bold;
  padding: 0px;
  margin: 0;
  line-height: 20px;
  color: white;
  letter-spacing: 3px;
}

.bg-section-productos-descripcion .numero-down {
  margin-top: 180px;
}

.bg-section-productos-descripcion .numero-down img {
  max-width: 120px;
}
.bg-section-productos-descripcion .contenedor {
  position: relative;
}
.bg-section-productos-descripcion .arroz-medida {
}
.bg-section-productos-descripcion .bg-parte-der {
  background-color: #b7a67a;
}

.bg-section-productos-descripcion .bg-parte-der .contenedor-titulo img {
  max-width: 250px;
}
.bg-section-productos-descripcion
  .bg-parte-der
  .contenedor-titulo
  .contenedor-imagen {
  max-width: 250px;
  margin-left: 230px;
}
.bg-section-productos-descripcion
  .bg-parte-der
  .contenedor-titulo
  .descripcion {
  text-align: right;
  /* padding: 30px; */
  padding-top: 60px;
  max-width: 390px;
  float: right;
}

.bg-section-productos-descripcion
  .bg-parte-der
  .contenedor-titulo
  .descripcion
  h2 {
  font-family: "Baloo 2", cursive;
  line-height: 1.5;
  font-size: 13px;
  color: white;
}
.bg-section-productos-descripcion
  .bg-parte-der
  .contenedor-titulo
  .recetas-relacionadas {
  background-color: white;
  height: 50px;
  text-align: center;
  float: right;
  padding-top: 11px;
  width: 250px;
  margin-top: 50px;
}

.bg-section-productos-descripcion
  .bg-parte-der
  .contenedor-titulo
  .recetas-relacionadas
  span {
  font-size: 11px;
  color: #b6a183;
  font-weight: 400;
}

.bg-section-productos-descripcion .flecha-central {
  position: absolute;
  right: -23px;
  z-index: 99;
  top: 57px;
}
.bg-section-productos-descripcion .flecha-central img {
  max-width: 50px;
}
.bg-section-productos-descripcion .contenedor {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

@media only screen and (max-width: 991px) {
  .bg-section-productos-descripcion .flecha-central {
    display: none;
  }

  .bg-section-productos-descripcion .menu-productos {
    text-align: center;
  }

  .bg-section-productos-descripcion {
    position: relative;
    background-color: #009962;
  }

  .bg-section-productos-descripcion .bg-parte-der .contenedor-titulo img {
    max-width: 160px;
    margin: 0 auto;
  }
  .bg-section-productos-descripcion
    .bg-parte-der
    .contenedor-titulo
    .descripcion {
    text-align: right;
    /* padding: 30px; */
    padding-top: 60px;
    max-width: 390px;
    float: right;
  }
  .bg-section-productos-descripcion .contenedor-titulo {
    letter-spacing: 1px;
    margin: 0px;
    position: relative;
    width: 100%;
    top: none;
    left: none;
    -ms-transform: none;
    transform: none;
  }
  .bg-section-productos-descripcion .arroz-medida {
    display: none;
  }

  .bg-section-productos-descripcion
    .bg-parte-der
    .contenedor-titulo
    .contenedor-imagen {
    max-width: 250px;
    margin-left: 0px;
  }
  .bg-section-productos-descripcion .numero-down {
    margin-top: 50px;
  }
  .bg-section-productos-descripcion .numero-down img {
    margin: 0 auto;
  }
}

.bg-section-productos-descripcion .boton-menu {
  position: absolute;
  right: 20px;
  z-index: 32;
  top: 30px;
}

.bg-section-productos-descripcion .boton-menu img {
  max-width: 30px;
  display: inline-block;
}

.bg-section-productos-descripcion .menu {
  list-style: none;
  margin: 0 auto;
  max-width: 220px;
  height: 60px;
  padding: 12px;
}
.bg-section-productos-descripcion .menu .nav-item {
  margin-bottom: 20px;
  margin-right: 12px;
}
.bg-section-productos-descripcion .menu .nav-item a {
  font-family: "Baloo 2", cursive;
  font-weight: 200;
  font-size: 12px;
  color: white;
  letter-spacing: 2px;
  line-height: 20px;
  padding-top: 2px;
  padding-left: 4px;
  padding-bottom: 1px;
  color: #fff;
}
.bg-section-productos-descripcion
  .bg-parte-der
  .contenedor-informacion
  h2
  p:nth-child(2) {
  font-weight: bold;
  font-size: 16px;
}
.bg-section-productos-descripcion .bg-parte-der .contenedor-informacion {
  padding-left: 50px;
  margin-top: 60px;
}
.bg-section-productos-descripcion
  .bg-parte-der
  .contenedor-informacion
  .descripcion {
  max-width: 550px;
  margin-top: 20px;
}
.bg-section-productos-descripcion
  .bg-parte-der
  .contenedor-informacion
  .titulo {
}
.bg-section-productos-descripcion
  .bg-parte-der
  .contenedor-informacion
  .titulo
  h1 {
  font-family: "Baloo 2", cursive;
  font-size: 30px;
  font-weight: bold;
  color: white;
}

.bg-section-productos-descripcion
  .bg-parte-der
  .contenedor-informacion
  .titulo
  h2 {
  font-family: "Baloo 2", cursive;
  font-size: 30px;
  font-weight: bold;
  color: white;
}

.bg-section-productos-descripcion
  .bg-parte-der
  .informativo-contenedor
  .titulo
  h2 {
  font-family: "Baloo 2", cursive;
  font-size: 17px;
  font-weight: 200;
  letter-spacing: 2px;
  color: white;
}
.bg-section-productos-descripcion
  .bg-parte-der
  .informativo-contenedor
  .grados-contenedor {
  line-height: 13px;
}

.bg-section-productos-descripcion
  .bg-parte-der
  .informativo-contenedor
  .grados
  span {
  font-family: "Baloo 2", cursive;
  font-weight: 200;
  font-size: 12px;
  color: white;
  letter-spacing: 2px;
  line-height: 20px;
}

.bg-section-productos-descripcion .bg-parte-der .informativo-contenedor {
  padding-left: 50px;
  margin-top: 40px;
  border-left: solid 2px white;
  margin-left: 76px;
  margin-bottom: 50px;
}

.bg-section-productos-descripcion .contenedor-productos-cajas {
  padding-left: 30px;
}
.bg-section-productos-descripcion
  .contenedor-productos-cajas
  .contenedor-producto {
  margin-top: 10px;
  cursor: pointer;
}
.bg-section-productos-descripcion .contenedor-productos-cajas .titulo {
  text-align: center;
  padding: 5px;
}
.bg-section-productos-descripcion .contenedor-productos-cajas .titulo h2 {
  font-family: "Baloo 2", cursive;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: white;
  letter-spacing: 2px;
  line-height: 20px;
  padding-top: 11px;
}

@media only screen and (max-width: 991px) {
  .bg-section-productos-descripcion .contenedor-titulo .titulo {
    text-align: center;
  }
  .bg-section-productos-descripcion .contenedor-titulo .titulo h2 br {
    display: none;
  }

  .bg-section-productos-descripcion .bg-parte-izq {
    padding-left: 0px;
  }

  .bg-section-productos-descripcion .bg-parte-der .contenedor-informacion {
    padding-left: 0px;
  }

  .bg-section-productos-descripcion .bg-parte-der .informativo-contenedor {
    margin-left: 0px;
    text-align: center;
    border-top: solid 1px white;
    border-left: 0px;
    max-width: 300px;
    /* padding-top: 20px; */
    margin: 0 auto;
    padding-bottom: 40px;
    padding-left: 0px;
    padding-top: 20px;
  }
  .bg-section-productos-descripcion .contenedor-productos-cajas {
    padding-left: 0px;
    text-align: center;
  }

  .bg-section-productos-descripcion
    .bg-parte-der
    .contenedor-informacion
    .titulo {
    text-align: center;
  }

  .bg-section-productos-descripcion
    .bg-parte-der
    .contenedor-informacion
    .descripcion {
    max-width: 430px;
    margin-top: 20px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

/*---------------   FIN  SECTION PRODUCTOS --------------------*/

.bg-section-recetas {
  background: url("../img/bg-productos.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
}
.bg-section-recetas .container {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bg-section-recetas .boton-down {
  margin: 0;
  position: absolute;
  /* top: 50%; */
  bottom: 100px;
  /* bottom: 3%; */
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%);
  bottom: 40px;
}
.bg-section-recetas .bajada {
  border-left: solid 1px white;
  padding: 40px;
  margin-top: 40px;
  max-width: 340px;
  padding-top: 22px;
  margin-left: 36px;
  padding-bottom: 31px;
  /* margin: 0 auto; */
}
.bg-section-recetas .bajada h2 {
  font-family: "Baloo 2", cursive;
  font-size: 15px;
  color: white;
}

.bg-section-recetas-descripcion .contenedor-imagen {
  overflow: hidden;
  margin: 0 auto;

  width: 260px;
  height: 260px;
}
.bg-section-recetas-descripcion .contenedor-imagen img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;

  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.bg-section-recetas-descripcion .contenedor-imagen:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.bg-section-recetas-descripcion {
  position: relative;
  background: linear-gradient(90deg, #009962 50%, #b7a67a 50%);
}
.bg-section-recetas-descripcion .bg-parte-izq {
  min-height: 380px;

  background-color: #009962;
  padding-left: 60px;
}
.bg-section-recetas-descripcion .contenedor {
  min-height: 860px;
}
.bg-section-recetas-descripcion .contenedor-titulo .titulo {
  padding: 12px;

  margin-top: 60px;
}
.bg-section-recetas-descripcion .current-menu {
  padding-right: 0px;
}
.bg-section-recetas-descripcion .contenedor-titulo .titulo h1 {
  font-family: "Baloo 2", cursive;
  font-size: 22px;
  font-weight: bold;
  padding: 0px;
  margin: 0;
  line-height: 20px;
  color: white;
  letter-spacing: 3px;
}

.bg-section-recetas-descripcion .numero-down {
  margin-top: 180px;
}

.bg-section-recetas-descripcion .numero-down img {
  max-width: 120px;
}
.bg-section-recetas-descripcion .contenedor {
  position: relative;
}
.bg-section-recetas-descripcion .arroz-medida {
}
.bg-section-recetas-descripcion .bg-parte-der {
  background-color: #b7a67a;
}

.bg-section-recetas-descripcion .bg-parte-der .contenedor-titulo img {
  max-width: 250px;
}
.bg-section-recetas-descripcion
  .bg-parte-der
  .contenedor-titulo
  .contenedor-imagen {
  max-width: 250px;
  margin-left: 230px;
}
.bg-section-recetas-descripcion .bg-parte-der .contenedor-titulo .descripcion {
  text-align: right;
  /* padding: 30px; */
  padding-top: 60px;
  max-width: 390px;
  float: right;
}

.bg-section-recetas-descripcion
  .bg-parte-der
  .contenedor-titulo
  .descripcion
  h2 {
  font-family: "Baloo 2", cursive;
  line-height: 1.5;
  font-size: 13px;
  color: white;
}
.bg-section-recetas-descripcion
  .bg-parte-der
  .contenedor-titulo
  .recetas-relacionadas {
  background-color: white;
  height: 50px;
  text-align: center;
  float: right;
  padding-top: 11px;
  width: 250px;
  margin-top: 50px;
}

.bg-section-recetas-descripcion
  .bg-parte-der
  .contenedor-titulo
  .recetas-relacionadas
  span {
  font-size: 11px;
  color: #b6a183;
  font-weight: 400;
}

.bg-section-recetas-descripcion .flecha-central {
  position: absolute;
  right: -23px;
  z-index: 99;
  top: 57px;
}
.bg-section-recetas-descripcion .flecha-central img {
  max-width: 50px;
}
.bg-section-recetas-descripcion .contenedor {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

@media only screen and (max-width: 991px) {
  .bg-section-recetas-descripcion .flecha-central {
    display: none;
  }

  .bg-section-recetas-descripcion .menu-productos {
    text-align: center;
  }

  .bg-section-recetas-descripcion {
    position: relative;
    background-color: #009962;
  }

  .bg-section-recetas-descripcion .bg-parte-der .contenedor-titulo img {
    max-width: 160px;
    margin: 0 auto;
  }
  .bg-section-recetas-descripcion
    .bg-parte-der
    .contenedor-titulo
    .descripcion {
    text-align: right;
    /* padding: 30px; */
    padding-top: 60px;
    max-width: 390px;
    float: right;
  }
  .bg-section-recetas-descripcion .contenedor-titulo {
    letter-spacing: 1px;
    margin: 0px;
    position: relative;
    width: 100%;
    top: none;
    left: none;
    -ms-transform: none;
    transform: none;
  }
  .bg-section-recetas-descripcion .arroz-medida {
    display: none;
  }

  .bg-section-recetas-descripcion
    .bg-parte-der
    .contenedor-titulo
    .contenedor-imagen {
    max-width: 250px;
    margin-left: 0px;
  }
  .bg-section-recetas-descripcion .numero-down {
    margin-top: 50px;
  }
  .bg-section-recetas-descripcion .numero-down img {
    margin: 0 auto;
  }
}

.bg-section-recetas-descripcion .boton-menu {
  position: absolute;
  right: 20px;
  z-index: 32;
  top: 30px;
}

.bg-section-recetas-descripcion .boton-menu img {
  max-width: 30px;
  display: inline-block;
}

.bg-section-recetas-descripcion .menu {
  list-style: none;
  margin: 0 auto;
  max-width: 220px;
  height: 60px;
  padding: 12px;
}
.bg-section-recetas-descripcion .menu .nav-item {
  margin-bottom: 20px;
  margin-right: 12px;
}
.bg-section-recetas-descripcion .menu .nav-item a {
  font-family: "Baloo 2", cursive;
  font-weight: 200;
  font-size: 12px;
  color: white;
  letter-spacing: 2px;
  line-height: 20px;
  padding-top: 2px;
  padding-left: 4px;
  padding-bottom: 1px;
  color: #fff;
}
.bg-section-recetas-descripcion .bg-parte-der .contenedor-informacion {
  padding-left: 50px;
  margin-top: 60px;
}
.bg-section-recetas-descripcion
  .bg-parte-der
  .contenedor-informacion
  .descripcion {
  max-width: 430px;
  margin-top: 20px;
}
.bg-section-recetas-descripcion .bg-parte-der .contenedor-informacion .titulo {
}
.bg-section-recetas-descripcion
  .bg-parte-der
  .contenedor-informacion
  .titulo
  h2 {
  font-family: "Baloo 2", cursive;
  font-size: 30px;
  font-weight: bold;
  color: white;
}

.bg-section-recetas-descripcion
  .bg-parte-der
  .informativo-contenedor
  .titulo
  h2 {
  font-family: "Baloo 2", cursive;
  font-size: 17px;
  font-weight: 200;
  letter-spacing: 2px;
  color: white;
}
.bg-section-recetas-descripcion
  .bg-parte-der
  .informativo-contenedor
  .grados-contenedor {
  line-height: 13px;
}

.bg-section-recetas-descripcion
  .bg-parte-der
  .informativo-contenedor
  .grados
  span {
  font-family: "Baloo 2", cursive;
  font-size: 10px;
  font-weight: 200;
  letter-spacing: 2px;
  color: white;
}

.bg-section-recetas-descripcion .bg-parte-der .informativo-contenedor {
  padding-left: 50px;
  margin-top: 40px;
  border-left: solid 1px white;
  margin-left: 76px;
  margin-bottom: 50px;
}

.bg-section-recetas-descripcion .contenedor-productos-cajas {
  padding-left: 30px;
}
.bg-section-recetas-descripcion
  .contenedor-productos-cajas
  .contenedor-producto {
  margin-top: 10px;
}
.bg-section-recetas-descripcion .contenedor-productos-cajas .titulo {
  text-align: center;
  padding: 5px;
}
.bg-section-recetas-descripcion .contenedor-productos-cajas .titulo h2 {
  font-family: "Baloo 2", cursive;
  font-size: 10px;
  font-weight: 200;
  letter-spacing: 2px;
  color: white;
}

@media only screen and (max-width: 991px) {
  .bg-section-recetas-descripcion .contenedor-titulo .titulo {
    text-align: center;
  }
  .bg-section-recetas-descripcion .contenedor-titulo .titulo h2 br {
    display: none;
  }

  .bg-section-recetas-descripcion .bg-parte-izq {
    padding-left: 0px;
  }

  .bg-section-recetas-descripcion .bg-parte-der .contenedor-informacion {
    padding-left: 0px;
  }

  .bg-section-recetas-descripcion .bg-parte-der .informativo-contenedor {
    margin-left: 0px;
    text-align: center;
    border-top: solid 1px white;
    border-left: 0px;
    max-width: 300px;
    /* padding-top: 20px; */
    margin: 0 auto;
    padding-bottom: 40px;
    padding-left: 0px;
    padding-top: 20px;
  }
  .bg-section-recetas-descripcion .contenedor-productos-cajas {
    padding-left: 0px;
    text-align: center;
  }

  .bg-section-recetas-descripcion
    .bg-parte-der
    .contenedor-informacion
    .titulo {
    text-align: center;
  }

  .bg-section-recetas-descripcion
    .bg-parte-der
    .contenedor-informacion
    .descripcion {
    max-width: 430px;
    margin-top: 20px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

/*---------------   FIN  SECTION PRODUCTOS --------------------*/

/*---------------   FIN  SECTION RECETAS --------------------*/

.bg-section-recetas {
  background: url("../img/bg-recetas.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
  min-height: 600px !important;
}
.bg-section-recetas .container {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bg-section-recetas .boton-down {
  margin: 0;
  position: absolute;
  /* top: 50%; */
  bottom: 100px;
  /* bottom: 3%; */
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%);
  bottom: 40px;
}
.bg-section-recetas .bajada {
  border-left: solid 1px white;
  padding: 40px;
  margin-top: 40px;
  max-width: 340px;
  padding-top: 22px;
  margin-left: 36px;
  padding-bottom: 31px;
  /* margin: 0 auto; */
}
.bg-section-recetas .bajada h2 {
  font-family: "Baloo 2", cursive;
  font-size: 15px;
  color: white;
}

.bg-section-recetas-descripcion {
  position: relative;
  background: linear-gradient(90deg, #009962 50%, #b7a67a 50%);
}
.bg-section-recetas-descripcion .bg-parte-izq {
  min-height: 380px;

  background-color: #009962;
  padding-left: 60px;
}
.bg-section-recetas-descripcion .contenedor {
  min-height: 860px;
}
.bg-section-recetas-descripcion .contenedor-titulo .titulo {
  padding: 12px;

  margin-top: 60px;
}
.bg-section-recetas-descripcion .current-menu {
  padding-right: 0px;
}
.bg-section-recetas-descripcion .contenedor-titulo .titulo h2 {
  font-family: "Baloo 2", cursive;
  font-size: 22px;
  font-weight: bold;
  padding: 0px;
  margin: 0;
  line-height: 20px;
  color: white;
  letter-spacing: 3px;
}

.bg-section-recetas-descripcion .numero-down {
  margin-top: 180px;
}

.bg-section-recetas-descripcion .numero-down img {
  max-width: 120px;
}
.bg-section-recetas-descripcion .contenedor {
  position: relative;
}
.bg-section-recetas-descripcion .arroz-medida {
}
.bg-section-recetas-descripcion .bg-parte-der {
  background-color: #b7a67a;
  padding-bottom: 70px;
}

.bg-section-recetas-descripcion .bg-parte-der .contenedor-titulo img {
  max-width: 250px;
}
.bg-section-recetas-descripcion
  .bg-parte-der
  .contenedor-titulo
  .contenedor-imagen {
  max-width: 250px;
  margin-left: 230px;
}
.bg-section-recetas-descripcion .bg-parte-der .contenedor-titulo .descripcion {
  text-align: right;
  /* padding: 30px; */
  padding-top: 60px;
  max-width: 390px;
  float: right;
}

.bg-section-recetas-descripcion
  .bg-parte-der
  .contenedor-titulo
  .descripcion
  h2 {
  font-family: "Baloo 2", cursive;
  line-height: 1.5;
  font-size: 13px;
  color: white;
}
.bg-section-recetas-descripcion
  .bg-parte-der
  .contenedor-titulo
  .recetas-relacionadas {
  background-color: white;
  height: 50px;
  text-align: center;
  float: right;
  padding-top: 11px;
  width: 250px;
  margin-top: 50px;
}

.bg-section-recetas-descripcion
  .bg-parte-der
  .contenedor-titulo
  .recetas-relacionadas
  span {
  font-size: 11px;
  color: #b6a183;
  font-weight: 400;
}

.bg-section-recetas-descripcion .flecha-central {
  position: absolute;
  right: -23px;
  z-index: 99;
  top: 57px;
}
.bg-section-recetas-descripcion .flecha-central img {
  max-width: 50px;
}
.bg-section-recetas-descripcion .contenedor {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

@media only screen and (max-width: 991px) {
  .bg-section-recetas-descripcion .menu-productos {
    text-align: center;
  }

  .bg-section-recetas-descripcion {
    position: relative;
    background-color: #009962;
  }

  .bg-section-recetas-descripcion .bg-parte-der .contenedor-titulo img {
    max-width: 160px;
    margin: 0 auto;
  }
  .bg-section-recetas-descripcion
    .bg-parte-der
    .contenedor-titulo
    .descripcion {
    text-align: right;
    /* padding: 30px; */
    padding-top: 60px;
    max-width: 390px;
    float: right;
  }
  .bg-section-recetas-descripcion .contenedor-titulo {
    letter-spacing: 1px;
    margin: 0px;
    position: relative;
    width: 100%;
    top: none;
    left: none;
    -ms-transform: none;
    transform: none;
  }
  .bg-section-recetas-descripcion .arroz-medida {
    display: none;
  }

  .bg-section-recetas-descripcion
    .bg-parte-der
    .contenedor-titulo
    .contenedor-imagen {
    max-width: 250px;
    margin-left: 0px;
  }
  .bg-section-recetas-descripcion .numero-down {
    margin-top: 50px;
  }
  .bg-section-recetas-descripcion .numero-down img {
    margin: 0 auto;
  }
}

.bg-section-recetas-descripcion .boton-menu {
  position: absolute;
  right: 20px;
  z-index: 32;
  top: 30px;
}

.bg-section-recetas-descripcion .boton-menu img {
  max-width: 30px;
  display: inline-block;
}

.bg-section-recetas-descripcion .menu {
  list-style: none;
  margin: 0 auto;
  max-width: 220px;
  height: 60px;
  padding: 12px;
}
.bg-section-recetas-descripcion .menu .nav-item {
  margin-bottom: 20px;
  margin-right: 12px;
}
.bg-section-recetas-descripcion .menu .nav-item a {
  font-family: "Baloo 2", cursive;
  font-size: 11px;
  padding-top: 2px;
  padding-left: 4px;
  padding-bottom: 1px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1.2px;
}
.bg-section-recetas-descripcion .bg-parte-der .contenedor-informacion {
  padding-left: 50px;
  margin-top: 60px;
}
.bg-section-recetas-descripcion
  .bg-parte-der
  .contenedor-informacion
  .descripcion {
  max-width: 430px;
  margin-top: 20px;
}
.bg-section-recetas-descripcion .bg-parte-der .contenedor-informacion .titulo {
}

.bg-section-recetas-descripcion
  .bg-parte-der
  .contenedor-informacion
  .titulo
  h1 {
  font-family: "Baloo 2", cursive;
  font-size: 30px;
  font-weight: bold;
  color: white;
  text-transform: capitalize;
}

.bg-section-recetas-descripcion
  .bg-parte-der
  .informativo-contenedor
  .titulo
  h2 {
  font-family: "Baloo 2", cursive;
  font-size: 17px;
  font-weight: 200;
  letter-spacing: 2px;
  color: white;
}
.bg-section-recetas-descripcion
  .bg-parte-der
  .informativo-contenedor
  .grados-contenedor {
  line-height: 13px;
}

.bg-section-recetas-descripcion
  .bg-parte-der
  .informativo-contenedor
  .grados
  span {
  font-family: "Baloo 2", cursive;
  font-size: 10px;
  font-weight: 200;
  letter-spacing: 2px;
  color: white;
}

.bg-section-recetas-descripcion .bg-parte-der .informativo-contenedor {
  padding-left: 50px;
  margin-top: 40px;
  border-left: solid 1px white;
  margin-left: 76px;
  margin-bottom: 50px;
}

.bg-section-recetas-descripcion .contenedor-recetas-cajas {
  padding-left: 30px;
  margin-top: 50px;
}
.bg-section-recetas-descripcion .contenedor-recetas-cajas .contenedor-producto {
  margin-top: 10px;
  margin-bottom: 30px;
}
.bg-section-recetas-descripcion
  .contenedor-recetas-cajas
  .contenedor-producto
  a {
  text-decoration: none;
}
.bg-section-recetas-descripcion .contenedor-recetas-cajas .titulo {
  text-align: center;
  padding: 25px;
  /*min-height: 138px;*/
}
.bg-section-recetas-descripcion .contenedor-recetas-cajas .titulo h2 {
  font-family: "Baloo 2", cursive;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 2px;

  color: white;
}
.bg-section-recetas-descripcion .contenedor-recetas-cajas .descripcion {
  text-align: center;
  max-width: 230px;
  margin: 0 auto;
}

@media only screen and (max-width: 991px) {
  .bg-section-recetas-descripcion .contenedor-titulo .titulo {
    text-align: center;
  }
  .bg-section-recetas-descripcion .contenedor-titulo .titulo h2 br {
    display: none;
  }

  .bg-section-recetas-descripcion .bg-parte-izq {
    padding-left: 0px;
  }

  .bg-section-recetas-descripcion .bg-parte-der .contenedor-informacion {
    padding-left: 0px;
  }

  .bg-section-recetas-descripcion .bg-parte-der .informativo-contenedor {
    margin-left: 0px;
    text-align: center;
    border-top: solid 1px white;
    border-left: 0px;
    max-width: 300px;
    /* padding-top: 20px; */
    margin: 0 auto;
    padding-bottom: 40px;
    padding-left: 0px;
    padding-top: 20px;
  }
  .bg-section-recetas-descripcion .contenedor-recetas-cajas {
    padding-left: 0px;
    text-align: center;
  }

  .bg-section-recetas-descripcion
    .bg-parte-der
    .contenedor-informacion
    .titulo {
    text-align: center;
  }

  .bg-section-recetas-descripcion
    .bg-parte-der
    .contenedor-informacion
    .descripcion {
    max-width: 430px;
    margin-top: 20px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

/*---------------   FIN  SECTION RECETAS --------------------*/

/*---------------   INICIO  SECTION RECETAS INTERIOR --------------------*/

.bg-receta-interior-seccion-1 {
  min-height: 600px !important;
  position: relative;
}

.bg-receta-interior-seccion-1 .bg-parte-izq {
  background-color: #b7a67a;
}
.bg-receta-interior-seccion-1 .titulo {
  max-width: 365px;
  margin: 0 auto;
  width: 100%;
  padding-top: 180px;
}
.bg-receta-interior-seccion-1 .titulo h1 {
  font-family: "Baloo 2", cursive;
  font-weight: bold;
  font-size: 30px;
  color: white;
  letter-spacing: 7px;
  line-height: 25px;
}
.bg-receta-interior-seccion-1 .descripcion {
  max-width: 365px;
  width: 100%;

  margin: 0 auto;
  padding-top: 12px;
  padding-bottom: 60px;
}
.bg-receta-interior-seccion-1 .descripcion ul {
  line-height: 1px;
}

.bg-receta-interior-seccion-1 .descripcion ul li {
  color: white;
}
.bg-receta-interior-seccion-1 .ingredientes span {
  font-family: "Baloo 2", cursive;
  color: #fffd4b;
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 24px;
  /* color: white; */
  letter-spacing: 2px;
  line-height: 20px;
}
.bg-receta-interior-seccion-1 .ingredientes {
  max-width: 365px;
  width: 100%;
  margin: 0 auto;
  padding-left: 38px;
  margin-top: 40px;
}

.bg-receta-interior-seccion-1 .descripcion h2 {
  /*  font-family: 'Baloo 2', cursive;
   font-weight: 200;
   font-size: 11px;
   color: white;
   letter-spacing: 2px;
   line-height: 20px;
   margin-bottom: 0px; */
}
.bg-receta-interior-seccion-1 .bg-parte-der {
  /*background-image: url("../img/foto-receta-interior.jpg");*/
  background-repeat: no-repeat !important;
  min-height: 700px;
  background-position: center !important;
  background-size: cover !important;
  min-height: 270px;
}
.bg-receta-interior-seccion-1 .contenido-interior-seccion-4 {
  min-height: 700px;
}

.bg-receta-interior-seccion-1 .todos-los-productos {
  position: absolute;
  bottom: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  /* padding-right: 100px; */
  margin-bottom: 60px;
}
.bg-receta-interior-seccion-1 .boton-down {
  margin: 0;
  position: absolute;
  /* top: 50%; */
  bottom: -30px;
  /* bottom: 3%; */
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%);
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .bg-receta-interior-seccion-1 .boton-down {
    margin: 0;
    position: absolute;
    /* top: 50%; */
    bottom: -20px;
    /* bottom: 3%; */
    z-index: 2;
    left: 50%;
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
  #home .boton-down {
    display: none;
  }

  .bg-receta-interior-seccion-1 .descripcion {
    padding-right: 52px;
  }
}

.bg-receta-interior-seccion-2 {
  position: relative;
}
.bg-receta-interior-seccion-2 .bg-parte-izq {
  /* background-image: url("../img/receta-interior-foto-principal.jpg");*/
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center;
  min-height: 430px;
}
.bg-receta-interior-seccion-2 .contenedor {
  min-height: 860px;
}
.bg-receta-interior-seccion-2 .bg-parte-izq .contenedor-titulo {
  letter-spacing: 4px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.bg-receta-interior-seccion-2 .bg-parte-der .contenedor-titulo {
}
.bg-receta-interior-seccion-2 .contenedor-titulo .titulo h2 {
  font-family: "Baloo 2", cursive;
  font-size: 30px;
  font-weight: bold;
  padding: 0px;
  margin: 0;
  line-height: 31px;
}

.bg-receta-interior-seccion-2 .flecha-izquierda {
  position: absolute;
  left: 0;
  padding: 20px;
  margin: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0.6;
  z-index: 99;
}
.bg-receta-interior-seccion-2 .flecha-derecha {
  position: absolute;
  right: 10%;
  padding: 20px;
  margin: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0.6;
  z-index: 99;
}
.bg-receta-interior-seccion-2 .flecha-derecha:hover {
  opacity: 1 !important;
}
.bg-receta-interior-seccion-2 .flecha-izquierda:hover {
  opacity: 1 !important;
}
.bg-receta-interior-seccion-2 .numero-down {
  margin-top: 180px;
}

.bg-receta-interior-seccion-2 .numero-down img {
  max-width: 120px;
}
.bg-receta-interior-seccion-2 .contenedor {
  position: relative;
}
.bg-receta-interior-seccion-2 .arroz-medida {
  margin: 0;
  position: absolute;
  bottom: 50%;
  left: 50%;
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  padding-right: 100px;
}
.bg-receta-interior-seccion-2 .bg-parte-der {
  background-color: #009962;
}

.bg-receta-interior-seccion-2 .bg-parte-der .contenedor-titulo img {
  max-width: 250px;
}
.bg-receta-interior-seccion-2
  .bg-parte-der
  .contenedor-titulo
  .contenedor-imagen {
  max-width: 250px;
  margin-left: 230px;
}
.bg-receta-interior-seccion-2 .bg-parte-der .contenedor-titulo .descripcion {
  /*padding-top: 21px; */
  /* padding-top: 21px; */
  max-width: 670px;

  padding-top: 0px;
  /* margin: 0 auto; */
  padding-left: 30px;
}
.bg-receta-interior-seccion-2 .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 70px !important;
}
.bg-receta-interior-seccion-2 .bg-parte-der .contenedor-titulo .descripcion h2 {
  font-family: "Baloo 2", cursive;
  line-height: 1.5;
  font-size: 13px;
  color: white;
}
.bg-receta-interior-seccion-2
  .bg-parte-der
  .contenedor-titulo
  .recetas-relacionadas {
  background-color: white;
  height: 50px;
  text-align: center;
  float: right;
  padding-top: 11px;
  width: 250px;
  margin-top: 50px;
}

.bg-receta-interior-seccion-2
  .bg-parte-der
  .contenedor-titulo
  .recetas-relacionadas
  span {
  font-size: 11px;
  color: #b6a183;
  font-weight: 400;
}
.bg-receta-interior-seccion-2 .preparacion span {
  font-family: "Baloo 2", cursive;
  color: #fffd4b;
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 24px;
  /* color: white; */
  letter-spacing: 2px;
  line-height: 20px;
}
.bg-receta-interior-seccion-2 .preparacion {
  max-width: 365px;
  width: 100%;
  padding-left: 38px;
  margin-top: 70px;
  margin-bottom: 40px;
}

.bg-receta-interior-seccion-2 .descripcion ul li {
  list-style: none;
}

.bg-receta-interior-seccion-2 .descripcion .preparacion-interior {
}
.bg-receta-interior-seccion-2 .descripcion .contenedor-paso {
  margin-bottom: 40px;
  padding-left: 60px;
}
.bg-receta-interior-seccion-2 .descripcion .preparacion-interior .numero {
  font-family: "Baloo 2", cursive;
  font-weight: bold;
  height: 70px;
  width: 70px;
  /* padding: 3px; */
  -webkit-text-stroke: 1px #f3f3f3;
  text-align: center;
  color: #ffffff00;
  font-size: 50px;
  border: solid 1px white;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .bg-receta-interior-seccion-2 .contenedor-titulo {
    margin: 0 !important;
    position: relative !important;
    top: unset !important;
    left: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
  }

  .bg-receta-interior-seccion-2 .preparacion {
    /* padding-left: 38px; */
    text-align: center;
    max-width: 100%;
    padding-left: 0px;
  }
  .bg-receta-interior-seccion-2 .descripcion .preparacion-interior .numero {
    margin: 0 auto;
    margin-bottom: 20px;
    padding-left: 0px;
  }

  .bg-receta-interior-seccion-2 .bg-parte-der .contenedor-titulo .descripcion {
    max-width: 320px;
    margin: 0 auto;
    padding-left: 0px;
  }

  .bg-receta-interior-seccion-1 .titulo {
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .bg-receta-interior-seccion-2 .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: -20px !important;
  }
  .bg-receta-interior-seccion-2 .bg-parte-der .contenedor-titulo img {
    max-width: 160px;
    margin: 0 auto;
  }
  .bg-receta-interior-seccion-2 .bg-parte-der .contenedor-titulo .numero {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .bg-receta-interior-seccion-2 .descripcion .contenedor-paso {
    text-align: center;
    padding-left: 0px;
  }

  .bg-receta-interior-seccion-2 .arroz-medida {
    display: none;
  }

  .bg-receta-interior-seccion-2
    .bg-parte-der
    .contenedor-titulo
    .contenedor-imagen {
    max-width: 250px;
    margin-left: 0px;
  }
  .bg-receta-interior-seccion-2 .numero-down {
    margin-top: 50px;
  }
  .bg-receta-interior-seccion-2 .numero-down img {
    margin: 0 auto;
  }
}

/*---------------   FIN  SECTION RECETAS INTERIOR --------------------*/

/*---------------   INICIO  ORIGEN --------------------*/

.bg-section-origen {
  background: url("../img/bg-origen.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
  min-height: 600px !important;
}

.contenedor-titulo-origen {
  background-color: #009962;
}
.contenedor-titulo-origen .container .titulo {
  padding: 25px;
}
.contenedor-titulo-origen .container .titulo h1 {
  font-family: "Baloo 2", cursive;
  font-size: 40px;
  font-weight: bold;
  color: white;
}
.contenedor-bajada-origen {
  background-color: #b7a67a;
  padding-bottom: 130px;
  padding-top: 30px;
}
.contenedor-bajada-origen .container .bajada {
  padding-top: 50px;
  max-width: 748px;
  padding: 25px;
  letter-spacing: 4px;
}
.contenedor-bajada-origen .container .bajada h2,
.contenedor-bajada-origen .container .descripcion-paso h2 {
  font-family: "Baloo 2", cursive;
  font-size: 22px;
  font-weight: 500;
  color: white;
}
.contenedor-bajada-origen .container .descripcion-paso {
  text-align: center;
}

.contenedor-bajada-origen .contenedor-paso .numero {
  margin: 0 auto;
  margin-bottom: 20px;
}
.contenedor-bajada-origen .contenedor-paso {
  padding: 10px;
}
.contenedor-bajada-origen .bajada .pasos {
  margin: 0 auto;
  margin-bottom: 20px;
}

.contenedor-bajada-origen .contenedor-paso .descripcion span {
  /* font-family: 'Baloo 2', cursive;
    font-size: 15px;
    color: white;
    line-height: 2px;*/
}

.contenedor-bajada-origen .contenedor-paso .descripcion {
  line-height: 20px;
  margin-top: 30px;
}

.contenedor-descripcion-arroz-origen {
  position: relative;
}
.contenedor-descripcion-arroz-origen .bg-parte-izq {
  background-image: url("../img/bg-origen-arroz.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 430px;
}
.contenedor-descripcion-arroz-origen .contenedor {
  min-height: 860px;
}
.contenedor-descripcion-arroz-origen .contenedor .contenedor-grafico {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.contenedor-descripcion-arroz-origen
  .contenedor
  .contenedor-grafico
  .imagen-grafico {
  max-width: 360px;
}
.contenedor-descripcion-arroz-origen .bg-parte-izq .contenedor-titulo {
  letter-spacing: 4px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.contenedor-descripcion-arroz-origen .bg-parte-der .contenedor-titulo {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 40%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.contenedor-descripcion-arroz-origen .contenedor-titulo .titulo h2 {
  font-family: "Baloo 2", cursive;
  font-size: 30px;
  font-weight: bold;
  padding: 0px;
  margin: 0;
  line-height: 31px;
  color: white;
}
.contenedor-descripcion-arroz-origen .contenedor-titulo .bajada {
  max-width: 450px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-left: 35px;
}
.contenedor-descripcion-arroz-origen .contenedor-titulo .bajada h2 {
  font-family: "Baloo 2", cursive;
  font-size: 14px;
  font-weight: bold;
  padding: 0px;
  margin: 0;
  line-height: 20px;
  color: white;
}

.contenedor-descripcion-arroz-origen .numero-down {
  margin-top: 180px;
}

.contenedor-descripcion-arroz-origen .numero-down img {
  max-width: 120px;
}
.contenedor-descripcion-arroz-origen .contenedor {
  position: relative;
}
.contenedor-descripcion-arroz-origen .arroz-medida {
  margin: 0;
  position: absolute;
  bottom: 50%;
  left: 50%;
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  padding-right: 100px;
}
.contenedor-descripcion-arroz-origen .bg-parte-der {
  background-color: #009962;
}

.contenedor-descripcion-arroz-origen .bg-parte-der .contenedor-titulo img {
  max-width: 250px;
}
.contenedor-descripcion-arroz-origen
  .bg-parte-der
  .contenedor-titulo
  .contenedor-imagen {
  max-width: 250px;
  margin-left: 230px;
}
.contenedor-descripcion-arroz-origen
  .bg-parte-der
  .contenedor-titulo
  .descripcion {
  padding-top: 11px;
}

.contenedor-descripcion-arroz-origen
  .bg-parte-der
  .contenedor-titulo
  .descripcion
  h2 {
  font-family: "Baloo 2", cursive;
  line-height: 1.5;
  font-size: 13px;
  color: white;
}
.contenedor-descripcion-arroz-origen
  .bg-parte-der
  .contenedor-titulo
  .recetas-relacionadas {
  background-color: white;
  height: 50px;
  text-align: center;
  float: right;
  padding-top: 11px;
  width: 250px;
  margin-top: 50px;
}

.contenedor-descripcion-arroz-origen
  .bg-parte-der
  .contenedor-titulo
  .recetas-relacionadas
  span {
  font-size: 11px;
  color: #b6a183;
  font-weight: 400;
}
.contenedor-descripcion-arroz-origen .preparacion span {
  font-family: "Baloo 2", cursive;
  font-weight: bold;
  color: #fffd4b;
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 20px;
  margin-bottom: 0px;
}
.contenedor-descripcion-arroz-origen .preparacion {
  max-width: 365px;
  width: 100%;
  margin: 0 auto;
  /* padding-left: 38px; */
  margin-top: 20px;
  margin-bottom: 40px;
}

.contenedor-descripcion-arroz-origen .descripcion ul li {
  list-style: none;
}

.contenedor-descripcion-arroz-origen .descripcion .preparacion-interior {
}
.contenedor-descripcion-arroz-origen .descripcion .contenedor-paso {
  margin-bottom: 40px;
}
.contenedor-descripcion-arroz-origen
  .descripcion
  .preparacion-interior
  .numero {
  font-family: "Baloo 2", cursive;
  font-weight: bold;
  height: 70px;
  width: 70px;
  /* padding: 3px; */
  -webkit-text-stroke: 1px #f3f3f3;
  text-align: center;
  color: #ffffff00;
  font-size: 50px;
  border: solid 1px white;
  border-radius: 50%;
  float: right;
}

@media only screen and (max-width: 767px) {
  .contenedor-descripcion-arroz-origen .contenedor-titulo .bajada {
    max-width: 290px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-top: 30px;
    text-align: center;
    /* padding-left: 35px; */
    padding-left: 0px;
    padding-bottom: 30px;
    margin: 0 auto;
  }

  .contenedor-descripcion-arroz-origen
    .bg-parte-der
    .contenedor-titulo
    .titulo {
    padding-top: 41px;
    text-align: center;
  }
  .contenedor-descripcion-arroz-origen
    .contenedor
    .contenedor-grafico
    .imagen-grafico {
    max-width: 230px;
  }
  .contenedor-descripcion-arroz-origen .contenedor-titulo {
    margin: 0 !important;
    position: relative !important;
    top: unset !important;
    left: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
  }

  .contenedor-descripcion-arroz-origen .preparacion {
    /* padding-left: 38px; */
    text-align: center;
  }
  .contenedor-descripcion-arroz-origen
    .descripcion
    .preparacion-interior
    .numero {
    margin: 0 auto;
    margin-bottom: 20px;
    float: unset;
  }

  .contenedor-descripcion-arroz-origen
    .bg-parte-der
    .contenedor-titulo
    .descripcion {
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
  }

  .bg-receta-interior-seccion-1 .titulo {
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .contenedor-descripcion-arroz-origen .bg-parte-der .contenedor-titulo img {
    max-width: 160px;
    margin: 0 auto;
  }
  .contenedor-descripcion-arroz-origen
    .bg-parte-der
    .contenedor-titulo
    .descripcion {
  }

  .contenedor-descripcion-arroz-origen .arroz-medida {
    display: none;
  }

  .contenedor-descripcion-arroz-origen
    .bg-parte-der
    .contenedor-titulo
    .contenedor-imagen {
    max-width: 250px;
    margin-left: 0px;
  }
  .contenedor-descripcion-arroz-origen .numero-down {
    margin-top: 50px;
  }
  .contenedor-descripcion-arroz-origen .numero-down img {
    margin: 0 auto;
  }
}

/*---------------   FIN  ORIGEN --------------------*/

/*---------------   INICIO  TIPS --------------------*/

.bg-section-tips {
  background: url("../img/bg-tips.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
  min-height: 600px !important;
}

.contenedor-titulo-tips {
  background-color: #009962;
}
.contenedor-titulo-tips .container .titulo {
  padding: 25px;
}
.contenedor-titulo-tips .container .titulo h1 {
  font-family: "Baloo 2", cursive;
  font-size: 40px;
  font-weight: bold;
  color: white;
}

.contenedor-bajada-tips .contenedor-imagen {
  overflow: hidden;
}
.contenedor-bajada-tips .contenedor-imagen img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.contenedor-bajada-tips .contenedor-imagen:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.contenedor-bajada-tips {
  background-color: #b7a67a;
}
.contenedor-bajada-tips .titulo h2 {
  text-transform: uppercase;
}
.contenedor-bajada-tips .container .bajada {
  padding-top: 50px;
  max-width: 758px;
  padding: 25px;
  letter-spacing: 2px;
}
.contenedor-bajada-tips .container .bajada h2 {
  /*  font-family: 'Baloo 2', cursive;
   font-size: 14px;
   font-weight: 500;
   line-height: 19px;
   color: white; */
}

.contenedor-bajada-tips .contenedor-paso .numero {
  margin: 0 auto;
  margin-bottom: 20px;
}
.contenedor-bajada-tips .contenedor-paso {
  padding: 10px;
}
.contenedor-bajada-tips .bajada .pasos {
  margin: 0 auto;
  margin-bottom: 20px;
}

.contenedor-bajada-tips .contenedor-paso .descripcion span {
  font-family: "Baloo 2", cursive;
  font-size: 15px;
  color: white;
  line-height: 2px;
}

.contenedor-bajada-tips .contenedor-paso .descripcion {
  line-height: 20px;
  margin-top: 30px;
}

.contenedor-descripcion-arroz-tips {
  position: relative;
}
.contenedor-descripcion-arroz-tips .bg-parte-izq {
  background-image: url("../img/bg-tips-arroz.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 430px;
}
.contenedor-descripcion-arroz-tips .contenedor {
  min-height: 860px;
}
.contenedor-descripcion-arroz-tips .contenedor .contenedor-grafico {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.contenedor-descripcion-arroz-tips
  .contenedor
  .contenedor-grafico
  .imagen-grafico {
  max-width: 360px;
}
.contenedor-descripcion-arroz-tips .bg-parte-izq .contenedor-titulo {
  letter-spacing: 4px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.contenedor-descripcion-arroz-tips .bg-parte-der .contenedor-titulo {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 40%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.contenedor-descripcion-arroz-tips .contenedor-titulo .titulo h2 {
  font-family: "Baloo 2", cursive;
  font-size: 30px;
  font-weight: bold;
  padding: 0px;
  margin: 0;
  line-height: 31px;
  color: white;
}
.contenedor-descripcion-arroz-tips .contenedor-titulo .bajada {
  max-width: 290px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-left: 35px;
}
.contenedor-descripcion-arroz-tips .contenedor-titulo .bajada h2 {
  font-family: "Baloo 2", cursive;
  font-size: 14px;
  font-weight: bold;
  padding: 0px;
  margin: 0;
  line-height: 20px;
  color: white;
}

.contenedor-descripcion-arroz-tips .numero-down {
  margin-top: 180px;
}

.contenedor-descripcion-arroz-tips .numero-down img {
  max-width: 120px;
}
.contenedor-descripcion-arroz-tips .contenedor {
  position: relative;
}
.contenedor-descripcion-arroz-tips .arroz-medida {
  margin: 0;
  position: absolute;
  bottom: 50%;
  left: 50%;
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  padding-right: 100px;
}
.contenedor-descripcion-arroz-tips .bg-parte-der {
  background-color: #009962;
}

.contenedor-descripcion-arroz-tips .bg-parte-der .contenedor-titulo img {
  max-width: 250px;
}
.contenedor-descripcion-arroz-tips
  .bg-parte-der
  .contenedor-titulo
  .contenedor-imagen {
  max-width: 250px;
  margin-left: 230px;
}
.contenedor-descripcion-arroz-tips
  .bg-parte-der
  .contenedor-titulo
  .descripcion {
  padding-top: 11px;
}

.contenedor-descripcion-arroz-tips
  .bg-parte-der
  .contenedor-titulo
  .descripcion
  h2 {
  font-family: "Baloo 2", cursive;
  line-height: 1.5;
  font-size: 13px;
  color: white;
}
.contenedor-descripcion-arroz-tips
  .bg-parte-der
  .contenedor-titulo
  .recetas-relacionadas {
  background-color: white;
  height: 50px;
  text-align: center;
  float: right;
  padding-top: 11px;
  width: 250px;
  margin-top: 50px;
}

.contenedor-descripcion-arroz-tips
  .bg-parte-der
  .contenedor-titulo
  .recetas-relacionadas
  span {
  font-size: 11px;
  color: #b6a183;
  font-weight: 400;
}
.contenedor-descripcion-arroz-tips .preparacion span {
  font-family: "Baloo 2", cursive;
  font-weight: bold;
  color: #fffd4b;
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 20px;
  margin-bottom: 0px;
}
.contenedor-descripcion-arroz-tips .preparacion {
  max-width: 365px;
  width: 100%;
  margin: 0 auto;
  /* padding-left: 38px; */
  margin-top: 20px;
  margin-bottom: 40px;
}

.contenedor-descripcion-arroz-tips .descripcion ul li {
  list-style: none;
}

.contenedor-descripcion-arroz-tips .descripcion .preparacion-interior {
}
.contenedor-descripcion-arroz-tips .descripcion .contenedor-paso {
  margin-bottom: 40px;
}
.contenedor-descripcion-arroz-tips .descripcion .preparacion-interior .numero {
  font-family: "Baloo 2", cursive;
  font-weight: bold;
  height: 70px;
  width: 70px;
  /* padding: 3px; */
  -webkit-text-stroke: 1px #f3f3f3;
  text-align: center;
  color: #ffffff00;
  font-size: 50px;
  border: solid 1px white;
  border-radius: 50%;
  float: right;
}
.contenedor-descripcion-arroz-tips .contenedor-tips {
  padding-left: 30px;
  margin-top: 50px;
}
.contenedor-descripcion-arroz-tips .contenedor-tips .contenedor-producto {
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 10px;
}
.contenedor-descripcion-arroz-tips .contenedor-tips .titulo {
  text-align: center;
  padding: 25px;
}
.contenedor-descripcion-arroz-tips .contenedor-tips .titulo h2 {
  font-family: "Baloo 2", cursive;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 2px;

  color: white;
}
.contenedor-descripcion-arroz-tips .contenedor-tips .descripcion {
  text-align: center;
  max-width: 230px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .contenedor-descripcion-arroz-tips .contenedor-tips {
    padding-left: 0px;
  }
  .contenedor-descripcion-arroz-tips .contenedor-titulo .bajada {
    max-width: 290px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-top: 30px;
    text-align: center;
    /* padding-left: 35px; */
    padding-left: 0px;
    padding-bottom: 30px;
    margin: 0 auto;
  }

  .contenedor-descripcion-arroz-tips .bg-parte-der .contenedor-titulo .titulo {
    padding-top: 41px;
    text-align: center;
  }
  .contenedor-descripcion-arroz-tips
    .contenedor
    .contenedor-grafico
    .imagen-grafico {
    max-width: 230px;
  }
  .contenedor-descripcion-arroz-tips .contenedor-titulo {
    margin: 0 !important;
    position: relative !important;
    top: unset !important;
    left: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
  }

  .contenedor-descripcion-arroz-tips .preparacion {
    /* padding-left: 38px; */
    text-align: center;
  }
  .contenedor-descripcion-arroz-tips
    .descripcion
    .preparacion-interior
    .numero {
    margin: 0 auto;
    margin-bottom: 20px;
    float: unset;
  }

  .contenedor-descripcion-arroz-tips
    .bg-parte-der
    .contenedor-titulo
    .descripcion {
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
  }

  .bg-receta-interior-seccion-1 .titulo {
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .contenedor-descripcion-arroz-tips .bg-parte-der .contenedor-titulo img {
    max-width: 160px;
    margin: 0 auto;
  }
  .contenedor-descripcion-arroz-tips
    .bg-parte-der
    .contenedor-titulo
    .descripcion {
  }

  .contenedor-descripcion-arroz-tips .arroz-medida {
    display: none;
  }

  .contenedor-descripcion-arroz-tips
    .bg-parte-der
    .contenedor-titulo
    .contenedor-imagen {
    max-width: 250px;
    margin-left: 0px;
  }
  .contenedor-descripcion-arroz-tips .numero-down {
    margin-top: 50px;
  }
  .contenedor-descripcion-arroz-tips .numero-down img {
    margin: 0 auto;
  }
}

/*---------------   FIN  TIPS --------------------*/

/*---------------   INICIO  CONTACTO --------------------*/

.bg-section-contacto {
  background: url("../img/contacto-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
  min-height: 600px !important;
}

.contenedor-titulo-contacto {
  background-color: #009962;
}
.contenedor-titulo-contacto .container .titulo {
  padding: 25px;
}
.contenedor-titulo-contacto .container .titulo h2 {
  font-family: "Baloo 2", cursive;
  font-size: 40px;
  font-weight: bold;
  color: white;
}
.contenedor-bajada-contacto {
  background-color: #b7a67a;
  min-height: 630px !important;
}
.contenedor-bajada-contacto .container .titulo {
  font-family: "Baloo 2", cursive;
  font-size: 30px;
  font-weight: bold;
  color: white;
  padding: 25px;
  letter-spacing: 2px;
  padding-bottom: 0px;
}

.contenedor-bajada-contacto .container .titulo h2 {
  font-family: "Baloo 2", cursive;
  font-size: 30px;
  font-weight: bold;
  color: white;
}
.contenedor-bajada-contacto .container .bajada {
  padding-top: 50px;
  max-width: 758px;
  padding: 25px;
  letter-spacing: 2px;
}
.contenedor-bajada-contacto .container .bajada h2 {
  font-family: "Baloo 2", cursive;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  color: white;
}

.contenedor-bajada-contacto .contenedor-paso .numero {
  margin: 0 auto;
  margin-bottom: 20px;
}
.contenedor-bajada-contacto .contenedor-paso {
  padding: 10px;
}
.contenedor-bajada-contacto .bajada .pasos {
  margin: 0 auto;
  margin-bottom: 20px;
}

.contenedor-bajada-contacto .contenedor-paso .descripcion span {
  font-family: "Baloo 2", cursive;
  font-size: 15px;
  color: white;
  line-height: 2px;
}

.contenedor-bajada-contacto .contenedor-paso .descripcion {
  line-height: 20px;
  margin-top: 30px;
}

.contenedor-descripcion-arroz-contacto {
  position: relative;
}
.contenedor-descripcion-arroz-contacto .bg-parte-izq {
  background-image: url("../img/bg-contacto-arroz.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 430px;
}
.contenedor-descripcion-arroz-contacto .contenedor {
  min-height: 860px;
}
.contenedor-descripcion-arroz-contacto .contenedor .contenedor-grafico {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.contenedor-descripcion-arroz-contacto
  .contenedor
  .contenedor-grafico
  .imagen-grafico {
  max-width: 360px;
}
.contenedor-descripcion-arroz-contacto .bg-parte-izq .contenedor-titulo {
  letter-spacing: 4px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.contenedor-descripcion-arroz-contacto .bg-parte-der .contenedor-titulo {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 40%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.contenedor-descripcion-arroz-contacto .contenedor-titulo .titulo h2 {
  font-family: "Baloo 2", cursive;
  font-size: 30px;
  font-weight: bold;
  padding: 0px;
  margin: 0;
  line-height: 31px;
  color: white;
}
.contenedor-descripcion-arroz-contacto .contenedor-titulo .bajada {
  max-width: 290px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-left: 35px;
}
.contenedor-descripcion-arroz-contacto .contenedor-titulo .bajada h2 {
  font-family: "Baloo 2", cursive;
  font-size: 14px;
  font-weight: bold;
  padding: 0px;
  margin: 0;
  line-height: 20px;
  color: white;
}

.contenedor-descripcion-arroz-contacto .numero-down {
  margin-top: 180px;
}

.contenedor-descripcion-arroz-contacto .numero-down img {
  max-width: 120px;
}
.contenedor-descripcion-arroz-contacto .contenedor {
  position: relative;
}
.contenedor-descripcion-arroz-contacto .arroz-medida {
  margin: 0;
  position: absolute;
  bottom: 50%;
  left: 50%;
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  padding-right: 100px;
}
.contenedor-descripcion-arroz-contacto .bg-parte-der {
  background-color: #009962;
}

.contenedor-descripcion-arroz-contacto .bg-parte-der .contenedor-titulo img {
  max-width: 250px;
}
.contenedor-descripcion-arroz-contacto
  .bg-parte-der
  .contenedor-titulo
  .contenedor-imagen {
  max-width: 250px;
  margin-left: 230px;
}
.contenedor-descripcion-arroz-contacto
  .bg-parte-der
  .contenedor-titulo
  .descripcion {
  padding-top: 11px;
}

.contenedor-descripcion-arroz-contacto
  .bg-parte-der
  .contenedor-titulo
  .descripcion
  h2 {
  font-family: "Baloo 2", cursive;
  line-height: 1.5;
  font-size: 13px;
  color: white;
}
.contenedor-descripcion-arroz-contacto
  .bg-parte-der
  .contenedor-titulo
  .recetas-relacionadas {
  background-color: white;
  height: 50px;
  text-align: center;
  float: right;
  padding-top: 11px;
  width: 250px;
  margin-top: 50px;
}

.contenedor-descripcion-arroz-contacto
  .bg-parte-der
  .contenedor-titulo
  .recetas-relacionadas
  span {
  font-size: 11px;
  color: #b6a183;
  font-weight: 400;
}
.contenedor-descripcion-arroz-contacto .preparacion span {
  font-family: "Baloo 2", cursive;
  font-weight: bold;
  color: #fffd4b;
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 20px;
  margin-bottom: 0px;
}
.contenedor-descripcion-arroz-contacto .preparacion {
  max-width: 365px;
  width: 100%;
  margin: 0 auto;
  /* padding-left: 38px; */
  margin-top: 20px;
  margin-bottom: 40px;
}

.contenedor-descripcion-arroz-contacto .descripcion ul li {
  list-style: none;
}

/* .contenedor-descripcion-arroz-contacto .descripcion .preparacion-interior {
} */
.contenedor-descripcion-arroz-contacto .descripcion .contenedor-paso {
  margin-bottom: 40px;
}
.contenedor-descripcion-arroz-contacto
  .descripcion
  .preparacion-interior
  .numero {
  font-family: "Baloo 2", cursive;
  font-weight: bold;
  height: 70px;
  width: 70px;
  /* padding: 3px; */
  -webkit-text-stroke: 1px #f3f3f3;
  text-align: center;
  color: #ffffff00;
  font-size: 50px;
  border: solid 1px white;
  border-radius: 50%;
  float: right;
}
.contenedor-descripcion-arroz-contacto .contenedor-contacto {
  padding-left: 0px;
  padding-bottom: 30px;
  margin-top: 50px;
  max-width: 940px;
  margin: 0 auto;
  margin-top: 40px;
}
.contenedor-descripcion-arroz-contacto
  .contenedor-contacto
  .contenedor-producto {
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 10px;
}
.contenedor-descripcion-arroz-contacto .contenedor-contacto .titulo {
  text-align: center;
  padding: 25px;
}
.contenedor-descripcion-arroz-contacto .contenedor-contacto .titulo h2 {
  font-family: "Baloo 2", cursive;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 2px;

  color: white;
}
.contenedor-descripcion-arroz-contacto .contenedor-contacto .descripcion {
  text-align: center;
  max-width: 230px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .contenedor-descripcion-arroz-contacto .contenedor-titulo .bajada {
    max-width: 290px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-top: 30px;
    text-align: center;
    /* padding-left: 35px; */
    padding-left: 0px;
    padding-bottom: 30px;
    margin: 0 auto;
  }

  .contenedor-descripcion-arroz-contacto
    .bg-parte-der
    .contenedor-titulo
    .titulo {
    padding-top: 41px;
    text-align: center;
  }
  .contenedor-descripcion-arroz-contacto
    .contenedor
    .contenedor-grafico
    .imagen-grafico {
    max-width: 230px;
  }
  .contenedor-descripcion-arroz-contacto .contenedor-titulo {
    margin: 0 !important;
    position: relative !important;
    top: unset !important;
    left: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
  }

  .contenedor-descripcion-arroz-contacto .preparacion {
    /* padding-left: 38px; */
    text-align: center;
  }
  .contenedor-descripcion-arroz-contacto
    .descripcion
    .preparacion-interior
    .numero {
    margin: 0 auto;
    margin-bottom: 20px;
    float: unset;
  }

  .contenedor-descripcion-arroz-contacto
    .bg-parte-der
    .contenedor-titulo
    .descripcion {
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
  }

  .bg-receta-interior-seccion-1 .titulo {
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .contenedor-descripcion-arroz-contacto .bg-parte-der .contenedor-titulo img {
    max-width: 160px;
    margin: 0 auto;
  }
  /* .contenedor-descripcion-arroz-contacto
    .bg-parte-der
    .contenedor-titulo
    .descripcion {
  } */

  .contenedor-descripcion-arroz-contacto .arroz-medida {
    display: none;
  }

  .contenedor-descripcion-arroz-contacto
    .bg-parte-der
    .contenedor-titulo
    .contenedor-imagen {
    max-width: 250px;
    margin-left: 0px;
  }
  .contenedor-descripcion-arroz-contacto .numero-down {
    margin-top: 50px;
  }
  .contenedor-descripcion-arroz-contacto .numero-down img {
    margin: 0 auto;
  }
}
.mensaje-contacto-input {
  min-height: 69px;
}
.contenedor-descripcion-arroz-contacto .contenedor-contacto .texto-llamada h3 {
  font-family: "Baloo 2", cursive;
  font-weight: bold;
  color: #fffd4b;
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 20px;
  margin-bottom: 0px;
}

.contenedor-descripcion-arroz-contacto .contenedor-contacto .texto-llamada {
  text-align: center;
  margin-top: 30px;
}
.contenedor-descripcion-arroz-contacto .contenedor-contacto .enviar span {
  font-weight: bold !important;
  font-size: 13px;
}

.contenedor-descripcion-arroz-contacto .contenedor-contacto .enviar {
  max-width: 170px;
  margin: 0 auto;
  margin-top: 30px;
}
/*---------------   FIN  CONTACTO --------------------*/

/*----------------    OTROS             --------------------*/
.boton-down {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.boton-down:hover img {
  transform: scale(1.1);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.color-1 {
  color: #b7a67a !important;
  font-weight: bold !important;
}
.color-2 {
  color: #a2a2a2 !important;
  font-weight: bold !important;
}
.color-3 {
  color: #145da3 !important;
  font-weight: bold !important;
}

.volver {
  position: absolute;
  right: 0px;
  bottom: 40px;
  max-width: 170px;
  cursor: pointer;
}
.volver img {
  max-width: 5px;
}
.volver span {
  padding-left: 12px;
}
.f-size-20 {
  font-size: 20px !important;
}
.b {
  font-weight: bold !important;
}
.h2 {
  font-family: "Baloo 2", cursive;
  font-weight: 200;
  font-size: 1.3em !important;
  color: white;
  letter-spacing: 2px;
  line-height: 1;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: white;
  border: solid 1px white;
  width: 13px;
  height: 13px;
}

.owl-theme .owl-dots .owl-dot span {
  margin: 5px 7px;

  background: transparent;
  border: solid 1px white;
  width: 13px;
  height: 13px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  position: absolute;
  margin-top: -40px;
  position: absolute;
  /* top: 50%; */
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.container {
  max-width: 1340px !important;
}
.input {
  overflow: visible;
  background-color: #b7a67a;
  border: solid 1px white;
  padding: 2px;
  color: white;
  margin: 5px;
  width: 100%;
  padding-left: 12px;
}

::placeholder {
  color: white !important;
}
.numero {
  font-family: "Baloo 2", cursive;
  font-weight: bold;
  height: 70px;
  width: 70px;
  /* padding: 3px; */
  -webkit-text-stroke: 1.3px #f3f3f3;
  text-align: center;
  color: #ffffff00;
  font-size: 50px;
  border: solid 1.5px white;
  border-radius: 50%;
}
.padding-5 {
  padding-right: 5px;
  padding-left: 5px;
}
.boton {
  background-color: white;
  height: 50px;
  text-align: center;
  padding-top: 11px;
  width: 250px;
}
.boton:hover {
  background-color: #d2d2d2;
}
.boton span {
  font-size: 11px;
  color: #b6a183;
  font-weight: 400;
  letter-spacing: 4px;
}
.section {
  width: 100%;
  min-height: 860px;
}
.blanco {
  color: white !important;
}
.amarillo {
  color: #fffd4b !important;
}

@media only screen and (max-width: 991px) {
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: -20px !important;
  }
}

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

.logo-footer {
  text-align: center;
  margin-top: -43px;
}
.footer .divisor {
}
.footer .info-footer span {
  color: #009962;
  font-size: 10px;
}
.footer .info-footer {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 12px;
  letter-spacing: 4px;
  padding: 10px;
}

.footer .logo-footer img {
  max-width: 130px;
}
.footer .colores {
  position: absolute;
  bottom: 0px;
  position: absolute;
  /* top: 50%; */
  left: 50%;
  transform: translate(-50%);
}
.footer .colores .color {
  width: 80px;
  height: 10px;
  display: table-cell;
}
.footer .colores .color-1 {
  background-color: #ffa0b4;
}

.footer .colores .color-2 {
  background-color: #f0caa1;
}
.footer .colores .color-3 {
  background-color: #fece51;
}
.footer .colores .color-4 {
  background-color: #3eada7;
}
.footer .colores .color-5 {
  background-color: #4a93cc;
}

.footer {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 50px;
}

.footer .redes .contenedor-logos {
  display: inline-flex;
}
.footer .redes {
  max-width: 40px;
  margin: 0 auto;
  width: 100%;
  margin-top: 10px;
}
.footer .logos img {
  max-width: 30px;
}
.footer .logos {
  padding: 5px;
}

.footer .logo-corporativo img {
  max-width: 110px;
}
.footer .logo-corporativo {
  text-align: center;
  padding-top: 20px;
}

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

/*INICIO MODAL */

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 1150px;
    margin: 0rem auto !important;
  }
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0rem;
}

.close {
  /* float: right; */
  right: 20px;
  top: 10px;
  position: absolute;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;

  opacity: 0.5;
  color: white;
  font-size: 42px;
  z-index: 999;
}

.table thead th {
  vertical-align: bottom;
  font-family: volkswagen-serial3, sans-serif !important;
  color: #142265 !important;
  border-bottom: solid 0px;
  border-color: #142265;
  padding: 2em;
  text-align: center;
}

.table th {
  padding: 0.25rem;
  vertical-align: top;
  border-top: transparent !important;
}
th.tit {
  border-right: solid 0px;
  padding-left: 2em;
  text-align: left !important;
}

.table thead th {
  vertical-align: bottom;
  font-family: volkswagen-serial3, sans-serif !important;
  color: white !important;
  border-bottom: solid 0px;
  border-color: #142265;
  padding: 11px;
  text-align: center;
}
.bg-verde {
  background-color: #048154;
}
tbody.letras {
  text-align: center;
}
.tablilla {
  border: solid 0px;
  border-color: #142265;
  font-size: 0.85em;
}

.info_producto {
  display: none;
}

.info_porcion {
  display: none;
}

.info_porciones_envase {
  display: none;
}

.info_medida {
  display: none;
}

.table td,
.table th {
  padding: 0.25rem;
  vertical-align: top;
  border-top: transparent !important;
}
th.tit {
  border-right: solid 0px;
  padding-left: 2em;
  text-align: left !important;
}
ul.info-abajo {
  font-family: volkswagen-serial1;
  color: #7f7f7f;
  text-align: center;
  margin-top: 3em;
  margin-bottom: 2em;
}
.row.descripciones {
  margin-top: 3em;
}

.modal-parte-der {
  background-color: #009962;
}

table {
  font-family: "Baloo 2", cursive;
  font-weight: 200;
  font-size: 14px !important;
  color: white !important;
  letter-spacing: 2px;
  line-height: 20px;
}

.modal .titulo-producto h1 {
  font-family: "Baloo 2", cursive;
  font-weight: bold;
  font-size: 37px !important;
  color: white !important;
  letter-spacing: 2px;
  line-height: 20px;
}
.modal .descripcion-producto {
  padding-top: 20px;
  padding-bottom: 20px;
}

.modal .titulo-caja {
  padding: 12px;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 2px;
  font-weight: bold;
}
.modal .porcion {
  padding: 26px;
  padding-bottom: 0px;
}
.modal .titulo-producto {
  margin-top: 50px;
  text-transform: uppercase;
}

.modal .porciones-por-envase {
  padding-left: 26px;
}

.modal .informacion-nutricional {
  background-color: #28976f;
}

.modal .contenedor-imagen {
  max-width: 60%;
  margin: 0 auto;
  margin-top: 200px;
}

.modal .legal {
  padding-left: 26px;
}

@media only screen and (max-width: 991px) {
  .bg-receta-interior-seccion-2 .flecha-derecha {
    right: 0;
  }

  .modal .contenedor-imagen {
    margin-top: 10px;
    padding: 20px;
  }
  .modal .close {
    color: black;
  }

  .modal .titulo-producto {
    text-align: center;
  }

  .modal .descripcion-producto {
    text-align: center;
  }

  .modal .titulo-producto h1 {
    font-size: 26px !important;
  }
  table {
    font-size: 9px !important;
  }
}

/*FIN MODAL */

/*INICIO MODIFICACIONES HOME SLIDE CSS 17-10-22 */

#home {
  position: relative;
}

#home .boton-down {
  visibility: visible;
  margin: 0;
  position: absolute;
  /* top: 50%; */
  bottom: 100px;
  /* bottom: 3%; */
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%);
  bottom: 80px;
  z-index: 99;
}


/* Estilos para el icono de búsqueda */
.search-submit{
  border: 0;
  border-radius: 40px;
  width: 60px;
}
.search-icon-container {
    margin-left: 20px;
    display: inline-flex;
}

.search-toggle {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.search-toggle:hover {
    transform: scale(1.1);
}

/* Modal de búsqueda */
.search-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

.search-modal.active {
    display: flex;
}

.search-modal-inner {
    width: 90%;
    max-width: 600px;
    position: relative;
}

.search-modal .search-form {
    display: flex;
    gap: 10px;
}

.search-modal input[type="search"] {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 4px;
    font-size: 18px;
}

.close-search {
  position: absolute;
  top: 0px;
  right: -49px;
  color: white;
  background: none;
  border: none;
  font-size: 32px;
  cursor: pointer;
}

/* Página de resultados */
.search-results-container {
    padding: 60px;
    padding-top:100px;

}

.search-title {
    margin-bottom: 40px;
    color: #009962;
}

.search-results-grid {

    padding-top:30px;
}

.result-card {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.2s ease;
    margin-bottom: 20px;
}

.result-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.result-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.result-content {
    padding: 20px;
}
.result-content .titulo{
  min-height: 80px;
}

.result-type {
    color: white;
    font-weight: 600;
    margin: 10px 0;
}

.read-more {
    display: inline-block;
    margin-top: 15px;
    color:white;
    text-decoration: none;
    font-weight: 600;
}
.read-more:hover {
    color: #058F47;
}


.no-results {
    text-align: center;
    padding: 60px 0;
}

