@font-face {
  font-family: "Quicksand Book";
  src: url("../fonts/Quicksand Book/Quicksand Book.otf");
}
@font-face {
  font-family: "Camber Medium Regular";
  src: url("../fonts/Quicksand Book/Camber Medium Regular.otf");
}
@font-face {
  font-family: "Camber SemiBold Regular";
  src: url("../fonts/Camber/Emtype Foundry - Camber SemiBold Regular.otf");
}
@font-face {
  font-family: "Archivo Narrow SemiBold";
  src: url("../fonts/Archivo_Narrow/ArchivoNarrow-SemiBold.ttf");
}
@font-face {
  font-family: "Archivo Narrow Medium";
  src: url("../fonts/Archivo_Narrow/ArchivoNarrow-Medium.ttf");
}
@font-face {
  font-family: "Camber Light Regular";
  src: url("../fonts/Camber/Emtype Foundry - Camber Light Regular.otf");
}

img {
    height: auto;
}


/* MENU PRINCIPAL */
@media (min-width: 768px) {
    .navbar-nav>li {
        width: auto;
    }
}


/* Desplegar submenú en hover en escritorio */
@media (min-width: 768px) {
  .navbar-nav > li.dropdown:hover > .dropdown-menu {
    display: block;
  }
  
  /* Opcional: animación suave */
  .navbar-nav .dropdown-menu {
    margin-top: 0;
    transition: all 0.3s ease;
  }
}



/************************************/
/***********    FRONT     ***********/
/************************************/

/* HEADER */
#liston {
  padding: 0;
}
#precontent {
  background: #0b236b !important;
}
#navigation {
  background: #004680 !important;
}

/* BANNER PERFILES */
.path-frontpage #precontent3 {
  background: linear-gradient(
      to right,
      rgba(0, 7, 38, 0.9) 10px,
      rgba(49, 166, 212, 0) 30%
    ),
    linear-gradient(
      to left,
      rgba(0, 7, 38, 0.9) 10px,
      rgba(49, 166, 212, 0) 30%
    ),
    url(/themes/drudg8b3/images/mperfiles2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

/* H2 FRONT PAGE */
.path-frontpage h2.block-title {
  /* background-color: #c54d07 !important; */
  background-color: rgba(0, 0, 0, 0) !important;
  border-bottom: solid 3px #e97513;
  color: #00468e;
  text-align: left;
  font-weight: bold;
  font-size: 50px;
  font-family: "Camber Medium Regular";
}

/* SLIDESHOW GLIDE */

.glide__arrow {
  background-color: #000000 !important;
  border-radius: 0% !important;
  border-bottom-color: rgba(255, 255, 255, 0) !important;
  border-top-color: rgba(255, 255, 255, 0) !important;
  border-left-color: rgba(255, 255, 255, 0) !important;
  border-right-color: rgba(255, 255, 255, 0) !important;
  width: 30px !important;
  height: 30px !important;
  line-height: 20px !important;
  font-size: 26px !important;
  font-weight: bold !important;
}

.glide__arrow--left {
  left: -29px !important;
}

.glide__arrow--right {
  right: -29px !important;
}


.path-frontpage #content3,
.path-frontpage #content6 {
  background: #004680;
  color: #ffffff;
}

.path-frontpage #content5 {
  background: #ffffff url("/themes/drudg8b3/images/bg-auditorio.jpg");
  min-height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.path-frontpage #content6 #block-cantidaddeaspirantes .titulo {
}

/* MENSAJE DEL RECTOR */

.path-frontpage  .grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 0;
  }

.mensaje-rector-front .item:nth-child(2) {
  padding: 50px 30px 0 30px;
}
.mensaje-rector-front{
  background-color: #2690c3;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.mensaje-rector-front .foto img{
  width: 100%;
  height: auto;
}
.mensaje-rector-front .texto{
  padding: 40px 60px;
  color:#ffffff;
}
.mensaje-rector-front .texto h3{
  color:#ffffff;
  font-family: "Camber Light Regular";
  font-size: 25px;
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .mensaje-rector-front .texto h3 {
    font-size: 20px;
  }
  .mensaje-rector-front .texto h4 {
    font-size: 15px;
  }
}
@media screen and (max-width: 992px) {
  .mensaje-rector-front .item:nth-child(2) {
    padding: 30px 30px 0 30px;
  }
  .mensaje-rector-front .texto h3 {
    font-size: 16px;
  }
  .mensaje-rector-front .texto h4 {
    font-size: 13px;
  }
  .mensaje-rector-front .item:nth-child(2) {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .mensaje-rector-front .item:nth-child(2) {
    padding: 50px 30px 0 30px;
  }
  .mensaje-rector-front .texto h3 {
    font-size: 16px;
  }
  .mensaje-rector-front .texto h4 {
    font-size: 13px;
  }
  .mensaje-rector-front .item:nth-child(2) {
    padding: 20px;
  }
  .path-frontpage h2.block-title {
    font-size: 27px;
  }
}

  @media only screen and (max-width: 768px) {
    .path-frontpage .grid{
        grid-template-columns: 1fr;
    }
  }



  /* REDES SOCIALES */
#block-drudg8b3-redessociales .redes{
    text-align: center;
    margin: 50px 0;
}

#block-drudg8b3-redessociales .redes img{
    width:50px;
    height: auto;
}





/* NUMERALIA */

.grid.numeralia {
  font-family: "Camber Light Regular";
  display: none;
  grid-template-columns: 64% 36%;
  font-size: 15px;
  font-size: 20px;
}

.grid.numeralia.fila-1 {
  display: grid;
  grid-template-columns: 64% 36%;
}

.grid.numeralia .titulo {
  font-size: 60px;
  font-weight: bold;
  color: #e97513;
}
.grid.numeralia ul {
  padding-left: 17px;
}

.grid.numeralia img {
  width: 100%;
}
.grid.numeralia .btn-nav span {
  background-color: #000000;
  font-family: "Camber Light Regular";
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  border: 0;
  margin: 30px 10px 0 0;
  padding: 0 10px;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.grid.numeralia .item:nth-child(2) {
  padding: 20px 10px 0 40px;
}
.grid.numeralia .btn-nav span {
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .grid.numeralia {
    font-size: 15px;
  }
}
@media screen and (max-width: 992px) {
  .grid.numeralia {
    font-size: 12px;
  }
  .grid.numeralia .titulo {
    font-size: 40px;
  }
  .grid.numeralia .item:nth-child(2) {
    padding: 10px 0 0 20px;
  }
  .grid.numeralia .btn-nav span {
    margin: 15px 10px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .grid.numeralia.fila-1 {
    display: block;
    grid-template-columns: 1fr;
  }
  .grid.numeralia .item:nth-child(2) {
    padding: 20px;
  }
}





