@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i|PT+Sans:400,400i,700,700i&amp;display=swap&amp;subset=cyrillic,cyrillic-ext,devanagari,greek,greek-ext,latin-ext,vietnamese');
h3 {
  font-family: 'Noto Sans', sans-serif;
}
p {
  font-family: 'PT Sans', sans-serif;
  font-size:1.4em;
}
.sinRelleno {
  padding: 0;
}
/*menu principal*/
.menuPrincipal .navbar-default {
  margin:0;
  border:none;
  font-family: 'Noto Sans', sans-serif;
  padding: 0 15px;
  border-radius: 0;
}
.navbar-default .navbar-nav>li>a {
  cursor: pointer;
  color: #191919;
  letter-spacing: .05em;
  font-size: 1.1em;
  font-weight: 600;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    padding-right: 15px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #BF3434;
  background-color: transparent;
}
.bg_miga {
  background: rgba(255,255,255,0.60);
}
.miga-pan {
    font-size: 12px;
    text-align: left;
    line-height: 30px;
    float: left;
    padding: 5px 5px 0px 0px;
    transition: 300ms ease all;
    text-decoration: none;
}
.miga-pan a{
 padding:0px;
 color:#ad082c;
 text-decoration:none;
}
.miga-pan a:hover{
  color:#f9071f;
  text-decoration:underline;
}
.miga-pan a:after{
  text-decoration:none;
  transition:300ms ease all;
}
/*banner principal inicio*/
.bannerPrincipalInicio {
  display:table;
  width:100%;
  background: linear-gradient(to right,rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.2)), url(../../../Universidad-del-Rosario-V3/Opciones%20Academicas/commun/banner-Principal.jpg) top fixed no-repeat;
  background-size: cover;  
}
.pelicula {
  background:rgba(0,0,0,.8);
  min-height:600px;
}
.tituloSeccionPrincipal h3 {
  display: table;
  font-size:4em;
  font-weight:600;
  width:100%;
  text-align:right;
  color:#ffffff;
  padding-top:10%;
  padding-right:10%;
  margin:0;
}
.tituloSeccionPrincipal h3 small {
  font-size: .4em;
  color: #C29F33;
  font-style: italic;
  letter-spacing: .1em;
}
.tituloSeccionPrincipal h3:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  margin-top: 5%;
  background: #BF3434;
}
.pelicula .txtBanner {
  color:#ffffff;
  padding:10%;
  text-align:justify;
}
/*menu secundario hoome*/
.enlacesDirectosInicio {
  padding: 3% 5%;
  background:#F6F9FF;
}
.tituloSeccion h3 {
  display: table;
  font-size: 3em;
  font-weight: 900;
  text-align: left;
  color: #191919;
  margin:0;
}
.tituloSeccion h3 small {
  font-size: .6em;
  font-weight: 600;
  color: #C29F33;
  font-style: italic;
  letter-spacing: .1em;
}
.tituloSeccion h3:after {
  content: "";
  display: block;
  width: 250px;
  height: 5px;
  margin-top: 35px;
  margin-left: -130px;
  margin-bottom: 80px;
  background: #dc212f;
}
.enlacesDirectosInicio {
  text-align:center;
}
.grid {
  float: none;
  margin: auto;
  display: inline-flex;
  width: 24%;
  padding: 0;
}
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 3%;
	max-height: 450px;
	width: 100%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}
.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}
.grid figure figcaption {
	padding: 2em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid figure h3 {
	font-size: 1.2em;
	word-spacing: -0.15em;
	font-weight: 300;
}
.grid figure h2 span {
	font-weight: 800;
}
.grid figure h3,
.grid figure p {
	margin: 0;
}
.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
figure.effect-oscar {
	background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
	background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
}
figure.effect-oscar img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
figure.effect-oscar figcaption {
	padding: 3em;
	background-color: rgba(58,52,42,0.7);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}
figure.effect-oscar figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 3px solid #fff;
	content: '';
}
figure.effect-oscar h3 {
  margin: 0;
  font-weight: 600;
  letter-spacing: .1em;
  transition: transform 0.35s;
  text-shadow: 2px 2px 5px rgba(0,0,0,.5);
  -webkit-transform: translate3d(0,150px,0);
  transform: translate3d(0,150px,0);
}
figure.effect-oscar figcaption::before,
figure.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}
figure.effect-oscar:hover h3 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,20px,0);
  transform: translate3d(0,20px,0);
}
figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-oscar:hover figcaption {
	background-color: rgba(58,52,42,0);
}
figure.effect-oscar:hover img {
	opacity: 0.4;
}
/*mensiones*/
.mensionAcademica {
  display:table;
  width:100%;
  background: linear-gradient(to right,rgba(255,255,255, 0.2),rgba(255,255,255, 0.2)), url(../../../Universidad-del-Rosario-V3/Opciones%20Academicas/commun/bgConecciones.jpg) top fixed no-repeat;
  background-size: cover;
  padding: 3% 5%;
}
.contenedorItems {
  display: table;
  width:100%;
}
.itemMension {
  display: table;
  background: #191919;
  border:solid 2px #191919;
  float: left;
  width: 48%;
  margin: 1%;
  box-shadow: 4px 4px 15px rgba(0,0,0,0.1);
}
.itemMension .ico {
  display:table;
  width:15%;
  float:left;
}  
.itemMension .ico i {
  font-size: 3em;
  color: #C29F33;
  margin: auto;
  line-height: 95px;
}
.itemMension .txt {
  display:table;
  width:85%;
  float:left;
  background:#fff;
  font-size: .8em;
  height: 100px;
  padding: 2%;
}
/*Recordatorio*/
.recordatorio {
  padding: 2% 5%;
  background:#dc212f;
}
.recordatorio .txt {
  color:#ffffff;
}
.recordatorio .bombilla img {
  width:55%;
}
.recordatorio .txt h3 {
  font-weight: 600;
  font-size: 3em;
  margin: 0;
  margin-bottom: 15px;
}
.recordatorio .txt ul {
  font-size: 1.2em;
}
.recordatorio .txt ul li::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f058";
	margin-left: -30px;
	padding-right: 10px;
}
.recordatorio .txt ul li {
  margin-bottom:15px;
  list-style: none;
}
/*internas*/
.introInterna {
  padding:3% 5%;
}
.introInterna .imgIntro {
  text-align:center;
}
.introInterna .imgIntro img {
  width:100%;
}
.tituloSeccionInterna h3 {
  display: table;
  font-size: 3em;
  font-weight: 900;
  text-align: left;
  color: #191919;
  margin:0;
}
.tituloSeccionInterna h3 small {
  font-size: .6em;
  font-weight: 600;
  color: #C29F33;
  font-style: italic;
  letter-spacing: .1em;
}
.tituloSeccionInterna h3:after {
  content: "";
  display: block;
  width: 140px;
  height: 5px;
  margin-top: 25px;
  margin-left: 0;
  margin-bottom: 35px;
  background: #dc212f;
}
.filtrosInterna {
  display: table;
  width: 100%;
  background: linear-gradient(to right,rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.6)), url(../../../Universidad-del-Rosario-V3/Opciones%20Academicas/commun/bgFiltro.jpg) bottom fixed no-repeat;
  background-size: cover;
  padding: 3%;
}
.filtrosInterna .form-control {
  margin:5px 0;
  height: 50px;
  border-radius:0;
  font-weight: 600;
  font-size: 1.3em;
}  
.selectN {
background-color: #000;
border: solid 1px #000;
color: #fff;
}
.tipoOpcion {
  display:table;
  width:100%;
  margin-left:-15px;
  font-size:1.4em;
  padding-top:30px;
  font-weight:600;
}
.tipoOpcion .tipoInterdisciplinar {
  display:table;
  float:left;
  color:#fff;
}
.tipoOpcion .tipoInterdisciplinar i {
  color:#dc212f;
}
.tipoOpcion .tipoDisciplinar {
  display:table;
  float:left;
  color:#fff;
  margin-left:15px;
}
.tipoOpcion .tipoDisciplinar i {
  color:#C29F33;
}
.resultadosFiltro {
  display:table;
  padding: 3% 5%;
  background:#F6F9FF;
  width: 100%;
}
.resultadoFiltro {
  cursor: pointer;
  display: inline-flex;
  margin: 1% auto;
  margin-left: .7%;
  margin-right: .7%;
  background:#fff;
  padding: 1.5em;
}
.resultadoFiltro.amarillo {
  border: solid 1px #C29F33;
}
.resultadoFiltro.amarillo i {
  color:#C29F33;
  font-size: 1.5em;
}
.resultadoFiltro.rojo {
  border: solid 1px #dc212f;
}
.resultadoFiltro.rojo i {
  color:#dc212f;
  font-size: 1.5em;
  margin-right: -12px;
}
#filter {
 text-align: center;
}
.resultadoFiltro h3 {
  float: left;
  font-size: 1.2em;
  margin: 0;
  margin-right: 10px;
}
.resultadoFiltro i {
  float:right;
}
/*filtro*/
.resultadosFiltro ul {
  margin: 0;
  padding: 1em 0;
  list-style-type: none;
  text-align: center;
	margin:auto;
}

.resultadosFiltro ul li {
  display: inline-block;
  color: #fff;
  margin: auto;
  font-size: 1.2em;
  cursor: pointer;
}

.resultadosFiltro li::selection {
  background: none;
}

/*filter*/
.resultadosFiltro .current,
.resultadosFiltro li:hover {
  background: #dc212f;
  color: #fff;
}
.resultadosFiltro .item {
    transition: 2s;
    position: static;
    visibility: visible;
    overflow: hidden;
    opacity: 1;
}
.resultadosFiltro .item.hide {
    transition: 0s;
    position: absolute;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
}

/*modales*/
.modal-header h3 {
  display: table;
  font-size: 2em;
  font-weight: 900;
  text-align: left;
  color: #191919;
  margin:0;
}
.modal-header h3 small {
  font-size: .6em;
  font-weight: 600;
  color: #C29F33;
  font-style: italic;
  letter-spacing: .1em;
}
.modal-header h3:after {
  content: "";
  display: block;
  width: 140px;
  height: 5px;
  margin-top: 20px;
  margin-left: 0;
  margin-bottom: 20px;
  background: #dc212f;
}
.modal-content {
  border-radius: 20px;
  padding: 0;
  background: #F6FAFF;
}
.modal-header {
  border:none;
  padding: 5% 5% 0 5%;
  background: #fff;
  border-radius: 30px 30px 0 0;
}
.modal-body {
  diaplay:table;
  width:100%;
  padding: 1% 5%;
  background: #fff;
}
.modal-body .descripcionPrograma {
  font-size: .8em;
  padding:15px;
  border:solid 1px #e0e0e0;
}
.modal-body .descripcionPrograma h3 {
  margin: 0;
  margin-bottom:15px;
  font-size: 1.5em;
  color: #dc212f;
  font-weight: 600;
  letter-spacing: .1em;
}
.acordeones {
  display:table;
  width:100%;
  padding: 3% 0 0 0;
}
.acordeones .panel-default {
  background:#F6FAFF;
  border:none;
  padding: 0;
  border-radius: 0;
}
.acordeones .panel-collapse {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(246, 250, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 5px;
}
.acordeones .panel-default .acordeonRojo {
  display:table;
  width:100%;
  line-height: 50px;
  padding-left: 15px;
  text-decoration: none;
  font-size: 1.2em;
  color: #000;
  font-weight: 900;
}
.acordeones .panel-default .acordeonRojo i {
  background: #dc212f;
  color:#fff;
  font-size: 1.8em;
  height: 50px;
  width: 50px;
  float: right;
  text-align: center;
  line-height: 50px;
}
.acordeones .panel-default .acordeonAmarillo {
  display:table;
  width:100%;
  line-height: 50px;
  padding-left: 15px;
  text-decoration: none;
  font-size: 1.2em;
  color: #000;
  font-weight: 900;
}
.acordeones .panel-default .acordeonAmarillo i {
  background: #C29F33;
  color:#fff;
  font-size: 1.8em;
  height: 50px;
  width: 50px;
  float: right;
  text-align: center;
  line-height: 50px;
}
.modal-footer {
  padding: 2% 5%;
  text-align:center;
  border: none;
}
.modal-footer p {
  font-weight:600;
  margin-bottom:15px;
}
.modal-footer a {
  display:table;
  margin:auto;
  text-decoration:none;
  font-size:1.5em;
  padding:.8em 1em;
  background:#000;
  color:#fff;
  font-weight:600;
}
/*dispositivos moviles*/
@media (min-width: 992px) {
  .modal-lg {
    width: 90%;
  }
}
@media (max-width: 1490px) {
  .itemMension {
    display: table;
    width: 100%;
  }
}    
@media (max-width: 768px) {
  .grid {
    width: 48%;
  }
  .grid figure h3 {
    font-size: .9em;
  }
  figure.effect-oscar figcaption {
    padding: 1em;
  }
  figure.effect-oscar figcaption:before {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #dc212f;
  border-color: #dc212f;
}
.pagination>li>a, .pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #dc212f;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}