@charset "UTF-8";
body {
  font-size: 15px;
  background-color: #F3F3EB;
  font-family: "interstate-hairline", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.btn {
  font-family: interstatemono, sans-serif;
  font-weight: 700;
  font-style: normal;
  transition: all 0.3s;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 24px 36px;
  text-transform: uppercase;
  text-wrap: nowrap;
}
.btn__primario {
  background-color: #E5940D;
  color: white;
}
.btn__secundario {
  color: white;
  background-color: #F05A2D;
  border-right: 1px solid rgb(180, 83, 9);
}
.btn__submit {
  color: #41643C;
  background-color: #E5940D;
  border-right: 1px solid rgb(180, 83, 9);
}
.btn:hover {
  filter: brightness(110%);
}

.color__verde--700 {
  color: #41643C;
}
.color__verde--900 {
  color: #132112;
}
.color__naranja {
  color: #F05A2D;
}
.color__amarillo {
  color: #E5940D;
}

.bg__base--100 {
  background-color: #E9E9DC;
}
.bg__verde--700 {
  background-color: #41643C;
}

.interstate__condensed--black {
  font-family: "interstatecondensed-hairline", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.interstate__compressed--black {
  font-family: interstatecompressed-hairlin, sans-serif;
  font-weight: 800;
  font-style: normal;
}
.interstate__mono--regular {
  font-family: interstatemono, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.interstate__mono--bold {
  font-family: interstatemono, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.caption {
  text-transform: uppercase;
  font-family: interstatemono, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.9rem;
}

.tit__xl {
  font-size: clamp(5rem, 7vw + 1rem, 10rem);
  text-transform: uppercase;
  font-family: "interstatecondensed-hairline", sans-serif;
  font-style: normal;
  font-weight: 800;
  color: #E5940D;
}
.tit__h3 {
  font-family: interstatemono, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
}
.tit__deco {
  position: relative;
}
.tit__deco::before {
  position: absolute;
  content: "";
  right: -80px;
  top: 12px;
  width: 70px;
  height: 70px;
  background-image: url("../img/svg/isologo-clckrs-naranja.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
}
@media screen and (max-width: 1280px) {
  .tit__deco::before {
    width: 48px;
    height: 70px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 1024px) {
  .tit__deco::before {
    right: 0px;
    left: -80px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 1024px) and (max-width: 768px) {
  .tit__deco::before {
    right: 0px;
    left: 0px;
    top: -80px;
  }
}

.clckrs__deco {
  position: relative;
  top: 16px;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background-color: #F05A2D;
}
.clckrs__deco::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50px;
  width: 32px;
  height: 32px;
  border: 1px solid #F05A2D;
}

.section__historia::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 100px;
  background-color: #F3F3EB;
}

.icono__nav {
  height: 20px;
}
.icono__nav path {
  fill: #E9E9DC;
}

/* HEADER NAV */
.menu_bar {
  display: none;
}
@media screen and (max-width: 1024px) {
  .menu_bar {
    position: relative;
    display: block;
    cursor: pointer;
    text-align: center;
    margin-left: 16px;
    width: 48px;
    right: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 1024px) and (max-width: 576px) {
  .menu_bar {
    width: 42px;
  }
}

.menu_bar .bt-menu {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .menu_bar .bt-menu {
    display: block;
    color: black;
    overflow: hidden;
    font-size: 2.6rem;
    font-weight: bold;
    text-decoration: none;
  }
}
.menu_bar .bt-menu--svg {
  width: 32px;
}
.menu_bar .bt-menu--svg path {
  fill: #E9E9DC;
}

.header_nav {
  transition: all 0.3s;
  background-color: rgba(243, 243, 235, 0);
  position: fixed;
  width: 100%;
  z-index: 99;
}
@media screen and (max-width: 1024px) {
  .header_nav {
    width: 100%;
  }
}
.header_nav .nav {
  position: relative;
  padding: 12px 0px;
  transition: all 0.3s;
  width: calc(100% - 24px);
  left: 12px;
  z-index: 9;
  border-radius: 24px;
}
.header_nav .nav__svg {
  width: 180px;
}
@media screen and (max-width: 1024px) {
  .header_nav .nav__svg--movil path, .header_nav .nav__svg--movil ellipse {
    fill: black;
  }
}
.header_nav .nav__menu {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .header_nav .nav__menu {
    position: fixed;
    width: 100%;
    height: 100dvh;
    top: 0px;
    right: 0;
    margin: 0;
    padding: 0px;
    background-color: #41643C;
    z-index: 99;
    transform: translateX(100%);
  }
}
.header_nav .nav__close {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header_nav .nav__close {
    display: block;
    position: absolute;
    width: 28px;
    height: auto;
    right: 24px;
    top: 24px;
    cursor: pointer;
  }
  .header_nav .nav__close i {
    font-size: 2rem;
  }
}
.header_nav .nav__logo img {
  height: 54px;
}
@media screen and (max-width: 1280px) {
  .header_nav .nav__logo img {
    height: 45px;
  }
}
.header_nav .nav__item > a.active {
  color: #E9E9DC;
}
.header_nav .nav__item {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .header_nav .nav__item {
    text-align: center;
  }
}
.header_nav .nav__item a {
  position: relative;
  color: white;
  font-size: 1rem;
  font-weight: 200;
}
@media screen and (max-width: 1280px) {
  .header_nav .nav__item a {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 1280px) and (max-width: 1024px) {
  .header_nav .nav__item a {
    color: #E9E9DC;
    font-size: 0.9rem;
    text-align: center;
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.header_nav .nav__item a:hover {
  filter: brightness(150%);
}
.header_nav .nav__item a.active {
  color: #E9E9DC;
}
.header_nav .nav__item a.active::before {
  position: absolute;
  content: "";
  height: 4px;
  width: calc(100% - 16px);
  bottom: -20px;
  background-color: orange;
}
@media screen and (max-width: 1280px) {
  .header_nav .nav__item a.active::before {
    width: calc(100% - 8px);
    bottom: -16px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 1024px) {
  .header_nav .nav__item a.active::before {
    width: calc(100% - 8px);
    bottom: -16px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.header_nav .nav__item--sub:hover .nav__sublist, .header_nav .nav__item--sub:hover .nav__sublistm {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.header_nav .nav__item--special {
  background-color: #E9E9DC;
  border-radius: 28px;
  padding: 4px 24px 6px 24px;
  width: -moz-fit-content;
  width: fit-content;
}
.header_nav .nav__item--special a {
  color: white !important;
}
.header_nav .nav__item--ubicacion {
  text-align: center;
  padding-top: 26px;
  border-top: 1px solid blue;
}
.header_nav .nav__item--ubicacion a {
  color: blue;
}
.header_nav .nav__item--legacy {
  position: absolute;
  color: #E9E9DC;
  bottom: 24px;
  font-size: 0.8rem;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.header_nav .nav .show1::before {
  transform: rotate(180deg);
}
.header_nav .nav__link {
  padding: 10px 8px;
  font-family: interstatemono, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 1280px) {
  .header_nav .nav__link {
    font-size: 0.8rem;
    padding: 10px 4px;
  }
}
.header_nav .nav__link--sub {
  position: relative;
  margin-right: 8px;
}
@media screen and (max-width: 1920px) and (min-width: 991px) {
  .header_nav .nav__link--sub:hover::before {
    transform: rotate(180deg);
  }
}
.header_nav .nav__link--sub::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 10px;
  right: -10px;
  top: 16px;
  background-image: url("../images/svg/icon_arrow_menu_w.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
  transform: rotate(0deg);
  opacity: 0.5;
}
.header_nav .nav__link--contact {
  background-color: yellow;
  border-radius: 6px;
  color: yellow !important;
  transition: all 0.3s;
}
.header_nav .nav__link--contact:hover {
  background-color: yellow;
  color: white !important;
}
.header_nav .nav__link--contact.active {
  background-color: yellow;
  color: white !important;
}
.header_nav .nav__link--conocer {
  border-radius: 6px;
  background-color: lightblue;
  color: white !important;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .header_nav .nav__link--conocer {
    width: 144px !important;
    margin-left: calc(50% - 72px);
  }
}
.header_nav .nav__img {
  height: 60px;
  margin-bottom: 40px;
}
.header_nav .nav__img--list {
  display: flex;
  flex-direction: row;
}
.header_nav .nav__promo {
  background-color: black;
  padding: 8px 0px;
}
.header_nav .nav__promo--txt {
  color: yellow;
  font-size: 0.8rem;
  font-weight: 600;
}
.header_nav .nav__list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  gap: 12px;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  .header_nav .nav__list {
    gap: 8px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 1024px) {
  .header_nav .nav__list {
    height: 85dvh;
    flex-direction: column;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-content: center;
    border-bottom: none;
    padding: 0px 32px;
  }
}
.header_nav .nav__list--contact {
  flex-direction: row;
  flex-wrap: nowrap;
  height: auto;
}
.header_nav .nav__social {
  height: 15dvh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding-bottom: 30px;
}
.header_nav .nav__social--item img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header_nav .nav__social--item--face img {
  display: block;
  width: 10px !important;
}
.header_nav .nav__sublist, .header_nav .nav__sublistm {
  position: absolute;
  display: none;
  background-color: blue;
  border-radius: 0px 0px 8px 8px;
  width: -moz-max-content;
  width: max-content;
  gap: 12px;
  margin-top: 6px;
  padding: 50px 24px 16px 24px;
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 991px) {
  .header_nav .nav__sublist, .header_nav .nav__sublistm {
    position: relative;
    display: block;
    width: 100%;
    box-shadow: unset;
    background-color: lightblue;
  }
}
@media screen and (max-width: 991px) {
  .header_nav .nav__contact {
    position: relative;
    left: 160px;
  }
}
@media screen and (max-width: 991px) and (max-width: 767px) {
  .header_nav .nav__contact {
    position: relative;
    left: 80px;
  }
}
@media screen and (max-width: 991px) and (max-width: 767px) and (max-width: 576px) {
  .header_nav .nav__contact {
    position: relative;
    left: 30px;
  }
}
.header_nav .nav__sublistm {
  width: -moz-max-content;
  width: max-content;
}
.header_nav .nav__sublistm .nav__sublink {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .header_nav .nav__sublink {
    width: 100%;
  }
}
.header_nav .nav #list_servicios, .header_nav .nav #list_recursos {
  z-index: 9;
}
@media screen and (max-width: 991px) {
  .header_nav .nav #list_servicios, .header_nav .nav #list_recursos {
    display: none;
    left: -20px;
  }
}

.scroll-header {
  top: 0px;
  left: 0px !important;
  width: 100% !important;
  background-color: rgba(243, 243, 235, 0.8);
  backdrop-filter: blur(12px) !important;
  border-radius: 0px !important;
}

.scroll-header .nav__menu {
  top: 0px;
}

.scroll-header .nav__list {
  border-bottom: 1px solid #41643C;
}
.scroll-header .nav__item a {
  color: #41643C;
}
@media screen and (max-width: 1024px) {
  .scroll-header .nav__item a {
    color: #E9E9DC;
  }
}
.scroll-header .icono__nav path {
  fill: #41643C;
}
@media screen and (max-width: 1024px) {
  .scroll-header .icono__nav path {
    fill: #E9E9DC;
  }
}

/* LOGOTIPO SVG */
#logotipo-nav-desktop {
  transition: all 0.3s;
  margin-inline: auto;
  width: 180px;
}
@media screen and (max-width: 1024px) {
  #logotipo-nav-desktop {
    width: 140px;
  }
}

#logotipo-nav-movil {
  transition: all 0.3s;
  margin-inline: auto;
  width: 120px;
}

.scroll-header #logotipo-nav-desktop {
  width: 120px;
}
.scroll-header #logotipo-nav-desktop path {
  fill: #41643C;
}
.scroll-header .bt-menu--svg path {
  fill: #41643C;
}

.bt-menu--close path {
  fill: #E9E9DC;
}

#menu_social {
  height: auto;
  transition: height 0.6s;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #menu_social {
    display: none;
  }
}

#menu_social.nav-up {
  height: 0px;
}

.desktop {
  display: block;
}
@media screen and (max-width: 1024px) {
  .desktop {
    display: none;
  }
}
.desktop__img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .desktop__img {
    display: none;
  }
}

.movil {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .movil {
    display: flex !important;
  }
}
.movil__img {
  display: none;
}
@media screen and (max-width: 768px) {
  .movil__img {
    display: block;
  }
}

/* FORMULARIO */
.input, textarea {
  width: 100%;
  border: none;
  background-color: #F3F3EB;
  border-radius: 4px;
  padding: 12px 16px;
  border: 1px solid #edd2bb;
  margin-top: 16px;
  margin-bottom: 8px2;
}
.input::-moz-placeholder, textarea::-moz-placeholder {
  color: #41643C;
}
.input::placeholder, textarea::placeholder {
  color: #41643C;
}

textarea {
  min-height: 140px;
}

/* MENSAJE DE ERROR */
.formulario__grupo-input {
  position: relative;
}

.formulario__input-error {
  font-size: 0.9rem;
  margin-bottom: 0px;
  padding: 4px 8px;
  display: none;
}

.formulario__input-error-activo {
  display: block;
}

.formulario__validacion-estado {
  position: absolute;
  right: 6px;
  top: 28px;
  z-index: 100;
  font-size: 16px;
  opacity: 0;
}

.formulario__mensaje, .formulario__captcha {
  height: 45px;
  line-height: 45px;
  background: #F66060;
  padding: 0 15px;
  border-radius: 3px;
  margin-bottom: 12px;
  display: none;
}

.formulario__mensaje-activo {
  display: block;
}

.formulario__mensaje-exito {
  margin-top: 8px;
  font-size: 14px;
  background-color: #1eab0b;
  padding: 10px 15px;
  color: white;
  display: none;
}

.formulario__mensaje-exito-activo {
  display: block;
}

/* Estilos para Validacion */
.formulario__grupo-correcto .formulario__validacion-estado {
  color: #1ed12d;
  opacity: 1;
}

.formulario__grupo-incorrecto .formulario__label {
  color: #bb2929;
}

.formulario__grupo-incorrecto .formulario__validacion-estado {
  color: #bb2929;
  opacity: 1;
}

.formulario__grupo-incorrecto .formulario__input {
  border: 3px solid #bb2929;
}

/* ACORDEÓN */
.acc-wrap {
  padding: 1rem 0;
  max-width: 820px;
  width: 100%;
}

.acc-item {
  border-bottom: 0.5px solid white;
}

.acc-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  background: none;
  border: none;
  cursor: pointer;
  color: #41643C;
  text-align: left;
  gap: 12px;
}

.acc-btn:hover {
  color: #41643C;
}

.acc-icon {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  color: #F05A2D;
  font-weight: 800;
}

.acc-item {
  margin-block: 16px;
  padding: 20px 40px;
  border: 1px solid #d2e3cf;
}

.acc-item.open {
  background-color: #E9E9DC;
  border: 1px solid #E9E9DC;
}

.acc-item.open .acc-icon {
  transform: rotate(45deg);
  color: #F05A2D;
}

.acc-body {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease, opacity 0.3s ease;
  opacity: 0;
}

.acc-item.open .acc-body {
  opacity: 1;
}

.acc-item.open .acc-btn {
  color: #41643C;
}

.acc-content {
  padding: 0 0 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #41643C;
}

/* ANIMACIONES */
.txt__clipV {
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 0%);
  transition: clip-path 1s;
  overflow: hidden;
}

.txt__clipV.show {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.txt__clipV.show .txt__anima {
  transform: rotate(0deg) scale(1);
}

.txt__clipH {
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
  transition: clip-path 1s;
  overflow: hidden;
}

.txt__clipH.show {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.txt__clipH.show .txt__anima {
  transform: rotate(0deg) scale(1);
}

.clckrs__change {
  transition: all 0.3s;
}
.clckrs__change:hover {
  background-color: #41643C;
}
.clckrs__change:hover h3, .clckrs__change:hover p {
  color: white;
}
.clckrs__change:hover .clckrs__deco {
  background-color: white;
}
.clckrs__change:hover .clckrs__deco::before {
  border: 1px solid white;
}
.clckrs__change--naranja:hover {
  background-color: #F05A2D;
}
.clckrs__change--verde:hover {
  background-color: #41643C;
}
.clckrs__change--amarillo:hover {
  background-color: #E5940D;
}

.deco__triangulo::before {
  position: absolute;
  content: "";
  top: 45%;
  right: -30px;
  transform: rotate(-90deg) translate(0, -50%);
  width: 50px;
  height: 40px;
  z-index: 10;
  background-image: url("../img/svg/icono-triangulo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
}
@media screen and (max-width: 768px) {
  .deco__triangulo::before {
    top: unset;
    right: unset;
    bottom: -3px;
    left: 45%;
    transform: rotate(0deg) translate(50%, 0%);
  }
}
@media screen and (max-width: 768px) and (max-width: 567px) {
  .deco__triangulo::before {
    left: 40%;
  }
}/*# sourceMappingURL=style.css.map */