@font-face {
  font-family: "JosefinSans-Bold";
  src: url("../fonts/Josefin_Sans/static/JosefinSans-Bold.ttf") format("woff2");
}
@font-face {
  font-family: "JosefinSans-Regular";
  src: url("../fonts/Josefin_Sans/static/JosefinSans-Regular.ttf") format("woff2");
}
@font-face {
  font-family: "JosefinSans-Medium";
  src: url("../fonts/Josefin_Sans/static/JosefinSans-Medium.ttf") format("woff2");
}
@font-face {
  font-family: "JosefinSans-SemiBold";
  src: url("../fonts/Josefin_Sans/static/JosefinSans-SemiBold.ttf") format("woff2");
}
@font-face {
  font-family: "JosefinSans-Light";
  src: url("../fonts/Josefin_Sans/static/JosefinSans-Light.ttf") format("woff2");
}
@font-face {
  font-family: "VanilleFY";
  src: url("../fonts/VanilleFY/VanilleFY-Regular.otf") format("woff2");
}
@font-face {
  font-family: "MeetCute";
  src: url("../fonts/MeetCute/MeetCute.otf") format("woff2");
}
html {
  margin: 0 !important;
  padding: 0 !important;
}

body {
  font-family: "JosefinSans-Light" !important;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "VanilleFY";
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 1px !important;
  font-weight: 500;
}

p,
li,
span,
a,
input,
textarea {
  font-size: 18px !important;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 768px) {
  p,
li,
span,
a,
input,
textarea {
    font-size: 20px !important;
  }
}
@media screen and (min-width: 1200px) {
  p,
li,
span,
a,
input,
textarea {
    font-size: 17px !important;
  }
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.contenedor {
  width: 92%;
  max-width: 92%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contenedor {
    min-width: 92%;
    max-width: 92%;
    margin: auto;
  }
}
@media screen and (min-width: 1024px) {
  .contenedor {
    min-width: 992px;
    max-width: 992px;
    margin: auto;
  }
}
@media screen and (min-width: 1200px) {
  .contenedor {
    width: 1144px !important;
    min-width: 1144px !important;
    max-width: 1144px !important;
    margin: auto;
  }
}
@media screen and (min-width: 1440px) {
  .contenedor {
    min-width: 1440px;
    max-width: 1440px;
    margin: auto;
  }
}

.visible_item {
  display: none;
  transition: 0.3s;
}

.emme {
  font-family: "VanilleFY";
  font-size: 100px;
  color: #fff;
  text-shadow: 2px 2px #78222f;
  margin-bottom: 10px;
  font-weight: 900;
  letter-spacing: 0px !important;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

ul,
p {
  margin-bottom: 18px;
}

strong {
  font-family: "JosefinSans-Bold";
  font-weight: 900;
}

.mostrar-menu {
  padding: 45px 40px 10px 40px !important;
  height: 188px !important;
  transition: 0.3s;
}

.titulo {
  font-family: "VanilleFY";
  font-size: 44px !important;
}
@media screen and (min-width: 768px) {
  .titulo {
    font-size: 58px !important;
  }
}

.verde {
  color: #6abf4b !important;
}

.blanco {
  color: #fff !important;
}

.rojo {
  color: #e0034e !important;
}

.cafe {
  color: #79242f !important;
}

.mostrar-testimonio {
  opacity: 1 !important;
  transition: 0.2s ease-in;
}

.mostrar-promo {
  opacity: 1 !important;
  transition: 0.3s ease !important;
}

.crecer_promo_imagen {
  transform: scale(1.1);
  transition: 0.3s ease;
}

.relleno {
  width: 100%;
  height: 120px;
}
@media screen and (min-width: 1024px) {
  .relleno {
    height: 200px !important;
  }
}

.header-mobile {
  background-color: #fceee5;
  width: 100%;
  height: auto;
  padding: 20px 0 0 0;
  position: fixed;
  z-index: 999;
}
.header-mobile .contenedor {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-mobile .contenedor img {
  width: 150px;
}
.header-mobile .contenedor i {
  font-size: 28px;
  color: #78222f;
  cursor: pointer;
}
.header-mobile nav {
  display: flex;
  flex-direction: column;
  text-align: center;
  overflow: hidden;
  height: 0;
  transition: 0.4s;
}
.header-mobile nav a {
  text-decoration: none;
  font-family: "JosefinSans-Bold";
  color: #79242f;
  margin-bottom: 18px;
  transition: 0.4s;
  font-size: 20px !important;
}
.header-mobile nav a:hover {
  color: #e0034e;
  transition: 0.3s;
}
.header-mobile nav .active {
  color: #e0034e !important;
}
.header-mobile .glass {
  content: url("../img/index/glass_small.png");
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  margin-top: 0px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .header-mobile .glass {
    content: url("../img/index/glass_768.png");
    margin-top: -1px;
  }
}
@media screen and (min-width: 1024px) {
  .header-mobile {
    display: none;
  }
}

.header-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header-pc {
    display: block;
    padding: 20px 0 2px 0;
    background-color: #fceee5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999 !important;
  }
  .header-pc .glass {
    position: absolute;
    top: 100%;
    content: url("../img/index/glass_1024.png") !important;
  }
  .header-pc .contenedor {
    display: flex;
    justify-content: center;
  }
  .header-pc .contenedor nav {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .header-pc .contenedor nav .parte1 {
    padding-top: 70px;
    width: 40%;
    text-align: right;
  }
  .header-pc .contenedor nav .parte1 a {
    margin-left: 60px;
    text-decoration: none;
    font-family: "JosefinSans-Bold";
    color: #79242f;
    transition: 0.3s;
  }
  .header-pc .contenedor nav .parte1 a:hover {
    color: #e0034e;
    transition: 0.3s;
  }
  .header-pc .contenedor nav .parte1 .active {
    color: #e0034e !important;
  }
  .header-pc .contenedor nav .parte2 {
    width: 20%;
    padding: 0 60px;
  }
  .header-pc .contenedor nav .parte2 img {
    display: block;
    margin: 0 auto;
    width: 160px;
  }
  .header-pc .contenedor nav .parte3 {
    width: 40%;
    padding-top: 70px;
  }
  .header-pc .contenedor nav .parte3 a {
    margin-right: 60px;
    text-decoration: none;
    font-family: "JosefinSans-Bold";
    color: #79242f;
    transition: 0.3s;
  }
  .header-pc .contenedor nav .parte3 a:hover {
    color: #e0034e;
    transition: 0.3s;
  }
  .header-pc .contenedor nav .parte3 .active {
    color: #e0034e !important;
  }
  .header-pc .contenedor .social {
    display: none;
    flex: 1;
  }
  .header-pc .contenedor .social a img {
    width: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .header-pc .glass {
    content: url("../img/index/glass_1920.png") !important;
  }
  .header-pc .contenedor {
    position: relative;
    display: flex;
    justify-content: center;
  }
  .header-pc .contenedor nav .parte2 img {
    width: 180px;
  }
  .header-pc .contenedor .social {
    position: absolute;
    display: flex;
    padding-top: 88px;
    right: 50px;
  }
  .header-pc .contenedor .social a {
    margin: 0 8px;
  }
  .header-pc .contenedor .social a img {
    width: 25px;
    height: 25px;
  }
  .header-pc .contenedor .social a #face {
    content: url("../img/menu/face.png") !important;
    transition: 0.3s !important;
  }
  .header-pc .contenedor .social a #face:hover {
    content: url("../img/menu/face2.png") !important;
    transition: 0.3s !important;
  }
  .header-pc .contenedor .social a #insta {
    content: url("../img/menu/insta.png") !important;
    transition: 0.3s !important;
  }
  .header-pc .contenedor .social a #insta:hover {
    content: url("../img/menu/insta2.png") !important;
    transition: 0.3s !important;
  }
}
@media screen and (min-width: 1200px) {
  .header-pc .glass {
    content: url("../img/index/glass_2560.png") !important;
  }
}

.hero {
  margin-top: -40px;
  width: 100%;
  height: 360px;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}
.hero .texto {
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero .texto h1 {
  font-family: "JosefinSans-Bold";
  font-size: 28px;
  color: #fff;
  text-shadow: 2px 2px #78222f;
  margin-bottom: 10px;
  font-weight: 900;
  letter-spacing: 0px !important;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.hero .texto h2 {
  font-family: "MeetCute";
  color: #f1c3b6;
  font-size: 24px;
  text-shadow: 2px 2px #78222f;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  margin-bottom: 12px;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.hero .texto h2 span {
  color: #f1c3b6;
  font-size: 10px;
  margin-left: -5px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.8);
}
.hero .texto h3 {
  font-family: "JosefinSans-Medium";
  font-size: 28px;
  color: #fff;
  text-shadow: 2px 2px #78222f;
  letter-spacing: 0px !important;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.hero .hero_menu_texto {
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero .hero_menu_texto img {
  width: 280px;
}
.hero .hero_aviso_texto {
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero .hero_aviso_texto img {
  width: 260px;
}
.hero .glass {
  display: none;
}
@media screen and (min-width: 768px) {
  .hero {
    height: 450px !important;
  }
  .hero .hero_menu_texto {
    height: 450px;
  }
  .hero .hero_menu_texto img {
    width: 400px;
  }
  .hero .hero_aviso_texto {
    height: 450px;
  }
  .hero .hero_aviso_texto img {
    width: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .hero {
    position: relative;
    height: 580px !important;
  }
  .hero .hero_menu_texto {
    padding-top: 25px;
    height: 520px;
  }
  .hero .hero_menu_texto img {
    width: 500px;
  }
  .hero .glass {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: -5px;
  }
}
@media screen and (min-width: 1200px) {
  .hero {
    height: 650px !important;
    background-size: cover;
  }
  .hero .glass {
    content: url("../img/index/glass_1920.png") !important;
  }
  .hero .hero_menu_texto {
    padding-top: 0px;
    height: 650px;
  }
  .hero .hero_menu_texto img {
    width: 600px;
  }
}
@media screen and (min-width: 1920px) {
  .hero {
    height: 800px !important;
    background-size: cover;
  }
  .hero .glass {
    content: url("../img/index/glass_2560.png") !important;
  }
  .hero .hero_menu_texto {
    padding-top: 0px;
    height: 800px;
  }
  .hero .hero_menu_texto img {
    width: 680px;
  }
}

.quienes {
  padding: 60px 0;
  background: url("../img/index/bg_rojo.jpg");
  width: 100%;
  height: auto;
  background-attachment: fixed;
}
.quienes .contenedor .lado1 {
  margin-bottom: 25px;
}
.quienes .contenedor .lado1 img {
  margin: 0 auto;
  display: block;
  width: 190px;
}
.quienes .contenedor .lado2 .texto {
  text-align: center;
}
.quienes .contenedor .lado2 .texto h1 {
  color: #fff;
  font-size: 42px;
  margin-bottom: 15px;
}
.quienes .contenedor .lado2 .texto p {
  color: #fff;
  margin-bottom: 15px;
}
.quienes .contenedor .lado2 .texto h3 {
  font-family: "MeetCute";
  color: #fff;
  font-size: 24px;
  margin-bottom: 15px;
}
.quienes .contenedor .lado2 .texto .social {
  display: flex;
  align-items: center;
  justify-content: center;
}
.quienes .contenedor .lado2 .texto .social a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-right: 15px;
}
.quienes .contenedor .lado2 .texto .social a #face {
  content: url("../img/menu/face.png") !important;
  transition: 0.3s !important;
}
.quienes .contenedor .lado2 .texto .social a #face:hover {
  content: url("../img/menu/face2.png") !important;
  transition: 0.3s !important;
}
.quienes .contenedor .lado2 .texto .social a #insta {
  content: url("../img/menu/insta.png") !important;
  transition: 0.3s !important;
}
.quienes .contenedor .lado2 .texto .social a #insta:hover {
  content: url("../img/menu/insta2.png") !important;
  transition: 0.3s !important;
}
@media screen and (min-width: 1024px) {
  .quienes .contenedor {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .quienes .contenedor .lado1 {
    width: 40%;
  }
  .quienes .contenedor .lado1 img {
    width: 360px;
  }
  .quienes .contenedor .lado2 {
    width: 60%;
  }
  .quienes .contenedor .lado2 .texto {
    text-align: center;
  }
  .quienes .contenedor .lado2 .texto p {
    display: block;
    width: 550px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .quienes .contenedor {
    width: 1000px;
    min-width: 1000px;
  }
  .quienes .contenedor .lado1 {
    width: 50%;
  }
  .quienes .contenedor .lado1 img {
    width: 400px;
  }
  .quienes .contenedor .lado2 {
    width: 50%;
  }
  .quienes .contenedor .lado2 .texto h1 {
    width: 550px !important;
  }
  .quienes .contenedor .lado2 .texto h3 {
    width: 550px;
  }
  .quienes .contenedor .lado2 .texto .social {
    width: 550px;
  }
}

.servicios {
  padding: 40px 0 20px 0;
  background: url("../img/index/fondo_glaseado_movil_parte1.png");
  background-size: cover;
  background-position: left bottom;
}
.servicios .contenedor .titulo {
  margin-bottom: 40px;
}
.servicios .contenedor .items {
  margin-bottom: 60px;
}
.servicios .contenedor .items .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
.servicios .contenedor .items .item img {
  width: 80px;
  margin-bottom: 10px;
}
.servicios .contenedor .items .item p {
  color: #4d4d4d;
}
.servicios .botones {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.servicios .botones a {
  padding: 6px 20px;
  border-radius: 30px;
  text-decoration: none;
  margin-right: 10px;
  background: #6abf4a;
  color: #fff;
  font-family: "JosefinSans-Regular";
  font-size: 20px !important;
  transition: 0.3s;
}
.servicios .botones a:hover {
  background: #e0034e;
  transition: 0.3s;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.09);
}
.servicios .titulo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.servicios .titulo .texto1 {
  color: #e0034e;
  font-size: 46px !important;
}
.servicios .titulo .texto2 {
  color: #e0034e;
  font-size: 52px !important;
  margin-top: -44px;
}
.servicios .testimonios {
  margin-top: -20px;
}
.servicios .testimonios #testimonio1,
.servicios .testimonios #testimonio2,
.servicios .testimonios #testimonio3,
.servicios .testimonios #testimonio4,
.servicios .testimonios #testimonio5,
.servicios .testimonios #testimonio6 {
  margin-bottom: 10px;
}
.servicios .parte1 {
  position: relative;
  overflow: hidden;
  height: 460px;
  margin-bottom: 15px;
}
.servicios .parte1 .contenido {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(120, 34, 47, 0.8117647059);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  box-sizing: border-box;
  opacity: 0;
  transition: 0.2s ease-in;
  cursor: pointer;
}
.servicios .parte1 .contenido .foto {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}
.servicios .parte1 .contenido p {
  display: block;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
.servicios .parte1 .contenido h3 {
  color: #fff;
  font-family: "JosefinSans-Bold";
  margin-bottom: 15px;
}
.servicios .parte1 .contenido .estrella {
  width: 30px;
  height: 30px;
}
.servicios .parte1 img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  height: 460px;
  cursor: pointer;
}
.servicios .parte2 {
  display: flex;
  flex-direction: column;
}
.servicios .parte2 .subparte1 {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.servicios .parte2 .subparte1 div {
  position: relative;
  width: 49%;
}
.servicios .parte2 .subparte1 div .contenido {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(120, 34, 47, 0.8117647059);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  box-sizing: border-box;
  opacity: 0;
  transition: 0.2s ease-in;
  cursor: pointer;
}
.servicios .parte2 .subparte1 div .contenido .foto {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}
.servicios .parte2 .subparte1 div .contenido p {
  display: block;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
.servicios .parte2 .subparte1 div .contenido h3 {
  color: #fff;
  font-family: "JosefinSans-Bold";
  margin-bottom: 15px;
  font-size: 16px;
}
.servicios .parte2 .subparte1 div .contenido .estrella {
  width: 30px;
  height: 30px;
}
.servicios .parte2 .subparte1 div img {
  height: 280px;
}
.servicios .parte2 .subparte2 {
  position: relative;
  height: 240px;
  margin-bottom: 10px;
}
.servicios .parte2 .subparte2 #testimonio4 {
  position: relative;
}
.servicios .parte2 .subparte2 #testimonio4 div {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(120, 34, 47, 0.8117647059);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  box-sizing: border-box;
  opacity: 0;
  transition: 0.2s ease-in;
  cursor: pointer;
}
.servicios .parte2 .subparte2 #testimonio4 div .foto {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}
.servicios .parte2 .subparte2 #testimonio4 div p {
  display: block;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
.servicios .parte2 .subparte2 #testimonio4 div h3 {
  color: #fff;
  font-family: "JosefinSans-Bold";
  margin-bottom: 15px;
}
.servicios .parte2 .subparte2 #testimonio4 div .estrella {
  width: 30px;
  height: 30px;
}
.servicios .parte2 .subparte2 img {
  height: 240px;
}
.servicios .parte3 {
  position: relative;
  overflow: hidden;
  height: 460px;
  margin-bottom: 15px;
}
.servicios .parte3 #testimonio5 {
  position: relative;
}
.servicios .parte3 #testimonio5 div {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(120, 34, 47, 0.8117647059);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  box-sizing: border-box;
  opacity: 0;
  transition: 0.2s ease-in;
  cursor: pointer;
}
.servicios .parte3 #testimonio5 div .foto {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}
.servicios .parte3 #testimonio5 div p {
  display: block;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
.servicios .parte3 #testimonio5 div h3 {
  color: #fff;
  font-family: "JosefinSans-Bold";
  margin-bottom: 15px;
}
.servicios .parte3 #testimonio5 div .estrella {
  width: 30px;
  height: 30px;
}
.servicios .parte3 #testimonio5 img {
  height: 460px;
}
.servicios .parte4 {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.servicios .parte4 #testimonio6 {
  position: relative;
}
.servicios .parte4 #testimonio6 div {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(120, 34, 47, 0.8117647059);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  box-sizing: border-box;
  opacity: 0;
  transition: 0.2s ease-in;
  cursor: pointer;
}
.servicios .parte4 #testimonio6 div .foto {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}
.servicios .parte4 #testimonio6 div p {
  display: block;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
.servicios .parte4 #testimonio6 div h3 {
  color: #fff;
  font-family: "JosefinSans-Bold";
  margin-bottom: 15px;
}
.servicios .parte4 #testimonio6 div .estrella {
  width: 30px;
  height: 30px;
}
.servicios .parte4 #testimonio6 img {
  height: 460px;
}
@media screen and (min-width: 768px) {
  .servicios #testimonio1 div p {
    width: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .servicios {
    background-size: contain;
  }
  .servicios .contenedor h1 {
    padding-bottom: 50px;
  }
  .servicios .contenedor .items {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }
  .servicios .contenedor .items .item {
    width: 30%;
  }
  .servicios .contenedor .items .item img {
    margin-bottom: 20px;
  }
  .servicios .contenedor .items .item p {
    text-align: center;
  }
  .servicios .contenedor .botones {
    margin-bottom: 60px;
  }
  .servicios .contenedor .botones a {
    margin-right: 0;
    margin: 0 30px;
  }
  .servicios .contenedor .titulo .texto1 {
    font-size: 55px !important;
  }
  .servicios .contenedor .titulo .texto2 {
    font-size: 59px !important;
  }
  .servicios .contenedor .testimonios {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .servicios .contenedor .testimonios .parte1 {
    width: 49%;
    height: 532px !important;
    margin-bottom: 20px !important;
  }
  .servicios .contenedor .testimonios .parte1 .contenido .foto {
    width: 70px;
    height: 70px;
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .servicios .contenedor .testimonios .parte1 .contenido p {
    display: block;
    text-align: center;
  }
  .servicios .contenedor .testimonios .parte1 .contenido h3 {
    display: block;
    text-align: center;
  }
  .servicios .contenedor .testimonios .parte1 .contenido .estrella {
    width: 40px;
    height: 40px;
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .servicios .contenedor .testimonios .parte1 img {
    height: 532px !important;
  }
  .servicios .contenedor .testimonios .parte2 {
    width: 49%;
  }
  .servicios .contenedor .testimonios .parte2 .subparte1 .contenido .foto,
.servicios .contenedor .testimonios .parte2 .subparte2 .contenido .foto {
    width: 60px !important;
    height: 60px !important;
  }
  .servicios .contenedor .testimonios .parte3 {
    width: 49%;
    height: 532px !important;
  }
  .servicios .contenedor .testimonios .parte3 .contenido .foto {
    width: 70px !important;
    height: 70px !important;
  }
  .servicios .contenedor .testimonios .parte3 .contenido .estrella {
    width: 40px !important;
    height: 40px !important;
  }
  .servicios .contenedor .testimonios .parte3 .contenido p {
    width: 110px;
  }
  .servicios .contenedor .testimonios .parte3 img {
    height: 532px !important;
  }
  .servicios .contenedor .testimonios .parte4 {
    width: 49%;
    height: 532px !important;
  }
  .servicios .contenedor .testimonios .parte4 .contenido .foto {
    width: 70px !important;
    height: 70px !important;
  }
  .servicios .contenedor .testimonios .parte4 .contenido .estrella {
    width: 40px !important;
    height: 40px !important;
  }
  .servicios .contenedor .testimonios .parte4 .contenido p {
    width: 110px;
  }
  .servicios .contenedor .testimonios .parte4 img {
    height: 532px !important;
  }
}
@media screen and (min-width: 1200px) {
  .servicios .testimonios .parte1 {
    width: 24% !important;
  }
  .servicios .testimonios .parte1 .contenido p {
    width: 180px !important;
  }
  .servicios .testimonios .parte2 {
    width: 24% !important;
  }
  .servicios .testimonios .parte3 {
    width: 24% !important;
  }
  .servicios .testimonios .parte4 {
    width: 24% !important;
  }
}

.mas_sorpresas {
  padding: 60px 0 20px 0;
  position: relative;
  height: auto;
  background: url("../img/index/banner1.png");
  background-position: center;
  background-repeat: repeat-y;
  background-size: cover;
  overflow: hidden;
  background-attachment: fixed;
}
.mas_sorpresas .glass {
  position: absolute;
  left: 0;
  top: -2px;
}
.mas_sorpresas .contenedor .parte1 {
  text-align: center;
  margin-bottom: 20px;
}
.mas_sorpresas .contenedor .parte1 .subparte1 .parte1 {
  margin-bottom: 20px;
}
.mas_sorpresas .contenedor .parte1 .subparte1 .parte1 h1 {
  padding-right: 34px;
  font-size: 46px !important;
}
.mas_sorpresas .contenedor .parte1 .subparte1 .parte1 h3 {
  margin-top: -34px;
  font-size: 50px !important;
}
.mas_sorpresas .contenedor .parte1 .subparte1 .parte2 {
  color: #fff;
  font-family: "JosefinSans-Medium";
  margin-bottom: 30px;
  display: block;
}
.mas_sorpresas .contenedor .parte1 .subparte1 .parte3 {
  display: flex;
  flex-direction: column;
}
.mas_sorpresas .contenedor .parte1 .subparte1 .parte3 span {
  font-family: "JosefinSans-Bold";
  font-size: 26px !important;
  color: #fff;
  margin-bottom: 20px;
}
.mas_sorpresas .contenedor .parte1 .subparte1 .parte3 span br {
  display: none;
}
.mas_sorpresas .contenedor .parte1 .subparte1 .parte3 .logos {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.mas_sorpresas .contenedor .parte1 .subparte1 .parte3 .logos .logo {
  width: 70px;
  height: 70px;
}
.mas_sorpresas .contenedor .parte1 .subparte1 .parte3 .logos .logo a img {
  transition: 0.3s;
}
.mas_sorpresas .contenedor .parte1 .subparte1 .parte3 .logos .logo a img:hover {
  transition: 0.3s;
  transform: scale(1.1);
}
.mas_sorpresas .contenedor .parte1 .subparte2 {
  display: none;
}
.mas_sorpresas .contenedor .parte2 .fresita {
  width: 100%;
  height: 190px;
  text-align: center;
}
.mas_sorpresas .contenedor .parte2 .fresita img {
  width: 240px;
}
@media screen and (min-width: 768px) {
  .mas_sorpresas .contenedor .parte1 .subparte1 .titulo {
    margin-top: 30px;
  }
  .mas_sorpresas .contenedor .parte2 .fresita {
    height: 200px;
  }
  .mas_sorpresas .contenedor .parte2 .fresita img {
    width: 260px;
  }
}
@media screen and (min-width: 1024px) {
  .mas_sorpresas {
    padding: 80px 0;
    height: 150px;
  }
  .mas_sorpresas .glass {
    content: url("../img/index/glass_1024.png");
  }
  .mas_sorpresas .contenedor {
    display: flex;
    flex-direction: row-reverse;
  }
  .mas_sorpresas .contenedor .parte2 {
    width: 35%;
  }
  .mas_sorpresas .contenedor .parte2 img {
    margin-top: -80px;
    width: 350px !important;
    z-index: 999;
    position: relative;
  }
  .mas_sorpresas .contenedor .parte1 {
    width: 70%;
    padding-top: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mas_sorpresas .contenedor .parte1 .subparte1 {
    -moz-text-align-last: left;
         text-align-last: left;
    margin-top: -20px;
    width: 54%;
  }
  .mas_sorpresas .contenedor .parte1 .subparte1 .parte1 {
    margin-bottom: 0;
    padding-left: 30px;
  }
  .mas_sorpresas .contenedor .parte1 .subparte1 .parte1 .titulo {
    margin-top: 5px;
  }
  .mas_sorpresas .contenedor .parte1 .subparte1 .parte1 .titulo h1 {
    margin-left: 30px;
  }
  .mas_sorpresas .contenedor .parte1 .subparte1 .parte1 .titulo h3 {
    margin-top: -38px;
  }
  .mas_sorpresas .contenedor .parte1 .subparte1 .parte2 {
    margin-bottom: 0;
    width: auto;
    font-size: 18px !important;
    font-family: "JosefinSans-Medium";
  }
  .mas_sorpresas .contenedor .parte1 .subparte1 .parte3 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 30px;
  }
  .mas_sorpresas .contenedor .parte1 .subparte1 .parte3 .texto {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 30px;
  }
  .mas_sorpresas .contenedor .parte1 .subparte1 .parte3 .texto #descarga {
    display: block;
    text-shadow: 3px 3px #78222f;
  }
  .mas_sorpresas .contenedor .parte1 .subparte1 .parte3 .texto #app {
    display: block;
    margin-top: -30px;
    text-shadow: 3px 3px #78222f;
  }
  .mas_sorpresas .contenedor .parte1 .subparte1 .parte3 .logos {
    margin-top: 10px;
  }
  .mas_sorpresas .contenedor .parte1 .subparte1 .parte3 .logos a img {
    width: 55px;
    height: 55px;
  }
  .mas_sorpresas .contenedor .parte1 .subparte2 {
    display: inherit;
    width: 44%;
  }
  .mas_sorpresas .contenedor .parte1 .subparte2 .qrs {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mas_sorpresas .contenedor .parte1 .subparte2 .qrs .qr img {
    width: 120px;
  }
  .mas_sorpresas .contenedor .parte1 .subparte2 .qrs .qr span {
    display: block;
    font-family: "JosefinSans-Medium";
    color: #fff;
  }
  .mas_sorpresas .contenedor .parte1 .subparte2 .qrs .qr1 {
    margin-right: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .mas_sorpresas {
    height: 200px;
  }
  .mas_sorpresas .glass {
    content: url("../img/index/glass_1920.png");
  }
  .mas_sorpresas .contenedor .parte1 {
    padding-top: 30px;
  }
  .mas_sorpresas .contenedor .parte1 .subparte1 {
    width: 50%;
  }
  .mas_sorpresas .contenedor .parte1 .subparte2 {
    width: 50%;
  }
  .mas_sorpresas .contenedor .parte1 .subparte2 .qrs {
    margin-top: 20px;
  }
  .mas_sorpresas .contenedor .parte1 .subparte2 .qrs .qr img {
    width: 140px;
  }
  .mas_sorpresas .contenedor .parte1 .subparte2 .qrs .qr1 {
    margin-right: 40px;
  }
  .mas_sorpresas .contenedor .parte2 .fresita {
    margin-top: 10px;
  }
  .mas_sorpresas .contenedor .parte2 .fresita img {
    width: 390px !important;
  }
}
@media screen and (min-width: 1920px) {
  .mas_sorpresas {
    height: 220px;
  }
}
@media screen and (min-width: 2100px) {
  .mas_sorpresas {
    height: 250px;
  }
  .mas_sorpresas .glass {
    content: url("../img/index/glass_2560.png");
  }
  .mas_sorpresas .contenedor .parte1 {
    margin-left: 30px;
    margin-top: 0px;
  }
  .mas_sorpresas .contenedor .parte1 .subparte1 .parte1 {
    padding-left: 0 !important;
  }
  .mas_sorpresas .contenedor .parte1 .subparte1 .parte1 .titulo h1 {
    margin-left: 35px;
    font-size: 55px !important;
  }
  .mas_sorpresas .contenedor .parte1 .subparte1 .parte1 .titulo h3 {
    margin-top: -40px;
    font-size: 59px !important;
  }
  .mas_sorpresas .contenedor .parte1 .subparte1 .parte2 {
    font-size: 20px !important;
  }
  .mas_sorpresas .contenedor .parte1 .subparte2 .qrs {
    margin-left: 30px;
  }
  .mas_sorpresas .contenedor .parte1 .subparte2 .qrs .qr img {
    width: 170px;
  }
  .mas_sorpresas .contenedor .parte1 .subparte2 .qrs .qr1 {
    margin-right: 40px;
  }
  .mas_sorpresas .contenedor .parte2 .fresita {
    margin-top: 40px;
  }
  .mas_sorpresas .contenedor .parte2 .fresita img {
    width: 420px !important;
  }
}

.contacto {
  padding: 30px 0 20px 0;
  background: url("../img/index/fondo_glaseado_movil_parte1.png");
  background-position: center;
  background-size: cover;
}
.contacto .contenedor h1 {
  text-align: center;
}
.contacto .contenedor h3 {
  text-align: center;
  font-family: "MeetCute";
  margin-top: -5px;
}
.contacto .contenedor .formulario form {
  position: relative;
  background: #e0034e;
  padding: 10px 30px 20px 30px;
}
.contacto .contenedor .formulario form img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.contacto .contenedor .formulario form input {
  font-family: "JosefinSans-Light";
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 8px;
  padding: 7px;
  border: none;
}
.contacto .contenedor .formulario form textarea {
  font-family: "JosefinSans-Light";
  width: 100%;
  border: none;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 7px;
}
.contacto .contenedor .formulario form .checks {
  margin-bottom: 15px;
}
.contacto .contenedor .formulario form .checks span {
  display: block;
  color: #fff;
  margin-bottom: 20px;
}
.contacto .contenedor .formulario form .checks .flex {
  display: flex;
  flex-direction: column;
}
.contacto .contenedor .formulario form .checks .flex .check {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 5px;
}
.contacto .contenedor .formulario form .checks .flex .check input {
  width: 5%;
  border: none !important;
  margin-right: 10px;
}
.contacto .contenedor .formulario form .checks .flex .check label {
  color: #fff;
}
.contacto .contenedor .formulario form .aviso_privacidad {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  margin-bottom: 20px;
}
.contacto .contenedor .formulario form .aviso_privacidad input {
  width: auto;
  border: none !important;
  margin-top: 3px;
  margin-right: 10px;
}
.contacto .contenedor .formulario form .aviso_privacidad label {
  color: #fff;
}
.contacto .contenedor .formulario form .aviso_privacidad label a {
  color: #fff;
  font-size: 16px !important;
  text-decoration: none;
  font-weight: 700;
}
.contacto .contenedor .formulario form .boton-enviar input {
  padding: 6px 20px;
  border-radius: 30px;
  text-decoration: none;
  margin-right: 10px;
  background: #6abf4a;
  color: #fff;
  font-family: "JosefinSans-Medium";
  font-size: 20px !important;
  transition: 0.3s;
}
.contacto .contenedor .formulario form .boton-enviar input:hover {
  background: #fff;
  color: #e0034e;
  transition: 0.3s;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.09);
}
.contacto .informacion {
  padding-top: 30px;
}
.contacto .informacion .informacion_titulo {
  position: relative;
  margin-bottom: 50px;
}
.contacto .informacion .informacion_titulo h3 {
  font-size: 16px !important;
  position: absolute;
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 34px;
  font-family: "JosefinSans-Bold";
  letter-spacing: 1px !important;
  width: 170px;
}
.contacto .sucursales {
  text-align: center;
}
.contacto .sucursales .sucursal {
  margin-bottom: 40px;
}
.contacto .sucursales .sucursal .matriz {
  color: #e0034e;
  font-family: "JosefinSans-Bold";
}
.contacto .sucursales .sucursal .nombre {
  color: #6abf4a;
  font-family: "JosefinSans-SemiBold";
  font-size: 24px !important;
}
.contacto .sucursales .sucursal .calle,
.contacto .sucursales .sucursal .dias {
  color: #79242f;
  font-family: "JosefinSans-Bold";
}
.contacto .sucursales .sucursal .numero {
  color: #e0034e;
  font-family: "JosefinSans-Bold";
}
.contacto .sucursales .sucursal .regular,
.contacto .sucursales .sucursal .horario {
  color: #79242f;
  font-family: "JosefinSans-Regular";
}
.contacto .sucursales .sucursal .fa-whatsapp {
  color: #6abf4a !important;
}
.contacto .sucursales .sucursal_movil {
  display: block !important;
}
.contacto .sucursales .sucursal_pc {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .contacto {
    background-position: bottom;
  }
  .contacto h3 {
    font-size: 22px;
  }
  .contacto .informacion h3 {
    top: 63px !important;
  }
  .contacto .sucursales .parte1,
.contacto .sucursales .parte2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contacto .sucursales .parte1 .sucursal,
.contacto .sucursales .parte2 .sucursal {
    width: 32%;
  }
}
@media screen and (min-width: 1024px) {
  .contacto h3 {
    margin-bottom: 30px;
  }
  .contacto .contenedor .secciones {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .contacto .contenedor .secciones .formulario {
    width: 50%;
    position: relative;
  }
  .contacto .contenedor .secciones .formulario form {
    width: 100%;
    box-sizing: border-box;
  }
  .contacto .contenedor .secciones .formulario form .flex .checks {
    margin-bottom: 0;
  }
  .contacto .contenedor .secciones .formulario form .flex .checks .flex {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .contacto .contenedor .secciones .formulario form .flex .checks .flex .check {
    margin-right: 20px;
    display: flex;
    align-items: center;
  }
  .contacto .contenedor .secciones .formulario form .flex .checks .flex .check input {
    width: 13px;
    height: 13px;
    margin-right: 7px;
  }
  .contacto .contenedor .secciones .formulario form .flex .checks .flex .check label {
    font-size: 18px;
  }
  .contacto .contenedor .secciones .formulario form .flex .flex2 {
    display: flex;
    justify-content: space-between;
  }
  .contacto .contenedor .secciones .formulario form .flex .flex2 input {
    width: 49%;
  }
  .contacto .contenedor .secciones .mapa {
    margin-left: 20px;
    width: 50%;
  }
  .contacto .contenedor .secciones .mapa iframe {
    height: 668px;
  }
  .contacto .contenedor .secciones .mapa .i4ewOd-pzNkMb-haAclf {
    display: none !important;
    background-color: red;
  }
  .contacto .contenedor .sucursales {
    margin-top: 80px;
  }
  .contacto .contenedor .sucursales .sucursal_movil {
    display: none !important;
  }
  .contacto .contenedor .sucursales .sucursal_pc {
    display: block !important;
    margin-top: -30px;
  }
}
@media screen and (min-width: 1200px) {
  .contacto {
    background-size: contain;
  }
  .contacto .contenedor {
    width: 1144px !important;
    min-width: 1144px;
  }
  .contacto .contenedor h3 {
    margin-bottom: 0;
  }
  .contacto .contenedor .formulario form .boton-enviar {
    text-align: right;
  }
  .contacto .contenedor .formulario form .boton-enviar input {
    width: 130px;
  }
  .contacto .contenedor .formulario form .aviso_privacidad {
    margin-bottom: 0;
  }
  .contacto .contenedor .secciones .mapa {
    margin-top: 80px;
  }
  .contacto .contenedor .secciones .mapa iframe {
    height: 560px !important;
  }
  .contacto .contenedor .sucursales {
    justify-content: space-around;
  }
  .contacto .contenedor .sucursales .sucursal {
    width: 24%;
  }
}
@media screen and (min-width: 1600px) {
  .contacto {
    background-size: contain;
  }
  .contacto .contenedor .secciones .mapa iframe {
    height: 580px !important;
  }
}

footer {
  position: relative;
  background: #e0034e;
  padding: 80px 0 25px 0;
  overflow: hidden;
}
footer .contenedor span {
  display: block;
  color: #fff;
  margin-bottom: 15px;
  text-align: center;
}
footer .contenedor span a {
  text-decoration: none;
  color: #fff;
  font-weight: 900;
}
footer .contenedor img {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 40px;
}
footer img {
  width: 100%;
  position: absolute;
  top: -1px;
  left: 0;
  -o-object-fit: fill;
     object-fit: fill;
}
@media screen and (min-width: 768px) {
  footer .glass {
    content: url("../img/index/glass_768.png");
  }
  footer .contenedor span {
    margin-top: 10px;
  }
  footer .contenedor .copy {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  footer .glass {
    content: url("../img/index/glass_1024.png");
  }
  footer .contenedor span {
    width: 80%;
    display: block;
    margin: 0 auto;
    margin-top: 20px !important;
  }
}
@media screen and (min-width: 1200px) {
  footer .glass {
    content: url("../img/index/glass_1920.png");
  }
  footer .contenedor {
    margin-top: 20px;
  }
  footer .contenedor span {
    margin: 0 auto;
    display: block;
  }
  footer .contenedor .copy {
    margin-top: 20px !important;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  footer .glass {
    content: url("../img/index/glass_2560.png") !important;
  }
  footer span {
    margin-top: 60px !important;
  }
}
@media screen and (min-width: 1600px) {
  footer span {
    padding-top: 0px !important;
  }
  footer .copy {
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 2100px) {
  footer span {
    padding-top: 40px !important;
  }
}

.aviso {
  padding: 40px 0 20px 0;
  background: url("../img/index/fondo_glaseado_movil_parte1.png");
  background-size: cover;
  background-position: left bottom;
}

.bloque1 {
  padding: 40px 0;
  background: url("../img/index/bg_rojo.jpg");
  width: 100%;
  height: auto;
  background-attachment: fixed;
}
.bloque1 .contenedor .titulo {
  text-align: center;
  margin-bottom: 20px;
}
.bloque1 .contenedor .items {
  display: flex;
  flex-direction: column;
}
.bloque1 .contenedor .items .item {
  position: relative;
  width: 100%;
  height: 380px;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 10px;
}
.bloque1 .contenedor .items .item .promo_capa {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(120, 34, 47, 0.8980392157);
  display: flex;
  align-items: center;
  box-sizing: border-box;
  transition: 0.3s ease;
  opacity: 0;
}
.bloque1 .contenedor .items .item .promo_capa .promo_contenido img {
  margin: 0 auto;
  display: block;
  width: 70px;
  margin-bottom: 5px;
}
.bloque1 .contenedor .items .item .promo_capa .promo_contenido h3 {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-family: "MeetCute";
  margin-bottom: 5px;
}
.bloque1 .contenedor .items .item .promo_capa .promo_contenido p {
  display: block;
  margin: 0 auto;
  width: 80%;
  text-align: center;
  color: #fff;
}
.bloque1 .contenedor .items .item img {
  z-index: -1;
  transition: 0.3s ease;
}
.bloque1 .contenedor .items #promo1 {
  background-image: url("../img/menu/zanahoria.png");
  background-size: cover;
  background-position: center;
}
.bloque1 .contenedor .items #promo2 {
  background-image: url("../img/menu/macarrones.png");
  background-size: cover;
  background-position: center;
}
.bloque1 .contenedor .items #promo3 {
  background-image: url("../img/menu/besos.png");
  background-size: cover;
  background-position: center;
}
.bloque1 .contenedor h3 {
  font-family: "MeetCute";
  color: #fff;
  font-size: 24px;
  margin-bottom: 15px;
  text-align: center;
}
.bloque1 .contenedor .social {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bloque1 .contenedor .social a {
  outline: 0;
}
.bloque1 .contenedor .social a #facebook {
  background-image: url("../img/menu/face.png");
  background-size: cover;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  transition: 0.3s;
}
.bloque1 .contenedor .social a #facebook:hover {
  background-image: url("../img/menu/face2.png");
  transition: 0.3s;
}
.bloque1 .contenedor .social a #instagram {
  background-image: url("../img/menu/insta.png");
  background-size: cover;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  transition: 0.3s;
}
.bloque1 .contenedor .social a #instagram:hover {
  background-image: url("../img/menu/insta2.png");
  transition: 0.3s;
}
@media screen and (min-width: 1024px) {
  .bloque1 .contenedor .items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .bloque1 .contenedor .items .item {
    width: 33.33%;
    height: 440px !important;
    background-color: #6abf4a;
    transition: 0.4s ease;
  }
  .bloque1 .contenedor .items #promo2 {
    margin: 0 20px;
  }
}

.bloque2 {
  padding: 40px 0 20px 0;
  background: url("../img/index/fondo_glaseado_movil_parte1.png");
  background-size: cover;
  background-position: left bottom;
}
.bloque2 .contenedor h1 {
  text-align: center;
  margin-bottom: 50px;
}
.bloque2 .contenedor .items {
  margin-bottom: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bloque2 .contenedor .items .item {
  width: 100% !important;
  margin-bottom: 40px;
}
.bloque2 .contenedor .items .item img {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
}
.bloque2 .contenedor .items .item h3 {
  font-size: 22px;
  font-family: "JosefinSans-Bold";
  color: #e0034e;
  margin-bottom: 5px;
}
.bloque2 .contenedor .items .item ul li {
  font-family: "JosefinSans-SemiBold";
}
.bloque2 .contenedor .boton {
  text-align: center;
  margin-bottom: 60px;
  margin-top: -30px;
}
.bloque2 .contenedor .boton a {
  outline: 0;
  padding: 14px 24px;
  border-radius: 30px;
  text-decoration: none;
  margin-right: 10px;
  background: #6abf4a;
  color: #fff;
  font-family: "JosefinSans-Regular";
  font-size: 20px !important;
  transition: 0.3s;
}
.bloque2 .contenedor .boton a:hover {
  background: #e0034e;
  transition: 0.3s;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.09);
}
@media screen and (min-width: 1024px) {
  .bloque2 .contenedor .items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .bloque2 .contenedor .items .item {
    width: 32%;
  }
}
@media screen and (min-width: 1024px) {
  .bloque2 .contenedor .boton {
    margin-bottom: 20px;
  }
}

.bloque3 {
  padding: 60px 0 40px 0;
  position: relative;
  height: auto;
  background: url("../img/index/banner1.png");
  background-position: center;
  background-repeat: repeat-y;
  background-size: cover;
  overflow: hidden;
}
.bloque3 .glass {
  position: absolute;
  left: 0;
  top: -2px;
}
.bloque3 .contenedor .parte1 .contenido h1 {
  text-align: center;
  font-family: "MeetCute";
  margin-bottom: 20px;
}
.bloque3 .contenedor .parte1 .contenido .texto {
  margin-bottom: 20px;
}
.bloque3 .contenedor .parte1 .contenido .texto span {
  display: block;
  text-align: center;
  color: #fff;
  font-family: "JosefinSans-Medium";
}
.bloque3 .contenedor .parte1 .contenido .iconos {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.bloque3 .contenedor .parte1 .contenido .iconos a {
  text-decoration: none;
  outline: 0;
}
.bloque3 .contenedor .parte1 .contenido .iconos a #telefono {
  background-image: url("../img/menu/telefono.png");
  background-size: cover;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  transition: 0.3s;
}
.bloque3 .contenedor .parte1 .contenido .iconos a #telefono:hover {
  background-image: url("../img/menu/telefono2.png");
  transition: 0.3s;
}
.bloque3 .contenedor .parte1 .contenido .iconos a #whatsapp {
  background-image: url("../img/menu/whatsapp.png");
  background-size: cover;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  transition: 0.3s;
}
.bloque3 .contenedor .parte1 .contenido .iconos a #whatsapp:hover {
  background-image: url("../img/menu/whatsapp2.png");
  transition: 0.3s;
}
.bloque3 .contenedor .parte2 .fresita {
  width: 100%;
  height: 170px;
  text-align: center;
}
.bloque3 .contenedor .parte2 .fresita img {
  width: 240px;
}
@media screen and (min-width: 768px) {
  .bloque3 .contenedor .parte1 .contenido h1 {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .bloque3 .glass {
    content: url("../img/index/glass_1024.png");
  }
}
@media screen and (min-width: 1200px) {
  .bloque3 {
    height: 260px;
  }
  .bloque3 .glass {
    content: url("../img/index/glass_1920.png");
  }
  .bloque3 .contenedor {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .bloque3 .contenedor .parte2 {
    width: 20%;
  }
  .bloque3 .contenedor .parte2 .fresita img {
    margin-top: -50px;
    width: 400px;
    z-index: 999;
    position: relative;
  }
  .bloque3 .contenedor .parte1 {
    flex: 1;
  }
}
@media screen and (min-width: 1920px) {
  .bloque3 {
    height: 280px;
  }
  .bloque3 .glass {
    content: url("../img/index/glass_2560.png");
    height: 113px !important;
  }
  .bloque3 .contenedor .parte2 .fresita img {
    width: 420px;
  }
}

.pasteles2 {
  padding: 40px 0;
  height: auto;
  background: url("../img/index/bg_rojo.jpg");
  background-size: cover;
  background-position: left bottom;
  overflow: hidden;
}
.pasteles2 .contenedor h1 {
  text-align: center;
  margin-bottom: 30px;
}
.pasteles2 .contenedor h1 br {
  display: none;
}
.pasteles2 .contenedor .contenido {
  display: flex;
  flex-direction: column-reverse;
}
.pasteles2 .contenedor .contenido .lado1 .fresita {
  display: block;
  width: 280px;
  margin: 0 auto;
}
.pasteles2 .contenedor .contenido .lado2 .dialogo {
  display: block;
  width: 280px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.pasteles2 .contenedor .contenido .lado2 .redes {
  margin-bottom: 20px;
}
.pasteles2 .contenedor .contenido .lado2 .redes h3 {
  font-family: "MeetCute";
  color: #fff;
  font-size: 24px;
  margin-bottom: 30px;
  text-align: center;
}
.pasteles2 .contenedor .contenido .lado2 .redes .social {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pasteles2 .contenedor .contenido .lado2 .redes .social a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-right: 15px;
}
.pasteles2 .contenedor .contenido .lado2 .redes .social a #face {
  content: url("../img/menu/face.png") !important;
  transition: 0.3s !important;
}
.pasteles2 .contenedor .contenido .lado2 .redes .social a #face:hover {
  content: url("../img/menu/face2.png") !important;
  transition: 0.3s !important;
}
.pasteles2 .contenedor .contenido .lado2 .redes .social a #insta {
  content: url("../img/menu/insta.png") !important;
  transition: 0.3s !important;
}
.pasteles2 .contenedor .contenido .lado2 .redes .social a #insta:hover {
  content: url("../img/menu/insta2.png") !important;
  transition: 0.3s !important;
}
@media screen and (min-width: 768px) {
  .pasteles2 .contenedor .titulo {
    margin-bottom: 60px;
  }
  .pasteles2 .contenedor .titulo br {
    display: unset;
  }
  .pasteles2 .contenedor .contenido {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 20px;
  }
  .pasteles2 .contenedor .contenido .lado1 {
    margin-right: 10px;
  }
  .pasteles2 .contenedor .contenido .lado1 .fresita {
    width: 320px;
  }
  .pasteles2 .contenedor .contenido .lado2 {
    margin-left: 10px;
  }
  .pasteles2 .contenedor .contenido .lado2 .dialogo {
    width: 320px;
  }
}
@media screen and (min-width: 768px) {
  .pasteles2 .contenedor .contenido .lado1 .fresita {
    width: 380px;
  }
  .pasteles2 .contenedor .contenido .lado2 .dialogo {
    width: 380px;
  }
}
@media screen and (min-width: 1024px) {
  .pasteles2 .contenedor .contenido .lado1 .fresita {
    width: 400px;
  }
  .pasteles2 .contenedor .contenido .lado2 .dialogo {
    width: 400px;
  }
}

.pasteles {
  padding: 40px 0;
  height: auto;
  background: url("../img/index/bg_rojo.jpg");
  background-size: cover;
  background-position: left bottom;
}
.pasteles .contenedor {
  height: auto;
}
.pasteles .contenedor h1 {
  text-align: center;
  margin-bottom: 30px;
}
.pasteles .contenedor .filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.pasteles .contenedor .filters a {
  text-align: center;
  width: 32% !important;
  padding: 6px 20px 5px 20px;
  border-radius: 30px;
  text-decoration: none;
  margin-right: 10px;
  margin-bottom: 15px;
  background: #6abf4a;
  color: #fff;
  font-family: "JosefinSans-Bold";
  font-size: 17px !important;
  transition: 0.3s;
  border: none;
}
.pasteles .contenedor .filters a:hover {
  background: #fff;
  color: #e0034e;
  transition: 0.3s;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.09);
}
.pasteles .contenedor .filters .active {
  background: #fff;
  color: #e0034e;
  transition: 0.3s;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.09);
}
.pasteles .contenedor .isotope .grid-item {
  width: 31%;
  margin-bottom: 10px;
}
.pasteles .contenedor .isotope-pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.pasteles .contenedor .isotope-pager a {
  text-align: center;
  font-family: "JosefinSans-Bold";
  font-size: 22px;
  color: #fff;
  text-decoration: none;
  display: block;
  width: 36px;
  height: 30px;
  background: #6abf4a;
  margin: 0 7px 10px 7px;
  padding-top: 6px;
  border-radius: 30px;
  transition: 0.3s;
}
.pasteles .contenedor .isotope-pager a:hover {
  color: #e0034e;
  background: #fff;
  transition: 0.3s;
}
.pasteles .contenedor .isotope-pager .active {
  color: #e0034e;
  background: #fff;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .pasteles .contenedor .titulo {
    margin-bottom: 40px !important;
  }
  .pasteles .contenedor .filters {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .pasteles .contenedor .filters a {
    width: 20% !important;
  }
}
@media screen and (min-width: 1024px) {
  .pasteles .contenedor .filters {
    width: 100%;
    margin-bottom: 30px;
  }
  .pasteles .contenedor .filters a {
    width: 10% !important;
  }
}
@media screen and (min-width: 1200px) {
  .pasteles .isotope .grid-item {
    width: 24% !important;
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=style.css.map */