@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;600;700;900&display=swap");
/* VARIABLES */
:root {
  /* COLORES */
  --primario: #00a6a6 !important;
  --black: #000;
  --tercero: #707070;
  --submenu: #054959;
  --white: #fff;
  --naranja: #f28a2d;
  --naranja-b: #ff7200;
  --pesca: #42c0ef;
  /* FONDOS */
  --bg-black-o: rgba(0, 0, 0, 0.6);
  --bg-dark: #3f3f3f;
  --bg-note: #f0e816;
  --gray-soft: #f8f8fa;
  /* FUENTES */
  --font: "Cairo", sans-serif;
  --font-icons: "Font Awesome 5 Free";
  --bold: font-weight-bold;
  /* EFECTOS */
  --transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
html {
  font-size: 16px;
  font-family: var(--font);
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
  font-family: var(--font);
}
main {
  margin-top: 122.5px;
}
.row-2 {
  max-width: 1640px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  font-family: var(--font);
  text-rendering: optimizeLegibility;
}
a {
  color: var(--primario);
  transition: var(--transition);
}
a:hover {
  color: var(--submenu);
}
#contactoFooter a:hover,
#contactoFooter button:hover {
  color: white;
}
span.badge,
button.badge {
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  height: 29px;
  max-height: 30px;
  max-width: 218px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  margin: 0 auto 1rem;
  border: 0;
  border-radius: 5px;
}
.bold {
  font-weight: bold;
}
.borde-t {
  border-top: solid 1px var(--tercero);
}
.borde-b {
  border-bottom: solid 1px var(--tercero);
}
.borde-l {
  border-left: solid 1px var(--tercero);
}
.c-1 {
  color: var(--primario);
}
.c-1-i {
  color: var(--submenu) !important;
}
.c-2 {
  color: var(--black);
}
.c-3 {
  color: var(--tercero);
}
.c-4 {
  color: var(--submenu);
}
.c-5 {
  color: var(--bg-dark);
}
.c-w {
  color: var(--white) !important;
}
.bg-1 {
  background-color: var(--primario) !important;
}
.bg-2 {
  background-color: var(--bg-dark) !important;
}
.bg-3 {
  background-color: var(--gray-soft) !important;
}
.bg-4 {
  background-color: var(--submenu) !important;
}
.bg-b {
  background-color: var(--black);
}
.bg-o {
  background-color: var(--bg-black-o);
}
.bg-pesca {
  background-color: var(--pesca);
  border: var(--pesca);
}
.bg-item {
  background-color: var(--bg-black-o);
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
.pesca {
  background: var(--pesca);
  color: #fff;
}
.agua {
  background: #3ae7fd;
  color: #fff;
}
.mares {
  background: #42c0ef;
  color: #fff;
}
.agricultura {
  background: #efc042;
  color: #fff;
}
.reforestacion {
  background: #119a16;
  color: #fff;
}
.recursos-naturales {
  background: #47c38e;
  color: #fff;
}
.medio-ambiente {
  background: #9ab948;
  color: #fff;
}
.participacion-ciudadana {
  background: #efa642;
  color: #fff;
}
.transparencia {
  background-color: #ef4f42;
  color: #fff;
}
.bosques {
  background-color: #7eef42;
}
.areas-naturales-protegidas {
  background-color: #07c3b4;
  color: #fff;
}
.mercados {
  background-color: #9e70f5;
  color: #fff;
}
.rendicion-de-cuentas {
  background-color: #ef4277;
  color: #fff;
}
.acuacultura {
  background-color: #1242c6;
  color: #fff;
}
.equidad-de-genero {
  background-color: #ff26e6;
  color: #fff;
}
.cambio-climatico {
  background-color: #ff8226;
  color: #fff;
}
.avatar {
  background-repeat: no-repeat;
  background-size: contain;
  width: 43px;
  height: 43px;
}
.sara-chavez {
  background-image: url(../img/icons/Sara_circulo.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 43px;
  height: 43px;
}
.juan-garcia {
  background-image: url(../img/icons/Juan_circulo.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 43px;
  height: 43px;
}
.georgina-Lopez {
  background-image: url(../img/icons/Georgina_circulo.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 43px;
  height: 43px;
}
.arturo-cisneros {
  background-image: url(../img/icons/Arturo_circulo.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 43px;
  height: 43px;
}
.harumi-hayashida {
  background-image: url(../img/icons/Harumi_circulo.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 43px;
  height: 43px;
}
.eduardo-rolon {
  background-image: url(../img/icons/Eduardo_circulo.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 43px;
  height: 43px;
}
.esteban-arenas {
  background-image: url(../img/icons/Esteban_circulo.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 43px;
  height: 43px;
}
.bg-main {
  background-image: linear-gradient(to top, #edf1ff 122%, #f5f6ff 3%);
}

.bg-warning {
  background-color: var(--naranja) !important;
}

.bg-none {
  background: transparent;
}

.enlace-desactivado {
  pointer-events: none;
  cursor: default;
}

.nav-link {
  color: var(--primario);
}

.btn-animate:hover {
  opacity: 0.8;
  transition: all ease-in-out 0.15s;
}

.cursor {
  max-width: 30px;
  color: #fff;
  margin-right: 0.5rem;
}

.separador {
  height: 0.938rem;
  background-color: #e4e8f4;
  position: relative;
}

nav.bread-crumb {
  z-index: 1;
}

button:focus {
  outline: none;
}

.dropdown-toggle::after {
  font-family: var(--font-icons);
  content: "\f107";
  vertical-align: middle;
  font-weight: 600;
  border: none;
}

.title-d {
  position: relative;
  display: block;
}
.title-d::after,
.title-d::before {
  content: "";
  position: absolute;
  width: 40%;
  height: 1px;
  background-color: currentColor;
  top: 50%;
  transition: var(--transition);
}
.title-d::after {
  left: 0;
}
.title-d::before {
  right: 0;
}
.page-link {
  color: var(--submenu);
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: var(--submenu);
  border-color: var(--submenu);
}
.referencias p {
  font-size: 0.875rem;
}
/* / VARIABLES */

/* NOTICIAS DESTACADAS */

/* / NOTICIAS DESTACADAS */

/* Wiki CN */
.card {
  margin: 1rem 0;
}
.card-date {
  font-family: var(--font);
  font-size: 14px;
  color: #cac9c9;
}
.cardTitle {
  font-size: 20px;
  line-height: 1.35;
  color: #1d1d1b;
}
.card-text {
  color: #707070;
  line-height: 1.38;
}
.hash-card {
  font-size: 16px;
  line-height: 1.69;
  color: #00a6a6;
}
.author {
  font-size: 14px;
  line-height: 1.93;
  color: #cac9c9;
}
.author-info {
  font-size: 14px;
  line-height: 1.29;
  color: #cac9c9;
  background-color: transparent;
  border: 0;
}
.share-button-color {
  color: #cac9c9 !important;
}
/* CON CAUSA */
.media.pd .media-body {
  color: #707070;
  background-image: url("https://pescandodatos.org/img_home/datos_info.png"),
    linear-gradient(to top, #edf1ff 124%, #f5f6ff 3%);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.media.pd h2 {
  font-size: 2.5rem;
}

.media.pd p {
  font-size: 1.563rem;
}
/* MULTIMEDIA */
#media > div.col-lg-6 {
  max-width: 850px;
  display: flex;
  align-self: space-around !important;
}
.title-media::before {
  content: "";
  position: absolute;
  width: 85%;
  height: 1px;
  background-color: currentColor;
  top: 1.5rem;
  transition: var(--transition);
}
.title-media::before {
  left: 15%;
}
/* CONTACTO */
.flex-responsive {
  display: flex;
  flex-wrap: wrap;
}
.flex-item {
  flex: 1 1 368px;
  padding: 0.938rem;
}
#contactoFooter .flex-item:last-child {
  flex: 1 1 536px;
  max-width: 536px;
  margin: auto;
}

#contactoFooter input[type="text"] {
  border-radius: 10px;
  border: solid 1px #828282;
  background-color: #4d4c4c;
  outline-color: var(--primario) !important;
}
/* #contactoFooter a:hover {
  color: var(--white)!important;
} */
img.avatarSemblanza {
  position: absolute;
  top: -64.5px;
  right: 0;
  left: 0;
  margin: auto;
  width: 129px;
  height: 129px;
  object-fit: cover;
}

.media img.rounded-circle {
  width: 43px !important;
  height: 43px !important;
}
.media button {
  padding: 0;
  margin-bottom: 0 !important;
}

.subtitulo {
  font-size: 1.4rem;
}

a.semblanza {
  cursor: pointer;
}
.type-note {
  font-size: 19px;
  color: var(--bg-dark);
  background-color: var(--bg-note);
  border-radius: 0 0 15px 15px;
  padding: 0.5rem 2rem;
  position: relative;
  top: -1.5rem;
  display: flex;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
}

.type-note-line {
  color: var(--white);
  background-color: var(--submenu);
  justify-content: flex-end;
  left: 0;
  margin: 0 auto;
  border-bottom-left-radius: 0;
  width: 25% !important;
  position: absolute;
  top: 0;
}

.bg-note {
  background-color: var(--bg-note);
}

/* NO PONER ESTILOS DESPUES DE LAS MEDIAQUERYS, VAN ANTES O DENTRO */

@media screen and (min-width: 1440px) {
  /*   html {
    font-size: 17px;
  }
  a {
    font-size: .94rem;
  } */
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .noticias-destacadas-desktop h3 {
    font-size: 100%;
    margin: 0;
  }
  .noticias-destacadas-desktop p {
    font-size: 80%;
    margin: 0;
  }
  .noticias-destacadas-desktop button {
    font-size: 70%;
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .datos .card {
    min-height: 722px;
  }
  .datos .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #contactoFooter,
  .btn-link,
  .btn {
    font-size: 1.15rem;
  }
}
@media all and (max-width: 768px) {
  html {
    font-size: 14px;
  }
  main {
    margin-top: 93.73px;
  }
  .bg-item {
    justify-content: center;
  }
  .logo-pd {
    max-width: 50%;
  }
  .title-d,
  .title-media {
    font-size: 1.333rem;
    display: inline-block;
  }
  .title-d::before {
    width: 20vw;
    right: -27vw;
  }
  .title-d::after {
    width: 20vw;
    left: -27vw;
  }
}
@media all and (max-width: 375px) {
  html {
    font-size: 13px;
  }
}
.cursor-pointer {
  cursor: pointer;
}
.loading-overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 99999;
}
.modal-transparent {
  color: #fff;
}
.modal-backdrop.show {
  opacity: 0.8 !important;
}
.modal-transparent .modal-content {
  background-color: transparent;
  border: 0 !important;
}
.modal-transparent .close {
  color: #fff !important;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 3rem;
}
.modal-transparent .modal-header {
  border: 0 !important;
}
.card-cover {
  height: 270px;
  -o-object-fit: cover;
  object-fit: cover;
}
.rounder-50 {
  border-radius: 6.25rem;
}
.rounder-l-50 {
  border-radius: 6.25rem 0 0 6.25rem;
}
.rounder-r-50 {
  border-radius: 0 6.25rem 6.25rem 0;
}
.rounder-b-50 {
  border-radius: 0 0 1rem 1rem;
}
.post-cat {
  right: 20px;
  top: 18px;
}
.btn-yt,
.btn-yt:hover {
  color: #fff;
  background-color: #fd3b22;
  border-color: #fd3b22;
}
.share-network-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
  margin: auto;
}
a[class^="share-network-"] {
  flex: none;
  color: #ffffff;
  background-color: #333;
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0 10px 10px 0;
}
a[class^="share-network-"] .fah {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 10px;
  flex: 0 1 auto;
}
a[class^="share-network-"] span {
  padding: 0 10px;
  flex: 1 1 0%;
  font-weight: 500;
}
button.badge {
  padding: 0.375rem 0.75rem !important;
  border: 1px solid transparent;
}
.banner-caption-2 img {
  width: 43px;
  width: 43px;
}
.modal .close {
  position: absolute !important;
  right: -175px;
  top: 0;
  opacity: 1 !important;
}

.modal .close img {
  width: 40px;
  height: 40px;
}
#featuredPost {
  width: 100%;
  height: 765px;
}
/* #featuredPostBackground {
  background: #054959 no-repeat center bottom;
  background-size: cover;
} */
.img-featured {
  height: 541px;
  -o-object-fit: cover;
  object-fit: cover;
}
.h5-title {
  font-size: 1.25rem;
}
.text-green-dark {
  color: var(--submenu) !important;
}
.line-title {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: var(--transition);
  z-index: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.titular {
  position: relative;
  z-index: 1;
  background-color: var(--gray-soft);
  margin: 0;
}
.card-cover-releated {
  height: 270px;
  background: #fff no-repeat center;
  background-image: none;
  background-size: auto;
  background-size: cover;
}

#appLoading {
  z-index: 9999;
  top: 0;
  left: 0;
}

#appLoading .ocean {
  height: 5%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #015871;
}

#appLoading .wave {
  background: url(../../assets/img/wave.svg) repeat-x;
  position: absolute;
  top: -198px;
  width: 6400px;
  height: 198px;
  animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
}

#appLoading .wave:nth-of-type(2) {
  top: -175px;
  animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite,
    swell 7s ease -1.25s infinite;
  opacity: 1;
}

@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}

@keyframes swell {
  0%,
  100% {
    transform: translate3d(0, -25px, 0);
  }
  50% {
    transform: translate3d(0, 5px, 0);
  }
}

@media (max-width: 570px) {
  .absolut-menu {
    position: absolute;
    top: 90px;
    right: 20px;
    margin: 0;
    padding: 0;
    width: auto;
  }

  .post-content iframe {
    width: 100%;
  }

  .type-note-line {
    width: 75% !important;
  }
}
