@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");

body {
  font-family: "Roboto", sans-serif;
  color: #2a2a2b;
  background-color: black;
}

/* COLOURS */

:root {
  --gris: #3f3f3f;
  --negro: #000000;
  --verde: #a0c82d;
  --cemento: #f5f5f5;
}

/* FONTS */

h1 {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 4.25rem;
  line-height: 4.5rem;
  color: white;
}

h2 {
  font-weight: 700;
  font-size: 2.85rem;
  line-height: 3.625rem;
  font-family: "Roboto", sans-serif;
  color: var(--verde);
  text-shadow: none;
}

h3 {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 3.25rem;
  font-family: "Roboto", sans-serif;
  color: var(--verde);
  text-transform: uppercase;
}

h4 {
  font-weight: 400;
  font-size: 1.5625rem;
  font-family: "Roboto", sans-serif;
}

h5 {
  font-weight: 700;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

p {
  font-weight: 400;
  font-size: 1.45rem;
  line-height: 2.4rem;
}

/*GENERAL*/

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}

#background-inverse {
  background-position: bottom;
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.margin-right-5 {
  margin-right: 0 !important;
}

/*MENU*/

.navbar-inverse .primary-navigation {
  background: #fff !important;
}

.primary-navigation
  .nav
  .static-links-wrapper
  > li.first-level-item {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.navbar .primary-navigation .nav li a img {
  width: 30px;
}

/* HEADER */

.bajadas {
  font-size: 1.81rem;
  line-height: 2.56rem;
  font-weight: 300;
}

/*SECCIONES*/

.section-blue {
  background-color: var(--verde);
}

.section-orange {
  background-color: var(--verde);
  padding: 4% 0;
}

/*REFERENCIAS*/

.referencias-container p {
  font-size: 1.2rem;
  color: #828282;
}

/*FOOTER*/

.footer {
  margin-top: 0;
}

.footer h2,
.footer h3 {
  margin-top: 0;
  font-family: "Lexia", sans-serif;
  color: #ffffff;
}

/*SECCIONES*/

.container-notas h3,
.container-articulo h3 {
  font-weight: 700;
  font-size: 19px;
  line-height: 37px;
  color: white;
  background-color: var(--verde);
  text-transform: uppercase;
  display: inline;
  font-family: "Roboto", sans-serif;
  padding: 4px 10px;
  margin-bottom: 5%;
}

.container-notas h4,
.container-articulo h4 {
  font-size: 1.5625rem;
  line-height: 1.25;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  margin-top: 4%;
}

.container-notas p {
  color: white;
}

.botones-notas .btn {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  color: white !important;
  background: var(--verde);
  border: 3px solid var(--verde);
  border-radius: 2.5rem;
  padding: 2% 10%;
  font-size: 1.25rem;
}

.btn:hover {
  color: var(--verde) !important;
  background: white;
}

.secciones-internas .container-articulo .botones-notas {
  margin-bottom: 10% !important;
  display: flex;
  justify-content: center;
  margin-top: 3% !important;
}

.container-articulo .page-section-inner.container {
  width: 60% !important;
}

.container-notas img {
  margin-top: 10%;
}

.container-articulo .botones-notas .btn {
  padding: 4% 30% !important;
  margin: 10% 0;
}

.component-section.style-1 {
  padding-bottom: 0;
}

.container-notas .column-3 {
  display: none;
}

.container-notas .row {
  display: flex;
  justify-content: center;
}

.container-secciones,
.container-notas {
  padding: 8%;
}

footer h2 {
  font-family: LexiaLightItalic, "Georgia",
    "Times New Roman", serif !important;
  font-size: 30px !important;
  line-height: 40px !important;
  font-weight: 400 !important;
}

footer h3 {
  font-family: LexiaLight, Times, "Times New Roman", serif !important;
  font-size: 18px !important;
  line-height: 24px !important;
  margin-bottom: 10px !important;
  font-weight: 400 !important;
}

/*MEDIA QUERIES*/

@media (min-width: 768px) {
  .secciones-internas .container-secciones .row {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  .container-secciones .card,
  .container-eventos .card {
    height: 37rem;
  }

  .container-secciones .img-cards {
    width: 35%;
  }

  .container-secciones .img-cards-2 {
    width: 30%;
  }

  .container-eventos .img-cards {
    width: 40%;
  }

  .container-secciones .col-lg-3,
  .container-eventos .col-lg-3 {
    padding: 15px 25px;
  }
}

@media (max-width: 767px) and (min-width: 465px) {
  .container-secciones .card,
  .container-eventos .card {
    height: 35rem;
  }

  .container-secciones .img-cards,
  .container-eventos .img-cards {
    width: 20%;
  }

  .container-secciones .img-cards-2 {
    width: 15%;
  }

  .numeros-container .img-cards {
    width: 30%;
  }

  .container-secciones .card a,
  .container-eventos .card a {
    padding: 2.5% 10%;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 2.75rem;
    line-height: 3.5rem;
    margin-top: 30%;
  }

  h2 {
    font-size: 2.25rem;
    line-height: 3.25rem;
  }

  h3 {
    font-size: 1.75rem;
    line-height: 2.75rem;
    font-weight: 500;
  }

  h4 {
    font-size: 1.35rem;
  }
  p {
    font-size: 1.5rem;
  }

  .container-secciones .col-lg-3,
  .container-eventos .col-lg-3 {
    padding: 15px 25px;
  }

  .component-section {
    padding: 40px 20px 20px;
  }

  .numeros-container .item {
    padding-top: 5%;
  }

  .container-secciones .card {
    height: 36rem;
  }

  .carousel .carousel-indicators {
    width: auto !important;
    bottom: auto !important;
    margin-top: 35%;
  }

  .carousel .carousel-control.left,
  .carousel .carousel-control.right {
    margin-top: -8%;
  }

  .container-articulo .page-section-inner.container {
    width: 100% !important;
  }

  .container-secciones,
  .container-notas {
    padding: 15% 5%;
  }

  .container-notas h3,
  .container-articulo h3 {
    font-size: 16px;
    line-height: 32px;
  }

  .container-secciones .card,
  .container-eventos .card {
    transition: none;
  }

  .container-secciones .card:hover,
  .container-eventos .card:hover {
    transition: none;
  }

  .numeros-container .item {
    transition: none;
  }

  .numeros-container .item:hover {
    transition: none;
  }

  .hide-mobile {
    display: none;
  }

  .padding-bottom-10 {
    margin-bottom: 10%;
  }

  .container-notas .row {
    display: block;
  }
}
