*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  max-width: 1440px;
  margin: 0 auto;
  font-size: 16px;
  font-family: "kamerik-book";
  position: relative;
  color: #385056;
  line-height: 1.1;
  scroll-behavior: smooth;
  word-break: break-word;
}

main {
  min-height: 59.5vh;
}

@media print {
  * {
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
  body {
    padding-top: 0 !important;
    box-sizing: border-box;
  }
  body .no-print {
    display: none !important;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?64x8vy");
  src: url("../fonts/icomoon/icomoon.eot?64x8vy#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?64x8vy") format("truetype"), url("../fonts/icomoon/icomoon.woff?64x8vy") format("woff"), url("../fonts/icomoon/icomoon.svg?64x8vy#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
  content: "\e900";
}

.icon-insta .path1:before {
  content: "\e901";
  color: rgb(255, 255, 255);
}

.icon-insta .path2:before {
  content: "\e902";
  margin-left: -2.25rem;
  color: rgb(255, 255, 255);
}

.icon-insta .path3:before {
  content: "\e903";
  margin-left: -2.25rem;
  color: rgb(255, 255, 255);
}

.icon-twitter-x:before {
  content: "\e904";
}

.icon-face-blanco:before {
  content: "\e905";
  color: #fff;
}

@font-face {
  font-family: "kamerik-bold";
  src: url("../fonts/kamerik/kamerik-bold.ttf") format(truetype);
  font-display: swap;
}
@font-face {
  font-family: "kamerik-book";
  src: url("../fonts/kamerik/kamerik-book.ttf") format(truetype);
  font-display: swap;
}
@font-face {
  font-family: "kamerik-linght";
  src: url("../fonts/kamerik/kamerik-linght.ttf") format(truetype);
  font-display: swap;
}
@font-face {
  font-family: "kamerik-thin";
  src: url("../fonts/kamerik/kamerik-thin.ttf") format(truetype);
  font-display: swap;
}
.bg-c-blanco {
  background-color: #fff;
}

.bg-c-rosa {
  background-color: #d7439f;
}

.bg-c-morado {
  background-color: #9b21e8;
}

.bg-c-gris {
  background-color: #385056;
}

.bg-c-gris-claro {
  background-color: #f5f6f7;
}

.text-c-blanco {
  color: #fff !important;
}

.text-c-rosa {
  color: #d7439f;
}

.text-c-morado {
  color: #9b21e8;
}

.text-c-gris {
  color: #385056;
}

.text-c-negro {
  color: #000;
}

.sombra-element {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.bg-t-blanco {
  border: 1px solid transparent;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.row-reverse {
  flex-direction: row-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

@media (max-width: 676px) {
  .flex-wrap-sm {
    flex-wrap: wrap;
  }
}

.align-items-center {
  align-items: center;
}

.align-items-stretch {
  align-items: stretch;
}

.align-items-flex-end {
  align-items: flex-end;
}

.align-items-flex-start {
  align-items: flex-start;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-space-between {
  justify-content: space-between;
}

.m-0-a {
  margin: 0 auto;
}

.m-0 {
  margin: 0;
}

.mb-0_5 {
  margin-bottom: 0.5rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-1_5 {
  margin-bottom: 1.5rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.mt-05 {
  margin-top: 0.5rem;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mt-4 {
  margin-top: 4rem;
}

.m-0-auto {
  margin: 0 auto;
}

@media (max-width: 1023px) {
  .p-max-ms-0 {
    padding: 0 !important;
  }
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 1rem;
}

.p-2 {
  padding: 2rem;
}
@media (max-width: 424px) {
  .p-2 {
    padding: 1.5rem;
  }
}

.p-3 {
  padding: 3rem;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pb-4 {
  padding-bottom: 4rem;
}

.pl-1 {
  padding-left: 1rem !important;
}

.pl-2 {
  padding-left: 2rem !important;
}

.pl-3 {
  padding-left: 3rem !important;
}

.pl-4 {
  padding-left: 4rem;
}

.pl-5 {
  padding-left: 5rem;
}

@media (min-width: 1024px) {
  .pl-md-5 {
    padding-left: 5rem !important;
  }
}

.gap-0_5 {
  gap: 0.5rem;
}

.gap-1 {
  gap: 1rem;
}

.gap-2 {
  gap: 2rem;
}

.gap-3 {
  gap: 3rem;
}

.gap-4 {
  gap: 4rem;
}

.row-gap-1 {
  row-gap: 1rem !important;
}

.flex-d-col {
  flex-direction: column;
}

.d-grid {
  display: grid;
}

.grid-col-3 {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.grid-col-3-fill {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.grid-col-4 {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)) !important;
}

.grid-col-5 {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.place-items-center {
  place-items: center;
}

.row {
  display: flex;
}

.col {
  width: 100%;
}

.w-auto {
  width: auto;
}

.w-100 {
  width: 100%;
}

.p-relative {
  position: relative;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
}

b,
strong {
  font-family: "kamerik-bold";
}

.font-size-0 {
  font-size: 0;
}

.text-up-case {
  text-transform: uppercase;
}

.list-style-none {
  list-style: none;
}

.size-text-big {
  font-size: clamp(1.95rem, -0.875rem + 8.333333vw, 3.85rem);
  font-family: "kamerik-bold";
  line-height: 1;
}

.size-text-medium {
  font-family: "kamerik-bold";
  line-height: 1;
  font-size: clamp(0.82rem, -0.875rem + 8.333333vw, 1.2rem);
  position: relative;
}

.size-text-small {
  font-size: 1rem;
  position: relative;
}

.text-center {
  text-align: center;
}

.border-rad-5 {
  border-radius: 5px;
}

.border-rad-15 {
  border-radius: 15px;
}

.border-rad-25 {
  border-radius: 25px;
}

.cont-padding {
  padding: 5% 10%;
}
@media (max-width: 767px) {
  .cont-padding {
    padding: 8% 8%;
  }
}

.embed-container {
  width: 100%;
  height: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
.embed-container.medium {
  padding-bottom: 35.25%;
}
.embed-container iframe {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.p-info {
  line-height: 1.2;
  font-size: 0.85rem;
}
@media (min-width: 1024px) {
  .p-info {
    font-size: 1.3rem;
  }
}

.nopadding {
  padding: 0;
}

ol,
ul {
  padding-left: 40px;
}
@media (max-width: 767px) {
  ol,
  ul {
    padding-left: 20px;
  }
}
ol li,
ul li {
  margin-bottom: 1rem;
}

.linea-text {
  position: relative;
}
.linea-text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 110%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #9b21e8;
}

.linea-contenedor {
  position: relative;
}
@media (max-width: 767px) {
  .linea-contenedor.no-movil::after {
    content: unset;
  }
}
.linea-contenedor.center::after {
  left: 50%;
  transform: translateY(-50%);
}
.linea-contenedor.right::after {
  top: 110%;
  height: 210px;
  left: 87.6%;
}
.linea-contenedor.left::after {
  top: 100%;
  left: 15.6%;
  height: 210px;
}
.linea-contenedor.rosa::after {
  background-color: #d7439f;
}
.linea-contenedor::after {
  content: "";
  position: absolute;
  top: 97%;
  transform: translateY(-50%);
  width: 2px;
  height: 190px;
  background-color: #9b21e8;
  z-index: 10;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .linea-contenedor::after {
    height: 140px;
    top: 100%;
  }
}

.cont-swiper {
  position: relative;
  margin-top: 2rem;
}
.cont-swiper .swiper {
  width: 75%;
  margin: 0 auto;
  padding: 1.5rem 0;
}
@media (min-width: 1024px) {
  .cont-swiper .swiper {
    width: 90%;
  }
}

.swiper-button-next,
.swiper-button-prev {
  --swiper-theme-color: #9b21e8;
  --swiper-navigation-color: #9b21e8;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  --swiper-navigation-sides-offset: 0px;
  right: var(--swiper-navigation-sides-offset);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  --swiper-navigation-sides-offset: 0px;
  left: var(--swiper-navigation-sides-offset, 0px);
}

.carta-contenido {
  padding: 2rem 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 215px;
}
.carta-contenido a {
  font-size: 0;
}
.carta-contenido img {
  min-width: 80px;
}
@media (max-width: 567px) {
  .carta-contenido {
    padding: 2rem;
  }
  .carta-contenido img {
    min-width: 50px;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.cursor-pointer {
  cursor: pointer;
}

header {
  --delay-li: .3s;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  padding: 2rem 3rem 1rem 2rem;
}
header .menu-hamburgesa {
  color: #fff;
  font-size: 1.9rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
}
@media (min-width: 1280px) {
  header .menu-hamburgesa {
    display: none;
  }
}
header nav {
  position: relative;
}
@media (max-width: 1279px) {
  header nav .cont-logo {
    margin: auto;
  }
  header nav .cont-logo img {
    max-width: 200px;
  }
}
header nav .menu {
  padding: 0 1rem;
  padding-bottom: 1.75rem;
}
header nav .menu::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
}
header nav .menu li {
  margin: 0;
  display: flex;
  align-items: flex-end;
  position: relative;
}
header nav .menu li.active::after {
  content: "";
  width: 6rem;
  height: 10px;
  background-image: url("../img/linea-menu.svg");
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
}
header nav .menu li a {
  text-transform: uppercase;
  font-family: "kamerik-bold";
  font-size: 0.92em;
  color: #fff;
}
@media (min-width: 1280px) {
  header nav .menu li a {
    padding: 1rem;
  }
}
@media (min-width: 1440px) {
  header nav .menu li a {
    font-size: 1.1em;
  }
}
@media (max-width: 1279px) {
  header nav .menu {
    display: none;
    position: absolute;
    top: 110%;
    right: 0;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
  }
  header nav .menu.show {
    display: flex;
  }
  header nav .menu::before {
    width: 1px;
    height: 0%;
    left: 102%;
    top: 50%;
    transform: translateY(-50%);
    animation: show-menu 0.5s ease-in forwards;
  }
  header nav .menu li {
    animation: fade 0.5s ease var(--delay-li) forwards;
    opacity: 0;
    margin-bottom: 1.3rem;
  }
  header nav .menu li.active::after {
    height: 2.15rem;
    width: 7px;
    bottom: 50%;
    left: unset;
    right: -25px;
    transform: translateY(50%);
    background-image: url("../img/linea-vertical.svg");
  }
  header nav .menu li.active a {
    font-size: 1.15em;
  }
  header nav .menu li a {
    font-size: 0.8em;
  }
}

@keyframes show-menu {
  from {
    opacity: 0;
  }
  to {
    height: 100%;
  }
}
@keyframes fade {
  to {
    opacity: 1;
  }
}
@media (max-width: 1023px) {
  footer {
    margin-top: 1rem;
    font-size: 0.8rem;
    grid-template-columns: 1fr 1fr !important;
    gap: 1rem !important;
  }
  footer .footer-direccion {
    text-align: center;
  }
  footer .footer-terminos {
    grid-row-start: 2;
    grid-column-start: span 2;
  }
  footer .footer-logo img {
    min-width: 50px;
    max-width: 150px;
  }
}
@media (max-width: 567px) {
  footer {
    font-size: 0.5rem;
  }
}
@media (min-width: 1024px) {
  footer .footer-direccion span {
    display: block;
  }
}

.form-control {
  border: 1px solid transparent;
  border-radius: 5px;
  width: 100%;
  padding: 10px 15px;
  min-height: 40px;
  outline: unset;
  max-width: 100%;
  font-family: "kamerik-book";
  font-size: 1.1em;
}
@media (min-width: 1024px) {
  .form-control {
    min-width: 320px;
  }
}

.form-group label {
  padding-left: 0.75rem;
  display: block;
  margin-bottom: 0.5rem;
  font-size: clamp(1em, -0.875rem + 8.333333vw, 1.1em);
}

textarea {
  resize: none;
}

button {
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: #fff;
}

.btn-formulario {
  padding: 10px 8rem;
  font-size: 1.5rem;
  font-family: "kamerik-bold";
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-70%);
}

.cont-banner {
  aspect-ratio: 16/8.5;
  background-image: url("../img/fondos/banner-granos.jpg");
  background-position: bottom;
  background-size: cover;
}
.cont-banner .banner-text {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
}
.cont-banner .banner-text h1 {
  font-family: "kamerik-bold";
  width: 9.5ch;
  line-height: 0.9;
  font-size: clamp(3rem, -0.875rem + 8.333333vw, 8rem);
}
.cont-banner .banner-text h1 small {
  margin-bottom: 0.75rem;
  display: block;
  font-size: clamp(1rem, -0.875rem + 8.333333vw, 2.2rem);
}
@media (min-width: 1024px) {
  .cont-banner .banner-text h1 small {
    margin-bottom: 1.5rem;
  }
}
.cont-banner .banner-redes {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  font-size: 1.5rem;
}
.cont-banner .banner-redes span {
  color: #fff;
}
@media (max-width: 1279px) {
  .cont-banner .banner-redes {
    bottom: 1.5rem;
  }
  .cont-banner .banner-redes ul {
    gap: 1rem;
    display: flex;
  }
  .cont-banner .banner-redes ul li {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cont-banner {
    aspect-ratio: 16/20;
  }
}
@media (max-width: 499px) {
  .cont-banner {
    aspect-ratio: 16/25;
  }
}
@media (max-width: 376px) {
  .cont-banner {
    aspect-ratio: 16/30;
  }
}

.cont-valores .cont-img-text,
.cont-quienes-somos .cont-img-text,
.cont-vision .cont-img-text {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
  max-width: 100%;
  flex: none;
}
@media (max-width: 1023px) {
  .cont-valores .cont-img-text,
  .cont-quienes-somos .cont-img-text,
  .cont-vision .cont-img-text {
    aspect-ratio: 16/9;
  }
}
@media (min-width: 1024px) {
  .cont-valores .cont-img-text,
  .cont-quienes-somos .cont-img-text,
  .cont-vision .cont-img-text {
    background-position: top;
    background-size: contain;
    min-width: 25rem;
  }
}
@media (min-width: 1280px) {
  .cont-valores .cont-img-text,
  .cont-quienes-somos .cont-img-text,
  .cont-vision .cont-img-text {
    background-size: cover;
  }
}

@media (max-width: 1023px) {
  .cont-valores,
  .cont-quienes-somos {
    flex-direction: column;
  }
}

@media (max-width: 1023px) {
  .cont-vision {
    flex-direction: column-reverse;
  }
}

.cont-alianzas p,
.cont-proposito p {
  max-width: 90ch;
}

.cont-alianzas {
  background-image: url("../img/fondos/fondo-alianzas.jpg");
  background-position: center;
  background-size: cover;
}

.cont-formulario {
  background-image: url("../img/fondos/fondo-contacto.svg");
  background-position: center;
  background-size: cover;
}
.cont-formulario h2 {
  font-size: clamp(2.05rem, -0.875rem + 8.333333vw, 2.85rem);
}
@media (max-width: 991px) {
  .cont-formulario .cont-form {
    flex-direction: column;
  }
  .cont-formulario .cont-form + .btn-formulario {
    transform: translateX(-50%);
    padding: 10px 12%;
    font-size: 1.2rem;
  }
}
@media (max-width: 991px) {
  .cont-formulario {
    padding: 6% 8% 12%;
  }
  .cont-formulario .cont-padding {
    padding: 6% 15% 15% 15%;
  }
}/*# sourceMappingURL=styles.css.map */