/* ***************************************** */
/* PATROCINADOS */

.corse{
  padding-bottom: 10px;
}
.corse, .corse > .titulopagina{
  background-color: #dcdcdc;
  color: #444343;
  font-size: 20px;
  font-family: 'Asap', sans-serif;
}
.corse > .row > div{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.patrocinado {
  margin: 5px 10px;
}
.patrocinado img {
  max-height: 70px;
  max-width: 140px;
  width: 100%;
  height: auto;
}

/* TABLA */

.tablaComponent{
  padding-right: 0;
  padding-left: 0;
}
table > caption{
  font-size: 80%;
}
table tr th{
  background-color: #2b4848;
  color: white;
  padding: 0 10px;
  font-size: 80%;
}

table tr td,
table tr th{
  background-color: #e6e5e5;
  color: #004d35;
  padding: 6px 10px;
  border-bottom: 1px solid #a9b3b0;
  font-size: 80%;
}

table tr td a, table tr td a:hover{
  color: black;
}
table tr td i{
  color: #004d35;
  padding: 0 10%;
}

/* ***************************************** */
/* TABLA DEPARTAMENTOS */

#divDepartamentos table#tabla tr th:nth-child(2){
  width: 100%;
}

/* ***************************************** */
/* TABLA DOCENTES */

#divDocentes {
  font-size: 80%;
  margin: 0px 5px;
}

#divDocentes table > caption {
  font-size: inherit;
}
#divDocentes table th{
  background-color: #4A7568;
  color: white;
  font-size: 120%;
  text-align: center;
  text-transform: uppercase;
  padding: 5px;
}

#divDocentes table td {
    background-color: #e6e5e5;
    color: #004d35;
    padding: 10px 10px;
    border-bottom: 1px solid #a9b3b0;
    font-size: 105%;
    text-transform: uppercase;
}

#divDocentes table tr .profe {
  background-color: #35554B;
  color: white;
}
#divDocentes table tr .profe a{
  color: white;
}


/* ***************************************** */
/********************* IMAGEN ************************/
.menuycontenido figure.link-image{
  padding: 0.3rem 1.2rem;
}
figure.link-image img{
  width: 100%;
}

/* Eliminación de padding izquierdo al componente imagen con enlace */
.list-link .link-image,
.list-link .link-image img {
  padding-left: 0;
}

.imageComponent > img{
  max-width: 100%;
}

.img-w25 img{
  width: 25%!important;
}
.img-w50 img{
  width: 50%!important;
}
.img-w75 img{
  width: 75%!important;
}
.img-w100 img{
  width: 100%!important;
}

.img-w25, .img-w50, .img-w75{
  width: 100%!important;
  margin: 15px 0!important;
}

.img-center img{
  display: block;
  margin: 0 auto;
}
.img-left img{
  float: left;
}
.img-right img{
  float: right;
}


.img-fluid {max-width: 100%;height: auto;}

/* ***************************************** */
/********************* ICONOS ************************/
i.fa-external-link-alt{
  margin-right: 8px;
}

/****************************************/
/**************** ENLACE *****************/
a.enlace_new{
  display:flex;
  background-image: none;
  padding: 0;
  margin: 0;
}
.destacados2 .new {background:url("../img/icons/new.png") no-repeat center;width: 20px;}
.new {
  background: url("../img/icons/icono-nuevo.png");  
  width: 3em;  
  height: 1.5em;  
  background-size: cover; 
}

/****************************************/
/**************** ENLACE MENU IZQUIERDO *****************/
.menuycontenido .menunavegacion > ul > li .enlace a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0c1";
	  font-weight: 600;
    margin-right: 8px;
}

.menuycontenido .menunavegacion > ul > li .enlace a:hover:before {
    content: "\f00c";
	  font-weight: 600;
    margin-right: 8px;
}
@media (max-width: 767.98px){
  .menuycontenido .menunavegacion > ul > li .enlace a {
    color: black;
    line-height: 2.5rem;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 7px 10px;
  }
  .menuycontenido .menunavegacion > ul > li .enlace a:before {
    font-size: 0.9rem;
  }
}



/****************************************/
/**************** ENLACE ACORDEON *****************/
.menuycontenido .acordeon .card-text .enlace a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f35d";
	  font-weight: 600;
    margin-right: 8px;
}

/****************************************/
/**************** ENLACE CON ICONO *****************/
.menuycontenido .col-lg-8 .enlace a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f35d";
	  font-weight: 600;
    margin-right: 8px;
}
.contenido > .enlace a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: 600;
  margin-right: 8px;
}

/* ***************************************** */
/* PESTAÑAS EN MAGNOLIA - TABS */
.tabsmagnolia {
    margin: 1.2rem;
}
.tabsmagnolia .nav-pills>li.active>a {
    color: #fff;
    background-color: #404A48;
}
.tabsmagnolia .nav-pills>li>a.active {
    color: #fff;
    background-color: #404A48;
}
.tabsmagnolia .nav-pills>li>a {
    border-radius: 0px;
    background-color: #c5c5c5;
    color: #000000;
    font-family: "Asap", sans-serif;
}
.tabsmagnolia .tab-content {
    background-color: #f3f3f3;
}

/* ***************************************** */
/* ***************************************** */
/* TITULO DE LA PAGINA */
.tituloprincipal h1{
  color: #00523a;
  border-bottom: 1px solid;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 1.5rem;
  margin-top: 30px;
  font-size: 2rem;
}
@media (max-width: 767.98px){
  .tituloprincipal h1 {
      font-size: 18px;
      margin-bottom: 0.5em;
      border: none;
      border-bottom: 1px solid #00523a;
      margin-top: 0.2em;
      font-weight: bold;
  }
}

.facultyHome .tituloprincipal{
  display: none;
}

/* ***************************************** */

/* ***************************************** */
/* MAPA */
#map{
  margin-bottom: 15px;
}

/* carrusel portada */
.carousel-caption-custom{
	top: 50%!important;
	transform: translateY(-50%)!important;
	height: 80%!important;
	max-height: 300px;
}

.carousel-item-img{
	height: 100%!important; 
	width: 100%!important; 
	object-fit: cover!important;
	position: relative!important;
}

/* .carousel-item-h100{
	height: 100%!important; 
} */

.carousel-item .rspkr_dr_link{
	position: absolute;
	left: 10px;
	bottom: 5px;
    z-index: 99999999;
}

/***************VIDEO ***************/
.scale iframe{
  height:100%!important;
  width:100%!important;
}
.scale{
  width:100%;
}

/*********** VIDEO COLUMNAS ********/
.videocolumn{
  height: auto;
  width: 100%!important;
}

/***************** título y descripción con img de fondo *************/
.title-bg {
  width: 100%;
  height: 20rem;
  overflow: hidden;
  position: relative;
  padding: 0;
}
.title-bg img {
  width: 100%!important;
  position: absolute;
  height: 100%;
  object-fit: cover;
}
.title-bg--text {
  position: absolute;
  bottom: 1rem;
  right: 5rem;
  background: #00000003;
}
.title-bg--tl {
  font-family: "Titillium Bold", sans-serif;
  font-size: 3.25rem;
  letter-spacing: 3px;
  margin-bottom: 1.5rem;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  padding-left: 15px;
  font-weight: 600;
  color: #fff!important;
}

/*these classes are placed if there is no image*/
.title-bg2 {
  width: 100%;
  min-height: 5rem;
  height: auto;
  overflow: hidden;
  position: relative;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.title-bg--text2 {
  position: initial;
  text-align: center;
  color: #000;
}
.title-bg--tl2 {
  font-family: "Titillium Bold", sans-serif;
  font-size: 3.25rem;
  margin-bottom: 1.5rem;
  color: #000!important;
  margin-top:1.5rem;
  letter-spacing: 3px;
  font-weight: 600;
}
/*********************************************/

/***** tablas estudios *****/
.tabla_custom .fas {
  font-size: 32px;
}

.tabla_custom_title {
  background: #68968b none repeat scroll 0 0;
  color: #fff;
  font-weight: 400;
  padding: 7px 8px 7px 10px;
  text-transform: uppercase;
  font-family: "Asap", sans-serif;
  letter-spacing: .05em;
  display: flex;
  font-size: 80%;
  align-items: center;
}

.tabla_custom_data {
  background-color: #e6e5e5;
  color: #004d35;
  padding: 6px 10px;
  border-bottom: 1px solid #a9b3b0;
  display: flex;
  align-items: center;
  font-size: 80%;
}

.tabla_custom_data * {
  color: #004d35;
  font-size: 100%;
}

.imagenFullWidth {
	width: 100%;
	display: flex;
  	justify-content: center;
}

.imagenFullWidth img {
  width: 100% !important;
  height: auto;
}
  
.imagenCenter {
	width: 100%;
	display: flex;
  	justify-content: center;
}