@font-face {
  font-family: "Montserrat";
  src: url("./fuentes/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("./fuentes/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("./fuentes/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("./fuentes/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("./fuentes/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

*,
::after,
::before {
  box-sizing: inherit;
}

blockquote,
body,
dd,
dl,
dt,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
legend,
li,
ol,
p,
pre,
textarea,
ul {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

button,
input {
  font-family: "Montserrat", sans-serif;
}

body {
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  color: #000;
  overflow-x: hidden;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
}

.justify {
  text-align: justify;
}

.center {
  text-align: center;
}

.notification {
  position: fixed;
  z-index: 10;
  top: 0;
  transition: top ease 0.4s;
  left: 50%;
  transform: translateX(-50%);
  background: #1e6325;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
}

.notification.active {
  top: 110px;
}

.header_info {
  background-color: #255cd0;
  width: 100%;
  padding: 1rem;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 1rem;
}

.header_info p {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.header_contact,
.header_social {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}

.header_contact a {
  text-decoration: none;
}

.header_nav {
  justify-content: space-evenly;
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
}

.header_nav ul a {
  text-decoration: none;
}
.header_nav ul li {
  list-style: none;
  font-size: 1rem;
  color: #7a7a7a;
  font-weight: 600;
  padding: 5px;
  border-bottom: 3px solid #fff;
  transition: border-bottom ease 0.4s;
  text-align: center;
}

.login_btn {
  background-color: #1e6325;
  border-radius: 10px;
}

.login_btn li {
  color: #fff !important;
  border-bottom: 0 !important;
  padding: 10px !important;
}

.header_nav ul {
  display: flex;
  gap: 5px;
  align-items: center;
}

.header_nav li:hover,
.header_nav li.active_link {
  color: #1e6325;
  border-bottom: 3px solid #1e6325;
}

.header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.footer {
  background-color: #1e6325;
  width: 100%;
  color: #ffffff;
  padding: 2rem 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-evenly;
}

.footer-list img {
  width: 1rem;
  object-fit: contain;
  height: auto;
}

.siguenos img {
  width: 35px;
  height: 35px;
}

.footer h3 {
  font-size: 20px;
  font-weight: 700;
}

.footer-list_item {
  margin: 10px 0 auto;
  display: flex;
  gap: 10px;
  align-items: center;
}
.footer-list_item a {
  display: flex;
  color: white;
  gap: 10px;
  text-decoration: none;
}

.footer h3 {
  margin-bottom: 25px;
}

.footer .siguenos {
  list-style: none;
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.header_menu_btn {
  display: none;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  flex-direction: column;
  width: 20px;
  height: 30px;
  gap: 4px;
  justify-content: center;
}
.header_menu_btn > div {
  background-color: #000;
  height: 3px;
  width: 100%;
  border-radius: 5px;
  transition: all 0.5s;
  transform-origin: left;
}

ul.show ~ .header_menu_btn div:first-child {
  transform: rotate(45deg);
}
ul.show ~ .header_menu_btn div:nth-child(2) {
  opacity: 0;
}
ul.show ~ .header_menu_btn div:last-child {
  transform: rotate(-45deg);
}

.main {
  position: relative;
  flex: 1;
}

.whatsapp {
  background-color: #25d366;
  border-radius: 50%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}

.header_overlay {
  position: fixed;
  top: 75px;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  display: none;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.modal_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  overflow-y: auto;
}

.modal_link {
  text-decoration: none;
  display: flex;
  width: 100%;
  height: auto;
}

.modal_img {
  width: 100%;
  height: auto;
}

.modal_close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background: none;
  border: none;
  display: flex;
}

.modal_content {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 750px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.modal.is-active {
  display: flex;
}

.login_btn {
  text-decoration: none;
}

.login_btn button {
  background: #fff;
  border: none;
  color: #255cd0;
  font-weight: 700;
  border-radius: 999px;
  height: 30px;
  padding: 5px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0 auto;
}

.login_btn img {
  height: 100%;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination {
  position: relative;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination {
  bottom: 0 !important;
  margin: 12px 0 8px;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  background-color: #1e632577;
  width: 15px;
  height: 15px;
  opacity: 1;
  margin: 0 5px;
  border: 1px solid #1e6325;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1e6325;
}

@media screen and (min-width: 768px) {
  .is-hidden-tablet {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .notification {
    width: 95%;
  }
  .notification.active {
    top: 90px;
  }
  .is-hidden-mobile {
    display: none !important;
  }
  .modal {
    display: none !important;
  }
  .header_nav ul {
    position: absolute;
    flex-wrap: wrap;
    top: 100%;
    left: 0;
    padding: 0 1rem 1rem;
    background: #fff;
    height: 215px;
    gap: 0;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: -1;
    transition: top 0.4s ease;
  }

  .header_overlay.show {
    display: block;
  }

  #menu:not(.show),
  #menu_info:not(.show) {
    top: -300%;
  }
  .header_info {
    position: absolute;
    top: calc(100% + 213px);
    z-index: 1;
  }
  .header_menu_btn {
    display: flex;
  }
  .header_menu_btn svg:last-child {
    display: none;
  }
  .header_info.show ~ .header_nav .header_menu_btn svg:last-child {
    display: block;
  }
  .header_info.show ~ .header_nav .header_menu_btn svg:first-child {
    display: none;
  }
  .header_nav {
    justify-content: space-between;
    background-color: #fff;
  }
  .header_nav ul a,
  .header_nav ul li {
    width: 100%;
  }
  .footer {
    flex-direction: column;
    text-align: center;
  }
  .footer .siguenos {
    justify-content: center;
  }
}
