html,
body {
  margin: 0;
  padding: 0;
  font-family: "mr-eaves-modern", Sans-serif;
}

.body-light {
  background: #f7f7f7;
  color: #1a1a1a;
}

.body-dark {
  background: #708090;
  color: #fff;
}

.base {
  position: relative;
  float: left;
}

.mx-200 {
  max-width: 200px;
}

.m-auto {
  margin: 0 auto;
}

.mx-400 {
  max-width: 400px;
}
.bg-black {
  background: #000;
}
.nav-link,
.nav-link:hover,
.nav-link:active,
.nav-link:visited,
.nav-link:link {
  color: #fff;
}
.font-21 {
  font-size: 21px;
}

#loader {
  background-color: #fff;
  top: 0px;
  left: 0px;
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url(../img/LoadingGif.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35px 35px;
  z-index: 1050;
}

.color-white {
  color: #fff;
}

.pull-right {
  float: right !important;
}
.mh-500px {
  min-height: 500px;
}

.button-custom {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 23px;
  flex-direction: row-reverse;
  font-size: 17px;
  color: #fff;
  transform: translateX(0px);
  text-transform: uppercase;
  font-size: 17px !important;
  letter-spacing: 2px;
  font-weight: 400;
  transition: all 0.3s ease-out;
}
.button-custom.color-black {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 23px;
  flex-direction: row-reverse;
  font-size: 17px;
  color: #000;
  transform: translateX(0px);
  text-transform: uppercase;
  font-size: 17px !important;
  letter-spacing: 2px;
  font-weight: 400;
  transition: all 0.3s ease-out;
}

.bar-menu.activo > div > a > .button-custom {
  color: #000;
}

.button-custom:hover {
  transform: translateX(-15px);
  /* transition: all 0.8s ease-out; */
}
.button-icon {
  opacity: 0;
  outline: 1px solid transparent;
  height: 29px;
  width: 29px;
  display: flex;
  align-items: center;
  transform: translateX(0px);
}

.button-custom.with-arrow > .button-icon {
  opacity: 1;
}

.button-icon > svg {
  font-size: 24px !important;
  transition: all 0.3s ease-out;
  transform: translateX(0px);
  height: auto;
  width: 1em;
}
.button-icon > svg > path {
  fill: #fff;
}
.button-custom.color-black > .button-icon > svg > path {
  fill: #000;
}
.bar-menu.activo > div > a > .button-custom > .button-icon > svg > path {
  fill: #000;
}

.button-custom:hover .button-icon {
  opacity: 1;
  transition: all 0.8s ease-out;
  transform: translateX(-5px);
  outline: 1px solid #ffffff;
}
.bar-menu.activo > div > a > .button-custom:hover .button-icon {
  outline: 1px solid #000;
}
.button-custom:hover.color-black .button-icon {
  outline: 1px solid #000;
}

.button-custom:hover .button-icon > svg {
  font-size: 24px !important;
  transition: all 0.3s ease-out;
  transform: translateX(-10px);
}
.button-text {
  text-decoration: none;
}
/*****footer***********/

footer {
  padding: 50px 15px 50px;
  background: #292c2f;
  color: #fff;
}

.footerHeading {
  font-size: 1.313rem;
  letter-spacing: 0.02em;
  color: #0f181f;
  margin-top: 0px;
  margin-bottom: 30px;
  text-align: left;
}

.footerLink {
  font-size: 21px;
  font-weight: 500;
  transition: all 0.5s ease;
  color: #fff;
  text-decoration: none;
  position: relative;
  float: left;
  width: 100%;
  text-align: left;
}

.footerLink:hover {
  text-decoration: underline;
  color: #fff;
}

/*******estilos Menu*********/

.bar-menu {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  padding: 15px 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#btn-menu {
  font-family: "mr-eaves-modern", Sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 1.6px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
}
#btn-menu > svg {
  font-size: 32px;
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}
#btn-menu > svg > line {
  stroke: #fff;
}

.bar-menu.activo {
  background: #fff;
}
.bar-menu.activo > div > #btn-menu {
  color: #000;
}
.bar-menu.activo > div > #btn-menu > svg > line {
  stroke: #000;
}

@media (max-width: 768px) {
  .bar-menu {
    padding: 15px 20px;
  }
  #btn-menu {
    gap: 20px;
    font-size: 17px;
  }
}

/*******Menu*********/
#menu {
  position: fixed;
  top: 0px;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: 1050;
  /* display: none; */
  transition: all 0.5s ease;
}

#menu.open {
  /* display: block; */
  left: 0px;
}

.sombra-menu {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #292c2f;
}

.link-menu-movil {
  font-family: "the-seasons", Sans-serif;
  font-size: 41px;
  font-weight: 700;
  line-height: 51px;
  letter-spacing: 2.1px;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #1489ce;
  text-decoration: none;
}

.icon-menu-close {
  /* width: 50px; */
  /* height: 50px; */
  cursor: pointer;
  position: relative;
  /* right: 20px; */
  /* top: 20px; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
  font-size: 23px;
  padding: 0px 20px;
  gap: 10px;
}

.mx-250 {
  max-width: 250px;
}

.border-right-white {
  border-right: 1px solid #fff;
}

.p-3 {
  padding: 30px;
}

#buttonMovil {
  display: none;
}

@media (max-width: 768px) {
  #buttonMovil {
    display: block;
    position: fixed;
    bottom: 20px;
    text-align: center;
    padding: 0px 20px;
    z-index: 999;
  }

  #buttonMovil > a {
    background: #292c2f;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    height: 50px;
    border-radius: 5px;
    width: 100%;
    text-decoration: none;
  }
}

.bg-image {
  background-image: url(https://static-resources-elementor.mirai.com/wp-content/uploads/sites/1121/hero-vegetal-3.jpg);
  background-position: 340px -351px;
  background-repeat: no-repeat;
  background-size: cover;
}

.background-overlay-white {
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  float: left;
  width: 100%;
  padding: 20px;
}

.min-vh-80 {
  min-height: 80vh;
}

.first-paragraph {
  font-size: 21px;
  line-height: 24px;
  font-weight: 400;
  color: #7a7a7a;
  font-family: "mr-eaves-modern", sans-serif;
}

.heading-title {
  font-family: "the-seasons", Sans-serif;
  font-size: 5.37em;
  font-weight: 400;
  line-height: 120%;
  color: #292c2f;
}

.second-paragraph {
  font-family: "the-seasons", Sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 42px;
}

.filter {
  cursor: pointer;
  font-weight: 500;
  padding: 7px 14px;
  color: #787878;
  font-size: 21px;
  margin: 0px;
}

@media (max-width: 1024px) {
  .heading-title {
    font-size: 2em;
    line-height: 48px;
  }

  .first-paragraph {
    font-size: 18px;
    line-height: 24px;
  }

  .second-paragraph {
    font-size: 1.5em;
    line-height: 31px;
  }
}

@media (max-width: 767px) {
  .heading-title {
    font-size: 1.5em;
    line-height: 48px;
  }

  .first-paragraph {
    font-size: 18px;
    line-height: 24px;
  }

  .second-paragraph {
    font-size: 1.2em;
    line-height: 31px;
  }
}
