.header {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 210px;
  background-image: url('../images/shape_menu_issima.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  transition: .2s;
}

.navbar_desktop_issima {
  background-color: transparent;
}

.container {
  width: 1100px;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.container.contacto {
  width: 800px;
}

.container.c_foo {
  margin-bottom: 50px;
}

.left_desk_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-top: 15px;
  float: left;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.center_desk_nav {
  width: 20%;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  text-align: center;
}

.right_desk_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-top: 15px;
  float: left;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav_link {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Bakerierough, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.nav_link:hover {
  color: #fee65a;
}

.nav_cont {
  position: relative;
  height: 100%;
  padding-top: 30px;
}

.left_nav_item {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.right_nav_item {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.rotador {
  height: 850px;
}

.rotador_home {
  height: 100%;
  background-color: #fff;
}

.slide_home_content {
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  background-image: url('../images/slide_home.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #eee;
}

.slide_home_content.dos {
  background-image: url('../images/slide_home_2.png');
}

.slide_home_content._360 {
  background-image: url('../images/slide_360.png');
}

.dots_slide_home {
  display: none;
}

.prev_rotador_home {
  display: none;
}

.next_rotador_home {
  display: none;
}

.nuestros_sabores {
  position: relative;
  padding-top: 100px;
  padding-bottom: 75px;
}

.titu_nuestros_sabores {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Bakeriesmooth, sans-serif;
  color: #000;
  font-size: 70px;
  line-height: 75px;
  font-weight: 700;
  text-align: center;
}

.descrip_nuestros_sabores {
  width: 850px;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  font-family: 'Gotham book', sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 27px;
  font-weight: 400;
  text-align: center;
}

.main {
  position: relative;
  overflow: hidden;
}

.content_productos_home {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col_prod {
  width: 25%;
  margin-bottom: 20px;
  float: left;
  text-align: center;
  text-decoration: none;
}

.nombre_prod {
  font-family: 'Gotham book', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}

.img_pord {
  margin-bottom: 15px;
}

.navbar_movil_issima {
  display: none;
  background-color: transparent;
}

.sabores_que_te_hacen_sonreir {
  position: relative;
  padding-top: 75px;
  padding-bottom: 65px;
}

.left_sonreir {
  width: 45%;
  padding-right: 15px;
  float: left;
}

.logo_sabores {
  margin-bottom: 30px;
  text-align: center;
}

.descrip_sabores_sonreir {
  margin-bottom: 30px;
  font-family: 'Gotham book', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.cta_sabores_sonreir {
  text-align: center;
}

.cta_aprende_mas {
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  background-color: #be1e2d;
  font-family: Bakerierough, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
}

.cta_aprende_mas:hover {
  background-color: #9e1522;
}

.content_que_te_hacen_sonreir {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right_sonreir {
  width: 55%;
  padding-left: 15px;
  float: left;
}

.experiencia_360 {
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
}

.titu_exp_360 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Bakeriesmooth, sans-serif;
  color: #000;
  font-size: 70px;
  line-height: 75px;
  font-weight: 700;
  text-align: center;
}

.img_exp_360 {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 470px;
  margin-bottom: 50px;
  background-image: url('../images/issima_exp_360.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.descrip_exp_360 {
  width: 850px;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 45px;
  margin-left: auto;
  font-family: 'Gotham book', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.cta_ir_exp {
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  background-color: #be1e2d;
  font-family: Bakerierough, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.cta_ir_exp:hover {
  background-color: #9e1522;
}

.hacemos_simple_tu_dia {
  position: relative;
  padding-top: 65px;
  padding-bottom: 40px;
}

.titu_simple_dia {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Bakeriesmooth, sans-serif;
  color: #000;
  font-size: 70px;
  line-height: 75px;
  font-weight: 700;
  text-align: center;
}

.descrip_simple_dia {
  width: 750px;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  font-family: 'Gotham book', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.galeria_video_content {
  position: relative;
  padding-right: 100px;
  padding-left: 100px;
}

.slider_de_videos {
  height: auto;
  background-color: #fff;
}

.portada_galeria_video {
  position: relative;
  display: block;
  width: 100%;
  height: 550px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/gal_videos.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.play_video {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.prev_video {
  position: absolute;
  left: -100px;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.next_video {
  position: absolute;
  left: auto;
  top: 50%;
  right: -100px;
  bottom: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.slider_videos_dots {
  display: none;
}

.contacto_home {
  position: relative;
  padding-top: 40px;
  padding-bottom: 60px;
}

.titu_contacto {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Bakeriesmooth, sans-serif;
  color: #000;
  font-size: 70px;
  line-height: 75px;
  font-weight: 700;
  text-align: center;
}

.descrip_contacto {
  width: 750px;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  font-family: 'Gotham book', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.form_contacto {
  margin-bottom: 0px;
}

.inputs_issima {
  height: 40px;
  margin-bottom: 15px;
  border: 1px solid #be1e2d;
  border-radius: 4px;
  font-family: 'Gotham book', sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.inputs_issima::-webkit-input-placeholder {
  color: #88898b;
}

.inputs_issima:-ms-input-placeholder {
  color: #88898b;
}

.inputs_issima::-ms-input-placeholder {
  color: #88898b;
}

.inputs_issima::placeholder {
  color: #88898b;
}

.inputs_issima.textarea {
  height: 130px;
}

.left_contacto {
  width: 50%;
  padding-right: 10px;
  float: left;
}

.right_contacto {
  width: 50%;
  padding-left: 10px;
  float: left;
}

.full_contacto {
  width: 100%;
  float: left;
}

.full_contacto.cta_cont {
  text-align: center;
}

.submit_contacto {
  padding: 12px 40px;
  border-radius: 5px;
  background-color: #be1e2d;
  font-family: Bakeriesmooth, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.submit_contacto:hover {
  background-color: #a5dd77;
}

.footer {
  padding-top: 80px;
  background-color: #be1e2d;
}

.obj_1 {
  position: absolute;
  left: auto;
  top: 40px;
  right: 0px;
  bottom: auto;
}

.obj_2 {
  position: absolute;
  left: 0px;
  bottom: 160px;
}

.obj_3 {
  position: absolute;
  left: auto;
  top: -100px;
  right: 10px;
  bottom: auto;
}

.obj_4 {
  position: absolute;
  bottom: 300px;
}

.obj_5 {
  position: absolute;
  left: auto;
  top: 75px;
  right: 5px;
  bottom: auto;
}

.obj_6 {
  position: absolute;
  left: 65px;
  bottom: 0px;
}

.obj_7 {
  position: absolute;
  top: -50px;
  right: 50px;
}

.obj_8 {
  position: absolute;
  left: 20px;
  top: -45px;
}

.obj_9 {
  position: absolute;
  right: 20px;
  bottom: 130px;
}

.receta_left_home {
  width: 50%;
  padding-right: 10px;
  float: left;
}

.recetas_home {
  width: 100%;
  margin-bottom: 15px;
  text-decoration: none;
}

.img_receta_large_home {
  height: 480px;
  margin-bottom: 10px;
  border-radius: 15px;
  background-image: url('../images/receta_large_home.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.nombre_receta_home {
  font-family: 'Gotham book', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}

.receta_right_home {
  width: 50%;
  padding-left: 10px;
  float: left;
}

.img_receta_small_home {
  height: 215px;
  margin-bottom: 10px;
  border-radius: 15px;
  background-image: url('../images/receta_small_home_1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #3333;
}

.img_receta_small_home.dos {
  background-image: url('../images/receta_small_home_2.png');
}

.content_recetas_home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.recetas_navidenias {
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
}

.recetas_small {
  width: 31.33%;
  margin-right: 1%;
  margin-bottom: 20px;
  margin-left: 1%;
  text-decoration: none;
}

.recetas_large {
  width: 65%;
  margin-right: 1%;
  margin-bottom: 20px;
  margin-left: 1%;
  text-decoration: none;
}

.recetas_medium {
  width: 31%;
  margin-right: 1%;
  margin-bottom: 20px;
  margin-left: 1%;
  text-decoration: none;
}

.img_receta_small {
  height: 235px;
  margin-bottom: 15px;
  border-radius: 15px;
  background-image: url('../images/rec_1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #eee;
}

.img_receta_small.dos {
  background-image: url('../images/rec_2.png');
}

.img_receta_small.tres {
  background-image: url('../images/rec_3.png');
}

.nombre_receta {
  font-family: 'Gotham book', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}

.img_receta_large {
  height: 545px;
  margin-bottom: 15px;
  border-radius: 15px;
  background-image: url('../images/rec_4.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #3333;
}

.img_receta_medium {
  height: 545px;
  margin-bottom: 15px;
  border-radius: 15px;
  background-image: url('../images/rec_5.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #3333;
}

.recetas_content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.paginador {
  text-align: center;
}

.items_paginador {
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
  padding: 12px 15px 8px;
  border: 1px solid #818181;
  border-radius: 5px;
  font-family: Bakerierough, sans-serif;
  color: #818181;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.items_paginador:hover {
  border-color: #be1e2d;
  color: #be1e2d;
}

.items_paginador.active {
  border-color: #be1e2d;
  color: #be1e2d;
}

.re_1 {
  position: absolute;
  left: 0px;
  top: 30px;
}

.re_2 {
  position: absolute;
  top: 325px;
  right: 0px;
}

.re_3 {
  position: absolute;
  left: 10px;
  top: 380px;
}

.re_4 {
  position: absolute;
  left: 55%;
  bottom: 130px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.re_5 {
  position: absolute;
  right: 0px;
  bottom: 50px;
}

.receta_interna {
  position: relative;
  padding-top: 280px;
  padding-bottom: 50px;
}

.titu_recetas_relacionadas {
  position: relative;
  z-index: 1;
  margin-bottom: 45px;
  font-family: 'Guthen bloots personal use', sans-serif;
  color: #000;
  font-size: 60px;
  line-height: 65px;
}

.recetas_content_rel {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.recetas_relacionadas {
  position: relative;
  padding-top: 30px;
  padding-bottom: 40px;
}

.presentacion_receta {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}

.left_receta {
  width: 60%;
  padding-right: 40px;
  float: left;
}

.marco_img_receta {
  padding: 30px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 0 20px 15px rgba(0, 0, 0, 0.15);
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}

.img_receta_interna {
  height: 600px;
  background-image: url('../images/rec_4.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #3333;
}

.right_receta {
  width: 40%;
  padding-top: 120px;
  padding-right: 0px;
  padding-left: 20px;
  float: left;
}

.titu_receta_interna {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Bakeriesmooth, sans-serif;
  color: #000;
  font-size: 110px;
  line-height: 115px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  background-image: url('../images/ador_top.png'), url('../images/ador_bottom.png');
  background-repeat: no-repeat, no-repeat;
  background-position: 0% 0%, 100% 100%;
  padding: 20px 20px;
}

.ingredientes_y_proceso {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 950px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.left_ing_pro {
  width: 50%;
  padding-top: 30px;
  padding-right: 35px;
  float: left;
}

.right_ing_pro {
  width: 50%;
  padding-top: 30px;
  padding-bottom: 50px;
  padding-left: 88px;
  float: left;
  border-left: 2px solid #f0f0f0;
}

.titu_ingredientes {
  margin-bottom: 50px;
  font-family: 'Guthen bloots personal use', sans-serif;
  color: #000;
  font-size: 60px;
  line-height: 65px;
}

.titu_proceso {
  margin-bottom: 45px;
  font-family: 'Guthen bloots personal use', sans-serif;
  color: #000;
  font-size: 60px;
  line-height: 65px;
}

.lista_de_ingredientes {
  margin-bottom: 60px;
  padding-left: 20px;
  font-family: 'Gotham book', sans-serif;
  color: #f79520;
  font-size: 20px;
  font-weight: 400;
}

.item_list_ingredientes {
  margin-bottom: 10px;
}

.txt_item_list_ingredientes {
  font-family: 'Gotham book', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.lista_de_proceso {
  padding-left: 0px;
  font-family: 'Gotham book', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  list-style-type: decimal;
}

.lista_de_proceso ul,
.lista_de_proceso ol {
  padding-left: 20px;
  margin-bottom: 20px;
}

.lista_de_proceso p {
  margin-bottom: 20px;
}

.lista_de_proceso li {
  margin-bottom: 10px;
}

.lista_de_proceso a {
  color: #be242d;
}

.item_list_proceso {
  margin-bottom: 10px;
}

.txt_item_list_proceso {
  font-family: 'Gotham book', sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.content_compartir {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-left: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content_compartir.movil {
  display: none;
}

.txt_compartir {
  margin-right: 20px;
  font-family: 'Guthen bloots personal use', sans-serif;
  color: #be1e2d;
  font-size: 30px;
  line-height: 35px;
}

.compartir_red {
  margin-right: 3px;
  margin-left: 3px;
}

.content_cta_descarga {
  position: relative;
  z-index: 1;
  padding-left: 30px;
}

.content_cta_descarga.movil {
  display: none;
}

.cta_descarga_receta {
  display: inline-block;
  padding: 12px 25px 8px;
  border-radius: 5px;
  background-color: #be1e2d;
  font-family: 'Guthen bloots personal use', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
}

.cta_descarga_receta:hover {
  background-color: #a50413;
}

.in_1 {
  position: absolute;
  top: 150px;
  z-index: 1;
}

.in_2 {
  position: absolute;
  top: 230px;
  right: 0px;
  z-index: 0;
}

.in_6 {
  position: absolute;
  left: 0px;
  top: -120px;
  right: auto;
  bottom: auto;
  z-index: 0;
}

.in_7 {
  position: absolute;
  left: 600px;
  top: -155px;
  z-index: 0;
}

.in_8 {
  position: absolute;
  top: 30px;
  right: 420px;
  z-index: 0;
}

.in_9 {
  position: absolute;
  top: -25px;
  right: 0px;
  z-index: 0;
}

.col_detalles_receta {
  width: 33.33%;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  text-align: center;
}

.txt_titu_detalle {
  margin-bottom: 8px;
  font-family: 'Gotham book', sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

.icons_detalle {
  margin-bottom: 8px;
}

.txt_detalle {
  font-family: 'Gotham Bold', sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 400;
}

.col_foo {
  width: 25%;
  float: left;
}

.col_foo.uno {
  width: 30%;
  padding-top: 0px;
  padding-right: 10px;
}

.col_foo.dos {
  width: 22%;
  padding-right: 15px;
  padding-left: 15px;
}

.col_foo.tres {
  width: 22%;
  padding-right: 15px;
  padding-left: 15px;
}

.col_foo.cuatro {
  width: 26%;
  padding-left: 15px;
}

.logo_issima_foo {
  width: 200px;
}

.link_footer {
  display: block;
  margin-bottom: 15px;
  font-family: Bakerierough, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  text-decoration: none;
}

.link_footer:hover {
  color: #fee65a;
}

.txt_copy {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: 'Gotham book', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  text-align: center;
}

.redes_footer {
  margin-right: 5px;
  margin-bottom: 15px;
  margin-left: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.nombre_red_foo {
  margin-left: 8px;
  font-family: Bakerierough, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
}

.content_titu_receta {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

.titu_con_sabor_issima {
  margin-top: 0px;
  margin-bottom: 35px;
  font-family: 'Moon', sans-serif;
  color: #000;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.in_3 {
  position: absolute;
  top: 290px;
  right: 350px;
  z-index: 0;
}

.in_4 {
  position: absolute;
  left: 0px;
  bottom: 400px;
  z-index: 0;
}

.in_5 {
  position: absolute;
  right: 50px;
  bottom: 450px;
  z-index: 0;
}

.ador_top {
  position: absolute;
  left: -10px;
  top: -30px;
  right: auto;
  bottom: auto;
}

.ador_bottom {
  position: absolute;
  left: auto;
  top: auto;
  right: 0px;
  bottom: -15px;
}

.exp_360 {
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
}

.content_qr_img {
  margin-bottom: 30px;
  text-align: center;
}

.titu_escanea {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Bakeriesmooth, sans-serif;
  color: #000;
  font-size: 70px;
  line-height: 75px;
  font-weight: 700;
  text-align: center;
}

.cta_qr_content {
  margin-bottom: 45px;
  text-align: center;
}

.cta_ingresar_rv {
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  background-color: #be1e2d;
  font-family: Bakerierough, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
}

.cta_ingresar_rv:hover {
  background-color: #9e1522;
}

.cta_descargar_rece_nav {
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  background-color: #be1e2d;
  font-family: Bakerierough, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
}

.cta_descargar_rece_nav:hover {
  background-color: #9e1522;
}

.pagination {
  list-style-type:none;
  width:100%;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.pagination a {
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
  padding: 12px 15px 8px;
  border: 1px
  solid #818181;
  border-radius: 5px;
  font-family: Bakerierough, sans-serif;
  color: #818181;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  margin-bottom: 5px;
}
.pagination a:hover{
  border-color: #be1e2d;
  color: #be1e2d;
}
.pagination .active a{
  border-color: #be1e2d;
  color: #be1e2d;
}

.form_contacto form {
 font-family: 'Gotham book', sans-serif;
}

.form_contacto p {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.form_contacto br {
  display: none;
}

.form_contacto .wpcf7-form-control-wrap {
  width: 49%;
  margin-bottom: 15px;
}

.form_contacto span.email {
  width: 100%;
}

.form_contacto span.message {
  width: 100%;
}

.form_contacto input,
.form_contacto textarea {
  width: 100%;
  border: 1px solid #be1e2d;
  border-radius: 4px;
  font-family: 'Gotham book', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 12px;
}

.form_contacto input {
  height: 40px;
}

.form_contacto textarea {
  height: 130px;
  min-height: 130px;
  max-height: 130px;
  width: 100%;
  resize: none !important;
}

.form_contacto input[type="submit"] {
  padding: 12px 40px;
  border-radius: 5px;
  background-color: #be1e2d;
  font-family: Bakeriesmooth, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  height: auto;
  width: auto;
  margin: auto;
  cursor: pointer;
  transition: .2s;
  border: none;
  position: relative;
  z-index: 1;
}

.form_contacto input[type="submit"]:hover {
  background-color: #A5DD77;
}

.form_contacto .wpcf7-spinner {
  margin: 0;
  position: absolute;
  bottom: 15px;
  right: 0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #be1e2d !important;
  text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .titu_receta_interna {
    padding: 20px 40px;
  } 

  .header {
    height: 160px;
  }

  .nav_link {
    font-size: 18px;
    line-height: 20px;
  }

  .left_nav_item {
    width: 100px;
  }

  .right_nav_item {
    width: 80px;
  }

  .rotador {
    height: 600px;
  }

  .titu_nuestros_sabores {
    margin-bottom: 20px;
  }

  .descrip_nuestros_sabores {
    font-size: 20px;
    line-height: 25px;
  }

  .main.inicio {
    background-size: contain;
    background-repeat: repeat-y;
  }

  .nombre_prod {
    font-size: 18px;
    line-height: 23px;
  }

  .img_exp_360 {
    height: 400px;
  }

  .portada_galeria_video {
    height: 450px;
  }

  .obj_1 {
    width: 180px;
  }

  .obj_2 {
    bottom: 20px;
    z-index: 0;
    width: 130px;
  }

  .obj_3 {
    top: -90px;
    width: 180px;
  }

  .obj_4 {
    bottom: 360px;
    width: 120px;
  }

  .obj_5 {
    top: 92px;
    width: 180px;
  }

  .obj_6 {
    width: 100px;
  }

  .obj_7 {
    width: 120px;
  }

  .obj_8 {
    width: 150px;
  }

  .obj_9 {
    bottom: 35px;
  }

  .nombre_receta_home {
    font-size: 18px;
    line-height: 23px;
  }

  .nombre_receta {
    font-size: 18px;
    line-height: 23px;
  }

  .img_receta_large {
    height: 450px;
  }

  .img_receta_medium {
    height: 450px;
  }

  .re_1 {
    top: 15px;
  }

  .re_5 {
    bottom: 30px;
  }

  .receta_interna {
    padding-top: 200px;
  }

  .presentacion_receta {
    margin-bottom: 30px;
  }

  .left_receta {
    width: 100%;
    padding-right: 0px;
  }

  .marco_img_receta {
    padding: 20px;
  }

  .img_receta_interna {
    height: 400px;
  }

  .right_receta {
    width: 100%;
    padding-top: 60px;
    padding-left: 0px;
  }

  .right_ing_pro {
    padding-left: 50px;
  }

  .in_2 {
    top: 150px;
    z-index: 1;
    width: 180px;
  }

  .in_6 {
    top: -100px;
    width: 150px;
  }

  .in_7 {
    left: 200px;
    top: -110px;
    width: 100px;
  }

  .in_8 {
    top: 70px;
    right: 170px;
    width: 180px;
  }

  .in_9 {
    width: 100px;
  }

  .col_foo.dos {
    padding-right: 5px;
    padding-left: 5px;
  }

  .col_foo.tres {
    padding-right: 5px;
    padding-left: 5px;
  }

  .in_4 {
    bottom: 452px;
    width: 150px;
  }

  .in_5 {
    right: 20px;
    bottom: 600px;
    z-index: 0;
    width: 150px;
  }

  .ador_bottom {
    right: -20px;
  }

  .titu_escanea {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: auto;
  }

  .navbar_desktop_issima {
    display: none;
  }

  .container.c_foo {
    margin-bottom: 30px;
  }

  .nav_link {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav_cont {
    padding-top: 10px;
    padding-bottom: 45px;
  }

  .left_nav_item {
    width: 50px;
  }

  .right_nav_item {
    width: 50px;
  }

  .rotador {
    height: 450px;
  }

  .slide_home_content {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }

  .nuestros_sabores {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .titu_nuestros_sabores {
    font-size: 55px;
    line-height: 60px;
  }

  .descrip_nuestros_sabores {
    font-size: 18px;
    line-height: 22px;
  }

  .main.inicio {
    background-size: auto;
  }

  .col_prod {
    width: 50%;
  }

  .navbar_movil_issima {
    display: block;
  }

  .logo_movil {
    position: absolute;
    left: 50%;
    width: 180px;
    padding-left: 0px;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }

  .content_nav_movil {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu_button {
    color: #fff;
  }

  .menu_button.w--open {
    background-color: transparent;
  }

  .nav_menu {
    background-color: #be1e2d;
  }

  .sabores_que_te_hacen_sonreir {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .left_sonreir {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
  }

  .descrip_sabores_sonreir {
    font-size: 18px;
    line-height: 24px;
  }

  .cta_aprende_mas {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
  }

  .content_que_te_hacen_sonreir {
    display: block;
  }

  .right_sonreir {
    width: 100%;
    padding-left: 0px;
  }

  .experiencia_360 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .titu_exp_360 {
    font-size: 55px;
    line-height: 60px;
  }

  .img_exp_360 {
    height: 350px;
    margin-bottom: 30px;
  }

  .descrip_exp_360 {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 24px;
  }

  .cta_ir_exp {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
  }

  .hacemos_simple_tu_dia {
    padding-top: 40px;
  }

  .titu_simple_dia {
    font-size: 55px;
    line-height: 60px;
  }

  .descrip_simple_dia {
    font-size: 18px;
    line-height: 24px;
  }

  .galeria_video_content {
    padding-right: 40px;
    padding-left: 40px;
  }

  .portada_galeria_video {
    height: 350px;
  }

  .prev_video {
    left: -60px;
    width: 50px;
  }

  .next_video {
    right: -60px;
    width: 50px;
  }

  .contacto_home {
    padding-bottom: 40px;
  }

  .titu_contacto {
    font-size: 55px;
    line-height: 60px;
  }

  .descrip_contacto {
    font-size: 18px;
    line-height: 24px;
  }

  .left_contacto {
    width: 100%;
    padding-right: 0px;
  }

  .right_contacto {
    width: 100%;
    padding-left: 0px;
  }

  .footer {
    padding-top: 50px;
  }

  .obj_1 {
    top: 10px;
    width: 150px;
  }

  .obj_2 {
    width: 100px;
  }

  .obj_3 {
    top: -63px;
    width: 150px;
  }

  .obj_4 {
    bottom: -40px;
    width: 100px;
  }

  .obj_5 {
    top: 86px;
    width: 150px;
  }

  .obj_6 {
    left: 25px;
    width: 80px;
  }

  .obj_7 {
    right: 20px;
    width: 100px;
  }

  .obj_8 {
    left: 10px;
    top: -35px;
    width: 120px;
  }

  .obj_9 {
    bottom: 18px;
    width: 100px;
  }

  .recetas_small {
    width: 48%;
    text-align: center;
  }

  .recetas_large {
    width: 48%;
    text-align: center;
  }

  .recetas_medium {
    width: 48%;
    text-align: center;
  }

  .nombre_receta {
    font-size: 16px;
    line-height: 22px;
  }

  .img_receta_large {
    height: 235px;
  }

  .img_receta_medium {
    height: 235px;
  }

  .recetas_content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .re_1 {
    width: 80px;
  }

  .re_3.exp {
    width: 120px;
  }

  .re_4 {
    width: 200px;
  }

  .re_5 {
    width: 80px;
  }

  .receta_interna {
    padding-top: 145px;
  }

  .titu_recetas_relacionadas {
    font-size: 45px;
    line-height: 50px;
  }

  .marco_img_receta {
    padding: 15px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .titu_receta_interna {
    font-size: 80px;
    line-height: 90px;
  }

  .ingredientes_y_proceso {
    display: block;
  }

  .left_ing_pro {
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
  }

  .right_ing_pro {
    width: 100%;
    padding-top: 0px;
    padding-left: 0px;
    border-left-width: 0px;
  }

  .titu_ingredientes {
    margin-bottom: 30px;
    font-size: 45px;
    line-height: 50px;
  }

  .titu_proceso {
    margin-bottom: 30px;
    font-size: 45px;
    line-height: 50px;
  }

  .lista_de_ingredientes {
    margin-bottom: 30px;
  }

  .lista_de_proceso {
    margin-bottom: 40px;
  }

  .content_compartir.desktop {
    display: none;
  }

  .content_compartir.movil {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
  }

  .content_cta_descarga.desktop {
    display: none;
  }

  .content_cta_descarga.movil {
    display: block;
    padding-left: 0px;
  }

  .in_1 {
    top: 85px;
    width: 100px;
  }

  .in_2 {
    top: 100px;
    width: 130px;
  }

  .in_6 {
    top: -50px;
    width: 100px;
  }

  .in_7 {
    left: auto;
    top: -90px;
    right: 149px;
    width: 70px;
  }

  .in_8 {
    right: 20px;
    width: 130px;
  }

  .in_9 {
    top: -250px;
    width: 80px;
  }

  .col_foo.uno {
    width: 100%;
    margin-bottom: 30px;
    padding-top: 0px;
    padding-right: 0px;
    text-align: center;
  }

  .col_foo.dos {
    width: 50%;
    margin-bottom: 20px;
    text-align: center;
  }

  .col_foo.tres {
    width: 50%;
    margin-bottom: 20px;
    text-align: center;
  }

  .col_foo.cuatro {
    width: 100%;
    padding-left: 0px;
    text-align: center;
  }

  .link_footer {
    font-size: 20px;
    line-height: 25px;
  }

  .redes_footer {
    margin-bottom: 10px;
  }

  .content_titu_receta {
    margin-bottom: 20px;
  }

  .in_4 {
    display: none;
  }

  .in_5 {
    bottom: 660px;
  }

  .content_qr_img {
    margin-bottom: 25px;
  }

  .titu_escanea {
    font-size: 55px;
    line-height: 60px;
  }

  .cta_qr_content {
    margin-bottom: 25px;
  }

  .cta_ingresar_rv {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
  }

  .cta_descargar_rece_nav {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
  }
}

@media screen and (max-width: 479px) {
  .ador_bottom {
    right: -15px;
  }

  .form_contacto .wpcf7-spinner {
    right: 10px;
    z-index: 1;
  }
  .form_contacto .wpcf7-form-control-wrap {
    width: 100%;
  }

  .form_contacto input[type="submit"] {
    width: 100%;
  }

  .header {
    height: auto;
  }

  .nav_cont {
    padding-bottom: 25px;
  }

  .rotador {
    height: 300px;
  }

  .slide_home_content {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }

  .nuestros_sabores {
    padding-top: 50px;
  }

  .titu_nuestros_sabores {
    font-size: 45px;
    line-height: 50px;
  }

  .descrip_nuestros_sabores {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .col_prod {
    width: 50%;
  }

  .img_pord {
    width: 250px;
  }

  .logo_movil {
    width: 150px;
  }

  .sabores_que_te_hacen_sonreir {
    padding-bottom: 30px;
  }

  .descrip_sabores_sonreir {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .experiencia_360 {
    padding-top: 30px;
  }

  .titu_exp_360 {
    margin-bottom: 20px;
    font-size: 45px;
    line-height: 50px;
  }

  .img_exp_360 {
    height: 300px;
    margin-bottom: 20px;
  }

  .descrip_exp_360 {
    font-size: 16px;
    line-height: 22px;
  }

  .cta_ir_exp {
    position: relative;
    z-index: 1;
  }

  .titu_simple_dia {
    font-size: 45px;
    line-height: 50px;
  }

  .descrip_simple_dia {
    font-size: 16px;
    line-height: 22px;
  }

  .galeria_video_content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .portada_galeria_video {
    height: 250px;
  }

  .prev_video {
    display: none;
  }

  .next_video {
    display: none;
  }

  .slider_videos_dots {
    bottom: -45px;
    display: block;
  }

  .titu_contacto {
    font-size: 45px;
    line-height: 50px;
  }

  .descrip_contacto {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .submit_contacto {
    position: relative;
    z-index: 1;
  }

  .obj_1 {
    width: 100px;
  }

  .obj_2 {
    bottom: -25px;
  }

  .obj_3 {
    top: -56px;
    width: 120px;
  }

  .obj_4 {
    bottom: -29px;
    width: 80px;
  }

  .obj_6 {
    left: 0px;
  }

  .obj_7 {
    top: -40px;
    right: 10px;
    z-index: 0;
    width: 70px;
  }

  .obj_8 {
    width: 100px;
  }

  .obj_9 {
    z-index: 0;
  }

  .receta_left_home {
    width: 100%;
    padding-right: 0px;
  }

  .recetas_home {
    text-align: center;
  }

  .img_receta_large_home {
    height: 215px;
  }

  .receta_right_home {
    width: 100%;
    padding-left: 0px;
  }

  .content_recetas_home {
    display: block;
  }

  .recetas_small {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    text-align: center;
  }

  .recetas_large {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    text-align: center;
  }

  .recetas_medium {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    text-align: center;
  }

  .re_1 {
    top: 0px;
    width: 60px;
  }

  .re_2.exp {
    width: 60px;
  }

  .re_3 {
    left: 0px;
    top: 600px;
  }

  .re_3.exp {
    display: none;
  }

  .re_5 {
    bottom: 10px;
    width: 50px;
  }

  .receta_interna {
    padding-top: 150px;
  }

  .titu_recetas_relacionadas {
    font-size: 35px;
    line-height: 40px;
  }

  .left_receta {
    width: 100%;
    margin-bottom: 20px;
  }

  .marco_img_receta {
    padding: 10px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .img_receta_interna {
    height: 250px;
  }

  .right_receta {
    width: 100%;
    padding-top: 0px;
    padding-left: 0px;
  }

  .titu_receta_interna {
    font-size: 50px;
    line-height: 55px;
  }

  .ingredientes_y_proceso {
    display: block;
  }

  .left_ing_pro {
    width: 100%;
  }

  .right_ing_pro {
    width: 100%;
    padding-left: 0px;
    border-left-width: 0px;
  }

  .titu_ingredientes {
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 40px;
  }

  .titu_proceso {
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 40px;
  }

  .txt_item_list_ingredientes {
    font-size: 16px;
    line-height: 22px;
  }

  .lista_de_proceso {
    padding-left: 20px;
  }

  .txt_item_list_proceso {
    font-size: 16px;
    line-height: 22px;
  }

  .in_1 {
    top: 77px;
    width: 80px;
  }

  .in_2 {
    top: 90px;
    width: 100px;
  }

  .in_6 {
    top: -72px;
  }

  .in_7 {
    left: auto;
    top: -98px;
    right: 75px;
  }

  .txt_detalle {
    font-size: 14px;
  }

  .col_foo.uno {
    margin-bottom: 20px;
  }

  .col_foo.dos {
    width: 100%;
    margin-bottom: 0px;
  }

  .col_foo.tres {
    width: 100%;
    margin-bottom: 15px;
  }

  .logo_issima_foo {
    width: 200px;
  }

  .link_footer {
    font-size: 18px;
    line-height: 24px;
  }

  .content_titu_receta {
    margin-bottom: 15px;
  }

  .titu_con_sabor_issima {
    font-size: 20px;
    line-height: 25px;
  }

  .in_5 {
    bottom: 750px;
    width: 100px;
  }

  .ador_top {
    left: -10px;
    top: -15px;
    width: 25px;
  }

  .ador_bottom {
    width: 25px;
  }

  .titu_escanea {
    font-size: 45px;
    line-height: 50px;
  }

  .cta_descargar_rece_nav {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@font-face {
  font-family: 'Gotham book';
  src: url('../fonts/Gotham-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Bold';
  src: url('../fonts/Gotham-Bold.otf') format('truetype');
  font-weight: 700;
  font-style: bold;
  font-display: swap;
}

@font-face {
  font-family: 'Moon';
  src: url('../fonts/Moon2.0-Bold.otf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Guthen bloots personal use';
  src: url('../fonts/Guthen-Bloots-Personal-Use.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bakerierough';
  src: url('../fonts/BakerieRough-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bakeriesmooth';
  src: url('../fonts/BakerieSmooth-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bakeriesmooth';
  src: url('../fonts/BakerieSmooth-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bakerierough';
  src: url('../fonts/BakerieRough-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pluto';
  src: url('../fonts/Pluto-Regular.otf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pluto';
  src: url('../fonts/Pluto-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: bold;
  font-display: swap;
}
@font-face {
  font-family: 'PlutoSans';
  src: url('../fonts/PlutoSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PlutoSansCond';
  src: url('../fonts/PlutoSansCond-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ButteredPopcorn';
  src: url('../fonts/ButteredPopcorn-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}