@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");

body {
  font-family: "Roboto", sans-serif;
  color: #2a2a2b;
}

/* COLOURS */

:root {
  --gris: #3f3f3f;
  --azul: #173963;
  --naranja: #e87806;
  --cemento: #f5f5f5;
  --turquesa: #00709d;
}

/* 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(--azul);
  text-shadow: none;
}

h3 {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 3.25rem;
  font-family: "Roboto", sans-serif;
  color: var(--azul);
}

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.65rem;
  line-height: 2.6rem;
}

/*GENERAL*/

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}

.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(--azul);
}

.section-orange {
  background-color: var(--naranja);
  padding: 4% 0;
}

.transicion:hover,
.padding-bottom-10:hover {
  transition: transform 0.2s;
  transform: scale(1.2);
}

/*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: #e87806;
  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: #171717;
  text-transform: uppercase;
  margin-top: 4%;
}

.botones-notas .btn {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  color: white !important;
  background: #173963;
  border: 3px solid #173963;
  border-radius: 2.5rem;
  padding: 2% 10%;
  font-size: 1.25rem;
}

.btn:hover {
  color: #173963 !important;
  background-color: transparent !important;
  text-decoration: none !important;
}

.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;
}

/*ENCUESTAS*/
#encuesta-evento {
  height: 80vh !important;
  overflow: hidden !important;
}

/*MEDIA QUERIES*/

@media (min-width: 768px) {
  .secciones-internas .container-secciones .row {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 1300px) and (min-width: 1000px) {
  #encuesta-evento {
    height: 90vh !important;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  #encuesta-evento {
    height: 100vh !important;
  }

  .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: 50%;
  }

  h2 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }

  h3 {
    font-size: 1.75rem;
    line-height: 1.5rem;
  }

  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-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;
  }
  .titulo-portada p img {
    vertical-align: middle;
    width: 100%;
  }

  #encuesta-evento {
    height: 100vh !important;
  }
}
