*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:root{
--grey-borders:#C2C2C2;
--greey-text-soft:#8A8A8A;
--grey-text-mid:#555555;
--green-cap:#539713;
--soft-green:#76984B;
--bck-grey: #F5F5F5;
--coffe: #62350B;
--red:#FF0000;

}
html{
  font-size: 62.5%;
}
a{
  text-decoration: none;
}

/* HEADER */
header{
  background-color: white;
  border-bottom: 1px solid var(--grey-borders);
  display: flex;
  justify-content: space-evenly;
  padding: 20px 0;
  align-items: center;
}
.logo-box img{
  width: 140px;
}
.menu-productos{
  display: flex;
  gap: 25px;
  justify-content: space-between;
  font-size: 2.2rem;
  color:var(--greey-text-soft);
  text-decoration: none;
}
.cafe-link{
  text-decoration: none;
  color:var(--greey-text-soft);
}
.menu-cap-green{
  color:var(--green-cap) ;
  font-weight: bold;
}
.menu-contacts{
  display: flex;
  gap: 25px;
}
.circle-icon{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white ;
  box-shadow: 0px 2px 2px 0px rgba(123, 123, 123, 0.25);
  border: 0.5px solid #EDEDED;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon{
 width: 30px;
}
.contactar-btn{
  width: 160px;
  height:55px ;
  border-radius: 25px;
  background-color: white;
  border: 2px solid var(--green-cap);
  color: var(--green-cap);
  font-size: 2.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
}
/* MENU FLOTANTE MOBILE */
.mob-float-menu{
  display: none;
}

/* LANDING */
.landing-section{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.landing-container{
  width: 50%;
  padding-left: 10%;
}
h1{
  font-size: 5rem;
  color: var(--green-cap);
  font-style: italic;
  margin-bottom: 40px;
}


.landing-container p{
  font-size: 2.3rem;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--greey-text-soft);
  line-height: 3rem;
  margin-bottom: 15px;
}
.img-container{
  width: 500px;
  margin-top: 50px;
}
.green-text{
  color:var(--green-cap);
}
/* COLECCION SECTION */
.coleccion-section{
  background-color: var(--bck-grey);
}
h2{
  font-size: 2.8rem;
  font-style: italic;
  text-align: center;
  padding-top: 60px;
}
.white-line-subtitle{
  width: 80%;
  height: 4px;
  background-color: #fff;
  margin: 20px auto ;
}
.green-line-sub{
  width: 20%;
  height: 4px;
  background-color: var(--green-cap);
  margin: 0 auto ;
}
.coleccion-bonsai-box{
  display: flex;
  justify-content: space-evenly;
  margin-top: 30px;
}
.coleccion-bonsai-card{
  display: flex;
  position: relative;
}
.green-slide-card{
  position: absolute;
  left: 0;
  height: 210px;
  width: 150px;
  background-color: var(--green-cap);
  border-radius: 15px 0 0 15px;
  top: -10px;
  z-index: 9;
}
.green-slide-card-rigth{
  position: absolute;
  right: -20px;
  height: 210px;
  width: 150px;
  background-color: var(--green-cap);
  border-radius: 0 15px  15px 0;
  top: -10px;
  z-index: 9;
}
.white-card{
  z-index: 99;
  display: flex;
  margin-left: 20px;
  width: 340px;
  height: 190px;
  background-color: rgb(255, 255, 255);
  border-radius: 15px;
  align-items: center;
  box-shadow: -4px -2px 4px 0px rgba(239, 239, 239, 0.30), -2px 2px 4px 0px rgba(0, 0, 0, 0.10);
}
.white-card img{
  height: 150px;
}
h3{
  font-size: 2.4rem;
  font-style: italic;
  color: var(--grey-text-mid);
  padding-top: 30px;
}
h4{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.7rem;
  font-weight: normal;
  color: var(--greey-text-soft);
  margin-top: 12px;
}
.union-white-line{
  width: 30%;
  height: 3px;
  background-color: white;
  align-self: center;
  z-index: 1;
  margin: 0 auto;
  position: absolute;
}
/* main card */
.coleccion-bonsai-card-main{
  display: flex;
  position: relative;
  margin-left: 22%;
  margin-top: 100px;
}
.white-card-main{
  z-index: 99;
  display: flex;
  margin-left: 10px;
  width: 80%;
  height: 320px;
  background-color: rgb(255, 255, 255);
  border-radius: 15px;
  align-items: center;
  box-shadow: -4px -2px 4px 0px rgba(239, 239, 239, 0.30), -2px 2px 4px 0px rgba(0, 0, 0, 0.10);
}
.white-card-main img{
  height: 300px;
  border-radius: 15px;
  margin-right: 10px;
  margin-left: 10px;

}
.text-box-antiguo{
padding: 0 5%;
}
.bonsai-antiguo-title{
  font-size: 3rem;
  font-style: italic;
  color: var(--grey-text-mid);

}
.p-bonsai-antiguo{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
 color: var(--grey-text-mid);
  margin-top: 12px;
}
.p-frase-antiguo{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2rem;
  color: var(--green-cap);
  font-weight: bold;
  margin-top: 20px;
}
.green-slide-card-botton{
  position: absolute;
  height: 100px;
  width: 75%;
  background-color: var(--green-cap);
  border-radius: 0 0 15px 15px;
  bottom: -20px;
  left: -20px;
  z-index: 9;
}
/* PRODUCTOS SECTION */
.productos-section{

}
.productos{
  display: flex;
  justify-content: space-evenly;
}
.product-container{
  position: relative;
}
.card-box{
  position: relative;
}
.product-title{
  font-size: 3rem;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  color: var(--grey-text-mid);
}
.green-product-line{
  width: 50%;
  height: 2px;
  background-color: var(--green-cap);
  margin: 20px 0;
}
.product-card{
  display: flex;
  border: 3px solid var(--green-cap);
  /* margin-left: 2%; */
  z-index: 99;
  width: 320px;
  height: 200px;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0px 4px 3px 0px rgba(255, 255, 255, 0.26), 0px -3px 4px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  position: relative;
  overflow-x: scroll;
  gap:15px ;

}
.product-card-jardin{
  display: flex;
  border: 3px solid var(--green-cap);
  margin-left: 2%;
  z-index: 99;
  width: 320px;
  height: 200px;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0px 4px 3px 0px rgba(255, 255, 255, 0.26), 0px -3px 4px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  position: relative;
  overflow-x: scroll;
  gap:10px ;

}
.product-card-jardin img{
  height: 100%;
  border-radius: 15px;

}
.product-card img{
  height: 100%;
  border-radius: 15px;

}

.green-slide-btn{
  display: flex;
  width: 330px;
  height: 140px;
  background-color: var(--soft-green);
  border-radius: 0 0 20px 20px;
  position: absolute;
  bottom: -70px;
  z-index: 9;
}
.quiero-btn{
  width: 240px;
  height: 45px;
  border-radius: 20px;
  background-color: white;
  color: var(--green-cap);
  font-size: 1.6rem;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  bottom: 10px;
  left: 50px;
  position: absolute;
  text-decoration: none;
  align-items: center;
  display: flex;
  justify-content: center;
}
.parrafo-product{
  width: 320px;
  padding: 20px;
  border-radius: 15px;
  border: 1px solid var(--soft-green);
  margin-top: 100px;
  font-size: 1.6rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: var(--grey-text-mid);
  line-height: 2rem;
}
.line-separator{
  width: 80%;
  height: 2px;
  margin: 50px auto;
}
.green{
  background-color: var(--green-cap);
}
.coffe{
  background-color: var(--coffe);
}
.cafeteria-box{
  display: flex;
  flex-direction: column;
  text-align: center
}
.cafe-logo-title{
  margin: 0 auto;
  display: flex;
}
.cafe-logo-title h2{
  align-self:center;
  padding-top: 0;
  margin-left: 20px;

}
.menu-cafeteria{
  width: 95%;
  margin: 15px auto 0 auto;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--green-cap);

}

.cafe-logo-title img{
  width: 90px;
}
.cafeteria-container{
  display: flex;
  position: relative;
  margin-top: 40px;

}
.cafeteria-card{
  margin: 0 auto;
  z-index: 99;
  display: flex;
  overflow-x: scroll;
  gap: 10px;
  width: 80%;
  height: 450px;
  background-color: rgb(255, 255, 255);
  border-radius: 15px;
  align-items: center;
  box-shadow: -4px -2px 4px 0px rgba(239, 239, 239, 0.30), -2px 2px 4px 0px rgba(0, 0, 0, 0.10);
}
.cafeteria-card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.green-slide-cafeteria{
  position: absolute;
  height: 100px;
  width: 82%;
  background-color: var(--green-cap);
  border-radius: 0 0 10px 10px;
  bottom: -20px;
  left: 9%;
  z-index: 9;
}
.capuccino-box{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 0 5%;
  margin-top: 50px;
}
.capuccino-box img{
  height: 250px;
}
.capuccino-box p{
  width: 50%;
  font-size: 2rem;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--grey-text-mid);
}
.cafeteria-box .momentos{
  padding-top: 0;
}
.carousel-images{
  display: flex;
  margin-top: 50px;
  overflow-x: scroll;
  gap: 20px;
  margin-left: 20px;
  padding-bottom: 20px;
}
.carousel-images img{
  object-fit: contain;
  width: 350px;
  height: 250px;
  border: 2px solid var(--soft-green);
  border-radius: 15px;
  box-shadow: 0 5px 5px rgba(184, 184, 184, 0.737);
}

#carousel::-webkit-scrollbar {
  display: none;
}
.product-card::-webkit-scrollbar{
  display: none;
}
.product-card-jardin::-webkit-scrollbar{
  display: none;
}
.contact-card::-webkit-scrollbar{
  display: none;
}
.cafeteria-card::-webkit-scrollbar{
  display: none;
}
.subtitle-hospedaje{
  padding-top: 0px;
}
/* HOSPEDAJE */
.hospedaje-box{
  display: flex;
  justify-content: space-evenly;
  margin-top: 50px;
  margin-bottom: 50px;

}
.div-proximamente{
  display: flex;
  align-content: center;
  justify-content: center;
  padding-top: 5px;
  width: 50%;
  height: 35px;
  color: white;
  font-size:2rem;
  background-color:  rgb(248, 12, 153);
  margin: 0 auto 10px auto;
  text-align: center;

}
.hospedaje-box img{
  width: 500px;
}
.title-hospedaje{
  font-size: 4rem;
}
.list-hospedaje{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2rem;
  color: var(--grey-text-mid);
  list-style: none;
  line-height: 4rem;
  margin-top: 15px;
  font-weight: normal;
}
.reservar-btn{
  width: 180px;
  height:55px ;
  margin: 20px auto;
  border-radius: 25px;
  /* margin-top: 30px; */
  color: white;
  background-color: var(--green-cap);
  font-size: 2.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}
/* CONTACTOS SECTION */
.contacts-section{
  background-color: var(--bck-grey);
  padding-bottom: 50px;
  padding-left: 10%;
  padding-right: 10%;
}
.contactos-box{
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.contact-container{
  display: flex;
  position: relative;
  margin-top: 40px;
  margin-right: 150px;

}
.contact-card{
  display: flex;
  overflow-x: scroll;
  gap: 10px;
  z-index: 99;
  display: flex;
  height: 300px;
  width: 500px;
  border: 2px solid white;
  background-color: rgb(255, 255, 255);
  border-radius: 15px;
  align-items: center;
  box-shadow: -4px -2px 4px 0px rgba(239, 239, 239, 0.30), -2px 2px 4px 0px rgba(0, 0, 0, 0.10);
}
.contact-card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.green-slide-contact{
  position: absolute;
  height: 50px;
  width: 100%;
  background-color: var(--green-cap);
  border-radius: 0 0 10px 10px;
  bottom: -10px;
  z-index: 9;
}
.info-contact-box{
  background-color: rgb(255, 255, 255);
  border-radius: 15px;
  padding: 2%;
  margin-top: 40px;
}
.logo-slogan{
  width: 240px;
  margin-bottom: 15px;
}
.info-contact-box p{
  font-size: 1.8rem;
  font-family: 'Arial', Helvetica, sans-serif;
  font-weight: normal; 
  color: var(--grey-text-mid);
  text-align: center;
  line-height: 3rem;
}
.grey-line-sep{
  width: 75%;
  margin: 15px auto;
  height: 2px;
  background-color: var(--grey-text-mid);
}
h4{
  font-size: 2.3rem;
  font-weight: bold;
  color: var(--grey-text-mid);
  text-align: center;
  margin: 10px 0;
}
 body .email-roberto{
  color: var(--green-cap);
}
h5{
  font-size: 1.8rem;
  text-align: center;
  color: var(--red);
}
body .panoramico{
  color: var(--green-cap);
  margin-top: 7px;

}
body .menu-footer{
  justify-content: space-around;
}
.como-llegar-btn{
  width: 210px;
  height:55px ;
  border-radius: 25px;
  background-color: white;
  color: var(--green-cap);
  font-size: 2.1rem;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
  box-shadow: 0 3px 5px rgba(128, 128, 128, 0.233);
}
.como-llegar-btn img{
  height: 40px;
}
.info-extra{
  margin: 20px auto;
  color: var(--grey-text-mid);
  border: 2px solid var(--green-cap);
  padding: 20px;
  width: 75%;
  background-color: white;
  border-radius: 25px;
  font-size: 1.8rem;
  text-align: center;
  font-family: 'Cairo',sans-serif;

}