@charset "UTF-8";
body {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  overflow-x: hidden !important;
  color: #333333;
  letter-spacing: 1px;
}

a {
  color: #38c1c1;
}

a:hover {
  color: #cdc8c8;
  text-decoration: none;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-50 {
  margin-right: 50px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-30 {
  margin-left: 30px;
}

.btn {
  font-weight: 100;
  letter-spacing: 1px;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 8px 20px;
  border: none;
  margin: 5px 0;
}

.btn-2019-1 {
  background: #abd735;
  color: white;
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0 20px;
}

.btn-2019-1:hover,
.btn-2019-1:active,
.btn-2019-1:focus {
  color: white;
  background: #8aae2b;
}

.btn-2019-2 {
  background: #e6cc3a;
  color: white;
  font-size: 16px;
  margin: 10px 0 20px;
}

.btn-2019-2:hover,
.btn-2019-2:active,
.btn-2019-2:focus {
  color: white;
  background: #b09b26;
}

.btn-primary {
  background: #abd735;
  font-weight: bold;
}

.btn-primary:hover,
.btn-primary:focus {
  background: #8aae2b;
  box-shadow: none;
}

.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  background-color: #6d8a22;
  border-color: #6d8a22;
  box-shadow: none;
}

li {
  margin-bottom: 14px;
}

.btn-slider-01 {
  background: rgba(121, 207, 211, 0.6);
  color: #ffffff;
  font-weight: 400;
  text-shadow: none;
  border: 1px solid rgb(121, 207, 211);
  font-size: 14px;
  border-radius: 10px;
}

.btn-slider-01:hover,
.btn-slider-01:active,
.btn-slider-01:focus {
  background: rgb(121, 207, 211);
  color: #ffffff;
}

.btn-slider-02 {
  background: rgba(0, 87, 122, 0.6);
  color: #ffffff;
  font-weight: 400;
  text-shadow: none;
  border: 1px solid rgb(0, 87, 122);
  font-size: 14px;
  border-radius: 10px;
  margin-right: 10px;
  margin-left: 10px;
}

.btn-slider-02:hover,
.btn-slider-02:active,
.btn-slider-02:focus {
  background: rgb(0, 87, 122);
  color: #ffffff;
}

hr.temas {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.verde {
  color: #8aae2b;
}

ul {
  padding-left: 25px;
}

/*NAVBAR ****************************************************************************/
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.7rem;
  padding-left: 0.7rem;
  font-size: 16px;
  color: #38c1c1;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #cdc8c8;
  text-decoration: none;
}

li.nav-item:last-child {
  padding-right: 0;
}

.nav-link > i {
  font-size: 20px;
  padding-top: 8px;
}

.navbar-collapse {
  padding-top: 30px;
}

.navbar {
  padding: 0.5rem 0;
}

/*PRELOADER ****************************************************************************/
div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: url(../images/loader.gif) no-repeat center center;
}

/*FOOTER ****************************************************************************/
footer {
  background: #32cbdd;
  padding: 20px 0;
}

.footer-texto {
  color: white;
  padding-top: 10px;
}

/*HOME ****************************************************************************/
.box {
  height: 284px;
  padding: 40px !important;
  position: relative;
}

.box-background-2024 {
  background-image: url(../../images/box-background-radla2026.jpg) !important;
  background-position: top left;
  background-size: cover;
}

.box-background-02 {
  background: #abd735;
}

.box-background-03 {
  height: 284px;
  background: #6bdfe6;
  padding: 40px !important;
}

.box-title {
  color: white;
  font-size: 35px;
  line-height: 37px;
  font-weight: 100;
  text-transform: uppercase;
}

.box-sub-title {
  color: rgba(0, 0, 0, 0.4);
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

.box-text {
  color: white;
  font-size: 19px;
  line-height: 23px;
  font-weight: 400;
  padding-top: 30px;
}

.box-plus {
  position: absolute;
  top: 10px;
  right: 15px;
}

.lnk-box-plus {
  color: white;
  font-size: 34px;
  transition: all 0.3s ease;
}

.lnk-box-plus:hover,
.lnk-box-plus:active,
.lnk-box-plus:focus {
  color: rgba(0, 0, 0, 0.4);
}

.lnk-box-plus-2 {
  color: #038aec;
  font-size: 34px;
  transition: all 0.3s ease;
}

.lnk-box-plus-2:hover,
.lnk-box-plus-2:active,
.lnk-box-plus-2:focus {
  color: rgba(0, 0, 0, 0.4);
}

.temas-tit {
  font-size: 35px;
  line-height: 25px;
  font-weight: 100;
  text-transform: uppercase;
  padding-top: 50px;
}

.temas-sub-tit {
  color: #b2b2b2;
  font-size: 20px;
  text-transform: uppercase;
}

.temas-box {
  background: #f7f7f7;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 25px 15px !important;
}

.tema-item {
  line-height: 16px;
  padding-bottom: 60px;
}

.temas-radla {
  color: #1ccbcd;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
}

.temas-lugar {
  color: #565656;
}

#foto-top {
  position: relative;
}

.slider-text {
  z-index: 9999;
  position: absolute;
  text-align: center;
  bottom: -33px;
  width: 100%;
}

.slider-tit {
  font-size: 220px;
  line-height: 100px;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.3;
}

.home-banner {
  padding-top: 30px;
  padding-bottom: 10px;
}

.link-image img:hover {
  opacity: 0.9;
}

/*PAGE CONTENT ****************************************************************************/
.page-content {
  border-top: 1px solid #32cbdd;
  padding-top: 50px;
  padding-bottom: 60px;
  color: #767676;
}

h1 {
  font-size: 40px;
  line-height: 30px;
  font-weight: 100;
  text-transform: uppercase;
  padding-bottom: 50px;
  color: #000;
}

h2 {
  font-size: 30px;
  font-weight: 100;
  text-transform: uppercase;
  padding-bottom: 20px;
  color: #000000;
}

h4 {
  font-weight: 100;
  color: #32cbdd;
}

.bold {
  font-weight: bold;
}

.table thead th {
  border-top: none;
  color: #000000;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 400;
  border-bottom: 1px solid #1ccbcd;
}

tr:last-child {
  border-bottom: solid 1px #1ccbcd;
}

.cargo-01 {
  font-weight: 600;
  color: #abd735;
}

.cargo-02 {
  font-weight: 400;
  color: #1ccbcd;
}

.link-texto {
  padding-top: 15px !important;
}

.becas-tit-llamado {
  font-size: 35px;
  line-height: 37px;
  text-transform: uppercase;
  color: #00d7b6;
  font-weight: 100;
}

.link-llamado {
  color: #565656;
}

.fecha-limite {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ff020d;
}

.page-tit {
  position: relative;
}

.becas-volver {
  background: #8aae2b;
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 13px;
  line-height: 14px;
  padding-top: 2px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.becas-numero {
  background: #8aae2b;
  color: white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 30px;
}

.becas-text {
  padding-top: 8px;
}

.becas-otorgadas {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.requisitos {
  padding-top: 30px;
}

#patrocinios ul {
  list-style-type: none !important;
  margin: 0;
  padding: 0;
  overflow: hidden;
  margin-top: 30px;
}

#patrocinios ul li {
  list-style: none;
  list-style-position: inside;
  float: left;
  padding-bottom: 20px;
  padding-right: 20px;
}

.tema {
  font-weight: 600;
}

.temas-sesion {
  color: #abd735;
}

.img-comite {
  border: 3px solid #fff;
}

.cargo-comite {
  color: #515151;
  font-size: 11px;
}

.comite-texto {
  padding-top: 40px;
}

.foto {
  padding-bottom: 40px;
}

.certificados {
  text-align: center;
  font-size: 30px;
  font-weight: 100;
  padding-top: 30px;
}

/*BREAKPOINTS ****************************************************************************/
/* Extra small devices */
@media (max-width: 575.98px) {
  .home-banner-ralda-2019 {
    background: url(../images/radla-2019-2.jpg) no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
  }
  .btn-2019-1 {
    margin: 10px 0;
  }
  .btn-2019-2 {
    margin: 10px 0;
  }
  .certificados {
    text-align: center;
    text-shadow: -5px 2px 4px rgba(0, 0, 0, 0.53);
  }
  .slider-text {
    padding-top: 5%;
    font-size: 20px !important;
  }
  .slider-tit {
    font-size: 40px !important;
  }
  .home-banner {
    padding-bottom: 0;
  }
  .temas-tit {
    font-size: 25px;
    line-height: 27px;
    padding-top: 0;
  }
  .comite-texto {
    padding-top: 20px;
  }
}
/* Small devices */
@media (min-width: 576px) and (max-width: 767.98px) {
  .home-banner-ralda-2019 {
    background: url(../images/radla-2019-2.jpg) no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
  }
  .slider-tit {
    font-size: 100px !important;
  }
  .btn-2019-1 {
    margin: 10px 0;
  }
  .btn-2019-2 {
    margin: 10px 0;
  }
  .certificados {
    text-align: center;
  }
  .slider-text {
    padding-top: 8%;
  }
  .comite-texto {
    padding-top: 10px;
  }
}
@media (max-width: 767.98px) {
  .footer-logos {
    margin-top: 15px;
    text-align: center;
  }
  .footer-texto {
    padding-top: 10px;
    text-align: center;
  }
  .btn-slider-01 {
    width: 100%;
  }
  .btn-slider-02 {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .tema-item-top {
    margin-top: 50px;
  }
}
/* Medium devices */
@media (min-width: 768px) and (max-width: 991.98px) {
  .home-banner-ralda-2019 {
    background: url(../images/radla-2019-2.jpg) no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
  }
  .btn-2019-1 {
    margin: 10px 0;
  }
  .btn-2019-2 {
    margin: 10px 0;
  }
  .certificados {
    text-align: center;
  }
  .box {
    height: 284px;
    padding: 35px 15px 0 15px !important;
  }
  .box-title {
    font-size: 25px;
    line-height: 27px;
  }
  .box-sub-title {
    font-size: 16px;
  }
  .box-text {
    font-size: 14px;
    line-height: 23px;
    font-weight: 100;
    letter-spacing: 1px;
  }
  .box-plus {
    top: -3px;
    right: 5px;
  }
  .lnk-box-plus {
    font-size: 22px;
  }
}
/* Large devices */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .box-title {
    font-size: 25px;
    line-height: 27px;
  }
}
.home-banner-ralda-2019 {
  background: url(../images/radla-2019.jpg);
  margin: 0;
  padding: 20px;
  background-size: cover;
}

/* ---------------- GALERÍA ---------------- */
/* Video hero */
.video-hero {
  overflow: hidden;
  background: #000;
}

.video-hero-media {
  object-fit: cover;
  max-height: 740px;
}

/* Encabezado: titulo + boton informe */
.galeria-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
}
.galeria-head h1 {
  margin-bottom: 0;
}

.btn-informe {
  font-size: 22px;
}

/* Grilla de fotos - mosaico con CSS grid */
.galeria {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 210px;
  grid-auto-flow: dense;
  gap: 8px;
}

.galeria-item {
  /* Destacadas */
}
.galeria-item.is-big {
  grid-column: span 2;
  grid-row: span 2;
}
.galeria-item.is-wide {
  grid-column: span 2;
}
.galeria-item.is-tall {
  grid-row: span 2;
}
.galeria-item a {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 0;
}
.galeria-item img {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  object-fit: cover;
  border: 3px solid #fff;
  border-radius: 0;
  transition: opacity 0.3s ease, transform 0.5s ease;
}
.galeria-item a:hover img {
  opacity: 0.85;
  transform: scale(1.05);
}
.galeria-item .galeria-plus {
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 1;
  font-size: 18px;
  pointer-events: none;
  transition: background 0.3s ease, transform 0.3s ease;
}
.galeria-item a:hover .galeria-plus {
  background: rgba(50, 203, 221, 0.9);
  transform: scale(1.1);
}

/* Lightbox (modal) */
.galeria-modal .modal-dialog {
  max-width: 1140px;
  width: 94%;
}
.galeria-modal .modal-content {
  background: transparent;
  border: none;
}
.galeria-modal .carousel-item img {
  width: auto;
  max-width: 100%;
  max-height: 85vh;
  margin: 0 auto;
  object-fit: contain;
  border-radius: 0;
}
.galeria-modal .carousel-control-prev,
.galeria-modal .carousel-control-next {
  width: 10%;
  opacity: 1;
}
.galeria-modal .carousel-control-prev-icon,
.galeria-modal .carousel-control-next-icon {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 50%;
  background-size: 45% 45%;
  transition: background-color 0.3s ease;
}
.galeria-modal .carousel-control-prev:hover .carousel-control-prev-icon,
.galeria-modal .carousel-control-next:hover .carousel-control-next-icon {
  background-color: rgba(50, 203, 221, 0.9);
}

.galeria-close {
  position: absolute;
  top: -46px;
  right: 0;
  z-index: 1060;
  color: #fff;
  opacity: 0.9;
  font-size: 40px;
  line-height: 1;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
  outline: none;
  box-shadow: none;
}
.galeria-close:hover {
  color: #32cbdd;
  opacity: 1;
}
.galeria-close:focus, .galeria-close:active, .galeria-close:focus-visible {
  outline: none;
  box-shadow: none;
}

@media (max-width: 991px) {
  .galeria {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .video-hero-media {
    max-height: 340px;
  }
  .galeria {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 160px;
  }
}
@media (max-width: 480px) {
  .galeria {
    grid-template-columns: 1fr;
    grid-auto-rows: 220px;
  }
  .galeria-item.is-big,
  .galeria-item.is-wide,
  .galeria-item.is-tall {
    grid-column: auto;
    grid-row: auto;
  }
}
a.box-text:hover {
  color: #000;
  opacity: 0.5;
}