@font-face {
  font-family: 'BillionDreams';
  src: url('../fonts/BillionDreams.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
:root{
  --primary-brown : #2D1B0B;
  --primary-light : #6B4C31;
  --text-dark : #161514;
  --green-dark : #464B2F;
  --bg-coffe:#2D1B0B;
  --text-shadow:2px 2px 2px #140905;
}
body{
    font-family: "Poppins", sans-serif;
    
    color: #fff;*
}
.navbar .navbar-brand {
  display: none;
}
.navbar-custom .nav-link {
    color: #333;
    font-weight: 500;
    margin-right: 1.5rem;
}

.navbar-custom .nav-link:hover {
    color: #000;
}

.navbar .nav-item a.active{
  color: var(--primary-light);
  font-weight: 700;
}

.overlay-light {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 32%);
  z-index: 1;
}

.overlay-medium {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 56%);
  z-index: 1;
}

.header-full{
    height: auto;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    overflow: hidden;
}

.header-full .navbar .container{
    z-index: 3;
}

.header-full .navbar::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 56%);
}

.header-full .navbar-custom .nav-link{
  color: #fff;
}

.header-full .navbar .navbar-nav .nav-item a.active{
  color: #fff;
}

.shape-cl{
    position: absolute;
    top: 0;
    z-index: 2;
}
.shape-cl img{
    max-width: 510px;
    position: relative;
    bottom: 1px;
    display: flex;
    margin: 0 auto;
}

.icon-coffe{
    position: absolute;
    background: url('../img/icons/coffe-icon.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 60px;
    height: 60px;
    z-index: 2;
    top: 11px;
    display: flex;
    margin: 0 auto;
    transition: all 0.3s ease;
    animation: floatRouse 3s ease-in-out infinite;
}

.coffee-beans {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2;
}
        
.coffee-beans .bean {
    position: absolute;
    width: 40px;
    height: 40px;
    background: url('../img/icons/bean-roasted.webp');
    background-repeat: no-repeat;
    background-size: 40px;
    opacity: 0.6;
    animation: floatBn 6s ease-in-out infinite;
}

.coffee-beans .bean:nth-child(1) { top: 10%; left: 10%; animation-delay: 0s; }
.coffee-beans .bean:nth-child(2) { top: 20%; left: 80%; animation-delay: 1s; }
.coffee-beans .bean:nth-child(3) { top: 60%; left: 15%; animation-delay: 2s; }
.coffee-beans .bean:nth-child(4) { top: 80%; left: 70%; animation-delay: 3s; }
.coffee-beans .bean:nth-child(5) { top: 30%; left: 60%; animation-delay: 4s; }
.coffee-beans .bean:nth-child(6) { top: 70%; left: 40%; animation-delay: 5s; }
.coffee-beans .bean:nth-child(7) { top: 51%; left: 30%; animation-delay: 2s; }
.coffee-beans .bean:nth-child(8) { top: 42%; right: 10%; animation-delay: 1.8s; }

.cont-text-main-b{
  position: absolute;
  left: 25px;
  top: 22%;
  z-index: 2;
}
.cont-desc-main-b{
  position: absolute;
  right: 25px;
  max-width: 58%;
  text-align: right;
  top: 25%;
  z-index: 2;
}
.cont-desc-main-b p{
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.4;
  font-weight: 400;
  text-shadow: var(--text-shadow);
}
.hero-text {
    font-family: 'BillionDreams'; /* Fallback for script font */
    font-size: 7.5rem; /* Large font size */
    color: white;
    text-align: center;
    line-height: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    z-index: 1;
    text-shadow: var(--text-shadow);

}

.hero-section-main {
  background-color: var(--green-dark); /* Dark olive green */
  height: 599px; /* Adjust as needed */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
}

.hero-section-main > h1 > span:nth-child(1){
    opacity: 0.6;
}

.hero-section-main .hero-text span:nth-of-type(2){
    position: relative;
    bottom: 100px;
}

.hero-section-main .stack-coffe{
   position: absolute;
   max-width: 320px;
   left: 0;
   bottom: 0;
  transform: translateX(-100px);
  animation: entrarDesdeIzquierda 1.5s ease-out forwards;
}

.hero-section-main .stack-coffe img{
    max-width: 100%;
}

.coffee-icon {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 60px;
    height: 60px;
    z-index: 2;
    
}

.bean-roasted-icon{
    background: url('../img/icons/bean-roasted.webp');
    background-repeat: no-repeat;
    background-size: 54px;
    width: 54px;
    height: 54px;
    position: absolute;
    bottom: 25px;
    opacity: 0.7;
    right: 25%;
    z-index: 2;
    rotate: -45deg;
}

.circle-shape{
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transform: translateY(-50px);
  animation: fromUp 2s ease-out forwards;
}

.circle-shape img{
    max-width: 100%;
}

.circle-shape-2{
  position: absolute;
  bottom: 0;
  left: 25%;
}

.circle-shape-2 img{
    max-width: 80%;
}

.section-info-home {
    padding: 4rem 0;
    max-width: 1200px;
    margin: 0 auto;
}

.info-left h2 {
    color: var(--text-dark);
    font-size: 2.2rem;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 2rem;
    text-align: center;
}

.info-left h2 strong {
    font-weight: 800;
}

.section-info-home .btn-cards{
   display: flex;
    margin: 0 auto;
    justify-content: center;
}


.btn-custom {
    font-family: 'Poppins',sans-serif;
    background: #fff;
    border: 2px solid #333;
    color: #333;
    font-size: 1.2rem;
    padding: 0.75rem 2.5rem;
    border-radius: 2rem; /* Rounded button */
    font-weight: 500;
    transition: all 0.3s ease;

}

.btn-custom:hover {
    background-color: #333;
    color: white;
}

.btn-custom.btn-fill{
    background: var(--primary-brown);
    color: #fff;
}

.btn-custom.out-line{
  color: #fff;
  border-color: #fff;
  background: none;
}

.card-info {
    border-radius: 1.5rem; /* Rounded card corners */
    overflow: hidden;
    position: relative;
    min-height: 250px; /* Ensure cards have a minimum height */
    display: flex;
    align-items: flex-end; /* Align text to bottom */
}

.card-info img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.card-overlay {
    background: linear-gradient(to top, rgb(14 14 14 / 97%) 0%, rgba(0, 0, 0, 0) 50%);
    color: white;
    padding: 1.5rem;
    z-index: 1;
    width: 100%;
    bottom: 0;
    position: absolute;
}

.card-overlay h5 {
    font-size: 1.5rem;
    font-weight: 500;
}

.card-info h5 span{
    font-weight: 700;
}

.text-fade-up {
  opacity: 0;
  
  animation: fadeUp 0.6s ease-out forwards;
}

.section-video{
    position: relative;
    padding-bottom: 35px;
    
}
 #video-home{
    width: 100%;
    border-radius: 28px;
   height: 520px;
 }

 
 .vjs-matrix .vjs-big-play-button {
      background-color: initial;
      background-image: url('../img/icons/icon-play.png');
      background-repeat: no-repeat;
      background-size: 54px;
      background-position: center;
      height: 60px;
      border: none;
}

.vjs-matrix .vjs-big-play-button .vjs-icon-placeholder{
  display: none;
}
.section-coffee-leaf{
    position: relative;
    width: 100%;
    min-height: 980px;
    padding-top: 25px;
}

.section-coffee-leaf .text-top{
   width: 100%;
}

.section-coffee-leaf .text-top h1{
    font-family: 'Poppins',sans-serif;
    font-size: 11.5rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    position: relative;
    bottom: 57px;
    color: #9b7b5f3d;
}

.section-coffee-leaf .text-ri{
   position: absolute;
   right: 16px;
   top: 185px;
   max-width: 92%;
   text-align: right;
}

.section-coffee-leaf .text-ri h2{
    font-family: 'BillionDreams',sans-serif;
    font-size: 10rem;
    text-align: right;
   color: var(--primary-light);
}

.section-coffee-leaf .text-ri h3{
   font-family: 'BillionDreams',sans-serif;
    font-size: 22rem;
    text-align: right;
    position: relative;
    bottom: 85px;
   color: var(--primary-brown); 
}

.section-coffee-leaf .text-ri p{
    font-family: 'Poppins',sans-serif;
    font-size: 24px;
    color:#000;
    text-align: right;
    position: relative;
    bottom: 90px;
    max-width: 749px;
}

.section-coffee-leaf .cont-leaf{
  position: absolute;
 
  top: 25%;
  z-index: 2;

  bottom: 0;

}

.section-coffee-leaf .cont-leaf img{
    max-width: 90%;
}

.section-slider-prods{
    position: relative;
    width: 100%;
    min-height: 700px;
    background: #464B2F;
    padding-top: 30px;
    padding-left: 55px;
    overflow: hidden;
    z-index: 2;
}

.slider-cont {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 49%;
  height: 100%;
  overflow: hidden;
 
}

.slider-pd img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: translate(0, 0);
  transition: transform 1s ease, opacity 1s ease;
}

.slider-pd img.active {
  opacity: 1;
  z-index: 2;
}

.slider-pd img.exit {
  opacity: 0;
  transform: translate(-100px, 100px) rotate(-20deg);
}

.flt-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 540px;
    text-align: right;
    z-index: 2;
}

.flt-image-l {
   position: absolute;
    right: 20%;
    bottom: 0;
    width: 469px;
    text-align: right;
    z-index: 1;
}

.section-slider-prods .text-slider-prods{
    position: absolute;
    z-index:4;
}

.section-slider-prods .text-slider-prods h2{
    font-family: 'BillionDreams',sans-serif;
    font-size: 8.2rem;
    font-weight: 400;
    color: #fff;
}
.section-slider-prods .text-slider-prods h3{
    font-family: 'BillionDreams',sans-serif;
    font-size: 9.2rem;
    font-weight: 400;
    color: #fff;
    position: relative;
    bottom: 52px;
    margin-bottom: 65px;
}

.section-slider-prods .btn-custom{
  background: none;
  color:#fff;
  border-color: #fff;
}

.section-slider-prods .text-slider-prods p{
    font-family: 'Poppins',sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    color: #fff;
    position: relative;
    max-width: 44%;
    bottom: 95px
}

.section-slider-prods .text-slider-prods .btn-custom{
    position: absolute;
    bottom: 25px;
}

.flt-image img {
  max-width: 100%;
}

.float-once {
  animation: floatUpDown 1.5s ease-in-out;
}

.blur-image-coffee{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Esto es clave para mantener la proporción */
  z-index: 3;
}

@keyframes floatUpDown {
  0% { transform: translateY(0); }
  50% { transform: translateY(280px); }
  100% { transform: translateY(0); }
}

.slider-text {
  opacity: 1;
}

.fade-in {
  opacity: 0;
  animation: fadeInText 1s ease forwards;
}

.fade-out-down {
  animation: fadeOutDown 0.4s ease forwards;
}


.floating-image {
  margin-bottom: 20px;
}

.floating-image img {
  width: 100px;
}

.fade-in-up {
  opacity: 0;
  animation: fadeInUp 0.5s ease forwards;
}

.section-mask{
    position: relative;
    width: 100%;
    min-height: 850px;
    padding-top: 85px;
}

.section-mask img{
    max-width: 100%;
}

.section-banner-bottom{
    position: relative;
    width: 100%;
    /*min-height: 520px;*/
    padding-top: 100px;
}

.text-bn-bottom{
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-bn-bottom h2{
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 2rem;
    text-align: left;
}
.section-banner-bottom .cont-card-info{
 padding:25px;
  background: var(--green-dark);
  border-radius: 32px;
}

.section-banner-bottom .img-pickers img{
   width: 100%;
   height: 175px;
   object-fit: cover;
   border-radius: 32px;
}

.section-text{
    position: relative;
    width: 100%;
    min-height: 210px;
}

.section-text h2{
    color: #2D1B0B;
    font-size: 2.9rem;
    line-height: 1.3;
    font-weight: 700;
}

.section-text h2 span{
    color: var(--primary-light);
}

.section-text h3{
    color: #000;
    font-size: 25px;
    font-style: italic;

}


.footer {     
  background-color: #2D1B0B;
  background-image: url('../img/patter-fotter.webp');
  background-repeat: repeat;
  color: #fff;
  border-top-left-radius: 95px;
  border-top-right-radius: 95px;
  margin-top: 9rem;
  min-height: 300px;
  position: relative;
}

.footer-logo-text {
  font-family: "Great Vibes", cursive; /* Example cursive font for logo text */
  font-size: 1.8rem;
  color: var(--text-light);
  font-weight: normal;
}

.footer-nav-links .list-inline-item a {
  color: var(--text-light);
  text-decoration: none;
  font-weight: 600;
  margin: 0 1rem;
  transition: color 0.3s ease;
}

.footer-nav-links .list-inline-item a:hover {
  color: var(--light-green);
}

.cont-legend{
  bottom: 2.4rem;
}

.banner-rounded .bg-banner{
  min-height: 480px;
  border-radius: 55px;
  position: relative;
  overflow: hidden;
  padding: 4rem 2rem;
}

.banner-rounded .bg-banner .text-banner h1{
  font-size: 2.1rem;
  font-weight: 400;
  color:#fff;
}

.banner-rounded .bg-banner .text-banner h1 span{
  font-family: 'BillionDreams',sans-serif;
  font-weight: 500;
  font-size: 4.1rem;
  text-shadow: var(--text-shadow);
}

.banner-rounded .overlay{
    background: rgb(0 0 0 / 58%);
    color: white;
    padding: 1.5rem;
    width: 100%;
    height: 100%;
    inset:0;
    position: absolute;
}

.banner-rounded .text-banner{
  z-index: 1;
}
.banner-rounded .text-banner p{
  font-size: 1.1rem;
  text-shadow: var(--text-shadow);
}

.section-about .text-about h2{
  font-size: 1.8rem;
  font-weight: 400;
  color: #000;
}

.section-about .text-about h3{
  font-family: 'BillionDreams',sans-serif;
  font-size:5.2rem;
  font-weight: 400;
  color:var(--primary-light);
}

.section-about .text-about h3 span{
  color:var(--primary-brown);
}

.section-about .text-about p{
  font-size: 1.1rem;
  font-weight: 400;
  color:#161514;
}

.section-about .text-about .btn-custom{
    display: flex;
    margin: 0 auto;
    width: fit-content;
    top: 15px;
    position: relative;
}

.section-about .img-right-about{
  display: flex;
            justify-content: center;
            align-items: center;
}

.section-about .img-right-about img{
  max-width: 100%;
  height: auto;
  border-radius: 2rem; 
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.section-about-info{
  position: relative;
  width: 100%;
}

.section-about-info .img-banner-2{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
            
}

.section-about-info .img-banner-2 img{
  max-width: 100%;
  height: auto;
  border-radius: 2rem; 
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.section-about-info .img-banner-2 h2{
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  position: absolute;
  bottom: 14px;
  margin-left: 50px;
}

.section-about-info .img-banner-2 h2 strong{
  font-weight: 700;
}

.section-text-about{
  position: relative;
  width: 100%;
}

.section-text-about h2{
  color: var(--text-dark);
  font-size: 1.6rem;
  text-transform: uppercase;
}

.section-text-about h3{
  font-family: 'BillionDreams',sans-serif;
  color: var(--primary-light);
  font-weight: 500;
  font-size: 6.5rem;
  
}

.section-text-about p{
  color: var(--text-dark);
  font-weight: 400;
  font-size: 1.2rem;
  
}

.section-text-general{
  position: relative;
  width: 100%;
  padding-top: 5rem;
}

.section-text-general h2{
  font-size: 1.8rem;
  color: var(--text-dark);
}

.section-text-general p{
  font-size: 1.1rem;
  color: var(--text-dark);
}

.section-products{
  position: relative;
  width: 100%;
}

.section-products .coffee-card {
    background-color: var(--bg-coffe);
    border-radius: 20px;
    overflow: hidden;
    color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0.9rem;
 }
.section-products .coffee-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 20px;
  
}
.section-products .card-content {
  padding: 20px;
  flex-grow: 1; 
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-products .card-content h3 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 10px;
}
.section-products .card-content p {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 14px;
  flex-grow: 1; 
}
.section-products .btn-ver-mas {
  background-color: #fff;
  color: var(--primary-brown); 
  border: none;
  border-radius: 25px;
  padding: 10px 20px;
  font-weight: 400;
  width: 100%;
  font-size: 1.2rem;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.section-products .btn-ver-mas:hover {
  background-color: #f0f0f0;
  color: #2E1A17;
}

.hero-content {
  z-index: 2;
  margin-top: auto; 
  margin-bottom: 50px; 
}

.hero-content h1 {
  font-family: 'BillionDreams',sans-serif;
  font-size: 9.5rem; /* Large font size */
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1;
}

.hero-products {
  position: relative;
    display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: white;
  text-align: center;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden; 
  height: 100%;
            
}

.hero-content p {
    max-width: 65%;
    margin: 0 auto 30px auto;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.6;
}

.detail-product {
  padding: 80px 9px;
  text-align: center;
}

.detail-product h2 {
    font-size: 2.1rem;
    font-weight: 500;
    color: var(--primary-brown);
    margin-bottom: 20px;
    line-height: 1.2;
}

.detail-product p {
    font-size: 1.2rem;
    color:var(--text-dark);
    margin-bottom: 40px;
}

.image-gallery-section {
  padding: 50px 0 100px 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-gallery-container {
    position: relative;
    width: 80%; 
    max-width: 1200px;
    margin: 0 auto;
}

.img-gallery-1 {
    width: 100%;
    height: auto;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    display: block;
    height: 285px;
    object-fit: cover;
}

.overlay-image {
    position: absolute;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    object-fit: cover;
}

.image-sq-1 {
  width: 360px;
  height: 140px;
  object-fit: cover;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
  z-index: 2;
}

.image-sq-2 {
    width: 180px;
    height: 180px;
    right: -50px; 
    z-index: 2;
    bottom: 58%;
}

.section-about.info-products .text-about{
 text-align: right;
}

.section-about.info-products .text-about .btn-custom{
  display: inline;
}

.products-info-2{
  position: relative;
  width: 100%;
  padding-top: 5rem;
  min-height: auto;
}

.products-info-2 h3{
  color: var(--primary-brown);
  font-size: 3.2rem;
}

.products-info-2 p{
  color: var(--text-dark);
  font-size: 1.4rem;
}

.products-info-2 .img-box{
    text-align: right;
}

.products-info-2 .img-box img{
 max-width: 700px;
    object-fit: cover;
}

.text-info-cnt{
  position: relative;
  
}

.cont-items-gallery .item-gallery-prod{
  display: flex;
    justify-content: center;
    align-items: center;
}

.cont-items-gallery .item-gallery-prod img{
    width: 100%;
    height: 170px;
    object-fit: cover;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;

}

.detail-product .sub-items{
  padding-bottom: 2.2rem;
  padding-left: 52px;
}

.detail-product .sub-items h3{
  font-size: 1.1rem;
  color: var(--primary-light);
}

.detail-product .sub-items .sub-item{
  padding-top: 1.2rem;
  border-radius: 25px;
  border:1px solid var(--primary-light);
}

.section-contact{
  position: relative;
  width: 100%;
  padding-top: 4.5rem;
}

.section-contact h1{
  color: var(--primary-brown);
  font-size: 1.91rem;
}

.section-contact p{
  color: var(--text-dark);
  font-size: 1.0rem;
  font-weight: 400;
}

.form-title {
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--primary-light);
}

.custom-input {
  border: 1px solid var(--primary-light);
  border-radius: 10px; /* Rounded corners for inputs */
  padding: 12px 15px;
  color: var(--dark-brown); /* Text color inside input */
}

.custom-input::placeholder {
  color: var(--primary-light); /* Placeholder text color */
  opacity: 0.7; /* Adjust opacity if needed */
}

form label.error{
  color: #c72a2a;
}

form label.accept-label{
  color: #000;

}

form label.accept-label a{
  color: var(--primary-light);
  text-decoration: none;
  font-weight: 700;
}

.section-map{
  position: relative;
  width: 100%;
}

.section-map iframe{
  width: 100% !important;
}

.section-logos .logo-container {
  min-height: 150px;
  background-color: #fff;
  border: 1px solid #8528281f;
  border-radius: 8px;
  transition: transform 0.2s ease-in-out;
  margin-bottom: 20px;
}
        
.section-logos .logo-container:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
        
.section-logos .logo-placeholder {
    width: 80px;
    height: 80px;
}

/*Mobile*/


@media screen and (max-width: 768px) {
   header{
    /*width: 100%;*/
   }
  .navbar{
    width: 100%;
    background-color: #fff;
    position: fixed;
    height: 116px;
    z-index: 3;
    border-bottom: 1px solid #4f0b0b57;
  }
  
   .navbar .navbar-brand{
     display: inline-block;
     max-width: 95%;
   }

   .navbar .navbar-collapse{
    background: #ffffffeb;
    padding: 4.7rem;
   }

   .navbar .navbar-collapse .nav-item{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
   }
   .header-full .navbar::before{
    background: none;
   }
   .header-full .navbar{
      z-index: 4;
   }
   
   .header-full .navbar .navbar-toggler{
       z-index: 4;
   }
   .header-full .navbar-custom .nav-link{
    color: var(--text-dark);
   }

   .header-full .navbar .navbar-nav .nav-item a.active{
      color: var(--primary-brown);
   }

   .hero-section-main{
    top: 111px;
   }

   .shape-cl{
    /*display: none;*/
   }

   .cont-text-main-b{
    left: 30%;
    top: 16%;
   }
   .cont-desc-main-b{
    position: relative;
    top: 21%;
    left: 0;
    max-width: 100%;
    text-align: center;
    padding: 1.2rem;
   }

   .cont-desc-main-b p{
    font-size: 1.1rem;
   }

   .hero-text{
    font-size: 3.4rem;
   }

  .form-title{
    font-size: 1rem;
  }

   .section-contact h1{
    font-size: 1.4rem;
   }

   .text-bn-bottom h2{
    font-size: 0.9rem;
    text-align: center;
   }

   .hero-products{
    padding-top: 5.1rem;
    top: 50px;
   }

   .hero-content p{
    max-width: 95%;
   }

   .hero-content h1{
     font-size: 3.4rem;
   }

   .detail-product h2{
    font-size: 1.4rem;
   }
   .detail-product p{
    font-size: 0.9rem;
   }
   .detail-product .btn-custom{
    margin-top: 25px;
   }
   .section-coffee-leaf{
    min-height: 370px;
   }
   .section-coffee-leaf .text-ri {
    /*max-width: 85%;*/
   }
   .section-coffee-leaf .text-top h1{
    font-size: 3.2rem;
    text-align: center;
    bottom: 12px;
   }
   .section-coffee-leaf .text-ri h2{
    font-size: 2.5rem;
    text-align: center;
   }
   .section-coffee-leaf .text-ri h3{
    font-size: 3.2rem;
    text-align: center;
    bottom: 0;
   }
   .section-coffee-leaf .text-ri p{
    font-size: 1.1rem;
    text-align: center;
    bottom: 0;
   }
   .section-coffee-leaf .cont-leaf{
    z-index: -1;
   }
   .section-coffee-leaf .cont-leaf img{
    opacity: 0.5;
   }

   .section-info-home{
    padding-top: 10.2rem;
    color: black;
   }
   .section-info-home .info-left h2{
     font-size: 1.8rem;
   }
   .section-info-home .btn-cards{
    margin-bottom: -0.8rem;
   }
   .section-slider-prods{
    padding-left: 10px;
    min-height: 580px;
   }
   .section-slider-prods .text-slider-prods h2{
    font-size: 3.2rem;
   }
   .section-slider-prods .text-slider-prods h3{
    font-size: 4.2rem;
    bottom: 12px;
   }
   
   .section-slider-prods .text-slider-prods p{
    font-size: 1.2rem;
    max-width: 100%;
    bottom: 9px;
   }
   .section-slider-prods .text-slider-prods .btn-custom{
    bottom: initial;
   }
   .flt-image{
    max-width: 65%;
   }
   .slider-cont{
    min-width: 100%;
   }
   
   .section-text{
    /*padding: 1.4rem;*/
    margin-top: -7rem;
   }

   .section-text h2{
    font-size: 1.7rem;
   }

   .banner-rounded .bg-banner .text-banner{
     margin-top: 3rem;
   }

   .banner-rounded .bg-banner .text-banner h1 span {
    font-size: 2.5rem;
   }

   .section-about .text-about h3{
    font-size: 3.2rem;
   }
   .section-about .img-right-about {
       padding-top: 3rem;
   }
   .section-text-about h3{
    font-size: 3.2rem;
   }
 
   .image-gallery-container .image-sq-1{
    position: relative;
    left: 0;
    top: 5.5rem;
   }
   .products-info-2 {
    min-height: 380px;
   }
   .products-info-2 .text-info-cnt{
     z-index: 2;
     margin-top: 0;
   }
   .products-info-2 .img-box{
    text-align: center;
    padding-top: 3rem;
   }
   .products-info-2 .img-box img {
    max-width: 90%;
    
   }
   .products-info-2 h3{
    font-size: 1.9rem;
   }
   .products-info-2 p {
    font-size: 1rem;
   }
   .detail-product {
     padding-top: 3.5rem;
  }

  .detail-product .sub-items{
    padding-left: 8px;
    padding-right: 8px;
  }
  .detail-product .sub-items .sub-item {
    margin-bottom: 10px;
  }
  
  .cont-legend {
      bottom:0;
  }
   
}

.social-links img{
    width:35px;
}

.cld_cont{
  position: absolute;
  right: 23%;
}

.cld_cont a{
    text-decoration: none;
    color: var(--text-dark);
    padding: 6px 14px;
    border: 1px solid var(--primary-light);
    border-radius: 25px;
}

.header-full .cld_cont a{
  color: #fff;
  border-color: #fff;
}


/*Animations*/

@keyframes floatRouse {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}

@keyframes entrarDesdeIzquierda {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fromUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(30px);
  }
}

@keyframes fadeInText {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes floatBn {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(180deg); }
}



       

        