@charset "UTF-8";
/* Scss Document */
@font-face {
  font-family: "okay";
  src: url("../font/Okay.ttf");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*----------- NAV -----------------*/
nav {
  width: 100%;
  height: 80px;
  margin: 0 auto;
  font-family: 'Chewy', cursive;
  font-size: 1.3em;
  position: fixed;
  top: 0;
  transition: all .5s ease;
  background: #e41116;
  z-index: 500000;
}

nav ul {
  display: flex;
  list-style: none;
  justify-content: center;
  transition: .5s ease;
  margin-top: 20px;
}

nav span {
  padding: 0 1rem;
  transition: opacity 0.2s;
}

nav .sibling-fade:hover span:not(:hover) {
  opacity: 0.5;
}

nav li {
  padding: 10px;
}

nav a {
  color: #fff;
  position: relative;
  padding: 10px;
  text-decoration: none;
  transition: .5s;
}

nav #btn-menu {
  display: none;
}

@media screen and (max-width: 1024px) {
  nav {
    height: 100vh;
    font-size: 2em;
    position: fixed;
    margin: 0 auto;
    padding-top: 160px;
    background: #e41116;
    visibility: hidden;
    opacity: 0;
    transition: .5s ease;
  }
  nav a {
    color: white;
  }
  nav ul {
    display: block;
    text-align: center;
  }
}

li.logo img {
  width: 100px;
  height: 46,935px;
  margin-top: -40px;
  display: block;
  transition-timing-function: cubic-bezier(1, 1.5, 0, 3.25);
  transition-property: transform;
  transition-duration: .5s;
}

li.logo img:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 1024px) {
  li.logo {
    display: none;
  }
}

.img-down {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .img-down {
    height: 95px;
  }
}

.logo-resp {
  width: 100px;
  height: 46,935px;
  position: absolute;
  display: none;
  top: 10px;
  left: 30px;
  z-index: 500000;
  transition: .5s;
}

@media screen and (max-width: 1024px) {
  .logo-resp {
    display: block;
  }
}

#btn-menu {
  display: none;
}

@media screen and (max-width: 1024px) {
  label.menu-bar {
    width: 50px;
    cursor: pointer;
    margin-top: 30px;
  }
  .uno, .dos {
    width: 30px;
    background: white;
    height: 3px;
    transition: .5s;
  }
  .dos {
    margin: 5px 0;
  }
  #responsive input:checked + label .uno {
    transform: rotate(45deg) translate(6px, 0px);
    background: #FFB904;
    width: 40px;
  }
  #responsive input:checked + label .dos {
    transform: rotate(-45deg) translate(5px, 0px);
    background: #FFB904;
    width: 40px;
  }
  #responsive label {
    display: block;
    color: #555252;
    font-size: 36px;
    cursor: pointer;
    float: right;
    z-index: 600000;
    position: relative;
  }
  #responsive {
    width: 100%;
    height: 80px;
    margin: auto;
    background: #e41116;
    display: block;
    position: fixed;
    z-index: 500000;
  }
  #btn-menu:checked ~ nav {
    visibility: visible;
    opacity: 1;
    transition: .5s ease;
  }
}

.active-btn {
  opacity: .5;
}

.banner {
  padding-top: 80px;
}

#c-slider {
  margin: auto;
  width: 100%;
  
  position: relative;
  overflow: hidden;
}

#slider {
  display: flex;
  width: 300%;
}

#slider section {
  width: 100%;
  position: relative;
}

#slider section img {
  width: 100%;
}

#btn-prev, #btn-next {
  max-width: 100px;
  text-align: center;
  cursor: pointer;
  font-size: 3em;
  color: #700002;
  padding: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: .5s all ease;
}

#btn-prev:hover, #btn-next:hover {
  color: #FC7072;
  transition: .5s ease;
}

#btn-prev {
  left: 10px;
}

#btn-next {
  right: 10px;
}

.banner-publicidad {
  width: 100%;
  position: relative;
  border-top: 5px solid #e41116;
  top: -4px;
}

.banner-publicidad img {
  width: 100%;
}

@media screen and (max-width: 960px) {
  .banner-publicidad img {
    display: none;
  }
}

.banner-publicidad a {
  width: 100%;
  max-width: 260px;
  text-decoration: none;
  color: white;
  background: #e41116;
  padding: 12px 0 8px 0;
  display: block;
  margin: 20px auto;
  text-align: center;
  font-family: 'Chewy', cursive;
  border-radius: 5px;
  text-transform: uppercase;
  transition: .5s ease;
}

.banner-publicidad a:hover {
  color: #e41116;
  background: white;
  transition: .5s ease;
}

#banner-publicidad-resp {
  width: 100%;
  display: none;
}

@media screen and (max-width: 960px) {
  #banner-publicidad-resp {
    display: block;
  }
}

img.iso {
  width: 70px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -35px;
  display: block;
}

.recetas {
  width: 100%;
  padding: 100px 0;
  text-align: center;
  background-image: url("../img/barrabg.png");
  background-repeat: repeat;
}

.recetas h1 {
  padding: 10px;
  font-family: 'Chewy', cursive;
  color: #403C3C;
}

.recetas h3 {
  font-size: 29px;
  padding: 10px;
  font-family: 'Chewy', cursive;
  color: #403C3C;
  background-image: url("../img/mancha.png");
  background-position: center;
  background-repeat: no-repeat;
}

.container-all {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  justify-content: center;
}

.receta-container {
  width: 100%;
  max-width: 500px;
  padding: 10px;
  font-family: "Helvetica Neue", Helvetica;
  margin: 10px;
}

.receta-container h2 {
  color: #e41116;
  margin-top: 10px;
}

.receta-container p {
  width: 100%;
}

.receta-container img {
  width: 100%;
  overflow: hidden;
}

.receta-container a {
  text-decoration: none;
  padding: 10px;
  background-color: #e41116;
  display: table;
  color: white;
  margin-top: 10px;
}

.receta-container a:hover {
  color: #e41116;
  background-color: white;
  transition: .5s ease;
}

.truncate-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 400px;
}

.footer {
  width: 100%;
  padding: 10px;
  background-color: #E1E1E1;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer h2 {
  color: #404040;
  font-family: 'Chewy', cursive;
}

.footer p {
  font-family: "Helvetica Neue", Helvetica;
}

.fab {
  font-size: 2.5em;
  padding-top: 20px;
}

.fa-facebook-square {
  color: #014A91;
}

.fa-facebook-square:hover {
  color: #343434;
  transition: .5s ease;
}

.fa-instagram {
  color: #78028A;
}

.fa-instagram:hover {
  color: #343434;
  transition: .5s ease;
}

.container-footer {
  width: 100%;
  max-width: 400px;
  text-align: center;
  padding-top: 50px;
}

.container-footer img {
  width: 100%;
  max-width: 250px;
}

.container-footer a {
  padding: 3px;
  text-decoration: none;
}

.phone-footer {
  text-align: left;
  padding: 0 0 0 30px;
}

.final-footer {
  width: 100%;
  background-image: url("../img/barrabg.png");
  background-repeat: repeat;
}

.copy {
  width: 100%;
  max-width: 400px;
  margin: auto;
  text-align: center;
  padding: 50px 0;
  background-color: white;
}

.copy p {
  font-family: "Helvetica Neue", Helvetica;
  font-size: .8em;
  padding-top: 20px;
}

.copy img {
  width: 100%;
  max-width: 200px;
}

.barra {
  width: 100%;
  background: #e41116;
  padding: 5px;
  text-align: center;
}

.banner-publicidad2 {
  width: 100%;
  position: relative;
  top: -4px;
}

.banner-publicidad2 img {
  width: 100%;
}

@media screen and (max-width: 960px) {
  .banner-publicidad2 img {
    display: none;
  }
}

.banner-publicidad2 a {
  width: 100%;
  max-width: 260px;
  text-decoration: none;
  color: white;
  background: #e41116;
  padding: 12px 0 8px 0;
  display: block;
  margin: 20px auto;
  text-align: center;
  font-family: 'Chewy', cursive;
  border-radius: 5px;
  text-transform: uppercase;
  transition: .5s ease;
}

.banner-publicidad2 a:hover {
  color: #e41116;
  background: white;
  transition: .5s ease;
}

/*=====================================


                   FLEX'S


======================================*/
.flex-container {
  width: 100%;
  justify-content: center;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  font-family: "Helvetica Neue";
}

.flex-one, .flex-two {
  width: 100%;
  max-width: 600px;
  padding: 10px;
  text-align: justify;
}

.flex-one img, .flex-two img {
  width: 100%;
}

.flex-one strong, .flex-two strong {
  color: #e41116;
}

.flex-one h2, .flex-two h2 {
  color: #e41116;
  text-decoration: underline;
  letter-spacing: 1px;
}

.flex-one i, .flex-two i {
  color: #e41116;
}

.flex-one a, .flex-two a {
  display: inline-table;
  padding: 10px;
  text-decoration: none;
  font-family: "Helvetica Neue";
  color: white;
  background: #e41116;
  transition: .5s ease;
}

.flex-one a:hover, .flex-two a:hover {
  color: #e41116;
  background: none;
  transition: .5s ease;
}

.banner-section {
  width: 100%;
  height: 380px;
  font-family: 'Chewy', cursive;
  position: relative;
  text-align: center;
}

.banner-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-section h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}

.nosotros-section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 100px;
  font-family: "Helvetica Neue";
  line-height: 1.5;
}

.nosotros-section img {
  width: 100%;
}

.nosotros-section h3 {
  padding-top: 50px;
}

.nosotros-section p {
  padding-top: 20px;
  text-align: justify;
}

.section-flex {
  width: 100%;
  padding: 20px;
}

.datos {
  width: 100%;
  padding: 50px;
  margin: auto;
  background-color: rgba(233, 233, 233, 0.5);
  background-image: url("../img/barrabg.png");
  background-repeat: repeat;
  border-top: 2px dotted #B80B0E;
}

.datos-container {
  width: 100%;
  max-width: 1170px;
  background-color: whitesmoke;
  padding: 20px;
  font-family: "Helvetica Neue";
  display: block;
  margin: auto;
}

.datos-container b {
  color: #e41116;
}

.datos-container p {
  text-align: justify;
}

.datos-container h3 {
  font-family: "okay";
  color: #e41116;
  margin-bottom: 10px;
}

.historia {
  width: 100%;
  max-width: 1170px;
  padding: 50px 20px;
  font-family: "Helvetica Neue";
  display: block;
  margin: auto;
}

.historia b {
  color: #e41116;
}

.historia p {
  text-align: justify;
}

.historia h3 {
  font-family: "okay";
  color: #e41116;
  margin-bottom: 10px;
}

@media screen and (max-width: 1080px) {
  .historia {
    padding: 50px 70px;
  }
}

/* ====================== 

   GALERY

===========================*/
.galery-container {
  width: 95%;
  margin-bottom: 100px;
  box-sizing: border-box;
  margin: auto;
  margin-top: 70px;
  margin-bottom: 70px;
}

.galery {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-template-rows: repeat(2, 350px);
  grid-gap: 10px;
}

.galery a {
  width: 100%;
  height: 350px;
  overflow: hidden;
}

@media screen and (max-width: 1080px) {
  .galery {
    display: block;
  }
}

.galery img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  transition: .5s ease;
  position: relative;
}

.galery img:hover {
  opacity: .4;
  transition: .5s ease;
}

.galery img:hover:before {
  content: url(../img/search.png);
  position: absolute;
  top: 50%;
  z-index: 1;
}

@media screen and (max-width: 720px) {
  .galery img {
    padding: 0 8px;
  }
}

.galery a {
  margin: 3px auto;
}

/* ====================== 

   CONTACTO

===========================*/
p.contacto {
  font-family: "Helvetica Neue";
  font-size: 1em;
}

p.contacto i {
  font-size: 30px;
}

/* ====================== 

RECETAS

===========================*/
.conatainereceta {
  width: 100%;
  max-width: 960px;
  padding: 10px;
  text-align: justify;
  font-family: "Helvetica Neue";
  margin: auto;
  background-color: white;
}

.conatainereceta img {
  width: 100%;
}

.conatainereceta h2 {
  font-family: 'Chewy', cursive;
  color: #e41116;
  margin: 12px 0;
}

.conatainereceta a {
  padding: 10px;
  display: block;
  text-align: center;
  text-decoration: none;
  font-family: "Helvetica Neue";
  color: white;
  background: #e41116;
  transition: .5s ease;
  margin: 50px 0;
}

.conatainereceta a:hover {
  color: #e41116;
  background: none;
  transition: .5s ease;
}

.conatainereceta span {
  color: #e41116;
}

.conatainereceta i {
  font-size: 24px;
  color: #e41116;
}

.conatainereceta p {
  line-height: 25px;
}

.bgpage {
  width: 100%;
  padding-top: 70px;
  background-image: url("../img/barrabg.png");
  background-repeat: repeat;
}

/* ====================== 

NOTICIAS

===========================*/
.noticias {
  width: 100%;
  max-width: 800px;
  margin: auto;
}

.noticias img {
  width: 100%;
  padding-top: 50px;
}

/* ====================== 

DESCRIPCIÖN DE BANNER

===========================*/
.box-producto {
  width: 100%;
}

.box-producto img {
  width: 100%;
}

.btn-descripcion {
  width: 100%;
  background-color: #E9E9E9;
  text-align: center;
  padding: 20px 0;
}

.btn-descripcion span {
  font-size: 1.7em;
}

.btn-descripcion a {
  color: red;
  padding: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
  text-decoration: none;
  font-size: 1.3em;
  transition: .5s ease;
}

.btn-descripcion a:hover {
  text-decoration: line-through;
  color: brown;
  transition: .5s ease;
}

.space {
  width: 100%;
  height: 150px;
}

.gelatinas-contenedor {
  width: 100%;
  padding: 20px;
  background-image: url("../img/bgfruits.jpg");
  background-attachment: fixed;
  background-repeat: repeat;
}

.gelatinas-contenedor h1 {
  font-family: 'Chewy', cursive;
  color: #e41116;
  text-align: center;
  margin-top: 40px;
  background-image: url("../img/mancha.png");
  background-position: center;
  background-repeat: no-repeat;
}

.box-gelatina {
  width: 100%;
  display: flex;
  padding: 50px;
  justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .box-gelatina {
    display: block;
    padding: 10px;
  }
}

.package {
  width: 100%;
  padding: 10px 80px 80px 80px;
}

@media screen and (max-width: 960px) {
  .package {
    padding: 10px;
  }
}

.package h2 {
  font-family: 'Chewy', cursive;
  color: white;
  background-color: #e41116;
  text-align: center;
}

.package p {
  font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
  column-count: 2;
  padding: 30px 0 10px 60px;
  font-size: 20px;
  line-height: 30px;
  border: 1px solid #e41116;
  background-color: white;
  min-height: 200px;
}

@media screen and (max-width: 960px) {
  .package p {
    column-count: 1;
    padding: 20px 10px 10px 10px;
    text-align: center;
  }
}

.package b {
  color: #e41116;
}

@media screen and (max-width: 960px) {
  .package b {
    display: none;
  }
}

img.escritorio {
  display: block;
}

@media screen and (max-width: 960px) {
  img.escritorio {
    display: none;
  }
}

img.movil {
  display: none;
}

@media screen and (max-width: 960px) {
  img.movil {
    display: block;
  }
}
/*# sourceMappingURL=style-capry.css.map */