
/*  ===================
======Banner  carousel=======
=========================*/

 .carousel {
   width: 100%;
 }
 .carousel-item{
  height: 110vh;
 }
.carousel-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background: rgba(14, 13, 13, 0.178); 
    z-index: 1; 
  }
  .carousel-inner{
    height: 110vh;
  }
   

.carousel-item img {
  height: 100%;
  max-width: 100%;
  object-fit: cover !important; 
  background-position: start;
}

  .carousel-caption {
    position: absolute;
    top: 60%;
    left: 35%;
    width: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff; 
    z-index: 2; 
    text-align: start;
     
  }
 
  .carousel-caption p{
    width: 70%;
  }
   .carousel-caption h1, .carousel-caption p{
    color: #fff;
  
   }
   /* banner section */
   .banner-section{
    width: 100%;
    height: 110vh;
   }
   /* -------------carousel next - prev icon------------- */
  /*Removes default  */
  .carousel-control-prev, .carousel-control-next {
    background: none; 
    border: none; 
    padding: 0; 
  }
  
  .carousel-control-prev-icon, .carousel-control-next-icon {
    display: none; 
  }
  
  
   .carousel-control-prev,
   .carousel-control-next {
       background-color: transparent !important;
       border: 1px solid #e9e8e8;
       height: 30px !important; 
       width: 30px !important;
       top: 50%;
       margin: 0 40px;
       padding: 20px !important;
       border-radius: 50%; 
   }
   /* .scroll-btn{
    bottom: -110px;
   } */

   
  .card{
    border: none;
  }
    /* =============descubre============= */
    .descubre-text-section{
        width: 50%;
        margin: 0 auto;
    }
    .home .descubre-text-section {
      margin: 105vh auto 0 auto;
  }
  
    .text-section>h5{
      font-size: "Libre Bodoni",serif !important;
      font-weight: 600;
    }
    /* .descubre-paraghaph{
      padding: 0 17%;
    } */

    /*  */
    /* =============una-tierra-text-section ==================*/
    .una-tierra-text-section{
      height: 700px;
    }
    .una-tierra-text-section .text-section{
      width: 50%;
      margin-left: 30px;
    }
    .una-tierra-text h5{
      font-size: 56px;
    }
    .una-tierra-text p {
      width: 50%;
    }
    .despues-descubre{
      width: 35%;
      margin: 0 auto;
      padding: 0;
  }
/* ===================media query================== */

/* For phones (max-width 767px) */
@media (max-width: 767px) {
  /* ======carousel ===========*/
  .carousel-item ,.carousel,.banner-section{
    height: 650px;
  }
  .carousel-inner{
    height: 650px;
  }
 
     
    .carousel-caption {
        width: 95%;
        top: 35%;
        margin: 30px auto;
        left: 50%;
        text-align: center;
         
      }

    .banner-section {
      position: static; 
      top: auto;
    }
   
/* =========descubre========== */
   .home .descubre-text-section{
        width: 95%;
        margin: 0 auto;
        padding: 0;
    }
    .descubre-text-section{
        width: 95%;
        margin: 0 auto;
        padding: 0;
    }

    .despues-descubre{
      width: 95%;
      margin: 0 auto;
      padding: 0;
  }
    .only-text{
      width: 80%;
      margin: 0 auto;
    }
    .descubre-paraghaph{
      padding: 0 10px;
      text-align: start;
    }
    /* ===========una-tierra-text-section ===========*/
    .una-tierra-text-section{
      height: 600px;

    }
    .una-tierra-text{
      margin-bottom: 60px;
    }
    .una-tierra-text-section .text-section{
      width: 95%;
      margin-left: 0px;
     
    }
    .una-tierra-text p{
         width: 80%;
    }
    .una-tierra-text h5{
      font-size: 22px;
    }

  }
  
  /* For tablets (between 768px and 1023px) */
  @media (min-width: 768px) and (max-width: 1023px) {
    .banner-section {
      position: absolute;
      top: 0;
    }
  }
  
  /* For laptops (between 1024px and 1279px) */
  @media (min-width: 1024px)  {
    .banner-section {
      position: absolute;
      top: 0;
    }
  }