@charset "UTF-8";
/*******************************/
/********* General CSS *********/
/*******************************/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --white: #ffffff;
  --light-blue: #4fb2c9;
  --lemon-green: #c8d30b;
  --general-green: #3ba636;
  --orange-spark: #d86a2c;
  --raspberry-spark: #cb2563;
  --lemon-spark: #009a3e;
}

@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");

@font-face {
  font-family: "crimson-foam";
  src: url("../fonts/crimson_foam/Crimson\ Foam\ Font.ttf");
}
@font-face {
  font-family: "dense";
  src: url("../fonts/dense/Dense-Regular.otf");
}
@font-face {
  font-family: "cinzel-decorative";
  src: url("../fonts/Cinzel_Decorative/CinzelDecorative-Black.ttf");
  src: url("../fonts/CinzelDecorative-Bold.ttf");
  src: url("../fonts/CinzelDecorative-Regular.ttf");
}
@font-face {
  font-family: "uni-sans";

  src: url("../fonts/Uni\ Sans\ Heavy\ Italic.otf");
  src: url("../fonts/Uni\ Sans\ Thin.otf");
  src: url("../fonts/Uni\ Sans\ Thin\ Italic.otf");
}
@font-face {
  font-family: "uni-sans-heavy";
  src: url("../fonts/uni-sans/Uni\ Sans\ Heavy.otf");
}

body {
  color: #797979;
  background: #ffffff;
  max-width: 100% !important;
  overflow-x: hidden !important;
}
/* @media (max-width:300px) and (orientation: landscape) {
   
        
body {
    color: #797979;
    background: #ffffff;
    overflow: hidden;


    
  
}

}  */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #414141;
}

a {
  color: #313131;
  transition: 0.3s;
}

a:hover,
a:active,
a:focus {
  color: var(--lemon-green);
  outline: none;
  text-decoration: none;
}

.btn:focus,
.form-control:focus {
  box-shadow: none;
}

.container-fluid {
  max-width: 1366px;
}
.logo {
  width: 100px;
}

.btn {
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #ffffff;
  background: var(--lemon-green);
  border: 2px solid transparent;
  border-radius: 0;
  box-shadow: inset 0 0 0 50px var(--lemon-green);
  transition: ease-out 0.3s;
  -webkit-transition: ease-out 0.3s;
  -moz-transition: ease-out 0.3s;
}

.btn:hover {
  color: var(--lemon-green);
  background: transparent;
  box-shadow: inset 0 0 0 0 var(--lemon-green);
  border-color: var(--lemon-green);
}

#loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-out, visibility 0s linear 0.3s;
  -o-transition: opacity 0.3s ease-out, visibility 0s linear 0.3s;
  transition: opacity 0.3s ease-out, visibility 0s linear 0.3s;
  z-index: 999;
}

#loader.show {
  -webkit-transition: opacity 0.6s ease-out, visibility 0s linear 0s;
  -o-transition: opacity 0.6s ease-out, visibility 0s linear 0s;
  transition: opacity 0.6s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

#loader .loader {
  position: relative;
  width: 45px;
  height: 45px;
  border: 5px solid #dddddd;
  border-top: 5px solid var(--light-blue);
  border-radius: 50%;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.back-to-top {
  position: fixed;
  display: none;
  width: 44px;
  height: 44px;
  padding: 8px 0;
  text-align: center;
  line-height: 1;
  font-size: 22px;
  right: 15px;
  bottom: 15px;
  z-index: 9;
}

.back-to-top i {
  color: #ffffff;
}

.back-to-top:hover i {
  color: #414141;
}

/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.navbar {
  position: absolute;
  width: 100%;
  transition: 0.5s;
  z-index: 999;
}

.navbar.nav-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.navbar .navbar-brand {
  margin: 0;
  font-size: 45px;
  line-height: 0px;
  font-weight: 700;
  letter-spacing: 2px;
  transition: 0.5s;
}

.navbar .navbar-brand img {
  max-width: 100%;
  max-height: 40px;
}

.navbar .dropdown-menu {
  margin-top: 0;
  border: 0;
  border-radius: 0;
  background: #f8f9fa;
}

@media (min-width: 992px) {
  .navbar {
    position: absolute;
    width: 100%;
    padding: 10px 60px;
    /*background: transparent !important;
        /* border-bottom: 1px dashed rgba(256, 256, 256, .2); */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 9;
  }

  .navbar.nav-sticky {
    padding: 10px 60px;
    background: #ffffff !important;
  }

  .navbar .navbar-brand {
    color: #ffffff;
  }

  .navbar.nav-sticky .navbar-brand {
    color: #ffffff;
  }

  .navbar-light .navbar-nav .nav-link,
  .navbar-light .navbar-nav .nav-link:focus {
    padding: 10px 10px 8px 10px;
    color: #656565;
    font-size: 15px;
    font-weight: 500;
  }

  .navbar-light.nav-sticky .navbar-nav .nav-link,
  .navbar-light.nav-sticky .navbar-nav .nav-link:focus {
    color: #747474;
  }

  .navbar-light .navbar-nav .nav-link:hover,
  .navbar-light .navbar-nav .nav-link.active {
    color: #111111;
    text-decoration: underline;
  }

  .navbar-light.nav-sticky .navbar-nav .nav-link:hover,
  .navbar-light.nav-sticky .navbar-nav .nav-link.active {
    color: #000000;
    text-decoration: underline;
  }
}

@media (max-width: 991.98px) {
  .navbar {
    padding: 15px;
    background: #ffffff !important;
  }

  .navbar .navbar-brand {
    color: #ffffff;
  }

  .navbar .navbar-nav {
    margin-top: 15px;
  }

  .navbar a.nav-link {
    padding: 5px;
  }

  .navbar .dropdown-menu {
    box-shadow: none;
  }
}

/* test hero */
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  padding-top: 80px;
}

#hero .container {
  padding-top: 0 auto;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-family: "dense";
  font-size: 200px;
  font-weight: 700;
  line-height: 56px;
  color: rgb(144, 138, 138);
}

#hero h2 {
  color: black;
  margin-bottom: 50px;
  font-size: 250px;
  font-family: "crimson-foam";
}
#hero h3 {
  color: var(--light-blue);
  font-size: 50px;
  font-family: "dense";
  font-weight: 700;
  --animate-repeat: 2;
}

#hero .btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #47b2e4;
}

@media (max-width: 991px) {
  #hero {
    text-align: center;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 50px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 50px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  #hero h3 {
    font-size: 25px;
    text-align: center;
  }

  #hero .hero-img img {
    width: 90%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 100%;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@media (max-width: 480px) {
  .mobile-inprocres img {
    width: 100%;
    background-image: url("../img/inprocres-bn.svg");
    padding: auto;
    margin: 10px 20px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    align-self: center;
  }

  .inprocres {
    padding: 0 !important;
    margin-top: 0;
    /* margin-left: 5px;
    margin-right: 5px; */
  }
}

.inprocres {
  width: 100%;
  background-color: transparent;
  padding: 20px 310px 30px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  align-self: center;
}

/* carousel*/
.carousel-item img {
  width: 600px;
}
.slide-01 h5 {
  color: var(--lemon-spark);
  text-decoration: underline;
  font-size: 30px;
  margin-top: 80px;
}
.carousel-caption {
  padding-top: 50px;
}

.slide-02 h5 {
  color: var(--orange-spark);
  text-decoration: underline;
}
.slide-03 h5 {
  color: var(--raspberry-spark);
  text-decoration: underline;
}
.slide-04 h5 {
  color: var(--light-blue);
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(108%);
}
.carousel-indicators li {
  filter: invert(108%);
}

/* .carousel-inner{
padding-left: 15em;
} */

/* circles */
.datos-porcentaje {
  align-self: center;
  float: left;
}

.circle {
  background-image: url("../img/Ellipse\ 24.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 410px;
  padding: 1em;
  margin: 1%;
  display: inline-block;
  align-content: center;
  align-items: center;
  align-self: baseline;
}
.circle p {
  text-align: center;
  color: white;
  font-weight: 400;
}

/*-----------  INDEX MEDIA QUERYS------*/

@media (max-width: 480px) {
  .circles-group {
    padding-bottom: 5%;
  }
  .circle {
    background-image: url("../img/Ellipse\ 24.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    min-width: 25%;
    padding: 0.8em;
    margin: 0.1%;
    display: inline-block;
    align-content: center;
    margin-left: 5%;
    align-self: baseline;
  }
  .circle p {
    text-align: center;
    color: white;
    font-weight: 200;
  }
}

/* ------ANIMACIONES --------*/

.circle {
  transition: all 0.2s ease-in-out;
}
.circle:hover {
  transform: scale(1.1);
}

/*******************************/
/********** About CSS **********/
/*******************************/
.about {
  position: relative;
  width: 100%;
  /* margin:  0 45px 0; */
}

/* .about .col-lg-6 {
    padding: 0;
} */

.about .section-header {
  margin-bottom: 30px;
}

.about .about-img {
  position: relative;
  height: 100%;
}

.about .about-img img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .about-content {
  padding: 0 60px;
}

.about .about-text p {
  font-size: 16px;
}
/*zoom */

@media (max-width: 450px) {
  .zoom {
    /* padding: 50px; */
    padding: 70px 0 0 !important;
    height: 400px !important;
    margin: 0 auto;
    /* transform: scale(1.2); */
  }
}

@media (min-width: 450px) {
  .zoom:hover {
    transform: scale(
      1.2
    ); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }
}

.zoom {
  /* padding: 50px; */
  padding: 10px 0 0;
  transition: transform 0.2s; /* Animation */
  width: 100%;
  height: 200px;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .about .about-content {
    padding: 15px 15px 0 15px;
  }
}

/* PARTICIPA */
.participa img {
  padding-top: 10px;
  width: 100%;
  text-align: center;
  /* max-height: 800px; */
}

/*******************************/
/******** Portfolio CSS ********/
/*******************************/
.portfolio {
  position: relative;
  padding: 45px 0 15px 0;
}
.section-header {
  margin-bottom: 30px;
}
.section-header p {
  color: #000000;
  font-weight: 700;
}

.portfolio #portfolio-filter {
  padding: 0;
  margin: -15px 0 25px 0;
  list-style: none;
  font-size: 0;
  text-align: center;
}

.portfolio #portfolio-filter li {
  cursor: pointer;
  display: inline-block;
  margin: 5px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background: var(--lemon-green);
  border: 2px solid transparent;
  border-radius: 0;
  box-shadow: inset 0 0 0 50px var(--lemon-green);
  transition: ease-out 0.3s;
  -webkit-transition: ease-out 0.3s;
  -moz-transition: ease-out 0.3s;
}

.portfolio #portfolio-filter li:hover,
.portfolio #portfolio-filter li.filter-active {
  color: var(--lemon-green);
  background: transparent;
  box-shadow: inset 0 0 0 0 var(--lemon-green);
  border-color: var(--lemon-green);
}

.portfolio .portfolio-item {
  position: relative;
}

.portfolio .portfolio-wrap {
  position: relative;
  width: 100%;
}

.portfolio .portfolio-img {
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-img img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: 0.5s;
}

.portfolio .portfolio-item:hover img {
  margin-left: 15px;
}

.portfolio .portfolio-text {
  position: relative;
  height: 50px;
  width: 50px;
  margin: -30px 15px 30px 15px;
  display: flex;
  align-items: center;
  background: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
}

.portfolio .portfolio-text h3 {
  width: calc(100% - 70px);
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 0 15px;
  white-space: nowrap;
  overflow: hidden;
}

.portfolio .portfolio-text a.btn {
  width: 50px;
  height: 50px;
  padding: 0 0 2px 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 45px;
  font-weight: 100;
}

.portfolio .portfolio-item:hover a.btn {
  color: var(--lemon-green);
  background: transparent;
  box-shadow: inset 0 0 0 0 var(--lemon-green);
  border-color: var(--lemon-green);
}

/*******************************/
/********* Sabores**************/
/*******************************/

.flavors {
  text-align: center;
  padding: 8em;
}
.flavors img {
  max-width: 30%;
  max-height: 30%;
  display: inline-block;
}

/* }
.flavors p{
    display: inline-block;
    word-spacing: rem;
} */

.canFlavor ul,
li {
  list-style-type: none;
  text-align: center;
  width: 19.5em;
  float: left;
}

/*******************************/
/********* Banner CSS **********/
/*******************************/
.banner {
  position: relative;
  width: 100%;
  margin: 45px 0;
  padding: 90px 0;
  background: var(--lemon-green);
}

.banner .container {
  max-width: 750px;
  text-align: center;
}

.banner .section-header {
  margin-bottom: 20px;
}

.banner .section-header p {
  color: #414141;
  background: transparent;
}

.banner .section-header p::after {
  display: none;
}

.banner .section-header h2 {
  color: #ffffff;
}

.banner .section-header h2 span {
  color: #414141;
  font-size: 50px;
}

.banner .banner-text p {
  font-size: 18px;
  color: #ffffff;
}

.banner .banner-text .btn {
  margin-top: 15px;
  color: var(--lemon-green);
  background: #ffffff;
  box-shadow: inset 0 0 0 50px #ffffff;
}

.banner .banner-text .btn:hover {
  color: #ffffff;
  background: transparent;
  box-shadow: inset 0 0 0 0 #ffffff;
  border-color: #ffffff;
}

/*******************************/
/********* Contact CSS *********/
/*******************************/
.contact {
  position: relative;
  width: 100%;
  /* margin: 45px 0; */
  background: #35b0c9;
  clip-path: polygon(0 0, 100% 0%, 100% 24%, 0 75%);
  height: 100vh;
}

.cinzel {
  font-family: "cinzel-decorative" !important;
}

.form-container {
  position: absolute;
  top: 20%;
  width: 100%;
}

.border {
  border-radius: 1rem;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.form-control,
.custom-select {
  /* padding: 1.5rem; */
  background-color: #f5f5ff;
  color: #9f9f9f;
  height: 3.5rem;
}

/* .custom-select {
    height: 3.5rem;
    background-color: #F5F5FF;
    color: #9F9F9F;
} */

.text-area-custom {
  height: 6rem !important;
  margin: 0 !important;
  border-radius: 0.25rem !important;
  width: 100% !important;
}

.contact .container-fluid {
  /* background: url(../img/SPARK_Kv_Latas_181022\ LOWRES.png) left center no-repeat;
    background-size: contain; */
}

.contact .contact-form {
  font-family: "cinzel-decorative";
  position: relative;
  padding: 90px 0 90px 45px;
  background: var(--lemon-green);
}

.contact .contact-form input {
  color: #ffffff;
  padding: 15px 0;
  background: none;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(256, 256, 256, 0.5);
}

.contact .contact-form textarea {
  color: #ffffff;
  height: 90px;
  padding: 15px 0;
  background: none;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(256, 256, 256, 0.5);
}

.contact .contact-form .form-control::placeholder {
  color: #ffffff;
  opacity: 1;
}

.contact .contact-form .form-control:-ms-input-placeholder,
.contact .contact-form .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.contact .contact-form .btn {
  margin-top: 35px;
  color: var(--lemon-green);
  background: #ffffff;
  box-shadow: inset 0 0 0 50px #ffffff;
}

.contact .contact-form .btn:hover {
  color: #ffffff;
  background: transparent;
  box-shadow: inset 0 0 0 0 #ffffff;
  border-color: #ffffff;
}

.contact .help-block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 14px;
  font-style: italic;
  color: #ffffff;
}

/*---Contact MediaQuery */

@media (max-width: 767.98px) {
  .contact .container-fluid {
    background: none;
  }

  .contact .contact-form {
    padding: 90px 0;
  }
  #imgForm {
    visibility: hidden;
  }
}

/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
  position: relative;
  margin-top: 45px;
  background: var(--light-blue);
  padding: -2px;
}
.menu-footer {
  display: flex;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.menu-footer li a {
  color: white;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: -80%;
}
.menu-footer ul li {
  width: 200px;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: -2px;
}

.icons-footer {
  display: flex;
  justify-content: center;
  padding-bottom: none;
  padding-left: 0.5px;
}

.icons-footer span {
  color: white;
}
.icons-footer {
  padding-top: -6px;
  padding-bottom: 1px;
  border-bottom: 1px solid white;
}
.end-footer {
  width: 100%;
  height: 5%;
  margin-bottom: 0%;
  background-color: #00bad8;
  margin: 0 auto;
  position: absolute;
  place-items: center;
  display: flex;
  align-items: center;
  height: 40px;
}
.end-footer p {
  color: white;
  text-align: center;
  display: fixed;
  margin-bottom: 0%;
}

.footer .container-fluid {
  padding: 60px 0 0 0;
}

.footer .footer-info {
  position: relative;
  width: 100%;
  text-align: center;
  justify-items: center;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
}

.footer .footer-info img {
  width: 70%;
  padding-top: -10%;
}

/*---Footer MediaQuery */

@media (max-width: 480px) {
  .footer .footer-info {
    position: relative;
    width: 100%;
    text-align: center;
    justify-items: center;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-left: 25%;
  }

  .end-footer {
    width: 100%;
    height: 8%;
    margin-bottom: 0%;
    background-color: var(--general-green);
    margin: 0 auto;
    position: absolute;
    place-items: center;
  }

  .icons-footer {
    display: flex;

    justify-content: center;
    margin-top: 2px;
    padding-bottom: 2%;
    padding-left: -2.3rem;
  }

  .footer img {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-left: 2rem;
    /* visibility: hidden; */
  }
}

/* @media (max-width:400px) {
    
    .footer img {
        margin-bottom: 20px;
        padding-top: 10px;
        padding-left: 2rem;
        visibility: hidden;
    }
    } */
@media (max-width: 380px) {
  .footer .container {
    width: 100%;
    height: 10%;
    background-image: url("../img/inprocres-bn.svg");
    padding: auto;
    margin-top: 1%;
    padding-bottom: 4%;
    justify-items: center;
    margin-left: 20%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    align-self: center;
  }

  .footer-info img {
    display: none;
  }
}

@media (max-width: 400px) {
  .menu-footer ul li {
    width: 50%;
    justify-content: center;
    margin-left: 25%;
    margin-top: 5%;
    padding: 0.5rem;
  }
}

/* @media (max-width:380px) {

.end-footer {
    background-color: #3BA636;
    padding: 5px;
}
.end-footer p {
    text-align: center;
    color: white;
    margin-top: 5px;
}
.footer .copyright {
    position: relative;
    text-align: center;
    margin-top: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer .copyright::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 1px;
    top: 0;
    left: 25%;
    background: rgba(256, 256, 256, .2);
}

.footer .copyright p {
    margin: 0;
    color: #ffffff;
}

.footer .copyright .col-md-6:last-child p {
    text-align: right;
}

.footer .copyright p a {
    color: #ffffff;
    font-weight: 600;
}

.footer .copyright p a:hover {
    color: #414141;
}

@media (max-width: 575.98px) {
    .footer p {
        margin-bottom: 20px;
        font-size: 20px;
        font-weight: 600;
    }
}


/* Estilos Formulario */
.form-input {
  text-align: left;
  text-transform: none;
  margin-top: 0;
  width: 100% !important;
  border-radius: 0.25rem !important;
}

.btn-enviar {
  width: 100% !important;
  border-radius: 5px !important;
  background: var(--light-blue) !important;
  box-shadow: inset 0 0 0 50px var(--light-blue);
  margin-left: 0;
}
/* Fin Estilos Formulario */

/* FAQ */

.nav-link-faq {
  width: 50%;
  margin: 0 auto;
  /* background-color: red; */
  border: 1px solid #d9dbe9;
  border-radius: 1rem !important;
  padding: 1rem !important;
}

.nav-link-faq.nav-link.active {
  border: none;
  background-color: var(--light-blue) !important;
}
/* FIN FAQ */

/* FAQS*/
.faqs {
  display: flex;
  justify-content: center;
}
.faqs h1 {
  padding-top: 90px;
  font-family: "cinzel-decorative";
  font-size: 80px;
  font-weight: 800;
}
.accordion {
  width: 100%;
  margin: 50px auto;
  color: black;
  background-color: white;
  padding: 45px 45px;
}

.accordion-body {
  border-radius: 1rem;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.accordion .container {
  position: relative;
  margin: 10px 10px;
}

.accordion .label {
  position: relative;
  padding: 10px 0;
  font-size: 1rem;
  color: var(--light-blue);
  cursor: pointer;
}

.accordion .label::before {
  content: "+";
  color: #717171;
  position: absolute;
  top: 50%;
  right: -5px;
  font-size: 1rem;
  transform: translateY(-50%);
}

.faq-img {
  max-width: 400px;
}

.accordion .content {
  position: relative;
  background: white;
  height: 0;
  font-size: 1rem;
  text-align: justify;
  width: 100%;
  overflow: hidden;
  transition: 0.5s;
  border-bottom: 1px solid #e5e5e5;
}

.content > a {
  color: var(--lemon-green);
}

.accordion .container.active .content {
  height: 100%;
  padding-bottom: 1rem;
}

.accordion .container.active .label::before {
  content: "-";
  font-size: 30px;
}

@media (min-width: 360px) {
  .faqs {
    width: 100%;
  }
  /* .accordion {
        width: 350px;
    } */

  /* .accordion .label {
    position: relative;
    padding: 10px 0;
    font-size: 30px;
    color: var(--light-blue);
    cursor: pointer;
  } */
}

@media (min-width: 1024px) {
  .accordion .label {
    font-size: 30px;
  }

  .accordion .content {
    font-size: 20px;
  }
}

/* filtro */
.main-filtro {
  background-image: url("/img/filtro.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  object-fit: cover;
  height: 100vh;
  display: flex;
  flex-direction: column;
  padding-bottom: 46px;

  /* height: 100vh; */
}

.main-filtro > .footer {
  background-color: #ffffff !important;
}

.main-filtro .needs-validation {
  width: 900px;
  margin: auto;
}
.main-filtro > .filtro {
  height: 100%;
}
.main-filtro .end-footer {
  position: fixed;
  bottom: 0;
}
.main-filtro h1 {
  font-size: 80px;
  margin-bottom: 50px;
}
.logo-filtro img {
  width: 630px;
  display: flex;
  justify-content: center;
  margin: auto;
  padding-top: 40px;
}

.emoticon {
  display: flex;
  justify-content: center;
  padding: 30px;
}
.emoticon img {
  width: 90px;
  padding-top: 40px;
  padding-bottom: 40px;
}
/* filtro nuevo */

.form-control {
  margin: auto;
  border-radius: 50px;
  width: 50%;
  display: grid;
  color: var(--light-blue);
}
.btn-item {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.btn-filtro {
  border-radius: 50px;
  background-color: var(--light-blue) !important;
  border: 1px solid var(--light-blue) !important;
  color: white;
  padding: 0px;
  margin: 10px;
  width: 84%;
  font-size: 46px;
}

.btn-filtro:hover {
  background: white !important;
  color: var(--light-blue);
  border: 50px solid var(--light-blue);
}
@media (max-width: 768px) {
  .mobile-margin-bottom {
    margin-bottom: 0.5rem;
  }
  .text-filtro h3 {
    font-size: 20px;
    text-align: center;
  }
  .main-filtro {
    background-size: 700px;
    background-position: center;
  }
}

/* SABORES-JUNTOS */
.flavors-main-container h1 {
  padding-top: 6%;
  font-family: "cinzel-decorative";
  font-weight: 700;
  text-align: center;
  /* display: flex;
    flex-direction: row; */
  align-content: center;
  float: center;
}

/* circles */
.datos-porcentaje {
  align-self: center;
  float: left;
}

.circles-group {
  display: flex;
  justify-content: center;
  margin-top: 5%;

  float: center;
}
.circle-flavor {
  background-image: url("../img/Ellipse\ 24.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-image: auto;
  display: inline-block;
  align-self: baseline;
  min-width: 200px;
  padding: 60px;
  margin: 10px;
}

.circle-flavor p {
  font-size: 100%;
  text-align: center;
  color: white;
  font-weight: 400;
  padding: 10%;
}

.flavors-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 5%;
}

/*-----------  INDEX MEDIA QUERYS------*/

@media (max-width: 480px) {
  .circles-group {
    padding-bottom: 5%;
  }
  .circle {
    background-image: url("../img/Ellipse\ 24.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    min-width: 25%;
    padding: 0.8em;
    margin: 0.1%;
    display: inline-block;
    align-content: center;
    margin-left: 5%;
    align-self: baseline;
  }
  .circle p {
    text-align: center;
    color: white;
    font-weight: 200;
  }
}

/* ------ANIMACIONES --------*/

.flavor img:hover {
  /* opacity: 0.5 ; */
  animation: shake 1s;
  transform: translate(-1px, -2px) rotate(-40deg);
  animation-iteration-count: infinite;
  /* box-shadow: #35B0C9; */
  /* transition: cubic-bezier(0.075, 0.82, 0.165, 1); */
  cursor: pointer;
}

#lHerb:hover {
  color: #009a3e;
}

#mandarin:hover {
  color: #d86a2c;
}

#rasberry:hover {
  color: #bf1f5d;
}

.container:hover .overlay {
  opacity: 1;
}
.flavor p {
  text-align: center;
  margin-top: 20%;
  color: #000000;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 100%;
  font-weight: 400;
  font-family: "uni-sans-heavy";
}
.flavor:hover {
  box-shadow: #000000;
}

.circle {
  transition: all 0.2s ease-in-out;
}
.circle:hover {
  transform: scale(1.1);
}

/* ----SABORES JUNTOS MEDIA QUERYS------- */

@media (max-width: 480px) {
  .circles-group {
    display: flex;
    justify-content: center;
    margin-top: 5%;

    float: center;
  }
  .circle-flavor {
    background-image: url("../img/Ellipse\ 24.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-image: auto;

    display: inline-block;
    align-self: baseline;
    min-width: 30%;
    padding: 0.1em;
    margin: -0.5%;
  }

  .circle-flavor p {
    font-size: 100%;
    text-align: center;
    color: white;
    font-weight: 200;
    padding: 10%;
  }
}

/* FLAVORS */
.flavors-container {
  padding-top: 130px;
}

.flavors-container h1 {
  font-family: "cinzel-decorative";
  font-weight: 800;
  text-align: center;
}
.flavors-container p {
  text-align: justify;
}

.flavors-container img {
  width: 100%;
}

.Nutrifacts-html {
  display: inline-block;
  padding: 2px;
  font-size: 12px;
  border: 2px solid black;
  width: auto;
  align-items: center;
  word-wrap: break-word;
}

.Nutrifacts-html h2 {
  margin: 20px;
  flex-wrap: wrap;
  font-size: 29px;
}

.Nutrifacts-html p {
  word-wrap: break-word;
}

.separator {
  height: 4px;
  width: 100%;
  background-color: black;
  margin-top: 4px;
}

.tabla {
  justify-content: baseline;
}

.separador-item tr {
  border-bottom: 1px solid #000000;
}

.separador-item td {
  width: 40%;
}

/* -- Flavors MediaQuery */

@media (max-width: 410px) {
  .flavors-container {
    padding-top: 45%;
    position: relative;
  }

  .flavors-container h1 {
    margin-top: 22%;
    align-items: center;
    font-family: "cinzel-decorative";
    font-weight: 800;
    text-align: center;
    position: absolute;
    top: -110%;
  }
  .flavors-container img {
    width: 100%;
    padding-top: 80%;
  }

  .flavors-container h1 {
    padding-top: 2%;
    font-family: "cinzel-decorative";
    font-weight: 800;
    text-align: center;
    position: absolute;
    top: -110%;
    padding-bottom: 4%;
  }
}

/* ----------------------------------- */

@media (min-width: 300px) {
  .flavors-container img {
    width: 100%;
    padding-top: 20%;
  }

  .Nutrifacts-html {
    /* display: inline-block; */
    padding: 2px;
    font-size: 12px;
    float: center;
    margin-left: 2%;
    border: 2px solid black;
    width: auto;
    align-items: center;
    word-wrap: break-word;
  }
}
/* ----------------------------------------- */
@media (hover: hover) {
  .flavors-group {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 5%;
  }

  .flavor img {
    padding-top: 5%;
    display: inline-block;
    align-content: center;
    width: 100%;
    color: #35b0c9;
  }

  .flavor img:hover {
    opacity: 0.5;
    padding: 3%;
    box-shadow: #35b0c9;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    cursor: pointer;
  }

  #lHerb:hover {
    color: #009a3e;
  }

  #mandarin:hover {
    color: #d86a2c;
  }

  #rasberry:hover {
    color: #bf1f5d;
  }
}

@media (min-width: 450px) {
  .blockquote {
    padding: 60px 0 !important;
  }
}

/* TESTIMONIAL */
/* Blockquote main style */
.blockquote {
  position: relative;
  font-family: "cinzel-decorative";
  font-weight: 800;
  color: black;
  padding: 30px 0;
  width: 100%;
  max-width: 500px;
  z-index: 1;
  margin: 50px auto;
  align-self: center;
  /* border-top: solid 1px; */
  border-bottom: solid 1px;
}

/* Blockquote header */
.blockquote h1 {
  position: relative;
  color: black;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  margin: 0;
}

.testimonial-content {
  font-family: "dense";
  /* font-family: 'Lato', sans-serif; */
}

.testimonial-header {
  font-size: 3rem;
}
.testimonial-header:hover {
  font-size: 3.5rem;
  color: var(--lemon-spark);
}

.testimonial-title:hover {
  font-size: 3rem;
}

.testimonial-info {
  font-size: 1rem;
  font-family: "Lato", sans-serif;
}

.spark-naranja {
  color: var(--orange-spark);
}

/* Blockquote right double quotes */
.blockquote:after {
  position: absolute;
  content: "”";
  color: rgb(143, 52, 52);
  font-size: 10rem;
  line-height: 0;
  bottom: -25px;
  right: 30px;
}

/* increase header size after 600px */
@media all and (min-width: 600px) {
  .blockquote h1 {
    font-size: 50px;
  }
}

/* Blockquote subheader */
.blockquote h4 {
  position: relative;
  color: #292a2b;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding-top: 20px;
  z-index: 1;
}
/* FIN TESTIMONIAL */

/* TESTIMONIAL 3 */
@import url("https://fonts.googleapis.com/css2?family=Special+Elite&display=swap");
/* @import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap'); */

blockquote {
  font-family: "Special Elite", cursive;
  font-weight: 100;
  font-size: 2rem;
  max-width: 600px;
  line-height: 1.4;
  position: relative;
  margin: 0;
  padding: 0.5rem;
}

.quote3 {
  font-family: "Special Elite", cursive;
  color: var(--raspberry-spark);
  font-size: 2rem;
}
/* blockquote:before,
blockquote:after {
	position: absolute;
	color: var(--raspberry-spark);
	font-size: 6rem;
	width: 3rem;
	height: 3rem;
} */

/* blockquote:before {
	content: '“';
	left: -5rem;
	top: -2rem;
}

blockquote:after {
	content: '”';
	right: -5rem;
	bottom: 1rem;
} */

cite {
  line-height: 3;
  text-align: left;
}
/* FIN TESTIMONIAL 3 */

/* TESTIMONIAL 4 */
.container-testimonial {
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  top: 50%;
  left: 50%;
}

/* .citation::after {
    
        position: absolute;
        content: "”";
        color: rgb(143, 52, 52);
        font-size: 5rem;
        line-height: 0;
        bottom: 0;
        right: 0;
    
  } */
.block {
  transition: all 250ms ease-in-out;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-family: "dense";
}
.block .citation {
  font-size: 40px;
  line-height: 35px;
}
.block .author {
  font-family: "Roboto", sans-serif;
  color: #838eca;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 35px;
  transform: translateY(-50px);
  opacity: 0;
}

.first:hover .citation {
  transform: scale(1.2);
  letter-spacing: 1px;
}
.first:hover .author {
  transform: translateY(0);
  opacity: 1;
}

.second {
  position: relative;
}
.second .author {
  border-top: 1px solid;
  border-bottom: 1px solid;
  width: 150px;
  margin: 0 auto;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  right: 50%;
  top: 0;
}
.second:hover .citation {
  transform: scale(1.5);
  letter-spacing: 1px;
  opacity: 0.1;
}
.second:hover .author {
  font-size: 15px;
  opacity: 1;
  font-weight: bold;
  color: #000;
  transform: translateX(-50%);
  width: 280px;
}

.third {
  position: relative;
}
.third .citation {
  transform: translateX(0);
}
.third .author {
  bottom: 10px;
  position: absolute;
  right: 0;
  opacity: 0;
}
.third:hover .citation {
  transform: translateX(-30px);
}
.third:hover .author {
  right: -50px;
  opacity: 1;
  color: #ea8273;
}

.fourth {
  position: relative;
}
.fourth .author {
  opacity: 0;
  color: #bf1f5d;
  transform: translateY(-50px);
}
.fourth:hover .citation {
  opacity: 0;
  transform: translateY(10px);
}
.fourth:hover .author {
  opacity: 1;
  transform: translateY(-30px);
}
/* FIN TESTIMONIAL 4 */
/* NEW HERO */
#hero.newHero {
  background-image: url("../img/heroBG2.png");
  background-position: 0px 80px;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-top: 80px;
  width: 100vw;
  height: 80vh;
}

@media screen and (max-width: 992px) {
  #hero.newHero {
    background-image: url("../img/HeroBGmobnew.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0px 80px;
    padding-top: 80px;
    width: 100vw;
    height: 80vh;
  }
}
