@font-face {
    font-family: 'EuclidFlex';
    src: url('../fonts/EuclidFlex.woff2') format('woff2'),
        url('../fonts/EuclidFlex.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'EuclidFlexMedium';
    src: url('../fonts/EuclidFlexMedium.woff2') format('woff2'),
        url('../fonts/EuclidFlexMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'EuclidFlexBold';
    src: url('../fonts/EuclidFlexBold.woff2') format('woff2'),
        url('../fonts/EuclidFlexBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


html,
body{
	width: 100%;
	float: left;
	overflow-x: hidden;
	position: 	relative;
  font-family: 'EuclidFlex';
}

a{
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
  text-decoration: none!important;
}

a:hover{
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}

.home{
}

.menu{
  width: 100%;
}

.menu nav{
    width: 100%;
    position: relative;
    z-index: 99;
 
}

.navbar-light .navbar-nav .nav-link{
  font-size: 17px;
  font-family: 'EuclidFlex';
  text-transform: uppercase;
  color: #212225;
  border-bottom: 2px solid transparent;
}

.navbar-light .navbar-nav .nav-link:hover,
.nosotros .navbar-light .navbar-nav .nav-link:hover{
  border-bottom: 2px solid #41b7e1;
  color: #41b7e1;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    margin-top: 1rem;
}

.navbar-nav{
  width: 100%;
  text-align: center;
}

.menu .navbar-nav .nav-item{
  position: relative;
  text-align: center;
  margin: 0 0.5rem;
}

.menu .input-group-text {
  background-color: transparent;
  border: 0;
  margin-top: 6px;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  text-decoration: none!important;
}

.menu .input-group-text:hover{
  color: #41b7e1;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  text-decoration: none!important;
}

.menu .buscar{
    border: 1px solid #010102;
    border-radius: 20px!important;
    background: transparent;
}


.flickity-button{
  background: transparent;
}

.navbar-shrink {
  margin-top: 0;
  z-index: 999999;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  position: fixed;
  top: 0!important;
  right: 0;
  left: 0;
  display: block!important;
}

#mainNavSticky .navbar-shrink .navbar{
  box-shadow: none;
}

#mainNavSticky a{
  color: #000;
}

#mainNavSticky{
  display: none;
}

#mainNavSticky img{
  width: 40%;
}

.home .fondo-head {
  position: absolute;
  z-index: 9;
}

.fondo-head{
  width: 100%;
  float: left;
  position: relative;
}

.carousel-principal{
  width: 100%;
  float: left;
  position: relative;
}

.carousel-principal .carousel-cell {
  width: 100%;
  float: left;
}

.carousel-principal .carousel-cell h1{
  text-align: center;
  text-transform: uppercase;
  margin-top: 50%;
  float: right;
  width: 90%;
  color: #000;
}

.carousel-principal .carousel-cell h2{
  text-align: center;
  color: #000;
  font-size: 40px;
  margin-top: 25%;
}


.carousel-principal .carousel-cell a{
  width: 100%;
  float: left;
}

.carousel-principal .carousel-cell .position-relative {
  width: 100%;
  float: left;
}

.carousel-principal .carousel-cell .position-relative .position-absolute {
  width: 100%;
  float: left;
  z-index: 9;
  top: 20%;
}


.carousel-principal .carousel-cell .position-relative .position-absolute a.productos {
  position: absolute;
  display: block;
  width: auto;
  float: left;
  top: 120%;
  right: 10%;
  text-align: right;
  background: #000;
  padding: 10px 30px;
  color: #fff;
  border-radius: 20px;
  border: 1px solid #000;
}

.carousel-principal .carousel-cell .position-relative .position-absolute a.productos:hover{
  background: transparent;
  color: #000;
  border: 1px solid #000;
}


/*.carousel-principal .carousel-cell img{
  margin: 0 0 0 3rem;
  display: block;
}*/

.carousel-principal .flickity-page-dots .dot {
  background: transparent;
  border: 1px solid #000;
} 

.carousel-principal .flickity-page-dots .dot.is-selected{
  background: #000;
  border: 1px solid #000;
}

.carousel-principal .flickity-page-dots {
  position: absolute;
  width: 3%;
  top: 80%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
  right: 0;
}

.cumpliendo-antojos{
  width: 100%;
  background: #fff;
  float: left;
  padding: 6rem 0;
}

.cumpliendo-antojos a{
  color: #010101;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;  
}

.cumpliendo-antojos h1{
  font-size: 80px;
  color: #010101;
  text-align: center;
  font-family: 'EuclidFlex';
  text-transform: uppercase;
}

.cumpliendo-antojos h1 p{
  margin-bottom: 3rem;
  font-size: 36px;
  float: left;
}

.cumpliendo-antojos .carousel{
  width: 100%;
  float: left;
  margin-top: 3rem;
} 


.cumpliendo-antojos .carousel .carousel-cell{
  width: 25%;
  float: left;
}

.cumpliendo-antojos .carousel .carousel-cell a{
  color: #010101;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}

.cumpliendo-antojos .carousel .carousel-cell .capa-relative{
  position: relative;
  float: left;
  width: 100%;
  padding: 0 1rem;
}

.cumpliendo-antojos .carousel .carousel-cell .capa-relative img{
  width: 100%;
  float: left;
} 

.cumpliendo-antojos .carousel .carousel-cell .capa-relative p{
  position: absolute;
  bottom: 5%;
  text-align: center;
  text-transform: uppercase;
  font-family: 'EuclidFlexBold';
  width: 60%;
  min-height: 48px;
  left: 20%;
} 

.dulces{
  width: 100%;
  background: #d5e7f5;
  float: left;
  padding: 6rem 0;
}

.dulces h1{
  color: #010101;
  text-align: center;
  font-family: 'EuclidFlex';
  text-transform: uppercase;
  font-size: 45px;
}

.dulces h1 p{
  margin-bottom: 3rem;
  font-size: 80px;
  float: left;
  margin-left: 10%;
}

.dulces .carousel{
  width: 100%;
  float: left;
  margin: 3rem 0;
} 


.dulces .carousel .carousel-cell{
  width: 33%;
  float: left;
  padding: 0 1rem;
}

.dulces .carousel .carousel-cell a{
  color: #010101;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;  
}

.dulces .carousel .carousel-cell img{
  width: 100%;
  float: left;
  margin-bottom: 1rem;
} 

.dulces .carousel .carousel-cell p{
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
} 

.dulces a.btn{
  color: #fff;
  background: #ed259c;
  border: 1px solid #ed259c;
  width: 100%;
  border-radius: 20px;
  font-size:22px;
  text-transform: uppercase;
}

.dulces a.btn:hover{
  color: #ed259c;
  background: transparent;
}

.dulces-promocionales{
  background: #ffde1f url(../img/dulces-promocionales.png)no-repeat;
  background-position: center right;
  float: left;
  width: 100%;
  padding: 3rem 0;
  background-size: 30%;
}

.dulces-promocionales h1 {
  text-transform: uppercase;
  font-size: 58px;
  margin-top: 4.5rem;
}

.dulces-promocionales h2{
  text-transform: uppercase;
  font-size: 46px;
}


.dulces-promocionales form{
  width: 100%;
  float: left;
}

.dulces-promocionales input{
  width: 100%;
  float: left;
  background: transparent;
  border-radius: 20px;
  border:  1px solid #060606;
  margin-bottom: 10px;
  padding: 5px 10px;
}

.dulces-promocionales label{
  width: 100%;
  float: left;
  font-size: 22px;  
}

.dulces-promocionales button{
  background: #060606;
  border: 1px solid #060606;
  color: #fff;
  float: right;
  border-radius: 20px;
  padding: 5px 1rem;
  margin: 1rem 0;
  text-transform: uppercase;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
}

.dulces-promocionales button:hover{
  background: transparent;
  color: #060606;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
}


.activador{
  width: 100%;
  float: left;
  height: 20px;
}

footer{
  width: 100%;
  float: left;
  background: #00b4de;
  padding: 4rem 0 1rem;
  color: #fff;
}

footer h5{
  color: #fff;
  width: 100%;
  float: left;
  font-size: 27px;
}

footer ul{
  padding: 0;
  list-style: none;
}

footer a{
  color: #fff;
  font-size: 27px;
  width: 100%;
  float: left;
}

footer a:hover{
  color: #000;
} 

footer p{
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 0;
}

p.form-messege.success{
  text-align: center;
}

.footer{
  display: inline-flex;
  padding: 0;
  float: left;
}

.footer li{
  margin: 0 1rem;
}

.footer li a{
  font-size: 17px;
  text-transform: uppercase;
}

.chat{
  position: fixed;
  left: 2%;
  top: 85%;
}

.redes {
    position: fixed;
    top: 35%;
    right: 3%;
}

.redes ul {
    list-style: none;
    display: inline-block;
}

.redes ul li{
  margin: 1rem 0;
}

.redes ul li img,
.chat img {
  transition: transform .2s;
  margin-bottom: .5rem;
}

.redes ul li img:hover,
.chat img:hover {
    transform: scale(1.2);
}

.nosotros{
  background: #f3f8fc;
}

.nosotros .navbar-light .navbar-nav .nav-link{
  border-bottom: 2px solid #f3f8fc;
}

.nosotros-descripcion{
  width: 100%;
  float: left;
  padding: 2rem 0;
}

.nosotros-descripcion p{
  font-size: 18px;
  text-align: justify;
}

.nosotros-descripcion p strong{
  text-transform: uppercase;
  font-family: EuclidFlexBold;
}

.carousel-nosotros{
  width: 100%;
  float: left;
}

.carousel-nosotros .carousel-cell{
  width: 100%;
  float: left;
}

.us{
  width: 100%;
  float: left;
}

.sin-padding{
  padding: 0;
}


img.borreguito{
  margin: 0 auto;
  display: block;
}

.us .rosa{
  background: #ff009e;
  padding: 3rem 0 3rem 1rem;
}

.us .carousel-container {
  /*display: flex;*/
}

.us .carousel {
  width: 100%;
  float: left;
}

.us .carousel-cell {
  width: 100%;
  padding: 2rem 4rem;
}

.us .carousel-cell h4{
  font-family: 'EuclidFlexBold';
  text-align: center;
  position: relative;
}

.us .carousel-cell p{
  text-align: center;
}


.us .carousel-cell ul,
.us .carousel-cell li{
  text-align: center;
}


.us .carousel-nav {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    display: inline-flex;
}

.us .carousel-nav .carousel-cell {
  width: 33%;
  font-size: 25px;
  text-align: center;
  font-family: 'EuclidFlexMedium';
  padding: 2rem 0;
  cursor: pointer;
}

.us .carousel-nav .carousel-cell h5{
  position: relative;
}

.us .carousel-nav .carousel-cell.is-nav-selected h5{
  font-family: 'EuclidFlexBold';
}

.us .carousel-nav .carousel-cell h5::after{
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid;
  background: transparent;
  bottom: -25px;
  left: 5px;
}

.us .carousel-nav .carousel-cell.is-nav-selected h5::after{
  background: #000;
}

.us .verde{
  background-color: #9ac059;
}

.us .flickity-button ,
.us .flickity-page-dots{
  display: none;
}

.category-main{
  width: 100%;
  float: left;
  padding: 6rem 0;  
}

/*.box-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 35px 15px;
  width: 100%;
}

@media screen and (min-width:1380px) {
  .box-container {
    flex-direction: row
  }
}*/

.box-item {
  position: relative;
  -webkit-backface-visibility: hidden;
  width: 100%;
  margin-bottom: 35px;
  max-width: 100%;
  border-radius: 50%;
  margin-top: 2rem;
}

.flip-box,
.box-item h4 {
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}

.flip-box-front,
.flip-box-back {
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  min-height: 261px;
  -ms-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  -webkit-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-front{
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-back{
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box .inner {
  position: absolute;
  left: 0;
  width: 100%;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
  padding: 0 1rem;
  transform: translateY(-50%) translateZ(60px) scale(.94);
  -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
  -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
  top: 50%;
}

.flip-box-header {
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
}

.flip-box-back .flip-box-header{
  font-family: 'EuclidFlexMedium';
}

.flip-box-front .overlay-azul{
  background: rgb(207 241 249 / 74%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  -moz-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

.category-main a,
.category-productos a{
  width: 100%;
  height: 100%;
  color: #000;
}

.category-productos{
  width: 100%;
  float: left;
  padding:2rem 0 4rem;
}

.category-productos h2{
  margin-bottom: 2rem;
  font-family: 'EuclidFlexMedium';
}

.category-productos .flip-box-front .inner{
  top: 115%;
}

.category-productos .flip-box-back .overlay-azul{
  background: rgb(55 194 229 / 74%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  -moz-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

.category-productos .flip-box-front, 
.category-productos .flip-box-back{
  border: 2px solid #2b2b2b;
  height: 257px;
  background-position: center!important;
  background-size: 70%!important;
}

.category-productos .flip-box-back h3{
  color: #fff;
}

.category-productos .box-item h5{
  text-align: center;
  text-transform: uppercase;
  margin-top: 1rem;
  font-family: 'EuclidFlexMedium';
}

.category-productos .box-item p{
  text-align: center;
}

.contacto{
  background: url(../img/bg-contacto.jpg)no-repeat;
  background-size: 90%;
}

.contacto-descripcion{
  padding: 0;
}

.contacto-descripcion h1,
.facturacion-descripcion h1{
  color: #ff009e;  
  font-family: 'EuclidFlexMedium';
  margin-bottom: 1rem;
}

.contacto-descripcion a{
  color: #000;  
  width: 100%;
  display: block;
  margin-bottom: .5rem;
  font-family: 'EuclidFlexMedium';
  font-size: 25px;
}

.contacto-descripcion a:hover{
  color: #41b7e1;  
}

.ubicaciones{
  margin: 5rem 0 2rem;
}

.ubicaciones a{
  color: #41b7e1;
  font-size: 12px;
  text-align: center;
}

.ubicaciones a span{
  width: 100%;
  display: block;
  text-align: center;
}

.ubicaciones a img{
  margin: 0 auto;
  display: block;
  width: 40%;
}

.ubicaciones a span.btn {
  border: 1px solid #41b7e1;
  margin: 1rem 0;
  color: #41b7e1;
  padding: 5px 10px;
  line-height: initial;
  border-radius: 11px;
}

.ubicaciones a:hover span.btn {
  border: 1px solid #ff009e;
  color: #fff;
  background: #ff009e;
}

.ubicaciones a:hover span {
  color: #ff009e;
}

.facturacion{
  background: url(../img/bg-facturacion.jpg)no-repeat;
  background-size: 90%;
}

.facturacion-descripcion{
  padding: 12rem 0 15rem;
}

.facturacion-descripcion form label{
  color: #000;  
  margin-bottom: .5rem;
  font-family: 'EuclidFlexMedium';
  font-size: 25px;
}

.facturacion-descripcion form input{
  color: #000; 
  width: 100%;
  margin-bottom: 1rem; 
  font-family: 'EuclidFlexMedium';
  font-size: 25px;
  border-radius: 11px;
}

.facturacion-descripcion form button{
  float: right;
  font-family: 'EuclidFlexMedium';
  border-radius: 11px;
  border: 1px solid #ff009e;
  color: #fff;
  background: #ff009e;
  width: 30%;
}

.facturacion-descripcion form button:hover{
  border: 1px solid #ff009e;
  color: #ff009e;
  background: transparent;
}

.contenido{
  width: 100%;
  float: left;
  padding: 2rem 0 3rem;
}

.contenido h1{
  color: #ff009e;  
  font-family: 'EuclidFlexMedium';
  margin-bottom: 1rem;
}

.contenido p{
  text-align: justify;
}

.contenido a{
  color: #000;
}

.contenido a:hover{
  color: #ff009e;
}

.contenido img{
  margin: 0 auto;
  display: block;
}

.ipad,
.movil{
  display: none;
}

.float-left{
  float: left!important;
}

a.inline{
  color: #ff009e;
}

.single{
  background: url(../img/bg-productos.jpg)no-repeat;
  width: 100%;
  float: left;
  background-size: cover;
  padding: 10rem 0;
}

.bg-sombreado{
  background: #fff;
  border-radius: 20px;
  padding: 4rem 3rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.bg-sombreado h2{
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 3rem;
}

.bg-sombreado p{
  text-align: center;
  font-size: 14px;
}

.bg-sombreado .flickity-button{
    background: #fad403;
    width: 30px;
    height: 30px;
    color: #fff;
}

.bg-sombreado .flickity-button:hover{
  color: #fff;
}

.bg-sombreado .flickity-prev-next-button.previous {
    left: 0;
}

.bg-sombreado .flickity-prev-next-button.next {
    right: 0;
}

#centrarimg{
  display: table-cell;
  vertical-align: middle;
  min-height: 312px;
}

@media (min-width: 1366px) and (max-width: 1919px) { 
  
  .cumpliendo-antojos h1 {
    font-size: 60px;
  }

  .cumpliendo-antojos h1 p {
    margin-top: 1rem;
    font-size: 22px;
    float: left;
    margin-left: 2rem;
  }

  .dulces h1 p {
    margin-bottom: 3rem;
    font-size: 68px;
    float: left;
  }

  .dulces h1 {
    font-size: 45px;
  }

  footer a {
    font-size:17px;
  }

  footer h5 {
    font-size: 25px;
  }

  .footer li a,
  footer p{
    font-size: 14px;
  }

  .dulces-promocionales h2 {
    text-transform: uppercase;
    font-size: 36px;
  }

  .dulces-promocionales h1 {
    text-transform: uppercase;
    font-size: 48px;
    margin-top: 3.5rem;
  }

}


@media (min-width: 768px) and (max-width: 1024px){
  .carousel-principal .carousel-cell img{
    width: 50%;
    margin: 0;
  }

  .cumpliendo-antojos h1 {
    font-size: 50px;
  }

  .cumpliendo-antojos .carousel .carousel-cell{
    width: 50%;
  }

  .cumpliendo-antojos .carousel .carousel-cell .capa-relative p {
    bottom: 15%;
  }

  .dulces h1 {
    font-size: 40px;
  }

  .dulces .carousel .carousel-cell {
    width: 50%;
  }

  .dulces-promocionales h1 {
    font-size: 30px;
  }

  .dulces-promocionales h2 {
    font-size: 26px;
  }

  .dulces-promocionales label {
    font-size: 15px;
  }

  .dulces-promocionales button{
    font-size: 10px;
  }

  footer a {
    font-size: 15px;
  }

  footer p,
  .footer li a{
    font-size: 14px;
  }

  .navbar-light .navbar-toggler {
    color: #41b7e1;
    border-color: transparent;
  }

  .flip-box-front, 
  .flip-box-back {
    min-height: 336px;
  }

  .contacto-descripcion,
  .facturacion-descripcion{
    padding: 4rem 0 0rem;
  }

  .contacto-descripcion a {
      margin-bottom: 15px;
      font-size: 18px;
  }

  .ubicaciones {
      margin: 2rem 0 0;
  }

  
  .contacto,
  .facturacion{
    background: transparent;
  }


  .facturacion-descripcion {
      padding: 5rem 0 0;
  }

  .ipad{
    display: block;
  }
}



@media (max-width: 767px){
  .carousel-principal .carousel-cell h1 {
    margin-top: 15%;
  }

  .carousel-principal .carousel-cell a {
    top: 20%;
    right: 4%;
  }

  .carousel-principal .carousel-cell img{
    margin: 0;
    width: 100%;
  }

  .cumpliendo-antojos h1{
    font-size: 35px;
  }

  .cumpliendo-antojos h1 p {
    margin-bottom: 3rem;
    font-size: 26px;
  }

  .cumpliendo-antojos .carousel .carousel-cell,
  .dulces .carousel .carousel-cell{
    width: 100%;
  }

  .dulces h1 {
    font-size: 32px;
  }

  .dulces-promocionales h1 {
    font-size: 40px;
    text-align: center;
    margin-top: 0;
  }

  .nosotros-descripcion h1 {
      margin-top: 3rem;
      margin-bottom: 2rem;
  }

  .redes {
    right: 1%;
  }

  .redes ul li img, .chat img {
    width: 60%;
  }

  .dulces-promocionales h2 {
    text-align: center;
    font-size: 36px;
  }

  footer {
    text-align: center;
  }

  .dulces h1 p {
    font-size: 60px;
  }

  .navbar-light .navbar-toggler {
    color: #41b7e1;
    border-color: transparent;
  }

  .fondo-head {
    padding: 0.5rem ;
  }

  footer a {
    font-size: 16px;
  }

  footer h5 {
    font-size: 20px;
  }

  footer p,
  .footer li a{
    font-size: 12px;
  }

  .category-main .flip-box-front, 
  .category-main .flip-box-back {
    min-height: 300px;
    width: 300px;
    margin: 0 auto;
    display: block;   
    left: 10%;
  }

  .category-productos h2 {
    text-align: center;
  }

  .category-productos .flip-box-front, 
  .category-productos .flip-box-back{
    height: 182px;
    min-height: 182px;
  }

  .movil{
    display: block;
  }

  .ubicaciones a {
    margin-bottom: 3rem;
  }

  .contacto,
  .facturacion{
    background: transparent;
  }

  .contacto-descripcion{
    padding: 5rem 0 0rem;
  }

  .facturacion-descripcion {
    padding: 9rem 0 0rem;
  }

  .us .carousel-nav {
    /*margin-top: 6rem;*/
    writing-mode: horizontal-tb;
    transform: rotate(0deg);
    display: initial;
    margin-top: 0;
    width: 100%;
  }

  .us .flickity-button, 
  .us .flickity-page-dots {
    display: block;
  }

  .redes {
    position: initial;
    top: 35%;
    right: 3%;
  }

  .redes ul {
    list-style: none;
    display: inline-flex;
  }

  footer {
    padding: 1rem 0 1rem;
}

  .contacto-descripcion a {
    font-size: 18px;
  }

  .ubicaciones a {
    font-size: 18px;
  }

  .home .fondo-head {
      position: relative;
      z-index: 9;
  }

  .carousel-principal .flickity-page-dots {
    right: 5%;
  }

  .carousel-principal .carousel-cell h2{
    margin-top: 0;
  }

  .carousel-principal .carousel-cell .position-relative .position-absolute a.productos {
      position: relative;
      display: block;
      width: 100%;
      float: left;
      top: 315%;
      right: 0;
      text-align: center;
      background: #000;
      padding: 10px 30px;
      color: #fff;
      border-radius: 20px;
      border: 1px solid #000;
      margin: 0 auto;
      display: block;
  }

  .carousel-principal .carousel-cell h1 {
      margin-top: 0;
      margin-bottom: 18%;
  }

  .carousel-principal .flickity-page-dots {
      position: absolute;
      width: 100%;
      top: 100%;
      padding: 0;
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 0px;
      margin: 0;
      list-style: none;
      text-align: center;
      line-height: 1;
      right: auto;
      margin-top: 1rem;
  }

  .flickity-page-dots .dot {
      width: 15px;
      height: 15px;
  }

  .dulces-promocionales button {
    width: 100%;
  }

  .footer li {
      margin: 0 1rem;
      width: 100%;
  }

  .footer {
      width: 100%;
  }

  .bg-sombreado {
    background: #fff;
    border-radius: 20px;
    padding: 1rem 1rem;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  }


  .single {
    background: url(../img/bg-productos.jpg)no-repeat;
    width: 100%;
    float: left;
    background-size: cover;
    padding: 1rem 0 3rem;
  }

}

