/*<css-9292>*/.sectForm {
   width: 425px;
   position: absolute;
   z-index: 1;
   right: 16.5%;
   top: 180px;
   box-shadow: 0px 0px 15px 6px rgba(0, 0, 0, 0.2)
}

.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: #7537ca;
    }
.telefono-wassap-link{
	text-decoration: none;
        color: inherit;
        display: block;
        transition: color 0.3s;
}
.telefono-wassap-link:hover{
	color: #7537ca;
	}
#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(160, 1, 220, 1) 0%, rgba(111, 1, 193, 1) 50%, rgba(55, 0, 92, 1) 100%);
}
.btn-purple {
    color: #fff; /* Color del texto */
    background-color: rgba(111, 1, 193, 1); /* Color de fondo púrpura */
    border-color: rgba(111, 1, 193, 1); /* Color del borde */
}

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

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

.btn-purple:disabled, 
.btn-purple.disabled {
    color: #fff; /* Texto deshabilitado */
    background-color: rgba(150, 100, 193, 0.5); /* Fondo deshabilitado */
    border-color: rgba(150, 100, 193, 0.5); /* 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(72, 0, 126, 1); /* Fondo más oscuro al activarse */
    border-color: rgba(72, 0, 126, 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(111, 1, 193, 0.5); /* 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: #7535cc !important;
}

.botones_izquierda.active #icono_rectangulo {
    color: #7535cc ;
	background-color: #7535cc ;
}

.botones_izquierda:hover {
  color: #7535cc ;
}

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

.botones_izquierda.active #icono_rectangulo:before {
    color: #7535cc !important;
    background-color: #7535cc !important;
}

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

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

#icono_rectangulo:before:active{
	color: #7535cc !important;
	background-color: #7535cc !important;
}

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

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

.columna-proceso-admision {
    color: white;
    background: linear-gradient(
        to right,
        rgba(110, 9, 188, 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(110, 9, 188, 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: #7535cc #e4e5e5;
		overflow-x:hidden;
		border-radius: 0px;
	}
	.contenedor-docentes::-webkit-scrollbar {
		width: 0px; 
	}
	.contenedor-docentes::-webkit-scrollbar-thumb {
		background-color: #7535cc; 
		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;
}
.styled-table {
    border-collapse: separate !important; /* Evita colapso de bordes */
    border-spacing: 0 !important; /* Sin espacio entre celdas */
    margin: 25px 0 !important;
    font-size: 0.9em !important;
    font-family: Arial, sans-serif !important;
    min-width: 500px !important;
    background-color: #ffffff !important; /* Fondo blanco */
    border: 2px solid #6e09bc !important; /* Borde exterior de 2px */
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    border-radius: 25px !important; /* Bordes redondeados */
    overflow: hidden !important; /* Muestra bordes redondeados */
}

.styled-table thead {
    background-color: #6e09bc !important; /* Fondo violeta oscuro */
    color: #ffffff !important; /* Texto blanco */
}

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

.styled-table thead th:first-child {
    border-top-left-radius: 20px !important; /* Esquina superior izquierda redondeada */
}

.styled-table thead th:last-child {
    border-top-right-radius: 18px !important; /* Esquina superior derecha redondeada */
}

.styled-table tbody td {
    padding: 12px 12px !important;
    border-left: none !important; /* Sin líneas verticales */
    border-right: none !important; /* Sin líneas verticales */
    color: #303030 !important; /* Texto negro */
    background-color: #ffffff !important; /* Fondo blanco */
}

/* Líneas horizontales internas */
.styled-table tbody tr:not(:last-child) {
    border-bottom: 2px solid #6e09bc !important; /* Líneas internas de 2px */
}

/* Última línea horizontal */
.styled-table tbody tr:last-of-type {
    border-bottom: none !important; /* Elimina completamente la última línea */
    /* Si prefieres un borde invisible de 0px, reemplaza "none" con esta línea:
    border-bottom: 0px solid #6e09bc !important;
    */
}

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

.styled-table tbody tr:last-of-type td:last-child {
    border-bottom-right-radius: 20px !important; /* Esquina inferior derecha redondeada */
}

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

.styled-table tbody tr:nth-of-type(odd) {
    background-color: #ffffff !important; /* Fondo blanco para filas impares */
}

/* Nuevas reglas añadidas */

/* Aplica un borde inferior de 2px en todas las celdas (excepto la última fila) */
.styled-table > :not(caption) > * > * {
    border-bottom-width: 2px !important;
}

/* Elimina el borde inferior de la última fila */
.styled-table tr:last-child * {
    border-bottom-width: 0px !important;
}
.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: #7535cc; /* 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 */
}

ul.icon-list li span {
    display: block; /* Asegura que el texto ocupe todo el ancho */
    line-height: 1.5; /* Mejora la legibilidad */
    padding-left: 22px; /* Desplaza el resto del párrafo para alinearse con la primera línea */
}
.accordion-button-body {
    border: 2px solid #7535cc;
    padding: 15px;
    border-radius: 5px;
    display: none; /* Oculto por defecto */
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0); /* Sombra suave */
}

/* Estilo inicial del botón del acordeón */
.accordion-button {
    background-color: white;
    color: black;
    padding: 10px 15px;
    border: 0px solid #ffffff;
    border-radius: 7px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease-in-out;
    font-family: Mont-Light, sans-serif;
    font-size: 15px;
	border-width: 0px;
}

/* Estilo cuando el botón está activo (clic) */
.accordion-button.active {
    background-color: #7535cc;
    color: white;
}

/* Flecha al lado del botón */
.accordion-arrow {
    border: solid white;
    border-width: 0 0 0 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(45deg); /* Flecha inicial apuntando hacia abajo */
    transition: all 0.3s ease-in-out;
}

/* Flecha cambia a blanco cuando el botón está activo */
.accordion-button.active .accordion-arrow {
    border-color: white !important;
}

/* Transición suave al pasar el cursor */
.accordion-button:hover {
    background-color: #7535cc;
    color: #ffffff;
    color: #ffffff !important;
}
accordion-button:hover::after {
    filter: brightness(0) invert(1);
}
.accordion-button:not(.collapsed) {
    color: #ffffff;	
    background-color: #7535cc;
}
.formularioFlotantemaes-doc button{
	color: #ffffff !important;
    background-color: #7535cc !important;
}
        /* Estilos generales para la tabla personalizada */
        .tabla-formativa {
            width: 100%;
            border-collapse: separate;
            border-spacing: 0px;
            border: 2px solid #7535cc; /* Líneas externas de la tabla en color #7535cc */
            border-radius: 23px;
            padding: 0px;
            font-family: Arial, sans-serif;
            margin: 25px 0;
            background-color: transparent; /* Fondo de la tabla transparente */
        }

        .tabla-formativa th, .tabla-formativa td {
            padding: 10px;
            text-align: center;
            border: 0px solid #ffffff; /* Líneas internas de la tabla en color #7535cc */
        }

        .tabla-formativa th {
            background-color: #7535cc;
            color: white; /* Color de texto blanco en las celdas del encabezado */
        }

        /* Estilos para las áreas formativas */
        .area-formativa-fila {
            background-color: transparent; /* Fondo transparente para las filas */
            font-weight: bold;
        }

        /* Estilos para los créditos */
        .creditos-columna {
            background-color: #f9f9f9;
            font-weight: bold;
        }

        /* Estilos para las casillas internas */
        .casilla-interna-personalizada {
            padding: 0px;
            margin: 0px;
            border: 0px solid #ccc;
			background-color: #fafbfb;
        }

        /* Fila 1: verde */
        .tabla-formativa .fila-uno .casilla-interna-personalizada {
            background-color: #99313b; /* Amarillo */
        }

        /* Fila 2: amarillo */
        .tabla-formativa .fila-dos .casilla-interna-personalizada {
            background-color: #ffeb3b; /* Amarillo */
        }

        /* Fila 3: celeste */
        .tabla-formativa .fila-tres .casilla-interna-personalizada {
            background-color: #b3e5fc; /* Celeste */
        }

        /* Fila 4: naranja */
        .tabla-formativa .fila-cuatro .casilla-interna-personalizada {
            background-color: #ff9800; /* Naranja */
        }

        /* Aplicar los border-radius a la primera fila del encabezado */
        .tabla-formativa tr:first-child th:first-child {
            border-top-left-radius: 20px; /* Borde redondeado superior izquierdo de la primera celda */
        }

        .tabla-formativa tr:first-child th:last-child {
            border-top-right-radius: 20px; /* Borde redondeado superior derecho de la última celda */
        }
.linkedin-icon {
    width: 17px; /* Tamaño del círculo */
    height: 17px;
    background-color: #7535cc; /* Fondo plomo */
    border: 0px solid #7535cc; /* Borde plomo */
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
	margin-bottom: 2px;
  }

  .linkedin-icon i {
    font-size: 21px; /* Tamaño del ícono */
    color: #edeeef; /* Ícono en blanco */
    transition: color 0.3s ease;
  }

  /* Cambia el fondo a blanco y el ícono a plomo al pasar el mouse */
  .linkedin-icon:hover {
    background-color: white; /* Fondo cambia a blanco */
  }

  .linkedin-icon:hover i {
    color: #7535cc; /* Ícono cambia a plomo */
  }

/* Estilo cuando el acordeón está abierto */
.accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1); /* Cambia el ícono a blanco */
}

/* Estilo cuando el acordeón está cerrado */
.accordion-button::after {
  filter: none; /* Ícono en su color original */
}

@media (max-width: 768px) {
    .seccion-tab-horizontal {
        display: none; /* Oculta la sección original */
    }

    #seccion-brochure {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

#v-pills-tabContent {
    width: 100%; 
    /*max-height: 850px; */
    /*overflow-y: auto;*/
}
/*
#v-pills-tabContent::-webkit-scrollbar {
    width: 6px;
	height: 6px;
}

#v-pills-tabContent::-webkit-scrollbar-thumb {
    background: #7535cc;
    border-radius: 4px;
}
*/
@media (min-width: 768px) {
    #seccion-brochure {
        display: none;
    }
}

@media (min-width: 1399px){
	#v-pills-tabContent {
		width: 100%; 
		/*max-height: 1050px;*/
		/*padding: 0px 45px 25px 20px !important;*/
	}
}/*</css-9292>*/