@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body,
html {
  padding: 0%;
  margin: 0;
  color: #eee;
  font-family: Helvetica Neue, Helvetica;
  font-size: 12px;
  border: 0px;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

header {

  width: 100%;
  max-width: 100%;
  margin: auto;
  height: 50px;
  position: relative;
  z-index: 100;
}

/*===============================================
=================================================
=================inicio header======================*/


.nav__container {
  /* position: fixed; */
  /* width: min(90%, 1200px); */
  width: 100%;
  margin: 0 auto;
  padding: 0 10%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  /* background-color: #36A49E; */
  --icon-toggle-menu: url("../image/menu.svg");
  --transform-menu-show: translate(-100%);
  z-index: 100;
}

.nav__container:has(.nav__input:checked) {
  --icon-toggle-menu: url("../image/cerrar.svg");
  --transform-menu-show: translate(0);
}

.nav__figure,
.nav__toggle {
  z-index: 10;
}

.nav__input {
  display: none;
}

.nav__toggle {

  width: 40px;
  height: 40px;
  background-image: var(--icon-toggle-menu);
  background-size: cover;
  cursor: pointer;
  transition: background-image .5s;
}

.nav__input {
  width: 40px;
  height: 40px;

}

.nav__list {
  transform: var(--transform-menu-show);
  position: fixed;
  inset: 0;
  display: grid;
  place-content: center;
  gap: 2rem;
  text-align: center;
  padding: 1.5rem 5%;
  background-color: #36A49E;
  list-style: none;
  transition: .5s transform;

}

.nav__list .nav__item a {
  padding: 5px 10px;

}

.nav__list .nav__item a:hover {
  background-color: #0E0F86;
  border-radius: 5px;

}

.nav__link {
  color: #fff;
  text-decoration: none;
}

@media (width > 764px) {
  .nav__container {
    --transform-menu-show: translate(0);

  }

  .nav__toggle {
    display: none;
  }

  .nav__list {
    position: static;
    grid-auto-flow: column;
    place-content: unset;
    padding: 0;
    transition: unset;
    background: rgba(0, 0, 0, 0.0);
  }
}

/* fin menu */

.container_carrusel {
  margin-top: 250px;
}

.carousel {
  height: 100vh;
  margin: -50px 0px 0px 0px;
  width: 100vw;
  overflow-x: hidden;
  position: relative;
  padding: 0%;
}

.carousel .list .item {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0 0 0 0;
}

.carousel .list .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*video*/
.carousel .list .item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contenido-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .5);
}

.carousel .list .item .content {
  position: absolute;
  top: 15%;
  width: 1140px;
  max-width: 80%;
  left: 50%;
  transform: translateX(-50%);
  padding-right: 30%;
  box-sizing: border-box;
  color: #fff;
  text-shadow: 0 5px 10px #0004;
}

.list {
  text-shadow: 0 5px 10px #0004;
}

.carousel .list .item .author {
  font-weight: bold;
  letter-spacing: 10px;
}

.carousel .list .item .title,
.carousel .list .item .topic {
  font-size: 4em;
  font-weight: bold;
  line-height: 1.3em;
}

/*title indigo*/
.title_indigo {
  text-align: center;
}

.carousel .list .item .topic {
  color: #f1683a;
}

.carousel .list .item .buttons {
  display: grid;
  grid-template-columns: repeat(2, 130px);
  grid-template-rows: 40px;
  gap: 5px;
  margin-top: 60px;
}

.carousel .list .item .buttons button {
  border: none;
  background-color: #eee;
  letter-spacing: 3px;
  font-family: Poppins;
  font-weight: 500;

}

.carousel .list .item .buttons a {
  color: #000;
}

/* thumbail */
.thumbnail {
  position: absolute;
  bottom: 65px;
  left: 50%;
  width: max-content;
  z-index: 1;
  display: flex;
  gap: 20px;
}

.thumbnail .item {
  width: 100px;
  height: 120px;
  flex-shrink: 0;
  position: relative;
}

.thumbnail .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.thumbnail .item .content {
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
}

.thumbnail .item .content .title {
  font-weight: 500;
}

.thumbnail .item .content .description {
  font-weight: 300;
}

/* arrows */
.arrows {
  position: absolute;
  top: 80%;
  right: 52%;
  z-index: 1;
  width: 300px;
  max-width: 30%;
  display: flex;
  gap: 20px;
  align-items: center;
}

.arrows button {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #eee4;
  border: none;
  color: #fff;
  font-family: monospace;
  font-weight: bold;
  transition: .5s;
}

.arrows button:hover {
  background-color: #fff;
  color: #000;
}

/* animation */
.carousel .list .item:nth-child(1) {
  z-index: 1;
}

/* animation text in first item */

.carousel .list .item:nth-child(1) .content .author,
.carousel .list .item:nth-child(1) .content .title,
.carousel .list .item:nth-child(1) .content .topic,
.carousel .list .item:nth-child(1) .content .des,
.carousel .list .item:nth-child(1) .content .buttons {
  transform: translateY(50px);
  filter: blur(20px);
  opacity: 0;
  animation: showContent .5s 1s linear 1 forwards;
}

@keyframes showContent {
  to {
    transform: translateY(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

.carousel .list .item:nth-child(1) .content .title {
  animation-delay: 1.2s !important;
}

.carousel .list .item:nth-child(1) .content .topic {
  animation-delay: 1.4s !important;
}

.carousel .list .item:nth-child(1) .content .des {
  animation-delay: 1.6s !important;
}

.carousel .list .item:nth-child(1) .content .buttons {
  animation-delay: 1.8s !important;
}

/* create animation when next click */
.carousel.next .list .item:nth-child(1) img {
  width: 150px;
  height: 220px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  border-radius: 30px;
  animation: showImage .5s linear 1 forwards;
}

@keyframes showImage {
  to {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}

.carousel.next .thumbnail .item:nth-last-child(1) {
  overflow: hidden;
  animation: showThumbnail .5s linear 1 forwards;
}

.carousel.prev .list .item img {
  z-index: 100;
}

@keyframes showThumbnail {
  from {
    width: 0;
    opacity: 0;
  }
}

.carousel.next .thumbnail {
  animation: effectNext .5s linear 1 forwards;
}

@keyframes effectNext {
  from {
    transform: translateX(150px);
  }
}

/* running time */

.carousel .time {
  position: absolute;
  z-index: 1000;
  width: 0%;
  height: 3px;
  background-color: #478F01;
  left: 0;
  top: 0;
}

.carousel.next .time,
.carousel.prev .time {
  animation: runningTime 3s linear 1 forwards;
}

@keyframes runningTime {
  from {
    width: 100%
  }

  to {
    width: 0
  }
}


/* prev click */

.carousel.prev .list .item:nth-child(2) {
  z-index: 2;
}

.carousel.prev .list .item:nth-child(2) img {
  animation: outFrame 0.5s linear 1 forwards;
  position: absolute;
  bottom: 0;
  left: 0;
}

@keyframes outFrame {
  to {
    width: 150px;
    height: 220px;
    bottom: 50px;
    left: 50%;
    border-radius: 20px;
  }
}

.carousel.prev .thumbnail .item:nth-child(1) {
  overflow: hidden;
  opacity: 0;
  animation: showThumbnail .5s linear 1 forwards;
}

.carousel.next .arrows button,
.carousel.prev .arrows button {
  pointer-events: none;
}

.carousel.prev .list .item:nth-child(2) .content .author,
.carousel.prev .list .item:nth-child(2) .content .title,
.carousel.prev .list .item:nth-child(2) .content .topic,
.carousel.prev .list .item:nth-child(2) .content .des,
.carousel.prev .list .item:nth-child(2) .content .buttons {
  animation: contentOut 1.5s linear 1 forwards !important;
}

@keyframes contentOut {
  to {
    transform: translateY(-150px);
    filter: blur(20px);
    opacity: 0;
  }
}

@media screen and (max-width: 678px) {
  .carousel .list .item .content {
    padding-right: 0;
  }

  .carousel .list .item .content .title {
    font-size: 30px;
  }
}

.des {
  padding: 3px;
  font-size: 16px;
  background-color: hsla(0, 3%, 21%, 0.3);
  width: 500px;
  border-radius: 5px;
}

@media screen and (max-width: 1200px) {
  .des {
    font-size: 16px;
    background-color: hsl(0, 3%, 21%, 0.3);
    width: 400px;

  }
}

@media screen and (max-width: 790px) {
  .des {
    font-size: 13px;
    background-color: hsl(0, 3%, 21%, 0.3);
    width: 180px;

  }
}

/*===============================================
=================fin header======================*/



/*================incio titulo==================*/
.btn_descargar{
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: #fff;
  background: #29A05B;
  border: #29A05B solid 2px;
  padding: 10px 15px;
  border-radius: 20px;
   transition: all 1s ease-in-out;
}
.btn_descargar:hover{
  background: #fff;
  color: #29A05B;
}
.btn_descargar i{
  padding-right: 10px;
  font-size: 20px;
}
.title_aclonica {
  font-family: "Aclonica", sans-serif;
  color: #9A9A94;
  font-size: 40px;
  font-style: normal;
  margin-top: 60px;
  text-align: center;
}

@media screen and (max-width: 678px) {

  .title_aclonica {
    font-size: 20px;
  }
  .btn_descargar{
     font-size: 13px;
  }
}

.title-line {
  font-family: sans-serif;

  color: #575752;
  font-size: auto;
  margin: 38px auto;
  text-align: center;
  max-width: 600px;
  position: relative;

}

.title-line::before {
  content: "";
  height: 2px;
  width: 50vw;
  background-color: #42aa71;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -2;
}

.title-line::after {
  content: "";
  height: 2px;
  width: 50vw;
  background-color: #42aa71;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -2;
}

span {
  background-color: #f2f2f2;
  padding: 0 20px;

}

/*================fin titulo======================*/

/*===================================================
  =====================================================
  =================inicio card producto===============*/
:root {

  --first-color: hsl(82, 60%, 28%);
  --title-color: hsl(0, 0%, 15%);
  --text-color: hsl(0, 0%, 35%);
  --body-color: hsl(0, 0%, 95%);
  --container-color: hsl(0, 0%, 100%);


  --body-font: "Poppins", sans-serif;
  --h2-font-size: 1.25rem;
  --small-font-size: .813rem;
}

/*========== Responsive typography ==========*/
@media screen and (min-width: 1120px) {
  :root {
    --h2-font-size: 1.5rem;
    --small-font-size: .875rem;
  }
}

/*=============== BASE ===============*/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: var(--body-font);
  background-color: var(--body-color);
  color: var(--text-color);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

/*=============== CARD ===============*/
.container {
  display: grid;
  place-items: center;
  margin-inline: 1.5rem;
  padding-block: 5rem;
  margin-bottom: 50px;
}

.card__container {
  display: grid;
  row-gap: 3.5rem;
}

.card__article {
  position: relative;
  overflow: hidden;
}

.card__img {
  width: 328px;
  border-radius: 10px;
}

.card__data {
  width: 280px;
  background-color: var(--container-color);
  padding: 1.5rem 2rem;
  box-shadow: 0 8px 24px hsla(0, 0%, 0%, .15);
  border-radius: 1rem;
  position: absolute;
  bottom: -9rem;
  left: 0;
  right: 0;
  margin-inline: auto;
  opacity: 0;
  transition: opacity 1s 1s;
  text-align: center;
}

.card__description {
  display: block;
  font-size: var(--small-font-size);
  margin-bottom: .25rem;
}

.card__title {
  font-size: var(--h2-font-size);
  font-weight: 500;
  color: var(--title-color);
  margin-bottom: .75rem;
}

.card__button {
  text-decoration: none;
  font-size: var(--small-font-size);
  font-weight: 500;
  color: var(--first-color);
}

.card__button:hover {
  text-decoration: underline;
}

/* Naming animations in hover */
.card__article:hover .card__data {
  animation: show-data 1s forwards;
  opacity: 1;
  transition: opacity .3s;
}

.card__article:hover {
  animation: remove-overflow 2s forwards;
}

.card__article:not(:hover) {
  animation: show-overflow 2s forwards;
}

.card__article:not(:hover) .card__data {
  animation: remove-data 1s forwards;
}

/* Card animation */
@keyframes show-data {
  50% {
    transform: translateY(-10rem);
  }

  100% {
    transform: translateY(-7rem);
  }
}

@keyframes remove-overflow {
  to {
    overflow: initial;
  }
}

@keyframes remove-data {
  0% {
    transform: translateY(-7rem);
  }

  50% {
    transform: translateY(-10rem);
  }

  100% {
    transform: translateY(.5rem);
  }
}

@keyframes show-overflow {
  0% {
    overflow: initial;
    pointer-events: none;
  }

  50% {
    overflow: hidden;
  }
}

/*=============== BREAKPOINTS ===============*/
/* For small devices */
@media screen and (max-width: 340px) {
  .container {
    margin-inline: 1rem;
  }

  .card__data {
    width: 250px;
    padding: 1rem;
  }
}

/* For medium devices */
@media screen and (min-width: 768px) {
  .card__container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.5rem;
  }
}

/* For large devices */
@media screen and (min-width: 1120px) {
  .container {
    height: 100vh;
  }

  .card__container {
    grid-template-columns: repeat(3, 1fr);
  }

  .card__img {
    width: 348px;
  }

  .card__data {
    width: 316px;
    padding-inline: 2.5rem;
  }
}

/*===================================================
  =====================================================
  ====================fin card producto================*/






/*slider2 inicio*/
.title_slider2 {
  width: 100%;
  height: 161px;
  background-color: #42AA71;
  margin-top: 100px;
  font-size: 50px;
  color: #fff;
  text-align: center;
  align-content: center;
  font-family: 'Aclonica', Courier, monospace;
}

@media screen and (max-width: 678px) {

  .title_slider2 {
    font-size: 25px;
    height: 60px;
  }
}

.container-product {
  background-color: #bbdfcb;
  font-family: Helvetica Neue, Helvetica;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper {
  width: 100%;
  padding: 150px 0 50px 0;

}

.swiper-slide {
  width: 380px;
  height: 520px;
  background-color: #fff;
  box-shadow: 0 0 20px rgb(0, 0, 0 0.4);
  padding: 40px;
  text-align: center;
}

.icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.icons i {
  font-size: 20px;
  color: #42AA71;
}

.icons img {
  width: 120px;
}

.product-content {
  display: flex;
  justify-content: space-between;
}

.product-txt {
  flex-basis: 50%;
  text-align: left;
}

.product-txt .puro {

  color: #42AA71;
  font-weight: bolder;
}

.product-txt h3 {
  font-size: 20px;
  color: #363333;
  text-transform: uppercase;
  padding-top: 5px;
}

.product-txt h4 {
  font-size: 13px;
  color: #363333;
  text-transform: uppercase;
  padding-top: 5px;
}

.product-txt ul {
  font-size: 13px;
  color: #363333;
  padding-left: 2px;
}

.product-img {
  flex-basis: 50%;
  text-align: right;
}

.product-img img {
  width: 150px;
}

.btn-1 {
  display: inline-block;
  padding: 15px 55px;
  border: 1px solid #42AA71;
  border-radius: 25px;
  color: #42AA71;
  text-decoration: none;
  margin-top: 10px;
}

.btn-1:hover {
  background-color: #42AA71;
  color: #000;
}

/*slider2 fin*/

/*===============whatsaap===========*/
.btn-wsp {
  position: fixed;
  width: 60px;
  height: 60px;
  line-height: 63px;
  bottom: 25px;
  right: 25px;
  background: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 40px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
  z-index: 100;
  transition: all 300ms ease;
}

.btn-wsp:hover {
  background: #20ba5a;
}

@media only screen and (min-width:320px) and (max-width:768px) {
  .btn-wsp {
    width: 53px;
    height: 53px;
    line-height: 56px;
  }
}

/*===============fin whatsapp=======*/
/*footer incio*/

.pie__pagina {

  width: 100%;
  background-color: #36A49E;
}

.pie__pagina .grupo__1 {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
  padding: 45px 0px;
}

.pie__pagina .grupo__1 .box__footer figure {
  width: 50%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pie__pagina .grupo__1 .box__footer figure img {
  width: 250px;
  margin-left: 50%;
}

.pie__pagina .grupo__1 .box__footer h2 {
  color: #fff;
  margin-bottom: 25px;
  font-size: 20px;
}

.pie__pagina .grupo__1 .box__footer p {
  color: #efefef;
  margin-bottom: 10px;
}

.pie__pagina .grupo__1 .red__social a {
  display: inline-block;
  text-decoration: none;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-size: 25px;
  margin-right: 10px;
  background-color: #57C6C0;
  text-align: center;
  transition: all 300ms ease;
}


.pie__pagina .grupo__1 .red__social a:hover {
  color: #edd151;
}

.pie__pagina .grupo__2 {
  background-color: #57C6C0;
  padding: 15px 10px;
  text-align: center;
  color: #fff;
}

.pie__pagina .grupo__2 small {
  font-size: 15px;
}

@media screen and (max-width:800px) {
  .pie__pagina .grupo__1 {
    width: 90%;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
    padding: 35px 0px;
    text-align: center;
  }

}

/*footer fin*/

/*SECCIONES*/
:root {
  --header-height: 3.5rem;
  --border-section: 56px 56px 0 0;

  /*========== Colors ==========*/
  /*Color mode HSL(hue, saturation, lightness) (matiz, saturacion, intensidad)*/
  --first-color: hsl(12, 32%, 22%);
  --first-color-alt: hsl(12, 42%, 12%);
  --first-color-light: hsl(12, 24%, 32%);
  --second-color: hsl(39, 62%, 65%);
  --title-color: hsl(12, 12%, 16%);
  --text-color: hsl(12, 12%, 32%);
  --text-color-light: hsl(12, 8%, 48%);
  --white-color: #fff;

  /*========== Font and typography ==========*/
  /*.5rem = 8px | 1rem = 16px ...*/
  --body-font: "Poppins", sans-serif;
  --second-font: "Pacifico", cursive;
  --biggest-font-size: 2.75rem;
  --big-font-size: 1.75rem;
  --h1-font-size: 1.5rem;
  --h2-font-size: 1.25rem;
  --h3-font-size: 1rem;
  --normal-font-size: 0.938rem;
  --small-font-size: 0.813rem;
  --smaller-font-size: 0.75rem;

  /*========== Font weight ==========*/
  --font-regular: 400;
  --font-medium: 500;
  --font-semi-bold: 600;

  /*========== z index ==========*/
  --z-tooltip: 10;
  --z-fixed: 100;
}

/*========== Responsive typography ==========*/
@media screen and (min-width: 1024px) {
  :root {
    --biggest-font-size: 4.5rem;
    --big-font-size: 3rem;
    --h1-font-size: 2.25rem;
    --h2-font-size: 1.5rem;
    --h3-font-size: 1.25rem;
    --normal-font-size: 1rem;
    --small-font-size: 0.875rem;
    --smaller-font-size: 0.813rem;
  }
}

/*=============== BASE ===============*/


html {
  scroll-behavior: smooth;
}



/*=============== REUSABLE CSS CLASSES ===============*/
.container {
  max-width: 1120px;
  margin-inline: 1.5rem;
  /* margin right and left */
}

.grid {
  display: grid;
  gap: 1.5rem;
}

.section {
  padding-block: 10px 10px;
  /* padding top and bottom */
}

.section__title {
  color: var(--title-color);
  font-size: var(--big-font-size);
  font-family: var(--second-font);
  font-weight: var(--font-regular);
  line-height: 120%;
  text-align: center;
  margin-bottom: 1.5rem;
}





/*=============== NOSOTROS ===============*/
.about {
  background-color: var(--first-color);
  margin-top: 10px !important;
}

.about__bg {
  background-color: var(--white-color);

}

.about__container {
  row-gap: 10px;
}

.about__data {
  text-align: center;
}

.about__img {
  width: 320px;
  border-radius: 1rem;
  justify-self: center;
  object-fit: cover;
  transition: all 600ms;
}

.about__img:hover {
  transform: scale(1.2);
}



/*=============== BREAKPOINTS ===============*/
/* For small devices */
@media screen and (max-width: 300px) {
  .container {
    margin-inline: 1rem;
  }

  /* .nav__menu {
      padding-inline: 3rem; 
    } */

  .home__title {
    width: 220px;
    text-align: center;
  }

  .home__title img {
    bottom: 2.5rem;
  }

  .products__content {
    grid-template-columns: 1fr;
  }

  .steps__content {
    row-gap: 3rem;
  }

  .steps__card {
    width: initial;
  }

  .steps__border {
    left: 0;
    top: 5.5rem;
  }
}

@media screen and (min-width: 400px) {
  .steps__content {
    grid-template-columns: 325px;
    justify-content: center;
  }
}

/* For medium devices */
@media screen and (min-width: 576px) {
  /*   .nav__menu {
      width: 376px;
    } */

  .home__container,
  .products__container,
  .about__container,
  .testimonial__container,
  .footer__container {
    grid-template-columns: 400px;
    justify-content: center;
  }
}

/* For large devices */
@media screen and (min-width: 1023px) {
  .section {
    padding-block: 7.5rem 5.5rem;
    /* padding top and bottom */
    --border-section: 104px 104px 0 0;
  }

  /*     .nav {
      height: calc(var(--header-height) + 2rem);
      justify-content: space-between;
    } */

  /*     .nav__logo img {
      width: 32px;
    }
  
    .nav__menu {
      width: initial;
    }
  
    .nav__list {
      column-gap: 4.5rem;
    }
  
    .nav__link {
      font-size: var(--normal-font-size);
    }
  
    .nav__link i {
      display: none;
    } */

  .home__container {
    grid-template-columns: max-content 440px;
    align-items: center;
    padding-top: 3rem;
  }

  .home__img {
    order: -1;
    width: 450px;
  }

  .home__data {
    text-align: initial;
  }

  .home__title img {
    width: 120px;
  }

  .home__description {
    margin-bottom: 3rem;
  }

  .products__container {
    grid-template-columns: 418px 535px;
    align-items: center;
  }

  .products__data {
    text-align: initial;
  }

  .products__content {
    grid-template-columns: repeat(3, 1fr);
  }

  .products__name,
  .products__price {
    font-size: var(--h3-font-size);
  }

  .about__container {
    grid-template-columns: max-content 465px;
    align-items: center;
  }

  .about__img {
    order: -1;
    width: 450px;
  }

  .about__data,
  .about__data .section__title {
    text-align: initial;
  }

  .steps__content {
    grid-template-columns: repeat(3, max-content);
    column-gap: 6.5rem;
    padding-top: 3rem;
  }

  .steps__card {
    width: 272px;
  }

  .steps__card-move {
    display: flex;
    flex-direction: column;
    margin-top: 7rem;
  }

  .steps__card-move .steps__circle {
    margin-left: initial;
  }

  .steps__card-move .steps__description {
    order: -1;
    text-align: initial;
    margin-bottom: 3rem;
  }

  .steps__circle {
    width: 260px;
    height: 260px;
  }

  .steps__img {
    width: 210px;
  }

  .steps__subcircle {
    width: 85px;
    height: 85px;
    top: -1.25rem;
    outline: 15px solid var(--first-color);
  }

  .steps__border {
    transform: rotate(85deg);
    width: 200px;
    left: 0;
    top: 2rem;
  }

  .steps__bg-img {
    top: 0;
    height: 100%;
    object-position: initial;
  }

  .testimonial__container {
    grid-template-columns: 510px max-content;
    align-items: center;
  }

  .testimonial__img {
    width: 450px;
  }

  .testimonial__data,
  .testimonial__data .section__title {
    text-align: initial;
  }

  .testimonial__data .section__title {
    margin-bottom: 3rem;
  }

  .footer__container {
    grid-template-columns: initial;
    justify-content: initial;
    row-gap: 6rem;
    padding-block: 6rem 3rem;
    /* padding top and bottom */
  }

  .footer__data {
    grid-template-columns: repeat(2, max-content);
    justify-content: space-between;
    text-align: initial;
  }

  .footer__logo {
    margin-bottom: 1.5rem;
  }

  .footer__logo img {
    width: 32px;
  }

  .footer__title {
    font-size: var(--h1-font-size);
  }

  .footer__form {
    width: 360px;
    row-gap: 1.5rem;
  }

  .footer__content {
    row-gap: 4rem;
  }

  .footer__social {
    column-gap: 3rem;
  }

  .footer__social-link {
    font-size: 1.5rem;
  }

  .footer__bg-img {
    object-position: top;
  }

  .scrollup {
    right: 3rem;
  }

  .show-scroll {
    bottom: 3rem;
  }
}

@media screen and (min-width: 1152px) {
  .container {
    margin-inline: auto;
    /* margin right and left */
  }
}

@media screen and (min-width: 1248px) {
  .home__container {
    column-gap: 4.5rem;
  }

  .home__img {
    width: 550px;
  }

  .products__container {
    column-gap: 9rem;
  }

  .about__container {
    column-gap: 6.5rem;
  }

  .about__img {
    width: 550px;
  }

  .testimonial__container {
    column-gap: 2rem;
  }

  .testimonial__img {
    width: 550px;
  }
}

/*inicio favoritos*/
.title_favorito {
  font-family: "Aclonica", sans-serif;
  color: #000000;
  font-size: 40px;
  font-style: normal;
  margin-top: 60px;
  text-align: center;
  margin-bottom: 52px;

}

.sub_title_favorito {
  margin-top: 50px;
}

.container_favorito {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  line-height: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  text-align: center;
  align-items: center;
}

.btn_comprar {
  display: inline-block;
  width: 100%;
  margin-top: 85px;
  font-size: 20px;
  padding: 10px 25px;
  border-radius: 9px;
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, .15);
  background-color: #FFD958;
  color: #212529;
  cursor: pointer;
  transition: all ease-in 150ms;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  align-items: center;

}

.btn_comprar i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  font-size: 1.7rem;
  opacity: 1;
}

.btn_comprar:hover {

  background-color: #003B27;
  color: #fff;
}

.btn_comprar.animacion-uno:hover i {
  animation: anim-uno 350ms ease-in normal both;
  transform: translate(0);
}

/*boton comprar fragancias*/
.btn_comprar_1 {
  display: inline-block;
  width: 100%;
  margin-top: 85px;
  font-size: 20px;
  padding: 10px 25px;
  border-radius: 9px;
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, .15);
  background-color: #FFD958;
  color: #212529;
  cursor: pointer;
  transition: all ease-in 150ms;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  align-items: center;

}

.btn_comprar_1 i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  font-size: 1.7rem;
  opacity: 1;
}

.btn_comprar_1:hover {
  background-color: #9B348C;
  color: #fff;
}

.btn_comprar_1.animacion-uno:hover i {
  animation: anim-uno 350ms ease-in normal both;
  transform: translate(0);
}

@keyframes anim-uno {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }

  70% {
    transform: translateY(.5rem);
    opacity: 1;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.parrofo_favorito {
  font-family: "Roboto", sans-serif;
  width: 90%;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 200;
  text-align: left;

}

.img_favorito {
  width: 526px;
  height: 527px;
  margin-top: 52px;
}

@media screen and (max-width:790px) {
  .img_favorito {
    width: auto;
    height: auto;
    margin-top: 26px;
  }

}



@media screen and (max-width: 790px) {
  .container_favorito {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    font-size: 12px;


  }

  .container_img2 {
    order: 2;
  }
}

/*fin favoritos*/



/*INICION SECTION NOSOTROS*/
img {
  width: 100%;
  object-fit: cover;
}
.video_nosotros{
  width: 100%;
}
.container_nosotros {

  max-width: 1100px;
  margin: 50px auto;
  padding: 1.5rem 0;
  gap: 54px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));

}

.container_nosotros img {
  height: 100%;
}


.item2_nosotros {
  padding: 40px;
  background: #D9EFFF;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.item2_nosotros h1 {
  font-family: 'Aclonica', sans-serif;
  text-align: center;
  margin-bottom: 50px;
}

.item2_nosotros p {
  font-family: 'Poppins', sans-serif;
  font-size: small;
  margin-bottom: 50px;
}

.item2_nosotros a {
  background: #FFFFFF;
  color: #000000;
  padding: 15px 15px;
  text-decoration: none;
  display: flex;
  justify-content: center;
}

.btn_contacto {
  cursor: pointer;
  position: relative;
  padding: 10px 20px;
  background: white;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: all 1s;
  display: flex;
  justify-content: space-around;

  &:after,
  &:before {
    content: " ";
    width: 10px;
    height: 10px;
    position: absolute;
    border: 0px solid #fff;
    transition: all 1s;
  }

  &:after {
    top: -1px;
    left: -1px;
    border-top: 3px solid #66b1e7;
    border-left: 3px solid #66b1e7;
  }

  &:before {
    bottom: -1px;
    right: -1px;
    border-bottom: 3px solid #66b1e7;
    border-right: 3px solid #66b1e7;
  }

  &:hover {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;

    &:before,
    &:after {

      width: 100%;
      height: 100%;

    }
  }

}

.btn_contacto>i {
  margin-bottom: 0%;
  padding-bottom: 0%;
  font-size: 20px;
  margin-right: 8px;
}

/*efecto imagenes*/
/* .box_foto {
  position: relative;
  overflow: hidden;
  border: 6px solid #d3d0d0;
} */

.capa {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transform: scale(0);
  transition: .3s ease;
  text-align: center;
}

.box_foto:hover .capa {
  transform: scale(1);
}

/*FIN SECTION NOSOTROS*/

/* inicio mision vision valores*/
.fondo {
  width: 350px;
  height: 439px;
  position: relative;
}

.fondo::after {
  content: '';
  position: absolute;
  width: 350px;
  height: 439px;
  left: -54px;
  top: -52px;
  z-index: -1;
  border-radius: 3%;
  opacity: 0.7;
}

.fondo_mision::after {
  background: #CBF6DE;
}

.fondo_vision::after {
  background: #FADBB0;
}

.fondo_valor::after {
  background: rgb(207, 131, 188);
}

.container_mision {
  display: grid;
  place-items: center;
  margin-inline: 1.5rem;
  padding-block: 5rem;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 3.5rem;
}


.texto__valores,
.texto__mision,
.texto__vision {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  width: 350px;
  height: 210px;
  transition: background-color 2s;
  margin-top: 15px;
  padding-top: 15px;
}

.texto__valores ul {
  padding: 30px;
}

.texto__mision,
.texto__vision,
.texto__valores h2 {
  text-align: center;
}

.texto__mision p {
  padding: 10px 30px;
  text-align: left;
}

.texto__vision p {
  padding: 10px 30px;
  text-align: left;
}

/*efectos hover*/
.texto__mision:hover {
  background-color: #CBF6DE;
  cursor: pointer;


}

.texto__vision:hover {
  background-color: #FADBB0;
  cursor: pointer;
}

.texto__valores:hover {
  background: rgb(207, 131, 188);
  cursor: pointer;
}

/*responsive*/
@media screen and (max-width: 1200px) {
  .container_mision {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;

  }

  .fondo::after {

    width: 200px;
    height: 439px;
    left: 50%;
    top: 0%;
    transform: translate(-50%, -40px);
  }

}

@media screen and (max-width: 790px) {
  .container_mision {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    font-size: 12px;

  }

}


/*pagina productos*/
.container_producto {
  display: grid;
  place-items: center;
  margin-inline: 1.5rem;
  padding-block: 5rem;
  margin-bottom: 50px;
}

.card__container_producto {
  display: grid;
  row-gap: 3.5rem;
}


.card__img_producto {
  width: 328px;
  border-radius: 10px;
}

.card__data_producto {
  width: 280px;
  padding: 1.5rem 2rem;
  margin-inline: auto;
  text-align: center;
}

.card__description_producto {
  display: block;
  font-size: 16px;
  margin-bottom: .25rem;
}

.card__title_producto {
  font-size: 20px;
  font-weight: 500;
  color: var(--title-color);
  margin-bottom: 1.5rem;
}

.card__button_p {
  background-color: #363333;
  padding: 12px 50px;
  text-decoration: none;
  font-family: 14px !important;
  border-radius: 5px;
  color: #fff;
  transition: all 1s ease-in-out;
}

.card__button_p:hover {
  background-color: #FFD958;
  color: #363333;
  text-decoration: none;

}

/* botones producto */
.btn_eucalito {
  background-color: #42AA71;
}

.btn_molle {
  background-color: #C38283;
}

.btn_cipres {
  background-color: #1DB7EC;
}

.btn_romero {
  background-color: #647660;
}

.btn_menta {
  background-color: #29A05B;
}

.btn_naranja {
  background-color: #FE9704;
}

.btn_limon {
  background-color: #7E9C14;
}

.btn_muña {
  background-color: #97AF67;
}

.btn_oregano {
  background-color: #8AA1B1;
}

.btn_pino {
  background-color: #A98B6D;
}

.btn_ruda {
  background-color: #96952B;
}

.btn_jengibre {
  background-color: #C7C631;
}

.btn_canela {
  background-color: #E1AD36;
}
.btn_ylang {
  background-color: #EFC32D;
}
.btn_clavo {
  background-color: #672A0E;
}
.btn_bergamota {
  background-color: #457405;
}
.btn_citronela {
  background-color: #92D33A;
}
.btn_rosa {
  background-color: #F2239F;
}

.btn_lavanda {
  background-color: #B439B2;
}
.btn_jazmin {
  background-color: #F7D118;
}
.btn_melissa {
  background-color: #5F248C;
}
/* fin botones producto */

.card__article_producto:hover {
  animation: remove-overflow 2s forwards;
}

.card__article_producto:not(:hover) {
  animation: show-overflow 2s forwards;
}





/*=============== BREAKPOINTS ===============*/
/* For small devices */
@media screen and (max-width: 340px) {
  .container_producto {
    margin-inline: 1rem;
  }

  .card__data_producto {
    width: 250px;
    padding: 1rem;
  }
}

/* For medium devices */
@media screen and (min-width: 768px) {
  .card__container_producto {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.5rem;
  }
}

/* For large devices */
@media screen and (min-width: 1120px) {
  .container_producto {
    height: auto;
  }

  .card__container_producto {
    grid-template-columns: repeat(4, 1fr);
  }

  .card__img_producto {
    width: 348px;
  }

  .card__data_producto {
    width: 316px;
    padding-inline: 2.5rem;
  }
}


/* pagina_eucalipto */
.container_detalle_p {
  
   display: grid;
  place-items: center;
  margin-inline: 15%;
  padding-block: 4rem;
  margin-bottom: 50px;
  border-radius: 3px;
}

.card__container_detalle_p {
  display: grid;
  row-gap: 3.5rem;
}

.img_detalle {
  width: 328px;
 object-fit: cover;
}

.parrofo_prod {

  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 50px;
  padding-left: 30px;
}
.precio_p{
    background-color: #DBF2E5;
  border-radius: 20px;
  text-align: center;
  
}
.precio_general{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.c_precio{
  font-weight: 600;
  margin-top: 20px;
  padding-left: 10px;
}

.btn_compra_final {
  display: inline-block;
  width: 100%;
  margin-top: 85px;
  font-size: 20px;
  padding: 10px 25px;
  border-radius: 9px;
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, .15);
  background-color: #FFD958;
  color: #212529;
  cursor: pointer;
  transition: all ease-in 150ms;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  align-items: center;
}

.btn_compra_final i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  font-size: 1.7rem;
  opacity: 1;
}

.btn_compra_final:hover {

  background-color: #003B27;
  color: #fff;
}

.btn_compra_final.animacion-uno:hover i {
  animation: anim-uno 350ms ease-in normal both;
  transform: translate(0);
}

hr {
  height: 1px;
  background-color: #36A49E;
  border: none;
}
.none{
   height: 1px;
  background-color: #7C7A7A;
  border: none;
}
.titulo_producto{
  text-align: center;
  color: #000;
}
/*=============== BREAKPOINTS ===============*/
/* For small devices */
@media screen and (max-width: 340px) {
  .container_detalle_p {
    margin-inline: 1rem;
  }

}

/* For medium devices */
@media screen and (min-width: 768px) {
  .card__container_detalle_p {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 100px;
  }
  .img_detalle {
  width: 422px;
 object-fit: cover;
}
.titulo_producto{
  text-align: start;

}
}


/* iconos */

.icono_item {
  width: 209px;
  height: 134px;
  text-align: center;
}

.container_iconos {
  background: #D9D9D9;
  display: grid;
  place-items: center;
  margin-inline: 20px;
  padding-block: 4rem;
  margin-bottom: 50px;
  border-radius: 3px;
}

.card__container_iconos {
  display: grid;
  row-gap: 3.5rem;
}

/*=============== BREAKPOINTS ===============*/
/* For small devices */
@media screen and (max-width: 340px) {
  .container_iconos {
    margin-inline: 1rem;
  }


}

/* For medium devices */
@media screen and (min-width: 768px) {
  .card__container_iconos {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 100px;
  }
}

/* For large devices */
@media screen and (min-width: 1120px) {


  .card__container_iconos {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 110px;
  }

}

.titulo_icono {
  font-size: 13px;
  color: #000;

}

.texto_icono {
  font-size: 11px;
  color: #5AAB00;
}

.titulo_main_icono {
  color: #000;
}





/* pagina_molle*/