/*Estilos de casa UR*/
/*Menu*/
#navbarSupportedContent .menu-programa-ur-destok ul,#navbarSupportedContent .menu-programa-ur-mobile ul{
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

#navbarSupportedContent .menu-programa-ur-destok li, #navbarSupportedContent .menu-programa-ur-mobile li{
	width: auto;
	display: inline-block;
	text-align: center;
	font-weight: 900;
	font-size: 1.2rem;
	color: #000;
	max-width: 20.333333%;
}

#navbarSupportedContent .menu-programa-ur-destok li.nav-item {
	border-right: 3px solid#d21c7c;
}

#navbarSupportedContent .menu-programa-ur-destok li.nav-item:last-child {
	border-right: 3px solid transparent;
}

#navbarSupportedContent .menu-programa-ur-destok .nav-link, #navbarSupportedContent .menu-programa-ur-mobile .nav-link {
	color: rgba(0, 0, 0, .5);
	padding: 0.2rem 2rem !important;
}

#navbarSupportedContent .menu-programa-ur-destok, #navbarSupportedContent .menu-programa-ur-mobile {
	position: fixed;
	top: 120px;
	z-index: 3;
	background-color: #f7f6f6;
	margin: auto;
	width: 100%;
	box-shadow: -5px 3px 5px 0px #a5a3a338;
	padding: 8px 0 5px 0 !important;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
 .toolbar-horizontal #navbarSupportedContent .menu-programa-ur-destok{
        top: 159px;
    }
    .toolbar-horizontal.toolbar-tray-open #navbarSupportedContent .menu-programa-ur-destok{
        top: 199px;
    }
@media only screen and (min-width: 768px) {
	#navbarSupportedContent .menu-programa-ur-mobile {
		display: none;
	}
}
@media only screen and (max-width: 992px) {
	#navbarSupportedContent .menu-programa-ur-destok li {
		max-width: 100%;
	}
}
@media only screen and (max-width: 768px) {
#navbarSupportedContent .menu-programa-ur-destok, #navbarSupportedContent .menu-programa-ur-mobile{
		position: relative;
		padding: 5px 10px;
		top: unset;
	}

	#navbarSupportedContent .menu-programa-ur-destok{
		display: none;
	}

#navbarSupportedContent .menu-programa-ur-destok li, #navbarSupportedContent .menu-programa-ur-mobile li{
		padding-left: 0;
		width: 100%;
		max-width: 100%;
		padding: 7px 0;
		border-bottom: 1px solid #cecece;
	}

	#navbarSupportedContent .menu-programa-ur-destok ul,#navbarSupportedContent .menu-programa-ur-mobile ul {
		flex-direction: column;
		padding-left: 0;
	}

	#navbarSupportedContent .menu-programa-ur-destok li.nav-item {
		border-right: none;
	}

	#navbarSupportedContent .menu-programa-ur-mobile .fa-solid {
		color: #d11a7c;
		padding-left: 30px;
		font-size: 23px;
	}
}





/*Modal 1 card financiacion*/
.section_card_modal_financiacion .slide-becasm .fade {
	background: linear-gradient(to right, rgba(46, 49, 128, 0.88), rgba(27, 20, 45, 0.86));
}

.section_card_modal_financiacion .modal-content h3 {
	font-size: 2.6em;
	font-weight: 800;
	border-left: 11px solid#d11a7c;
	padding-left: 14px;
	font-style: italic;
	font-family: "Roboto", sans-serif;
	margin-bottom: 25px;
}

.section_card_modal_financiacion .requisitos {
	background-color: #efefef;
	display: table;
	margin: 10px 0 17px;
	width: 100%;
	padding: 3%;
}
.section_card_modal_financiacion .cuadro-1{
    text-align: center;
    padding: 35px 39px 0 33px;
    box-shadow: 1px 2px 5px 0px #7f7d7da8;
    font-weight: 800;
    font-size: 1.4em;
    line-height: 1.1em;
    height: 165px;
    margin-bottom: 28px;
    background-color: #fff;
    cursor: pointer;
}

.section_card_modal_financiacion .requisitos h4 {
	font-size: 1.7em;
	color: #d11a7c;
	font-weight: 700;
}

.section_card_modal_financiacion .requisitos a {
	color: #db4b98;
	font-weight: 800;
	margin-left: 10px;
}

.section_card_modal_financiacion .slide-becasm .btn-default {
	background: rgba(210, 28, 125, 1);
	background: -moz-linear-gradient(-45deg, rgba(210, 28, 125, 1) 0%, rgba(210, 28, 124, 1) 38%, rgba(146, 70, 148, 1) 75%, rgba(146, 70, 148, 1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(210, 28, 125, 1)), color-stop(38%, rgba(210, 28, 124, 1)), color-stop(75%, rgba(146, 70, 148, 1)), color-stop(100%, rgba(146, 70, 148, 1)));
	background: -webkit-linear-gradient(-45deg, rgba(210, 28, 125, 1) 0%, rgba(210, 28, 124, 1) 38%, rgba(146, 70, 148, 1) 75%, rgba(146, 70, 148, 1) 100%);
	background: -o-linear-gradient(-45deg, rgba(210, 28, 125, 1) 0%, rgba(210, 28, 124, 1) 38%, rgba(146, 70, 148, 1) 75%, rgba(146, 70, 148, 1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(210, 28, 125, 1) 0%, rgba(210, 28, 124, 1) 38%, rgba(146, 70, 148, 1) 75%, rgba(146, 70, 148, 1) 100%);
	color: #fff;
	padding: 2px 9px;
	border-radius: 8px;
	display: block;
	width: 104px;
	margin: auto;
	font-size: 1.4em;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.section_card_modal_financiacion .slide-becasm .modal-content {
	padding: 3% 6%;
	font-size: 1.1em;
	border: 1px solid rgb(255, 255, 255);
	border-radius: 0rem;
}

.section_card_modal_financiacion .slide-becasm li {
	list-style: none;
	position: relative;
}

.section_card_modal_financiacion .slide-becasm .linea-azul {
	box-shadow: 1px 4px 6px 1px #00000017;
	text-align: left;
	padding: 21px;
	margin-bottom: 22px;
}

/*estilos generales*/
.titulos_header_financiacion hr {
	border: 2px solid #d21c7c;
	background-color: #d21c7c;
	text-align: center;
	width: 10%;
	margin: 0 auto;
	opacity: 1;
}

.titulos_header_financiacion h3 {
	text-align: center;
	font-family: "Roboto", sans-serif;
	font-size: 3.3rem;
	color: #212429;
	font-weight: 900;
	font-style: italic;
}

/*Credito*/

 .section_credito_financiamiento_ur .practicas h3 {
    font-weight: 800;
    font-family: "Roboto", sans-serif;
    color: #c51875;
    padding: 25px 0 7px;
}
.section_credito_financiamiento_ur a.LinkDos {
    color: #b11067;
    text-decoration: underline;
}
.section_credito_financiamiento_ur .tramite p a {
    color: #c51875;
}
.section_credito_financiamiento_ur ul li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    /* width: 16px; */
    /* height: 16px; */
    position: relative;
    left: 0px;
    color: #d11a7c;
    font-weight: bolder;
    margin-right: 10px;
}
.section_credito_financiamiento_ur ul li{
  position:relative;
  list-style:none;
}
.section_credito_financiamiento_ur .tramite h3 {
    font-weight: 800;
    font-family: "Roboto", sans-serif;
    color: #c51875;
    padding: 25px 0 7px;
}



/*Acordeon1 casa ur */
  .section_acordeon_financiacion_ur .card i {
    color: #d1197c;
    font-size: 20px;
    margin-left: 11px;
}
 .section_acordeon_financiacion_ur .card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
 .section_acordeon_financiacion_ur ul li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    position: relative;
    left: 0px;
    color: #d11a7c;
    font-weight: bolder;
    margin-right: 10px;
}
  .section_acordeon_financiacion_ur ul li{
    position:relative;
    list-style:none;
  }
  .section_acordeon_financiacion_ur .card-body a {
    color: #d11a7c ;
    font-weight: 700;
}
 .section_acordeon_financiacion_ur .card-header h5 a {
    color: #000;
    font-weight: 600;
    font-size: 1.1em;
    text-align: left;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
}

/*section relative*/
#section_becas_financiero {
    position: relative;
    top: -50px;
}
/*SECTION ARRIBA COMPONENTE EGRESADOS*/
#section_up_component .card-modal-link{
   position: relative;
    top: -50px;
	
}

@media (max-width: 768px){
	#section_up_component {
		padding-top:20px;
	}
	#section_up_component .card-modal-link{
    top: 0;
}
}
