/*<css-9399>*/.breadcrumb-container a:last-child
{
    color: #00d3a6 !important;/*Poner el color de la facultad que les tocó*/
}

.fondo-tabs-horizontal {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background-color: #ffffff; /* o el color que quieras */
}

.linea-verde{
	position:relative;
	top:14px;
	width: 100%;
	/*background-color: transparent;*/
	/*height:3px;*/
	margin-top:10px;
}

.texto_botones_horizontal .linea-verde {
    height: 5px;
    background-color: transparent;
    transition: background-color 0.3s ease;
}


.texto_botones_horizontal.activo .linea-verde {
    background-color: rgb(0, 177, 107);
}

.texto_botones_horizontal.activo {
    color: rgb(0, 177, 107); /* o usa font-weight, border, etc. */
}



.texto_botones_horizontal:hover .linea-verde,.texto_botones_horizontal:active .linea-verde {
    background-color: rgb(0, 177, 107);
}

.texto_botones_horizontal{
	font-family: 'Mont-Regular';
    font-size: 15px;
}

.texto_botones_vertical{
	font-size: 18px;
	font-family: 'Mont-Regular';
}

.academic-horizontal-tabs-wrapper {
	/*position: relative;*/
}

.academic-horizontal-tabs::after {
  content: "";
  position: absolute;
  bottom:14px;
  left: 0;
  width: 100vw;
  height: 1px;
  background-color: rgb(218, 218, 218);
}

.texto_botones_vertical_submenu{
	font-size: 14px;
	font-family: 'Mont-Regular';
}

.academic-horizontal-tabs {
    display: flex;
	padding-top: 25px;
    padding-bottom: 10px;
	padding-left: 0px;
    padding-right: 25px;
    justify-content: space-between;
	overflow-x: auto;
	gap:2%;
	/*  box-shadow:0px 0px 70px -5px rgba(0, 0, 0, 0.2); */
}

.academic-horizontal-tab {
    margin-right: 10px;
    cursor: pointer;
    color: #495057;
    transition: all 0.2s;
}

.academic-horizontal-tab:hover,.academic-horizontal-tab.active {
    color: rgb(0, 177, 107);
}

.botones-intermedios {
	padding: 40px 19px 0px 19px;
}

.botonPregradoizquierda{
	--border-width: 2px;
    border-color: rgba(15,179,58,255);
    border-radius: 9px;
    font-size: 22px;
    --border: none;
    color: rgba(15,179,58,255);
}

.botonPregradoizquierda:hover{
	background: rgba(15,179,58,255);
	color:white;
}

.botonPregradoderecha{
	color: #fff;
    background-color: #00b16b;
    border-color: #00b16b;
	transition: all 0.3s ease;
	margin-top: 5px;
	margin-right: 20px;
	margin-left: -10px;
}

.botonPregradoderecha:hover span,.botonPregradoderecha:hover img {
    filter: brightness(0) saturate(100%);
    color: #000 !important;
}

.botonPregradoderecha:hover {
    border: 1px solid #000 !important;
}

.contenido_titulo_tab_sup{
	display: flex; 
	align-items: center;
}

.academic-tabs-nav {
	border-right: 3px solid rgb(0, 177, 107);
}

.academic-main-tab {
	color: #495057;
	padding: 0.75rem 1.25rem;
	border-radius: 0.25rem;
	margin-bottom: 0.25rem;
	transition: all 0.2s;
	cursor: pointer;
	display: flex;
    justify-content: space-between;
	align-items: center;
}

.academic-main-tab:hover,.academic-main-tab.active {
	color: rgb(0, 177, 107) !important ;
}

.academic-submenu {
	padding-left: 1.5rem;
}

.academic-subtab {
	padding: 0.8rem 1.5rem;
	color: #6c757d;
	cursor: pointer;
}

.academic-subtab:hover,.academic-subtab.active {
	color: rgb(0, 177, 107) !important;
}

.academic-collapse-trigger::after {
	content: '+';
	float: right;
	transition: transform 0.3s;
}

.academic-collapse-trigger:not(.collapsed)::after {
	content: '-';
}

.academic-content-pane {
	padding: 0.1rem;
	min-height: 300px;
	display: none;
}

.academic-content-pane.active {
	display: block;
}

.academic-content-title {
	color: #6f42c1;
	margin-bottom: 1.5rem;
}

.academic-content-text {
	line-height: 1.6;
	color: #495057;
}

/* Rectángulos */

.academic-main-tab.active #icono_rectangulo {
    color: rgb(0, 177, 107) ;
	background-color: rgb(0, 177, 107);
}
.academic-main-tab.active #icono_rectangulo:before {
    color: rgb(0, 177, 107)!important;
    background-color: rgb(0, 177, 107) !important;
}
.academic-subtab.active #icono_rectangulo {
    color: rgb(0, 177, 107) ;
	background-color: rgb(0, 177, 107);
}
.academic-subtab.active #icono_rectangulo:before {
    color: rgb(0, 177, 107)!important;
    background-color: rgb(0, 177, 107) !important;
}

#icono_rectangulo:before {
    display:flex;
    width: 23px;
	color:#c3c3c3;
	background-color:#c3c3c3;
}

#icono_rectangulo_texto:before {
    display:flex;
	width: 12px;
    height: 12px;
	color:rgb(0, 177, 107) !important;
	background-color:rgb(0, 177, 107) !important;
	margin-top: 5px;
}

#icono_rectangulo:before:active{
	color: rgb(0, 177, 107) !important;
	background-color: rgb(0, 177, 107) !important;
}

.academic-main-tab:active i#icono_rectangulo:before {
	color: rgb(0, 177, 107) !important;
	background-color:rgb(0, 177, 107) !important;
}

.academic-main-tab:hover #icono_rectangulo:before,
.academic-main-tab:active #icono_rectangulo:before {
    color: rgb(0, 177, 107) !important;
    background-color: rgb(0, 177, 107) !important; 
}

.academic-subtab:hover #icono_rectangulo:before,
.academic-subtab:active #icono_rectangulo:before {
    color: rgb(0, 177, 107) !important;
    background-color: rgb(0, 177, 107) !important; 
}

#icono_rectangulo{
	margin-right:15px;
}

.contenido_menu_pregrado{
	margin-bottom:3%;
}

/*Tabla*/

.styled-table {
    border-collapse: separate !important; 
    border-spacing: 0 !important;
    margin: 25px 0 !important;
    font-size: 0.9em !important;
    font-family: Arial, sans-serif !important;
    min-width: 500px !important;
    background-color: #ffffff !important; 
    border: 2px solid #00b16b !important; 
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    border-radius: 25px !important;
    overflow: hidden !important;
}

.styled-table thead {
    background-color: #00b16b !important;
    color: #ffffff !important;
}

.styled-table thead th {
    padding: 12px 15px !important;
    text-align: left !important;
    border: none !important;
}

.styled-table thead th:first-child {
    border-top-left-radius: 20px !important;
}

.styled-table thead th:last-child {
    border-top-right-radius: 18px !important;
}

.styled-table tbody td {
    padding: 12px 12px !important;
    border-left: none !important;
    border-right: none !important;
    color: #303030 !important;
    background-color: #ffffff !important;
}

.styled-table tbody tr:not(:last-child) {
    border-bottom: 2px solid #00b16b !important;
}

.styled-table tbody tr:last-of-type {
    border-bottom: none !important;
}

.styled-table tbody tr:last-of-type td:first-child {
    border-bottom-left-radius: 20px !important;
}

.styled-table tbody tr:last-of-type td:last-child {
    border-bottom-right-radius: 20px !important;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f9f9f9 !important;
}

.styled-table tbody tr:nth-of-type(odd) {
    background-color: #ffffff !important;
}

/* Nuevas reglas añadidas */

.styled-table > :not(caption) > * > * {
    border-bottom-width: 2px !important;
}

.styled-table tr:last-child * {
    border-bottom-width: 0px !important;
}

/*********************/

.form-check-input:checked {
    background-color: rgba(0,146,75,1);
    border-color: rgba(0,146,75,1);
}

/*******************/

.sectForm {
   width: 425px;
   position: absolute;
   z-index: 1;
   right: 14.5%;
   top: 180px;
   box-shadow: 0px 0px 15px 6px rgba(0, 0, 0, 0.2)
}

.iconos_externos{
	font-size:20px;
	transition: 0.3s ease-out;
	cursor:pointer;
	color: white;
	margin:3px;
}

.iconos_externos:hover {
        color: #40b19e;
    }


.sectFormDatos {
   padding: 13px 25px 30px 25px;
   background-color: rgb(241, 241, 241);
   border-radius: 0px 0px 5px 5px;
   font-family: MyriadPro-Regular;
}

.sectForm .col-sm-11{
   padding-left: 5px;
   width: 90%;
}

.sectForm .col-sm-1{
   width: 0%;
}

.sectFormCabecera {
   height: 134px;
   padding: 20px 20px;
   border-radius: 5px 5px 0px 0px;
}


.sectFormCabecerat1{
   line-height: normal;
   font-weight: bold;
   font-size: 1.85rem;
}

.sectFormCabecerat21{
    font-size: 6em;
}

.sectFormCabecerat22{
    font-size: 1.5em;
}

.informes-link {
        text-decoration: none;
        color: inherit;
        display: block;
        transition: color 0.3s;
    }

.informes-link:hover {
    color: #00b16b;
    }
.telefono-wassap-link{
	text-decoration: none;
        color: inherit;
        display: block;
        transition: color 0.3s;
}
.telefono-wassap-link:hover{
	color: #00b16b;
	}
#formMaestria .btn-md,
#formSegEspecialidad .btn-md,
#formDoctorado .btn-md
{
	width: 100%;
   	border-radius: 10px;
   	padding: 8px;
   --background-color: green;
   --border-color: green;
}
/*
#formMaestria{
	top:15px;
}
*/
#formMaestria .help-block,
#formSegEspecialidad .help-block,
#formDoctorado .help-block
{
   padding-top: 0px;
   padding-bottom: 10px; 
   font-size: 13.5px;
}

#formMaestria .form-control:focus,
#formSegEspecialidad .form-control:focus,
#formDoctorado .form-control:focus{
   color: var(--bs-gray-700);
   background-color: var(--bs-white);
   border-color: green;
   outline: 0;
   -webkit-box-shadow: 0 0 0 0 rgba(var(--bs-primary), 0.25);
   box-shadow: 0 0 0 0 rgba(var(--bs-primary), 0.25);
}

#formMaestria .btn,
#formSegEspecialidad .btn,
#formDoctorado .btn
{
   margin-top: 15px;
}


#formMaestria .form-group[tipo="button"] .btn:hover {
   background-color: darkgreen;
   border-color: darkgreen;
}

#formMaestria .form-control,
#formSegEspecialidad .form-control,
#formDoctorado .form-control
{
  --line-height: 2;
   margin-bottom: 10px;
   border-radius: 10px;
   box-shadow: 0.5px 0.5px 5px rgb(0 0 0 / 0.1);
   padding: 12px 10px;
}

.custom-select {
	position: relative;
    display: inline-block;
    width: 100%;
}

.custom-select::after {
	content: '';
    position: absolute;
    top: 26%;
    right: 6%;
    width: 18px; /* Ajusta el tamaño de la imagen */
    height: 18px; /* Ajusta el tamaño de la imagen */
    background: url('https://file.urp.edu.pe/file-urp-20240731-112741-181-48966aa65fd043f9.png') no-repeat center center; /* Ruta a tu imagen */
    background-size: contain; /* Ajusta el tamaño de la imagen dentro del contenedor */
    pointer-events: none;
	rotate: 90deg;
}





.fondocolorido {
    background: radial-gradient(circle, rgba(1, 220, 166, 1) 0%, rgba(9, 188, 152, 1) 50%, rgba(0, 92, 87, 1) 100%);
}
.btn-purple {
    color: #fff; /* Color del texto */
    background-color: rgba(0, 211, 166, 1); /* Color de fondo púrpura */
    border-color: rgba(0, 211, 166, 1); /* Color del borde */
}

.btn-purple:hover {
    color: #fff; /* Color del texto al pasar el cursor */
    background-color: rgba(0, 211, 166, 1); /* Fondo más oscuro */
    border-color: rgba(0, 211, 166, 1); /* Borde más oscuro */
}

.btn-purple:focus, 
.btn-purple.focus {
    color: #fff;
    background-color: rgba(0, 211, 166, 1); /* Fondo más oscuro */
    border-color: rgba(0, 211, 166, 1); /* Borde más oscuro */
    box-shadow: 0 0 0 0.25rem rgba(0, 211, 166, 0.5); /* Sombra púrpura */
}

.btn-purple:disabled, 
.btn-purple.disabled {
    color: #fff; /* Texto deshabilitado */
    background-color: rgba(0, 211, 166, 1); /* Fondo deshabilitado */
    border-color: rgba(0, 211, 166, 1); /* Borde deshabilitado */
}

.btn-purple:not(:disabled):not(.disabled):active, 
.btn-purple:not(:disabled):not(.disabled).active,
.show > .btn-purple.dropdown-toggle {
    color: #fff;
    background-color: rgba(0, 211, 166, 1); /* Fondo más oscuro al activarse */
    border-color: rgba(0, 211, 166, 1); /* Borde más oscuro al activarse */
}

.btn-purple:not(:disabled):not(.disabled):active:focus, 
.btn-purple:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.25rem rgba(1, 175, 140, 1); /* Sombra púrpura al activarse */
}


.secInformacionCorreo:hover,
.secInformacionWhatsapp:hover{
	text-decoration: underline;
}

.botones_izquierda {
  color: rgba(0,0,0,1); /**/
  border: none;
  max-width:100%;
}

.texto_botones {
	font-family: 'Myriad Pro';
    font-size: 20px;
    display: contents;
    width: 50%;
}

.contenido-texto-perfil{
	display:flex;
}
.texto-perfil{
	padding-left:20px;
}
/*FONDO DEL BOTON CUANDO ESTÁ ACTIVO*/
.botones_izquierda.active {
  background-color: transparent !important ;
  color: #00b16b !important;
}

.botones_izquierda.active #icono_rectangulo {
    color: #00b16b ;
	background-color: #00b16b ;
}

.botones_izquierda:hover {
  color: #00b16b ;
}

.img-responsive{
	max-height:140px;
	max-width:100%;/*124px;*/
}

.botones_izquierda.active #icono_rectangulo:before {
    color: #00b16b !important;
    background-color: #00b16b !important;
}

#icono_rectangulo:before {
    display:flex;
    width: 23px;
	color:#c3c3c3;
	background-color:#c3c3c3;
}

#icono_rectangulo_texto:before {
    display:flex;
	width: 12px;
    height: 12px;
	color:#00b16b !important;
	background-color:#00b16b !important;
	margin-top: 5px;
}

#icono_rectangulo:before:active{
	color: #00b16b !important;
	background-color: #00b16b !important;
}

.botones_izquierda:active i#icono_rectangulo:before {
	color: #00b16b !important;
	background-color:#00b16b !important;
}

.botones_izquierda:hover #icono_rectangulo:before,
.botones_izquierda:active #icono_rectangulo:before {
    color: #00b16b !important;
    background-color: #00b16b !important; 
}

.columna-proceso-admision {
    color: white;
    background: linear-gradient(
        to right,
        rgba(0, 146, 75, 255),
        rgba(110, 188, 129, 255)
    );
    border-radius: 20px; 
    padding: 20px 24px 15px 24px; 
    text-align: center;
    font-size: 26px;
}

.columna-texto-docentes{
	padding:0px 0px 0px 0px;
}
.separacion-docentes{
	height:30px;
}

.seccion-brochure{
		display:none;
	}
.columna-boton-brochure {
    color: white;
	background-color:rgba(110, 9, 188, 255);
    border-radius: 20px; 
    padding: 20px 44px 15px 44px; 
    text-align: center;
    font-size: 26px;
}

#icono_brochure{
	margin-left:15px;
}
#icono_rectangulo{
	margin-right:15px;
}
.brochure-link {
    color: #fff;
}

.brochure-link:hover {
	color: #27D627;
}

.linea-separadora-div {
    height: 3.5px; 
    background-color: black;
    margin: 0px 30px 15px 0px;
}

/* Tabla XL */
.table-XL {
    width: fit-content;
    border-collapse: collapse;
	color: inherit;
	border: 2px solid rgba(110, 9, 188, 255);
}

.table-XL-head {
    background-color: rgba(110, 9, 188, 255);
}

.table-XL-row-header .table-XL-header {
    color: white;
    padding: 10px;
    text-align: left;
    border: none;
}

.table-XL-body .table-XL-row .table-XL-cell {
    background-color: white;
    color: black;
    padding: 10px;
    border: 2px solid rgba(110, 9, 188, 255);
}

.table-XL-row-footer .table-XL-cell-footer {
    background-color: white;
    color: black;
    font-weight: bold;
    text-align: left;
	border: 2px solid rgba(110, 9, 188, 255);
}

/* Tabla XLL */
.table-rounded-XLL {
    width: 100%;
    border-collapse: separate; 
    border-spacing: 0; 
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	border: 2px solid rgba(9, 188, 161, 255);
}

.table-rounded-XLL td:first-child {
    background-color: rgba(110, 9, 188, 255); 
    color: white; 
    padding: 10px;
    text-align: center; 
    width: 30%; 
    font-weight: bold; 
}

.table-rounded-XLL td:last-child {
    background-color: white; 
    color: black; 
    padding: 10px;
    text-align: left;
    width: 100%; 
}

.table-rounded-XLL td {
    border: none;
}
#linea_separadora_perfil{
	width:100%;
}
#linea_sepadarora_sumilla,#linea_separadora_docentes{
	width:850px;
}

@media (max-width:1399px){
	
	.sectForm {
	   width: 435px;
	   top: 180px;
	   right: 18%
   }
	
	.sectFormDatos {
	   padding: 10px 30px 20px 30px;
   }
	
   .sectFormCabecera {
	   padding: 20px 35px;
   }
	
	.sectFormCabecerat1{
	   font-size: 1.7rem;
   	}
	
	.sectFormCabecerat21{   
       font-size: 6.5em;
	   line-height: 2;
	}

	.sectFormCabecerat22{
		font-size: 1.7em;
	}
	
	
	#linea_separadora_docentes,#linea_separadora_sumillas{
		width:376px;
	}
	#linea_separadora_perfil{
		width:310px;
	}
	.columna-texto-docentes{
		padding:0px 43px 0px 45px;
	}
	.separacion-docentes{
		height:0px;
	}

	/*
	.contenedor-docentes{
		max-height: 465px;
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: #00b16b #e4e5e5;
		overflow-x:hidden;
		border-radius: 0px;
	}
	.contenedor-docentes::-webkit-scrollbar {
		width: 0px; 
	}
	.contenedor-docentes::-webkit-scrollbar-thumb {
		background-color: #00b16b; 
		border-radius: 0px; 
	}
	.contenedor-docentes::-webkit-scrollbar-track {
		background-color: rgba(228, 229, 229, 1);
		border-radius: 0px;
	}
	.contenedor-docentes::-webkit-scrollbar-button {
		display: none;
	}
	*/
	
	.columna-proceso-admision{
		padding: 15px 10px 15px 10px;
		font-size: 0px;
	}
	.texto_botones{
		font-size:16px;
	}
}

@media (max-width:1199px){
	
	.sectForm {
		width: 355px;
		top: 160px;
		right: 10%;
   }
   
   .sectFormDatos {
	   padding: 10px 30px 20px 30px;
   }
   
   .sectFormCabecera {
	   height: 120px;
	   padding: 20px 30px;
	   border-radius: 5px 5px 0px 0px;
   }
	
   .sectFormCabecerat1 {
	   font-size: 1.4rem;
   }
	
	.sectFormCabecerat21{   
       font-size: 5.2em;
	   line-height: 2;
	}

	.sectFormCabecerat22{
		font-size: 1.4em;
	}
	
	#linea_separadora_perfil{
		width:576px;
	}
	.columna-imagen-perfil{
		display:none;
	}
	#texto_perfil{
		width:200%;
	}
	/*
	.contenedor-docentes{
		max-height: 370px;
		padding: 0px 0px 0px 0px;
	}
	*/
	.columna-texto-docentes{
		padding:0px 53px 0px 65px;
	}
	.columna-proceso-admision{
		font-size: 18px;
	}
}
@media (max-width:998px){
	 .columna-proceso-admision {
        font-size: 17px;
    }
}
@media (max-width:991px){
	.seccion-brochure{
		display:block;
	}
	.container-bloque-info{
		display:none;
	}

	.sectForm{
		top:0px !important;
		position: relative;
		right:0% !important;
	}
}

@media (max-width:692px){
	
	.sectFormCabecerat1{
	   font-size: 3.5rem;
   	}
	
	.sectFormCabecerat21{
		font-size: 10em;
	}
	
	.sectFormCabecerat22{
		font-size: 3em;
	}
	
	.columna-boton-brochure{
		padding: 20px 30px 15px 30px;
		font-size: 22px;
	}
}

@media (max-width:575px){
	
	.sectFormCabecerat1{
	   font-size: 1.2rem;
   	}
	
	 .columna-boton-brochure {
        padding: 20px 20px 15px 20px;
        font-size: 18px;
    }
}
@media (max-width:422px){
	 .columna-boton-brochure {
        padding: 20px 15px 15px 15px;
        font-size: 14px;
    }
}
@media (max-width:327px){
	.columna-boton-brochure 
        font-size: 13px;
}
.gradiente-plomo-blanco {
    background: linear-gradient(to bottom, rgba(210, 211, 212, 0.5) 0%, #ffffff 100%), #ffffff;
    background-size: 100% 60px;
    background-repeat: no-repeat;
    height: 70%;
    width: 1000%;
}

.icono_rectangulo_litle {
    display: inline-block; /* Asegura que el rectángulo esté en línea */
    width: 14px; /* Ancho del rectángulo */
    height: 8px; /* Alto del rectángulo */
    background-color: #00b16b; /* Color de fondo del rectángulo */
    float: left; /* Flota el rectángulo hacia la izquierda */
    margin-right: 8px; /* Espacio entre el rectángulo y el texto */
    margin-top: 7px; /* Espaciado superior */
}

ul.icon-list {
    list-style-type: none; /* Elimina los puntos predeterminados */
    padding-left: 0; /* Elimina el padding por defecto */
}

ul.icon-list li {
    overflow: hidden; /* Asegura que el contenido respete el rectángulo flotante */
	margin-left: 20px;
    margin-bottom: 10px; /* Espaciado entre los elementos de la lista */
    text-align: justify; /* Justifica el texto */
}



#icono_rectangulo_texto:before {
    display:flex;
	width: 12px;
    height: 12px;
	color:#00b16b !important;
	background-color:#00b16b !important;
	margin-top: 5px;
}

.icono-cuadrado-litle {
    display: inline-block; /* Asegura que el cuadrado esté en línea */
    width: 10px; /* Ancho del cuadrado */
    height: 8px; /* Alto del cuadrado */
    background-color: #00b16b; /* Color de fondo del cuadrado */
    float: left; /* Flota el cuadrado hacia la izquierda */
    margin-right: 8px; /* Espacio entre el cuadrado y el texto */
    margin-top: 7px; /* Espaciado superior */
}

ul.icon-list {
    list-style-type: none; /* Elimina los puntos predeterminados */
    padding-left: 0; /* Elimina el padding por defecto */
}

ul.icon-list li {
    overflow: hidden; /* Asegura que el contenido respete el cuadrado flotante */
    margin-left: 10px;
    margin-bottom: 10px; /* Espaciado entre los elementos de la lista */
    text-align: justify; /* Justifica el texto */
}

#icono_rectangulo_texto:before {
    display: flex;
    width: 12px;
    height: 12px;
    color: #00b16b !important;
    background-color: #00b16b !important;
    margin-top: 5px;
}

/*</css-9399>*/