@font-face {
  font-family: "KievitOT";
  src: url("/fonts/KievitOT-LightItalic.woff2") format("woff2"),
    url("/fonts/KievitOT-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "KievitOT";
  src: url("/fonts/KievitOT-Light.woff2") format("woff2"),
    url("/fonts/KievitOT-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "KievitOT";
  src: url("/fonts/KievitOT-Regular.woff2") format("woff2"),
    url("/fonts/KievitOT-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "KievitOT";
  src: url("/fonts/KievitOT-Bold.woff2") format("woff2"),
    url("/fonts/KievitOT-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "KievitOT";
  src: url("/fonts/KievitOT-Medium.woff2") format("woff2"),
    url("/fonts/KievitOT-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/*? Slab*/
@font-face {
  font-family: "Slab";
  src: url("/fonts/Slab-Light.woff") format("woff2"),
    url("/fonts/Slab-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Slab";
  src: url("/fonts/Slab-Medium.woff") format("woff2"),
    url("/fonts/Slab-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Slab";
  src: url("/fonts/Slab-Regular.woff") format("woff2"),
    url("/fonts/Slab-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/*? Costra*/
@font-face {
  font-family: "Costra";
  src: url("/fonts/Costrasans-Regular.woff2") format("woff2"),
    url("/fonts/Costrasans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/*!general*/
* {
  font-family: "Slab";
}

a {
  text-decoration: none;
  cursor: pointer;
  color: var(--blue);
}

.btn {
  font-weight: bold;
}

/*!navigation*/
nav a {
  color: var(--nav-green);
  font-weight: 300;
  transition: var(--animTransition);
  font-size: var(--fs-3);
}
nav a:hover {
  color: var(--red);
}
nav p {
  color: var(--blue);
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal !important;
  transition: var(--animTransition);
  font-size: var(--fs-3) !important;
}

.options-lenguaje a {
  color: var(--blue);
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal !important;
  transition: var(--animTransition);
  font-size: var(--fs-3) !important;
}

p a {
  color: var(--green) !important;
}

.donar-btn p {
  font-family: "costra";
  position: relative;
  z-index: 2;
  color: var(--white);
  font-size: var(--fs-2) !important;
}

@media (max-width: 900px) {
  nav a {
    color: var(--white);
    font-size: var(--fs-6);
  }
  nav p {
    font-size: var(--fs-6) !important;
    margin: 20px 0px;
    color: var(--white);
  }
  .options-lenguaje a {
    color: var(--white);
    font-size: var(--fs-5) !important;
    margin: 20px 0px;
  }
}

/*!Footer*/
footer a,
footer h4 {
  color: var(--destello);
  font-size: var(--fs-3);
  font-family: "Slab";
  font-weight: 500;
  letter-spacing: 1.5px;
}

footer .social a {
  font-weight: 300 !important;
}

footer a:hover {
  text-decoration: underline;
}

.footer-mail {
  font-size: var(--fs-5);
}

footer p {
  font-size: var(--fs-4);
  font-family: "Slab";
  font-weight: 300 !important;
  color: var(--white) !important;
  font-style: normal !important;
}

footer h2 {
  color: var(--white);
  font-weight: normal;
  font-size: var(--fs-6);
  text-transform: uppercase;
  font-family: "Costra";
}

/*! Main */
h2,
h1 {
  color: var(--blue);
  font-size: var(--fs-9);
  font-weight: 800;
  text-transform: inherit;
  letter-spacing: 1px;
}
h3 {
  color: var(--gray);
  font-size: var(--fs-5);
  font-weight: bold;
  letter-spacing: 1px;
}
p,
label {
  font-size: var(--fs-5);
  font-style: normal;
  font-weight: 300;
  color: var(--blueText);
  letter-spacing: 1px;
}

p.small {
  font-weight: normal;
  color: var(--gray);
  font-style: normal;
  font-size: var(--fs-3);
}
p.small-italic {
  font-weight: 300;
  color: var(--gray);
  font-style: italic;
  font-size: var(--fs-3);
}

/*! Items*/
.item h3 {
  color: var(--blueText);
  margin-top: 12px;
}
.item p {
  margin-bottom: 4px;
  font-size: var(--fs-3);
  font-family: "Slab";
  font-style: normal;
  color: var(--blueText);
  font-weight: 400;
}
.item .small {
  font-family: "Slab";
  font-weight: 300;
}
.item a {
  color: var(--green);
  font-style: italic;
  font-weight: normal;
}

/*! Proyectos*/
.proyecto-main p {
  font-style: normal;
  color: var(--blue);
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 140%;
  font-size: var(--fs-6);
}
.row-c a,
.row-c p {
  font-family: "Slab" !important;
  font-weight: 300 !important;
  color: var(--dark-green) !important;
  font-style: normal !important;
  font-size: var(--fs-5) !important;
  letter-spacing: 1px;
}
.row-c a {
  text-decoration: underline;
  display: block !important;
}
.row-c h3 {
  margin-bottom: 8px;
  font-family: "Costra";
  color: var(--dark-green);
  text-transform: uppercase;
}
.actions-wrapps p {
  color: var(--dark-green) !important;
  letter-spacing: 0px;
}

.is-ballena-map h2 {
  font-size: var(--fs-9) !important;
  color: var(--nav-green);
  font-weight: 500;
}
.is-ballena-map a {
  color: var(--blue);
  font-weight: 900;
}
