/* fonts setup */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;0,900;1,900&display=swap');


body {
  font-family: "Noto+Sans", sans-serif;
  color: #2a2a2b;
}

/* COLOURS */

:root {
  --gris: #3c3c3c;
  --rojo: #CA1517;
  --cemento: #f5f5f5;
}

/* FONTS */

h1 {
  font-weight: 400;
  font-family: "Noto+Sans", sans-serif;
  font-size: 2rem;
  line-height: 2.625rem;
  color: white;
}

h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: var(--gris);
    font-size: 24px;
    line-height: 5.25rem;
}

h3 {
  font-weight: 400;
  font-size: 3.313rem;
  font-family: "Roboto", sans-serif;
}

h4 {
  font-weight: 700;
  font-size: 1.0rem;
  text-aling: center;
  font-family: "Roboto", sans-serif;
}

h5 {
  font-weight: 700;
  font-size: 1.0rem;
  font-family: "Roboto", sans-serif;
}

p {
  font-weight: 700;
  font-size: 0.8rem;
  font-family: "Roboto", sans-serif;
  text-aling: center;
}

hr {
    border: 1px solid var(--gris);
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}


/*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 */
.portada {
    padding: 0;
}
.portada h2 {
    font-family: "Noto+Sans", sans-serif;
    font-weight: 900;
    color: var(--cemento);
    line-height: 1.1;
    font-size: 20px;
}

.portada h2 span {
    line-height: 1.1;
    color: var(--rojo);
}

.portada p {
    color: var(--cemento);
}

/* CONTROLES VIDEO */
.controlBarContainer {
    display: none;
}

/*CAROUSEL*/

.carousel {
  padding-bottom: 4%;
}
.carousel .carousel-control.left {
    left: -6%;
}
.carousel .carousel-control.right {
    right: -6%;
}

.carousel .carousel-content-block {
  background: transparent !important;
}

.carousel .carousel-indicators {
  width: 10% !important;
}

.carousel-control {
  display: flex !important;
}

.carousel-control .fa.fa-chevron-right {
  display: flex;
  vertical-align: middle;
  padding-left: 3px;
}

.fa-chevron-right::before {
  content: "\f054";
  color: #CA1517;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fa-chevron-left::before {
  content: "\f053";
  color: #CA1517;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-control .fa.fa-chevron-left {
  display: flex;
  vertical-align: middle;
  padding-right: 3px;
  justify-content: center;
  align-items: center;
}

.fa {
  display: flex;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  justify-content: center;
  align-items: center;
}

.carousel .carousel-indicators {
  bottom: 5%;
  z-index: 15;
  width: 90%;
  margin: 0 auto;
  padding-left: 0;
  left: 0;
  right: 0;
  display: flex;
  table-layout: fixed;
}

.carousel .carousel-control {
  background: var(white);
  opacity: 0.9;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  filter: alpha(opacity=50);
  opacity: 0.5;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel .carousel-indicators.hide-caption {
  display: inline-block;
  bottom: -1%;
}

.carousel
  .carousel-indicators
  li
  .carousel-indicator:after {
  border: none;
  background: black;
  opacity: 0.2;
  width: 11px;
  height: 11px;
  padding: 2px;
}

.carousel .carousel-indicators li.active a {
  border: none;
  background: black;
  opacity: 0.5;
}

.carousel .carousel-indicators li .carousel-indicator {
  padding: 0;
}

.carousel
  .carousel-indicators
  li
  .carousel-indicator:after {
  border: none;
}

/*LINKS CARROUSEL*/

.carousel-links .btn.btn-primary {
  border-color: transparent !important;
  background: transparent !important;
  color: transparent !important;
  font-size: 70px !important;
  width: 100% !important;
  height: 100% !important;
  padding: 30% 115% 30% 115% !important;
  display: flex;
  align-content: center;
  justify-content: center;
  overflow: hidden !important;
}

/*ANCHO FULL WIDTH*/

.ancho-contenedor {
  padding: 0 20%;
}


/*REFERENCIAS*/

.referencias-container p {
  font-size: 1.2rem;
  color: #828282;
}

/*FOOTER*/

.footer {
  display: none;
}

.footer-expandable {
    display: none;
}

.footer h2,
.footer h3 {
  margin-top: 0;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
}

/*SECCIONES*/

.secciones-internas .container-secciones .column-1 {
  display: none;
}

.container-secciones {
    padding-bottom: 2%;
}

.container-carousel {
    padding: 5% 0;
}
.container-carousel span {
    color: var(--rojo);
}

.container-carousel span,
.container-secciones span {
    color: var(--rojo);
}

.container-secciones p span b {
    font-weight: 700;
    font-family: "Noto+Sans";
}

.container-leyendas p b,
.container-secciones p b {
    font-weight: 700;
    font-family: "Noto+Sans";
}

.container-leyendas p,
.container-carousel p {
    font-family: "Noto+Sans";
    font-size: 1.563rem;
}

.container-secciones p {
    color: #2A2A2B;
    font-family: "Noto+Sans";
    margin-top: 3%;
    margin-bottom: 3%;
}

.container-secciones .number {
    border: 2px solid var(--rojo);
    color: var(--rojo);
    border-radius: 100px;
    height: 50px;
    width: 50px;
    margin: 20px auto;
    padding: 8px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-carousel h2,
.container-secciones h2 {
    font-size: 40px;
    line-height: 4.25rem;
}

.container-carousel h4 {
    font-size: 1.875rem;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
}

.container-secciones h4 {
    font-weight: 700;
    font-size: 1.5625rem;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
}

.container-leyendas h3,
.container-notas h3,
.container-articulo h3 {
  font-weight: 700;
  font-size: 19px;
  line-height: 37px;
  color: white;
  background-color: #eb3434;
  text-transform: uppercase;
  display: inline;
  font-family: "Roboto", sans-serif;
  padding: 4px 10px;
  margin-bottom: 5%;
}

.container-leyendas h4,
.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%;
}

.container-secciones .botones-notas {
    display: flex;
    justify-content: center;
    align-content: center;
    padding-bottom: 2%;
}


.container-secciones .botones-notas .btn span {
    color: white;
    font-size: 2.3rem;
    font-family: "Noto+Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
}


.botones-notas .btn {
    background: #CA1517;
    border: 3px solid #CA1517;
    padding: 3% 9%;
text-aling: center;
margin: auto;
    font-size: 1.0rem;
    border-radius: 10px;
}

.botones-pdf .btn {
    background: #CA1517;
    text-align: center;
    border: none;
    border-radius: 10px;
}

.botones-pdf .btn span {
    color: white;
    font-size: 1.0rem;
    font-family: "Noto+Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    border-radius: 10px;
}

.botones-notas .btn span {
    color: white;
    font-size: 1.0rem;
    font-family: "Noto+Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    border-radius: 10px;
}

.botones-notas .btn:hover {
    color: #CA1517 !important;
    text-decoration: none;
}

.botones-pdf .btn:hover {
    color: #CA1517 !important;
    text-decoration: none;
    border: solid;
}

.botones-notas .btn:hover span {
    text-decoration: none;
    color: #CA1517;
}

.botones-pdf .btn:hover span {
    text-decoration: none;
    color: #CA1517;
}

.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;
}


/* BOX SPOTLIGHT*/

.container-secciones .rte-node {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.spotlight-cta {
    background-color: #f5f5f5;
    padding: 18px 50px;
    width: 85%;  
    margin: auto;
}

/*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) {
  .ancho-contenedor {
    padding: 0px 5%;
  }

  h1 {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }

  h2 {
    font-size: 2.188rem;
    line-height: 3.5rem;
  }

  h3 {
    font-size: 3.25rem;
    line-height: 3.5rem;
  }

  h4 {
    font-size: 1.35rem;
  }

  p {
      font-size: 1.563rem;
  }

  p.texto-hf br {
    display: none;
  }

  .spotlight-cta {
    padding: 20px;
    width: 100%;
    }

  .portada h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: var(--cemento);
    font-size: 45px;
    padding: 41px 0 0;
    }
 
  .container-secciones .col-lg-3,
  .container-eventos .col-lg-3 {
    padding: 15px 25px;
  }

  .container-secciones .columnControl {
      padding-bottom: 11%;
  }

  .component-section {
    padding: 40px 20px 20px;
  }

  .numeros-container .item {
    padding-top: 5%;
  }

  .container-secciones .card {
    height: 36rem;
  }

  .carousel {
      height: 1486px;
  }

 .carousel .carousel-indicators {
    width: auto !important;
    bottom: auto !important;
    margin-top: 466%;
  }

  .carousel .carousel-control.left,
  .carousel .carousel-control.right {
    margin-top: -179%;
  }

  .container-articulo .page-section-inner.container {
    width: 100% !important;
  }

  .container-carousel h2,
  .container-secciones h2 {
    font-size: 3.5rem;
    line-height: 4.25rem;
}
  .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;
  }
  
  .video-heart{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
}
