* {
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
}

#contact-bar {
  display: none;
}

.btn-temario h2 {
  font-size: 11px;
}

.navbar_contact {
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 99;
}

.navbar_contact_info {
  font-size: 16px !important;
}

.navbar_contact_desk {
  position: fixed;
  right: 0px;
  top: 40%;
  z-index: 99;
}

.navbar_contact_desk a {
  background-color: #021a2d;
  border-bottom: 4px solid #174560;
  cursor: pointer;
  padding: 20px;
  color: white;
  width: 100%;
  font-size: 20px;
}

.navbar_contact a {
  background-color: #021a2d;
  border-right: 4px solid #174560;
  cursor: pointer;
  padding: 10px 0px;
  color: white;
  width: 100%;
  font-size: 20px;
}

.bg-wha {
  background-color: #25D366 !important;
  border-bottom: 4px solid #174560 !important;
}

/*IDIOMA*/

.idioma_btn {
  border: 1px solid #2186a7;
  background-color: transparent;
  width: 2rem;
  padding: 0.2rem;
  border-radius: 8px;
}

.idioma_btn img {
  width: 100%;
}

/* Aplica la barra de desplazamiento visible a todo el documento */
html, body {
  overflow-y: scroll; /* Fuerza la visualización de la barra de desplazamiento vertical */
  -webkit-overflow-scrolling: touch; /* Mejora la experiencia de desplazamiento en dispositivos táctiles */
}

/* Estilos de la barra de desplazamiento */
*::-webkit-scrollbar {
  -webkit-appearance: none;
}

*::-webkit-scrollbar:vertical {
  width: 6px;
}

*::-webkit-scrollbar-button:increment, *::-webkit-scrollbar-button {
  display: none;
}

*::-webkit-scrollbar:horizontal {
  height: 6px;
}

*::-webkit-scrollbar-thumb {
  background-color: #797979;
  border-radius: 20px;
}

*::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #121F3D;
}



/*ESTADO TFG*/

.modal-dialog {
  
  max-height: 90vh;
}

#defensa-autorizada-error {
  display: none;
}

#entrega-error {
  display: none;
}

#fecha-error {
  display: none;
}

#titulo-error {
  display: none;
}

#cita-error {
  display: none;
}

.calificar-error {
  display: none;
}

.dar-feedback-error {
  display: none;
}

.tfg-checkbox {
  width: 20px;
  height: 20px;
}

.tfg-arrow {
  width: 2rem;
  cursor: pointer;
}

.tfg-table {
  max-height: 80vh;
  overflow-y: scroll;
}

.estado-card {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: #03091E;
  border-radius: 4px;
  padding: 1rem !important;
  color: white;
  width: 100%;
}

.estado-table {
  border: 1px solid #2A92E7 !important;
  font-size: 10px;
  max-width: 100vw;
  overflow-x: scroll;
  color: white;
}

.estado-table td {
  border: 1px solid #2A92E7 !important;
}

.estado-table h4 {
  font-size: 8px !important;
}

/**/

.estado-table__td {
  border: 1px solid #2A92E7 !important;
}

.estado_status {
  border: 1px solid #2A92E7;
  background-color: #03091E;
}

.estado_entrega {
  border: 1px solid #2A92E7;
  background-color: #03091E;
  padding: 0.7rem;
}

.estado_col-R {
  
  padding: 0rem;
}

.estado_col-L {
  
  padding: 0rem;
}

.estado_status_top {
  color: #03091E;
  background-color: #F0C936;
}

.pass-modal {
  color: white !important;
  z-index: 5;
  z-index: 1060 !important;
  background-color: #03091E;
  width: 90vw;
  height: 50vh;
  top: 10vh;
  left: 5vw;
}

.pass-modal-x {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 30px;
  cursor: pointer;
}

.bread-crumb a {
  color: #2A92E7 !important;
}

.bread-crumb-mobile {
  max-width: 100%;
  overflow-x: scroll;
}

.bread-crumb-mobile div {
  white-space: nowrap;
  text-overflow: ellipsis;
}

.admision_reserva_matricula__img {
  width: 50%;
}

.oficial p {
  font-weight: 200 !important;
}

a:not('.menu-principal') {
  color: #2A92E7 !important;
  font-weight: 300 !important;
  text-decoration: underline;
}

::-webkit-calendar-picker-indicator {
  filter: initial;
}

.modal-dialog2 {
  width: 95% !important;
  max-width: inherit !important;
}

.modal-content p {
  font-weight: 400 !important;
}

.modal-content {
  color: white !important;
  background-color: #0C1633;
}

.formacion-navbar {
  overflow-x: scroll;
  max-width: 100%;

}

.formacion-navbar::-webkit-scrollbar {
  -webkit-appearance: none;
}

.formacion-navbar::-webkit-scrollbar:vertical {
  width:6px;
}

.formacion-navbar::-webkit-scrollbar-button:increment,.formacion-navbar::-webkit-scrollbar-button {
  display: none;
} 

.formacion-navbar::-webkit-scrollbar:horizontal {
  height: 6px;
}

.formacion-navbar::-webkit-scrollbar-thumb {
  background-color: #797979;
  border-radius: 20px;
}

.formacion-navbar::-webkit-scrollbar-track {
  border-radius: 10px;  
}



.formacion-navbar li {
  min-width: 20%;
  width: 20%;
}

.spinner {
  display: none;
  border: 4px solid #293133;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border-left-color: transparent;
  animation: spin 1s linear infinite;
}

p {
  font-size: 1rem;
  font-weight: 200 !important;
}

small {
  font-weight: 200 !important;
}

#contact-bar p {
  font-weight: 500 !important;
}

a {
  font-weight: 400 !important;
}

.btn-principal-home p {
  font-weight: 500 !important;
}

.oficial p {
  
}

.btn-secundario p {
  font-weight: 500 !important;
}

/*CALIFICACIONES CAMPUS*/

.dataTable {
  background-color: #03091E;
  border: 1px solid #2A92E7;
  color: white;
  margin-bottom: 0rem !important;
}

table.dataTable thead th, table.dataTable thead td {
  background-color: #03091E !important;
  color: white !important;
}

table.dataTable tbody tr {
  background-color: #03091E !important;
  color: white !important;
}

/*

table.DTFC_Cloned thead {
  background-color: inherit !important;
}

table.dataTable tbody tr {
  background-color: inherit !important;
}

.dataTable td {
  border-top: 1px solid #2A92E7 !important;
}

.dataTable th {
  border-top: 1px solid #2A92E7 !important;
}

.dataTable tr {
  border-top: 1px solid #2A92E7 !important;
  border-bottom: 1px solid #2A92E7 !important;
  border-right: 1px solid #2A92E7 !important;
  border-left: 1px solid #2A92E7 !important;
}

.dataTable thead th {
  border-bottom: 1px solid #2A92E7 !important;
}

*/

#notasDeAlumnos {
  background-color: #03091E;
  border: 1px solid #2A92E7;
  color: white;
  margin-bottom: 0rem !important;
}

#notasDeAlumnos td {
  border-top: 1px solid #2A92E7 !important;
}

#notasDeAlumnos th {
  border-top: 1px solid #2A92E7 !important;
}

#notasDeAlumnos tr {
  border-top: 1px solid #2A92E7 !important;
  border-bottom: 1px solid #2A92E7 !important;
  border-right: 1px solid #2A92E7 !important;
  border-left: 1px solid #2A92E7 !important;
}

#notasDeAlumnos thead th {
  border-bottom: 1px solid #2A92E7 !important;
}

.bg-primary {
  background-color: #051F56 !important;
}

.bg-info {
  background-color: #F0C936 !important;
}

/*PROFESORADO*/

.campusFile {
  display: none;
}

.campus-input-file {
  border: 1px solid #DEA026;
  width: 50%;
  height: 3rem;
  cursor: pointer;
  position: relative;
}

.campus-input-file p {
  color: white;
  font-weight: 600;
}

.campus-falta_p {
  font-size: 14px;
}

.campus-input-file input {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  opacity: 0;
}

#filtros-desk {
  display: none;
}

#filtros-mobile {
  display: flex;
}

.filtros {
  border-radius: 6px;
  color: white;
  position: relative;
  cursor: pointer;
  width: 70%;
  color-scheme: dark;
}

.filtros-btn {
  background-color: #03091E;
  border-radius: 6px;
  color: white;
  padding: 8px 1rem;
}

.filtros-item {
  border-radius: 6px;
  background-color: #03091E;
  color: white;
  padding: 12px;
  width: 100%;
  
}

.filtros img {
  max-width: 1rem;
  width: 1rem;
  max-height: 1rem;
  height: 1rem;
}

.filtros-input {
  background-color: transparent;
  border: 0;
  outline: none;
  color: white;
  color-scheme: dark
}

.filtros-input::placeholder {
  color: white;
}

.filtros-item img {
  max-width: 1rem;
  width: 1rem;
  max-height: 1rem;
  height: 1rem;
}

.filtros-box {
  position: absolute;
  top: 2.2rem;
  right: 0;
  width: 100%;
  display: none;
  border-radius: 6px;
  z-index: 2;
}


/*BUZON SUGERENCIAS*/

#buzon-error {
  display: none;
}

.buzon textarea {
  color: white;
}

.index-error {
  display: none;
}

.contact-error {
  display: none;
}

.buzon-box .form-group {
  width: 100%;
}

/*cookiecustom */
#cm {
  background-color: #03091e !important;
}

#c-txt {
  color: white !important;
}

#c-p-bn {
  background-color: #F0C936 !important;
  color: #03091e !important;
}

#c-s-bn {
  border: 1px !important;
  border-color: #F0C936 !important;
}

#c-ttl {
  color: white !important;
}

.cc-link {
  color: white !important;
}

/*Informacion*/



.legal p {
  font-weight: 200;
}

/*PROFESORADO*/
#oficial-box {
  padding-top: 3rem;
}
.oficial_table {
  width: 70vw !important;
  overflow-x: scroll;
}

.profesorado_box {
  width: 100%;
  background-color: #03091e;
}

.profesorado_img {
  height: auto;
}

.profesorado_box img {
  max-width: 100%;
  height: 25vh;
  width: 20vh;
  max-height: 25rem;
  margin: 2rem 4rem;
}

.oferta-academica-picture {
  border-radius: 4px;
}

/*footer*/

.footer p {
  font-size: 12px !important;
}

.footer .nav-link span {
  font-size: 12px !important;
}

.footer span {
  font-size: 12px !important;
}


/*SOLICITUD*/
  
/*CAMPUS - SOLICITUD DE DATOS*/
.solicitud input[type="radio"] {
  -webkit-appearance:none;
  width:20px;
  min-width: 20px;
  height:20px;
  border:1px solid #2A92E7;
  border-radius:50%;
  outline:none;
  box-shadow:0 0 5px 0px #2A92E7 inset;
}

.solicitud-line-border {
  border-bottom: 1px solid #BCCFF1;
}

input[type="radio"]:checked {
  background:#2A92E7;
}

#solicitud-0 {
  display: block;
}

#solicitud-1 {
  display: none;
  padding-top: 0vh;
}

#solicitud-2 {
  display: none;
  padding-top: 0vh;
}

#solicitud-3 {
  display: none;
  padding-top: 0vh;
}

#solicitud-4 {
  display: none;
  padding-top: 0vh;
}

#solicitud-5 {
  padding-top: 0vh;
  display: none;
}

.solicitud-error {
  display: none;
}

#solicitud-modal {
  display: none;
}

#solicitud-modal__page {
  position: fixed;
  background-color: #293133;
  color: white;
  height: 100vh;
  width: 100vw;
  opacity: 0.5;
  top: 0;
  left: 0;
  z-index: 5;
}

.solicitud-modal__modal {
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 1.5rem 1rem;
  opacity: 1 !important;
  background-color: #293133;
  color: white;
  z-index: 5;
}

.solicitud-modal__modal p {
  font-size: 1rem;
}

.solicitud-modal-btn1 {
  width: 50% !important;
}

.solicitud-modal-btn2 {
  width: 70% !important;
}

.solicitud h2 {
  font-weight: 600;
}

.solicitud {
  color: #293133;
  margin-right: 0;
  color: white;
  background-color: #121f3d;
  height: 100%;
  padding-top: 4rem;
}

.solicitud label {
  margin-bottom: 0;
  font-weight: 400;
}

.solicitudFile {
  width: 100%;
  display: none;
}

.text-danger {
  font-weight: 500 !important;
}

.solicitud p {
  font-size: 1rem !important;
  margin-bottom: 0;
}

#solicitud-x {
  display: none;
  color: white;
  font-size: 2rem;
}

#solicitud-menu {
  display: flex;
}

.solicitud .fa-xmark {
  font-size: 2rem;
  cursor: pointer;
}

.solicitud__steps {
  display: none;
  position: absolute;
  top: 10vh;
  background-color: #121f3d;
  z-index: 4;
  width: 100%;
  left: 0;
  padding: 0.5rem;
}

.solicitud__step p {
  font-size: 0.8rem !important;
}

.solicitud-line {
  color: white;
  height: 2px;
  width: 100%;
  background-color: white;
  opacity: 0.4;
}

.solicitud h5 {
  font-weight: 600;
}

.solicitud h4 {
  font-weight: 600;
  opacity: 0.8;
  white-space: nowrap;
}

.solicitud-btn-1 {
  font-size: 14px;
  padding: 16px 22px;
  background-color: #F0C936;
  color: #03091E;
  border: 0;
  outline: none;
  font-weight: 700;
  border-radius: 4px;
  text-decoration: none;
}

.solicitud-btn-1:hover {
  text-decoration: none;
  color: #03091e;
}

.solicitud-btn-2 {
  font-size: 14px;
  padding: 16px 22px;
  background-color: transparent;
  color: #F0C936 !important;
  border: #F0C936 1px solid;
  outline: none;
  font-weight: 700;
  border-radius: 4px;
  text-decoration: none;
}

.solicitud-btn-2:hover {
  color: #F0C936;
  text-decoration: none;
}

.solicitud-input-file {
  border: 1px solid #F0C936;
  width: 100%;
  height: 3rem;
  cursor: pointer;
  position: relative;
}

.solicitud-input-file p {
  color: #F0C936;
  font-weight: 400;
}

.solicitud-input-file input {
  position: absolute;
  left: 0;
  width: 100% !important;
  opacity: 0;
}

.solicitud-form-box {
  width: 100%;background-color: #03091e;
  color: #BCCFF1;
  font-weight: bold;
  border: #2A92E7 1px solid;
  border-radius: 0.25rem;
  padding: 8px 12px;
}

.solicitud-form-box input {
  background-color: #03091e;
  color: #FFFFFF;
  border-color: #03091e;
  box-shadow: none;
  outline: none;
  border: 0px;
}

.solicitud-form-box-dom {
  width: 100%;
  background-color: #03091e;
  color: #BCCFF1;
  font-weight: bold;
  border: #2A92E7 1px solid;
  border-radius: 0.25rem;
  padding: 8px 12px;
}

.solicitud-form-box-dom input {
  width: 100%;
  outline: none;
  background-color: #03091e;
  color: #FFFFFF;
  border-color: #03091e;
  box-shadow: none;
  border: 0px;
}

.solicitud__step div {
  background-color: #2A92E7;
  color: white;
  border-radius: 50%;
  width: 1.4rem;
  height: 1.4rem;
  font-size: 0.8rem;
}

.solicitud__step p {
  font-size: 0.9rem;
}

.solicitud-steps {
  display: none;
}

.solicitud-steps-mobile {
  display: none;
}

.aprender-ilustration img {
  width: 50% !important;
}


/*switch*/

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
  margin-right: 0.5rem;
}
 
/* Ocultamos el checkbox html */
.switch input {
  display:none;
}
 
/* Formateamos la caja del interruptor sobre la cual se deslizará la perilla de control o slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
 
/* Pintamos la perilla de control o slider usando el selector before */
.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
 
/* Cambiamos el color de fondo cuando el checkbox esta activado */
input:checked + .slider {
  background-color: #2A92E7;
}
 
/* Deslizamos el slider a la derecha cuando el checkbox esta activado */ 
input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}
 
/* Aplicamos efecto de bordes redondeados en slider y en el fondo del slider */
.slider.round {
  border-radius: 34px;
}
 
.slider.round:before {
  border-radius: 50%;
}

/*COOKIES*/

.cookies {
  color: white;
  background-color: #03091E;
  border: 1px solid #1a497b;
  padding: 1rem;
  position: fixed;
  height: auto;
  width: 100%;
  bottom: 0;
  z-index: 500;
  max-height: 100vh;
  overflow-y: scroll;
}

.cookies .card {
  background-color: transparent;
}

.cookies button {
  color: white;
  font-weight: 600;
}

/*oficial*/

.oficial table td {
  border: 1px solid white;
  padding: 1rem;
}

.oficial table {
  width: 100%;
}

.oficial-subCategories {
  display: none;
}

.oficial-subCategories span {
  font-size: 0.9rem;
  opacity: 0.6;
  cursor: pointer;
  margin-bottom: 0.5rem;
}

.oficial-subCategories span:hover {
  opacity: 1;
  text-decoration: underline;
}

.oficial-tab-btn {
  color: white !important;
  text-align: left;
}

.tab-content {
  
}

.nav-link span {
  font-weight: 400;
  font-size: 11px;
}

.nav-link {
  font-weight: 400;
  font-size: 1rem;
}

.nav-pills .nav-link.active {
  opacity: 1;
  font-weight: 900;
  border-left: 8px solid #F0C936;
  border-radius: 0;
  background-color: #03091e;
}

.nav-pills .nav-link {
  background-color: #03091e;
  color: white;
  opacity: 1;
  font-weight: 900;
  border-radius: 0;
  border: 0px solid white;
}

.contact-bar {
  position: fixed;
  top: 0;
  z-index: 20;
  background-color: #3A4A65;
  color: white;
  font-weight: 600;
  padding: 1rem 0;
}

.contact-bar img {
  width: 2rem;
}

.contact-bar p {
  font-size: 0.8rem;
}

.link-white {
  color: white;
  text-decoration: none;
  transition: 200ms;
}

.link-white:hover {
  color: white;
  opacity: 0.7;
  text-decoration: none;
}

h1 {
  font-size: 1.8rem;
}

h2 {
  font-size: 1.5rem;
}

.legal h2 {
  font-size: 1.3rem;
}

.index-menu {
  position: fixed !important;
  z-index: 11;
  height: 90vh;
  background-color: #03091E;
  width: 100vw;
  bottom: 0 !important;
  padding: 0.5rem 2rem;
  padding-bottom: 2rem;
  overflow-y: scroll;
}

.index-menu li {
  border-bottom: 2px solid #6E6F78;
  font-size: 1.2rem;
}

.btn {
  border-radius: 4px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-toggler {
  padding-right: 0;
}

.opacity100 {
  opacity: 1 !important;
}

.progress-line__text {
  color: #2A92E7;
  font-weight: 800;
  opacity: 0.3;
}

.progress-line__circle {
  color: #2A92E7;
  background-color: #2A92E7;
  height: 25px;
  width: 30px;
  opacity: 0.3;
  border-radius: 50%;
}

.progress-line__line {
  color: #2A92E7;
  background-color: #2A92E7;
  height: 4px;
  opacity: 0.3;
  width: 100%;
}

.razones h4 {
  font-size: 1.1rem !important;
}

.razones h1 {
  font-size: 1.6rem !important;
}

.razones h3 {
  font-size: 1.5rem !important;
}

.razones-container img {
  max-width: 100px;
  max-height: 100px;
}

.links-white {
  text-decoration: none !important;
  color: white;
}

.links-white:hover {
  color: white;
}

.w-60 {
  width: 60%;
}

.reserva-container h3 {
  font-size: 1.5rem;
}

.reserva-container p {
  font-size: 1rem;
}

/*FORMULARIO CONTACTO*/

#f-0 {
  display: flex;
}

#f-1 {
  display: none;
}

#f-0_error {
  display: none;
}

#f-1_error {
  display: none;
}

#progress-line-0 {
  display: flex;
}

#progress-line-1 {
  display: none;
}

/*BECAS*/

#curso1 {
  display: block;
}

#curso2 {
  display: none;
}

#curso3 {
  display: none;
}

.tables-itinerarios {
  max-width: 100%;
  overflow-x: scroll;
}

.becas-table {
  border: 1px solid #2A92E7 !important;
  font-size: 10px;
  max-width: 100vw;
  overflow-x: scroll;
  color: white;
}

.becas-table td {
  border: 1px solid #2A92E7 !important;
}

.becas-table h4 {
  font-size: 8px !important;
}

/**/

.becas-table__td {
  border: 1px solid #2A92E7 !important;
}

.becas-box p {
  font-size: 1rem !important;
}

.becas_container p {
  font-size: 1.2rem;
}

.becas-accordion .accordion .card {
  background-color: transparent !important;
  color: #FFFFFF;
  border: #2A92E7 1px solid;
  border-left: #2A92E7 1px solid;
  border-right: #2A92E7 1px solid;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
}

.becas-accordion .accordion .card .card-header {
  border-bottom: #2A92E7 1px solid;
}

.becas-accordion .accordion .card button {
  color: #FFFFFF;
  font-size: 1rem !important;
  font-weight: 400 !important;
  text-decoration: none;
  box-shadow: none;
  opacity: 1 !important;
  padding: 1rem 0.8rem;
}

.becas-accordion .curso button {
  height: 4rem;
}

.becas-accordion button h2 {
  font-size: 1rem;
}

.becas-accordion .accordion .card .card-body p {
  font-size: 12px;
}

.becas-btn {
  font-weight: 500;
}

.gracias p {
  font-size: 1rem;
}

.gracias h1 {
  font-size: 1.6rem;
}


/*admision*/
.card-body h3 {
  font-size: 1.5rem;
}

.card-body h4 {
  font-size: 1.3rem;
}

.matricula-container h3 {
  font-size: 1.5rem;
}

.matricula-container h4 {
  font-size: 1.3rem;
}

.admision-box {
  border: 2px solid #2A92E7;
  border-radius: 10px;
  padding: 2.5rem 1.5rem;
  background-color: #0C1633;
}

.admision-container .asignaturas table {
  color: #FFFFFF;
}

.asignaturas a {
  color: white !important;
}

.admision-container .accordion .card {
  background-color: #0C1633;
  color: #FFFFFF;
  border: #2A92E7 1px solid;
  border-left: transparent 1px solid;
  border-right: transparent 1px solid;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
}

.admision-container .accordion .card button {
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: bold;
  height: 4rem;
  text-decoration: none;
  box-shadow: none;
}

.admision-container .accordion .card .card-body p {
  font-size: 16px;
}

.admision-container .accordion .card .card-body small {
  font-size: 14px;
  margin-bottom: 2rem;
}

.admision-container ul {
  margin-left: 0rem;
}

.participar-container ul {
  margin-left: 2rem;
}

.btn-link collapsed > i {
  transition: 500ms ease-in-out;
}

.btn-link:not(.collapsed) > i {
  transform: rotate(180deg);
}

.historias-container .active {
  display: flex;
}

.doble-photo-a {
  width: 60%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}

.doble-photo-b {
  width: 100%;
  position: inherit;
  z-index: 2;
  bottom: 0;
  right: 0;
  border-radius: 10px;
}

.back-blue {
  background-color: #2A92E7;
  position: absolute;
  right: 0;
  height: 100%;
  width: 70%;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}

.razones-final-h2 {
  font-size: 1.2rem;
}

.carousel-indicators {
  bottom: 0px;
  width: fit-content;
  margin: 0px auto;
  text-align: center;
}

/*MATRICULATE RES*/

#step1 {
  display: flex;
}

#step2 {
  display: none;
}

#step3 {
  display: none;
}

#step4 {
  display: none;
}

#cuotas-select {
  
}

.gracias {
  min-height: 100vh;
}

.gracias-matricula {
  max-height: 100vh;
  height: 100vh;
  background-color: #121F3D;
  color: white;
}

.gracias-matricula h1 {
  font-size: 28px;
  text-align: center;
}

.gracias-matricula h4 {
  font-size: 18px;
  text-align: center;
}

.gracias-matricula button {
  width: 100%;
}

.gracias-matricula img {
  width: 55%;
}

.gracias-img {
  width: 100%;
}


#precio-data {
  display: none;
}

#precio-data-res {
  display: none;
}

#precio-data p {
  font-size: 1rem;
}

#home__searchList {
  display: none;
}

.matriculate-selectCircle-show {
  background-color: white !important;
  border: 3px solid #2186a7 !important;
}

.matriculate-selectCircle {
  border-radius: 50%;
  min-width: 1.5rem;
  min-height: 1.5rem;
  background-color: transparent;
  border: 3px solid #2186a7;
  bottom: 0.5rem;
  right: 0.5rem;
}


.matriculate-siguiente {
  font-size: 14px;
  padding: 16px 22px;
  background-color: #F0C936;
  text-transform: uppercase;
  color: #03091E;
  border: 0;
  outline: none;
  font-weight: 700;
  border-radius: 4px;
}

.matricula-pago-btn {
  background-color: #03091E !important;
  border: 1px solid #2186a7 !important;
  border-color: #2186a7;
  color: white;
  font-weight: 300;
  font-size: 0.8rem;
}

.matricula-pago-btn p {
  font-weight: 300 !important;
}

.matriculate-select {
  background-color: #03091E;
  border: 1px solid #2186a7 !important;
  color: white;
  height: 3.8rem;
  font-size: 1rem !important;
  font-weight: 300;
}

.matriculate-atras {
  font-size: 12px;
  padding: 12px 38px;
  background-color: transparent;
  color: #F0C936 !important;
  border-radius: 4px;
  text-transform: uppercase;
  border: 1px solid #F0C936 !important;
  border: 0;
  border-radius: 8px;
  outline: none;
  font-weight: 700;
  box-shadow: none;
}

.matriculate__modal {
  background-color: white;
  padding: 1rem;
}

  .matriculate__info-icon {
    font-size: 1.2rem;
    margin-top: 0.3rem;
  }

  .matriculate__btn {
    background-color: #F0C936;
    font-size: 1rem;
  }

  .matriculate-ul {
    max-height: 40vh;
    overflow-y: scroll;
    margin: 0;
    padding: 0;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .matriculate__checkbox {
    font-size: 1.4rem;
    min-width: 1.4rem;
  }

  .matriculate-li {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 1.2rem;
  }

  .matriculate__input {
    border: 1px solid #F0C936;
    border-radius: 0px;
    height: 3rem;
    padding-left: 1rem;
  }

  .matriculate {
    position: relative;
    min-height: 100vh;
    background-color: #121F3D;
  }

  .matriculate__navbar {
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid white;
  }

  .active-circle {
    position: absolute;
    /*background: url('../img/iconos/stepSelected.png') no-repeat;*/
    width: 30px;
    height: 30px;
    left: 0;
    top: 0;
    z-index: 10;
    transition: top .5s ease;
    background-color: #F0C936;
    border-radius: 50%;
    border: 3px solid white;
  }

  .matriculate-steps {
    background: url('../img/iconos/móvil_puntos.svg') no-repeat;
    position: relative;
    width: 231px;
    height: 40px !important;
    align-self: center;
    padding-left: 0;
  }

  .matriculate__step {
    font-size: 0.8rem;
    margin-top: 2rem;
    flex: 1;
  }

  .matriculate__container {
    color: black;
  }

  .matriculate-bg h3 {
    font-size: 1rem;
  }

  .matriculate h2 {
    font-size: 1.2rem;
  }

  .matriculate__bg-img {
    position: absolute;
    bottom: 0;
    display: none;
  }

  .matriculate__ul {
    list-style: none;
    font-size: 0.9rem;
    margin: 0;
    padding-left: 0;
  }

  .matriculate p {
    font-size: 0.9rem;
  }

  .matriculate-bg {
    min-height: 35vh;
    height: auto;
    background-color: #0C1633;
  }



/* INICIO SESION */

.login-container p {
  font-weight: 500 !important;
}

#error-phone {
  display: none;
}

#error-dni_email {
  display: none;
}

.login-container h3 {
  font-size: 1.2rem;
}

.login-container h1 {
  font-size: 1.4rem;
}

/*PORTAL USUARIO*/

/*PORTAL USUARIO*/

.campus__docente {
  position: absolute;
  bottom: 36px;
  right: 38px;
}

.campus-page {
  background-color: #111E3C;
  max-height: 100vh;
  height: 100%;
  min-height: 100vh;
  overflow-y: scroll;
  color: white !important;
}

.campus-card {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: #03091E;
  border-radius: 4px;
  padding: 28px 36px !important;
  color: white;
  width: 100%;
}

.campus-btn {
  width: 100% !important;
}

.text-ceie {
  color: #F0C936 !important;
  
}

.text-ceie:hover {
  text-decoration: none;
}

.campus-btn-secondary {
  background-color: transparent;
  color: #F0C936 !important;
  border: #F0C936 1px solid;
  outline: none;
  font-weight: 700;
  border-radius: 4px;
}

.campus-arrow-back {
  width: 2rem;
}

.campus-page p {
  font-weight: 400 !important;
}

.campus-page a {
  font-weight: 400 !important;
}

.portal-link {
  color: #F0C936;
}

.ceie-link {
  color: #121F3D;
  text-decoration: none;
}

.ceie-link:hover {
  color: #121F3D;
  text-decoration: none;
}

.access-btn {
  display: none;
}

#header-profile-res-close {
  display: none;
}

#header-profile-res-menu {
  display: block;
}

#portal-profile {
  display: block;
}

#portal-payments {
  display: none;
}

#portal-formations {
  display: none;
}

#portal-curso {
  display: none;
}

.header-profile {
  cursor: pointer;
}

.header-profile-img {
  height: 2.5rem;
  min-width: 2.5rem;
  width: 2.5rem;
  background-color: white;
  border-radius: 50%;
  padding: 5px;
}

.select-option-color {
  background-color: #021A56 !important;
}

.portal-user {
  background-color: #121F3D;
}

.portal-user__openTab-res {
  border: 2px solid #2186a7;
  height: calc(100vh - 64px);
  position: fixed;
  top: 64px;
  width: 100vw;
  background-color: #03091E;
  z-index: 2;
  display: none;
}

.openTab-profile-img {
  height: 5.5rem;
  width: 5.5rem;
  border-radius: 50%;
  background-image: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcST8OntGXNOOKGKhAHGCxsTPLDDqtiSOfZ6iRh_hs6dq80jf0xNIIjbBIy6GpttDXLjOfI&usqp=CAU');
  background-position: center;
  background-position-x: 55%;
  background-position-y: 30%;
}

.portal-user__blueLine {
  height: 6px;
  border-radius: 2px;
  background-color: #2A92E7;
  width: 25%;
  margin: 0px auto;
  margin-bottom: 1rem;
}

.portal-user__navbar-asignaturas {
  background-color: #0C1633;
  height: 100vh;
  padding-top: 10vh;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: none;
}

.portal-user__navbar-asignaturas p {
  font-weight: 400 !important;
}

.portal-user__navbar {
  background-color: #0C1633;
  height: 100vh;
  padding-top: 10vh;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: none;
}

.portal-user__navbar p {
  font-weight: 400 !important;
}

.portal-user__navbar-responsive {
  background-color: #03091E;
  height: 92%!important;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: none;
}

.portal-user__navbar-responsive p {
  font-weight: 400 !important;
}

.portal-user__navbar-responsive-option {
  cursor: pointer;
  border-bottom: 2px solid silver;
}

.portal-user__navbar-top {
  height: 70%;
  border-bottom: 1px solid #F3F3F3;
}

.portal-user__navbar-responsive-icon {
  width: 12%;
}

.portal-user__navbar-responsive-iconLink {
  width: 25%;
  margin-right: 0.2rem;
}

.portal-user-link-icon {
  width: 12%;
  margin-right: 1rem;
}

.portal-user-container {
  padding: 0px 1rem;
  padding-top: 10vh;
  min-height: 100vh;
}

.portal-user__box {
  background-color: #03091E;
  width: 100%;
}

.portal-user-container h2 {
  font-size: 1.5rem;
}

.portal-user__box h4 {
  font-size: 1.2rem;
  text-align: center;
}

.portal-user__box-profileFoto {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background-image: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcST8OntGXNOOKGKhAHGCxsTPLDDqtiSOfZ6iRh_hs6dq80jf0xNIIjbBIy6GpttDXLjOfI&usqp=CAU');
  background-position: center;
  background-position-x: 55%;
  background-position-y: 30%;
}

.portal-user__card {
  background-color: #03091E;
  width: 100%;
  margin-right: 0rem;
  min-height: 600px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.portal-user__card-img {
  height: 12rem;
  background-position: center;
  background-size: cover;
}

.portal-user__btn {
  background-color: #F0C936;
  border-color: #F0C936;
  font-size: 14px;
  padding: 0.5rem 1rem;
  font-weight: 700;
  width: 100%;
}

.header-profile-res-close {
  font-size: 2.5rem;
}

.header-profile-res-menu {
  font-size: 2rem;
}

.portal-user__openTab {
  display: none;
  position: absolute;
  top: 66px;
  right: 0;
  width: 30%;
  background-color: #03091E;
  border: 1px solid #2A92E7;
}

@media screen and (max-width: 1200px) and (min-width: 990px) {
  #filtros-desk {
    display: flex;
  }
  
  #filtros-mobile {
    display: none;
  }

  .formacion-navbar {
    overflow-x: inherit;
    max-width: 100%;
  }
  .formacion-navbar li {
    min-width: inherit;
    width: inherit;
  }
  .campus-btn-secondary {
    background-color: transparent;
    color: #F0C936 !important;
    border: #F0C936 1px solid;
    outline: none;
    font-weight: 700;
    border-radius: 4px;
  }

  .solicitud-steps {
    display: none;
  }

  .solicitud-steps img {
    max-width: 100%;
  }
  
  .solicitud-steps-mobile {
    display: none;
  }
/*MATRICULATE*/

.solicitud__step div {
  background-color: #2A92E7;
  color: white;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.8rem;
}

.solicitud__step p {
  font-size: 0.9rem;
}

.ceie-link {
  color: #121F3D !important;
  text-decoration: none !important;
}

.matriculate__modal {
  background-color: white;
  padding: 2rem;
}

.matriculate__modal__text {
  max-height: 80vh;
  overflow-y: scroll;
}

.modal-content span {
  opacity: 0.8;
}

.modal {
  height: auto;
}

.active-circle {
  position: absolute;
  background-color: #F0C936;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 3px solid white;
  left: 0;
  top: 0;
  z-index: 10;
  transition: top .5s ease;
}

.active-circle2 {
  background-color: #F0C936;
  border: 0.2rem solid white;
  border-radius: 50%;
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
  z-index: 10;
  transition: left .5s ease;
}

.matriculate-steps {
  list-style: none;
  position: relative;
  background: url('../img/iconos/desk_puntos.svg') no-repeat;
  height: 231px !important;
  width: inherit;
  align-self: center;
  padding-left: 2.5rem;
  z-index: 2;
}

.matriculate__step {
  font-size: inherit;
  margin-top: 0 !important;
  flex: inherit;
  cursor: pointer;
  font-weight: 900;
}

.matriculate__info-icon {
  font-size: 1.2rem;
  margin-top: 0.3rem;
  color: #F0C936;
}

.matriculate__btn {
  background-color: #F0C936;
  font-size: 1rem;
}

.matriculate-check-label {
  max-width: 100%;
  font-size: 1rem !important;
}

.matriculate-ul {
  max-height: 40vh;
  overflow-y: scroll;
  margin: 0;
  padding: 0;
  padding-right: 1rem;
  padding-left: 2rem;
}

.matricula-pago-btn {
  background-color: #03091E !important;
  border: 1px solid #2186a7 !important;
  border-color: #2186a7;
  color: white;
  font-weight: 300;
  font-size: 1rem !important;
}

.matricula-pago-icon {
  margin-right: 1rem;
}

.matriculate__checkbox {
  font-size: 2rem;
}

.matriculate-li {
  width: 46%;
  padding: 0 !important;
  margin-bottom: 1.4rem;
}

.matriculate-selectCircle-show {
  background-color: white !important;
  border: 3px solid #2186a7 !important;
}

.matriculate-selectCircle {
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  background-color: transparent;
  border: 3px solid #2186a7;
  bottom: 0.5rem;
  right: 0.5rem;
}

.form-check-input[type=radio] {
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  border-radius: 8px !important;
}

.matriculate__input {
  border: 1px solid #F0C936;
  border-radius: 0px;
  height: 3rem;
  padding-left: 2rem;
  background-color: transparent;
  color: white;
}

.matriculate {
  position: relative;
  background-color: #121F3D;
}

.matriculate-siguiente {
  font-size: 16px;
  padding: 18px 88px;
  background-color: #F0C936;
  text-transform: uppercase;
  border-radius: 4px;
  color: white;
  border: 0;
  outline: none;
  font-weight: 700;
  margin-bottom: 20px;
  box-shadow: 0px 3px 6px;
}

.matriculate-atras {
  font-size: 16px;
  padding: 18px 88px;
  background-color: transparent;
  color: #F0C936 !important;
  border-radius: 4px;
  text-transform: uppercase;
  border: 1px solid #F0C936;
  outline: none;
  font-weight: 700;
  box-shadow: inherit;
}

.matriculate__container {
  color: #293133;
}

.matriculate__bg-img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 106%;
  opacity: 0.9;
}

.matriculate__logo {
  height: 68px;
  width: inherit !important;
  margin-bottom: 50px;
}

.matriculate p {
  font-size: 18px;
}

.matriculate h2 {
  font-size: 32px;
}

.matriculate h3 {
  font-size: 1.5rem;
}

.matriculate label {
  font-size: 1.2rem;
}

.matriculate input {
  outline: none;
  border-radius: 4px;
  border: 1px solid #2A92E7;
  background-color: #03091E;
  min-width: 2rem;
}

.matriculate textarea {
  outline: none;
  border-radius: 4px;
  border: 1px solid #2A92E7;
  background-color: #03091E;
}

.matriculate-bg {
  background-color: #0C1633;
  height: 100vh;
}


.portal-user__box {
  background-color: #03091E;
  width: 100% !important;
}

.escudo {
  font-size: 0.8rem;
}
/*PORTAL USUARIO*/

.btn-login-method {
  font-size: 0.8rem !important;
}

.portal-user__blueLine {
  height: 6px;
  border-radius: 2px;
  background-color: #2A92E7;
  width: 10%;
  margin: 0px 0px;
  margin-bottom: 1rem;
}

.portal-user__navbar-responsive {
  display: none;
}

.portal-user__navbar {
  background-color: #0C1633;
  min-height: 100vh;
  padding-top: 10vh;
  position: initial;
  bottom: 0;
  left: 0;
  display: block;
}

.portal-user__navbar-top {
  height: 60%;
}

.portal-user__navbar-option {
  cursor: pointer;
}

.portal-user__navbar-option-icon {
  width: 18%;
}

.portal-user-container {
  padding: 0px 5rem;
  padding-top: 10vh;
  min-height: 100vh;
  max-height: 88vh;
  overflow-y: scroll;
}

.portal-user-container h2 {
  font-size: 2rem;
}

.portal-user__box h4 {
  font-size: 1.5rem;
  text-align: left;
}

.portal-user__box {
  background-color: #03091E;
  width: 70%;
}

.portal-user__box-profileFoto {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-image: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcST8OntGXNOOKGKhAHGCxsTPLDDqtiSOfZ6iRh_hs6dq80jf0xNIIjbBIy6GpttDXLjOfI&usqp=CAU');
  background-position: center;
  background-position-x: 55%;
  background-position-y: 30%;
}

.portal-user__card {
  background-color: #03091E;
  width: 520px;
  margin-right: 3rem;
  min-height: 600px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}



.portal-user__btn {
  background-color: #F0C936;
  border-color: #F0C936;
  font-size: 14px;
  padding: 0.5rem 1rem;
  font-weight: 700;
  width: 40%;
}

.portal-user__openTab {
  display: none;
  position: absolute;
  top: 66px;
  right: 0;
  width: 30%;
  background-color: #03091E;
  border: 1px solid #2A92E7;
}
/*PORTAL USUARIO END */

  .menu-mobile {
    height: 8vh;
    width: 100vw;
    padding: 0px !important;
  }

  .menu-mobile img {
    width: 15vw;
    height: auto;
  }

  .header-profile-img {
    width: 2.5rem;
    height: 2.5rem;
    min-width: 2.5rem !important;
  }

  .header-profile-res-menu {
    font-size: 3rem;
  }

  .header-profile-res-close {
    font-size: 3rem;
  }

  .portal-user__openTab-res {
    height: calc(100vh - 8vh);
    position: fixed;
    top: 8vh;
    font-size: 2rem;
  }

  .portal-user__navbar-responsive {
    height: 92.5vh;
  }

  .portal-user__navbar-responsive-iconLink {
    width: 15%;
    margin-right: 1rem;
  }

  /* INICIO-SESION */

  .login-container {
    padding-top: 5vh;
  }

  .login-container label {
    font-size: 1.2rem;
  }

  .login-container button {
    font-size: 1.2rem;
  }

  .login-container p {
    font-size: 1.2rem;
  }

  .login-container input {
    font-size: 1.2rem;
  }

  .login-container h1 {
    font-size: 1.8rem;
  }

  .login-container h3 {
    font-size: 1.3rem;
  }

  .btn-principal-home {
    font-size: 0.8rem;
    
  }

  /*PROFESORADO*/
.profesorado_box {
  width: 45% !important;
  background-color: #03091e;
}

.profesorado_img {
  height: auto;
}

.profesorado_box img {
  max-width: 100%;
  height: 25vh;
  width: 20vh;
  max-height: 25rem;
  margin: 2rem 4rem;
}
}

/*PORTAL USUARIO END */
@media screen and (min-width: 1200px) {
.gracias-img {
  width: 70%;
}

.btn-temario h2 {
  font-size: 20px;
}

.modal-dialog2 {
  max-width: 75% !important;
}

.estado-card {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: #03091E;
  border-radius: 4px;
  padding: 1rem !important;
  color: white;
  width: 100%;
}

.portal-user__navbar-asignaturas {
  background-color: #0C1633;
  height: 100vh;
  padding-top: 10vh;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
}

.portal-user__navbar-asignaturas p {
  font-weight: 400 !important;
}

::-webkit-calendar-picker-indicator {
  filter: initial;
}
  
#filtros-desk {
  display: flex;
}

#filtros-mobile {
  display: none;
}

.filtros-item {
  width: fit-content;
}
.campus-checkbox {
  width: 1.5rem;
  height: 1.5rem;
}
.formacion-navbar {
  overflow-x: inherit;
  max-width: 100%;
}

.formacion-navbar li {
  min-width: inherit;
  width: inherit;
}
.oficial-escudo {
  min-width: 120px;
}

.solicitud-steps {
  display: none;
}

.solicitud-steps-mobile {
  display: none;
}

.solicitud-steps img {
  max-width: 100%;
}

.nav-link span {
  font-weight: 400;
  font-size: 1rem;
}

.solicitud-modal-btn1 {
  width: 40% !important;
}

.solicitud-modal-btn2 {
  width: 40% !important;
}

.buzon-box .form-group {
  width: 32.5%;
}

/*PROFESORADO*/
.profesorado_box {
  width: 48% !important;
  background-color: #03091e;
}

.profesorado_img {
  height: auto;
}

.profesorado_box img {
  max-width: 100%;
  height: 25vh;
  width: 20vh;
  max-height: 25rem;
  margin: 2rem 4rem;
}
  
/*CAMPUS - SOLICITUD DE DATOS*/
.solicitud input[type="radio"] {
  -webkit-appearance:none;
  width:20px;
  min-width: 20px;
  height:20px;
  border:1px solid #2A92E7;
  border-radius:50%;
  outline:none;
  box-shadow:0 0 5px 0px #2A92E7 inset;
}

input[type="radio"]:checked {
  background:#2A92E7;
}

#solicitud-0 {
  display: block;
  padding-top: 5rem;
}

#solicitud-1 {
  display: none;
  padding-top: 0;
}

#solicitud-2 {
  display: none;
  padding-top: 0;
}

#solicitud-3 {
  display: none;
  padding-top: 0;
}

#solicitud-4 {
  display: none;
  padding-top: 0;
}

#solicitud-5 {
  display: none;
  padding-top: 0;
}

#solicitud-modal {
  display: none;
}

.solicitud h2 {
  font-weight: 600;
}

#solicitud-modal__page {
  position: fixed;
  background-color: #293133;
  color: white;
  height: 100vh;
  width: 100vw;
  opacity: 0.5;
  top: 0;
  left: 0;
}

.solicitud-modal__modal {
  height: 45%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 4rem;
  opacity: 1;
  background-color: #293133;
  color: white;
}

.solicitud-modal__modal p {
  font-size: 1.2rem;
}

.solicitud {
  color: #293133;
  margin-right: 0;
  color: white;
  background-color: #121f3d;
  height: 100%;
  padding-top: 2rem;
}

.solicitud label {
  margin-bottom: 0;
  font-weight: 400;
}

.solicitudFile {
  width: 100%;
  display: none;
}

.solicitud p {
  font-size: 1rem;
  margin-bottom: 0;
}

#solicitud-x {
  display: none;
  color: white;
  font-size: 2rem;
}

#solicitud-menu {
  display: flex;
}

.solicitud .fa-xmark {
  font-size: 2rem;
  cursor: pointer;
}

.solicitud__steps {
  display: none;
  position: inherit;
  background-color: transparent;
  z-index: 4;
  width: 100%;
  left: 0;
  padding: 0.5rem;
  margin-top: 4rem;
  max-height: 5rem;
}

.solicitud-line {
  color: white;
  height: 2px;
  width: 100%;
  background-color: white;
  opacity: 0.4;
}

.solicitud h5 {
  font-weight: 600;
}

.solicitud h4 {
  font-weight: 600;
  opacity: 0.8;
  white-space: nowrap;
}

.solicitud-btn-1 {
  font-size: 14px;
  padding: 20px 62px;
  background-color: #F0C936;
  color: #03091E;
  border: 0;
  outline: none;
  font-weight: 700;
  border-radius: 4px;
}

.solicitud-btn-1:hover {
  text-decoration: none;
}

.solicitud-btn-2 {
  font-size: 14px;
  padding: 20px 62px;
  background-color: transparent;
  color: #F0C936 !important;
  border: #F0C936 1px solid;
  outline: none;
  font-weight: 700;
  border-radius: 4px;
}

.solicitud-btn-2:hover {
  color: white;
  text-decoration: none;
}

.solicitud-input-file {
  border: 1px solid #F0C936;
  width: 100%;
  height: 3rem;
  cursor: pointer;
  position: relative;
}

.solicitud-input-file p {
  color: #F0C936;
  font-weight: 400;
}

.solicitud-input-file input {
  position: absolute;
  left: 0;
  width: 100% !important;
  opacity: 0;
}

.solicitud-form-box {
  width: 30%;background-color: #03091e;
  color: #BCCFF1;
  font-weight: bold;
  border: #2A92E7 1px solid;
  border-radius: 0.25rem;
  padding: 8px 12px;
}

.solicitud-form-box input {
  background-color: #03091e;
  color: #FFFFFF;
  border-color: #03091e;
  box-shadow: none;
  outline: none;
  border: 0px;
}

.solicitud-form-box-dom {
  width: 100%;
  background-color: #03091e;
  color: #BCCFF1;
  font-weight: bold;
  border: #2A92E7 1px solid;
  border-radius: 0.25rem;
  padding: 8px 12px;
}

.solicitud-form-box-dom input {
  width: 60%;
  outline: none;
  background-color: #03091e;
  color: #FFFFFF;
  border-color: #03091e;
  box-shadow: none;
  border: 0px;
}

.solicitud__step div {
  background-color: #2A92E7;
  color: white;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
}

.solicitud__step p {
  font-size: 2rem;
}


/*COOKIES*/
.legal_question {
  font-size: 1.5rem;
}

.cookies {
  color: white;
  background-color: #03091E;
  border: 1px solid #1a497b;
  padding: 1rem;
  position: fixed;
  height: auto;
  width: 50%;
  bottom: 0;
  right: 0;
  z-index: 500;
  overflow-y: inherit;
}

.cookies .card {
  background-color: transparent;
}

.cookies button {
  color: white;
  font-weight: 600;
}

  /*FORMULARIO CONTACTO*/

  #f-0 {
    display: flex;
  }

  #f-1 {
    display: none;
  }

  #progress-line-0 {
    display: flex;
  }

  #progress-line-1 {
    display: none;
  }

  .razones h4 {
    font-size: 1.4rem !important;
  }

  .razones h1 {
    font-size: 2rem !important;
  }

  .razones h3 {
    font-size: 1.8rem !important;
  }

  .becas-table {
    border: 1px solid #2A92E7 !important;
    font-size: 1rem;
  }

  .gracias p {
    font-size: 1.4rem;
  }

  .legal h2 {
    font-size: 1.5rem;
  }

  .becas-table h4 {
    font-size: 1.3rem !important;
  }

  .contact-bar {
    position: fixed;
    top: 0;
    z-index: 20;
    background-color: #3A4A65;
    color: white;
    font-weight: 600;
    padding: 1rem 0;
  }

  .contact-bar p {
    font-size: 1rem;
  }

  .contact-bar img {
    width: 2rem;
  }

  .formulario-container .checkbox input:checked ~ label::after {
    content: '';
    width: 10px;
    height: 16px;
    position: absolute;
    left: 10px;
    top: 3px;
    transform: rotate(45deg);
    border: #2A92E7 solid;
    border-width: 0 3px 3px 0;
  }

  .gracias-matricula h1 {
    font-size: 48px;
  }

  .gracias-matricula h4 {
    font-size: 28px;
  }

  .gracias-matricula button {
    width: 40%;
  }

  /*BECAS*/

  .becas-box p {
    font-size: 1rem !important;
    font-weight: 200;
  }

  .becas-box strong {
    font-size: 1.5rem !important;
  }

  h1 {
  font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  .becas_container p {
    font-size: 1.2rem;
  }

  .becas-accordion .accordion .card {
    background-color: transparent !important;
    color: #FFFFFF;
    border: #2A92E7 1px solid;
    border-left: transparent 1px solid;
    border-right: transparent 1px solid;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
  }

  .becas-accordion .accordion .card .card-header {
    border-bottom: #2A92E7 1px solid;
  }

  .becas-accordion .accordion .card button {
    color: #FFFFFF;
    font-size: 1.5rem !important;
    font-weight: 400 !important;
    text-decoration: none;
    box-shadow: none;
    opacity: 1 !important;
    padding: 1rem 0.8rem;
  }

  .becas-accordion .curso button {
    height: 4rem;
  }

  .becas-accordion button h2 {
    font-size: 1.8rem;
  }

  .becas-accordion .accordion .card .card-body p {
    font-size: 12px;
  }

  .yellow-dot::before {
    content: '';
    background: #fcbe0b;
    position: absolute;
    top: 20px;
    left: 0;
    width: 12px;
    height: 12px;
    margin-right: 8px;
    border-radius: 50%;
  }

  .yellow-dot-small {
    position: relative;
    padding: 12px 20px;
    list-style-type: none;
  }

  .yellow-dot-small::before {
    content: '';
    background: #fcbe0b;
    position: absolute;
    top: 20px;
    left: 0;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    border-radius: 50%;
  }

/*admision*/
.admision-box {
  border: 2px solid #2A92E7;
  border-radius: 10px;
  padding: 2.5rem 1.5rem;
  background-color: #0C1633;
}

.admision-container .asignaturas table {
  color: #FFFFFF;
}

.admision-container .accordion .card {
  background-color: #0C1633;
  color: #FFFFFF;
  border: #2A92E7 1px solid;
  border-left: transparent 1px solid;
  border-right: transparent 1px solid;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
}

.admision-container .accordion .card button {
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: bold;
  height: 4rem;
  text-decoration: none;
  box-shadow: none;
}

.admision-container .accordion .card .card-body p {
  font-size: 1rem;
}

.admision-container .accordion .card .card-body h3 {
  font-size: 1.5rem;
}

.admision-container .accordion .card .card-body small {
  font-size: 16px;
  margin-bottom: 2rem;
}

.admision-container ul {
  margin-left: 2rem;
}

.back-blue {
  background-color: #2A92E7;
  position: absolute;
  right: 0;
  height: 100%;
  width: 50%;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}

.historias-container p {
  font-size: 1.2rem;
}

.btn-link collapsed > i {
  transition: 500ms ease-in-out;
}

.btn-link:not(.collapsed) > i {
  transform: rotate(180deg);
}

.cursos-container button {
  opacity: 0.5;
}

#nivel1 {
  display: block;
}

#nivel2 {
  display: none;
}

.opacity100 {
  opacity: 1 !important;
}

.progress-line__text {
  color: #2A92E7;
  font-weight: 800;
  opacity: 0.3;
}

.progress-line__circle {
  color: #2A92E7;
  background-color: #2A92E7;
  height: 25px;
  width: 25px;
  opacity: 0.3;
  border-radius: 50%;
}

.progress-line__line {
  color: #2A92E7;
  background-color: #2A92E7;
  height: 4px;
  opacity: 0.3;
  width: 100%;
}

.doble-photo-a {
  width: 60%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}

.doble-photo-b {
  width: 60%;
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  border-radius: 10px;
}

/*MATRICULATE*/

.ceie-link {
  color: #121F3D !important;
  text-decoration: none !important;
}

.matriculate__modal {
  background-color: white;
  padding: 2rem;
}

.matriculate__modal__text {
  max-height: 80vh;
  overflow-y: scroll;
}

.modal-content span {
  opacity: 0.8;
}

.modal-content {
  color: white !important;
  background-color: #0C1633;
}

.modal {
  height: auto;
}

.active-circle {
  position: absolute;
  background-color: #F0C936;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 3px solid white;
  left: 0;
  top: 0;
  z-index: 10;
  transition: top .5s ease;
}

.active-circle2 {
  background-color: #F0C936;
  border: 0.2rem solid white;
  border-radius: 50%;
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
  z-index: 10;
  transition: left .5s ease;
}

.matriculate-steps {
  list-style: none;
  position: relative;
  background: url('../img/iconos/desk_puntos.svg') no-repeat;
  height: 231px !important;
  width: inherit;
  align-self: center;
  padding-left: 2.5rem;
  z-index: 2;
}

.matriculate__step {
  font-size: inherit;
  margin-top: 0 !important;
  flex: inherit;
  cursor: pointer;
  font-weight: 900;
}

.matriculate__info-icon {
  font-size: 1.2rem;
  margin-top: 0.3rem;
  color: #F0C936;
}

.matriculate__btn {
  background-color: #F0C936;
  font-size: 1rem;
}

.matriculate-check-label {
  max-width: 100%;
  font-size: 1rem !important;
}

.matriculate-ul {
  max-height: 40vh;
  overflow-y: scroll;
  margin: 0;
  padding: 0;
  padding-right: 1rem;
  padding-left: 2rem;
}

.matricula-pago-btn {
  background-color: #03091E !important;
  border: 1px solid #2186a7 !important;
  border-color: #2186a7;
  color: white;
  font-weight: 300;
  font-size: 1rem !important;
}

.matricula-pago-icon {
  margin-right: 1rem;
}

.matriculate__checkbox {
  font-size: 2rem;
}

.matriculate-li {
  width: 46%;
  padding: 0 !important;
  margin-bottom: 1.4rem;
}

.matriculate-selectCircle-show {
  background-color: white !important;
  border: 3px solid #2186a7 !important;
}

.matriculate-selectCircle {
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  background-color: transparent;
  border: 3px solid #2186a7;
  bottom: 0.5rem;
  right: 0.5rem;
}

.form-check-input[type=radio] {
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  border-radius: 8px !important;
}

.matriculate__input {
  border: 1px solid #F0C936;
  border-radius: 0px;
  height: 3rem;
  padding-left: 2rem;
  background-color: transparent;
  color: white;
}

.matriculate {
  position: relative;
  background-color: #121F3D;
}

.matriculate-siguiente {
  font-size: 16px;
  padding: 18px 88px;
  background-color: #F0C936;
  text-transform: uppercase;
  border-radius: 4px;
  color: white;
  border: 0;
  outline: none;
  font-weight: 700;
  margin-bottom: 20px;
  box-shadow: 0px 3px 6px;
}

.matriculate-atras {
  font-size: 16px;
  padding: 18px 88px;
  background-color: transparent;
  color: #F0C936 !important;
  border-radius: 4px;
  text-transform: uppercase;
  border: 1px solid #F0C936;
  outline: none;
  font-weight: 700;
  box-shadow: inherit;
}

.matriculate__container {
  color: #293133;
  min-height: 100vh;
}

.matriculate__bg-img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 106%;
  opacity: 0.9;
}

.matriculate__logo {
  height: 68px;
  width: inherit !important;
  margin-bottom: 50px;
}

.matriculate p :not(.matricula-pago-btn) {
  font-size: 18px;
}

.matriculate h2 {
  font-size: 32px;
}

.matriculate h3 {
  font-size: 1.5rem;
}

.matriculate label {
  font-size: 1.2rem;
}

.matriculate input {
  outline: none;
  border-radius: 4px;
  border: 1px solid #2A92E7;
  background-color: #03091E;
}

.matriculate textarea {
  outline: none;
  border-radius: 4px;
  border: 1px solid #2A92E7;
  background-color: #03091E;
}

.matriculate-bg {
  background-color: #0C1633;
  height: 100vh;
  position: fixed;
  left: 0;
}

/*PORTAL USUARIO*/

.campus__docente {
  position: absolute;
  bottom: 36px;
  right: 38px;
}

.campus-page {
  background-color: #111E3C;
  max-height: 100vh;
  height: 100%;
  min-height: 100vh;
  overflow-y: scroll;
  color: white !important;
}

.campus-card {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: #03091E;
  border-radius: 4px;
  padding: 28px 36px !important;
  color: white;
  width: 100%;
}

.campus-btn {
  width: 20% !important;
}

.campus-btn-secondary {
  background-color: transparent;
  color: #F0C936 !important;
  border: #F0C936 1px solid;
  outline: none;
  font-weight: 700;
  border-radius: 4px;
}

.campus-arrow-back {
  width: 2rem;
}

.campus-page p {
  font-weight: 400 !important;
}

.campus-page a {
  font-weight: 400 !important;
}

.portal-user__blueLine {
  height: 6px;
  border-radius: 2px;
  background-color: #2A92E7;
  width: 10%;
  margin: 0px 0px;
  margin-bottom: 1rem;
}

.portal-user__navbar-responsive {
  display: none;
}

.portal-user__navbar {
  background-color: #0C1533;
  height: 100%;
  padding-top: 10vh;
  position: initial;
  bottom: 0;
  left: 0;
  display: block;
}

.portal-user__navbar-option {
  cursor: pointer;
}

.portal-user__navbar-option-icon {
  width: 18%;
}

.portal-user-container {
  padding: 0px 5rem;
  padding-top: 10vh;
  min-height: 100vh;
  max-height: 88vh;
  overflow-y: scroll;
}

.portal-user-container h2 {
  font-size: 2.5rem;
}

.portal-user__box h4 {
  font-size: 1.5rem;
  text-align: left;
}

.portal-user__box {
  background-color: #03091E;
  width: 70%;
}

.portal-user__box-profileFoto {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background-image: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcST8OntGXNOOKGKhAHGCxsTPLDDqtiSOfZ6iRh_hs6dq80jf0xNIIjbBIy6GpttDXLjOfI&usqp=CAU');
  background-position: center;
  background-position-x: 55%;
  background-position-y: 30%;
}

.portal-user__card {
  background-color: #03091E;
  width: 520px;
  margin-right: 3rem;
  min-height: 600px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.portal-user__btn {
  background-color: #F0C936;
  border-color: #F0C936;
  font-size: 14px;
  padding: 0.5rem 1rem;
  font-weight: 700;
  width: 40%;
}

.portal-user__openTab {
  display: none;
  position: absolute;
  top: 66px;
  right: 0;
  width: 20%;
  background-color: #03091E;
  border: 1px solid #2A92E7;
}
/*PORTAL USUARIO END */
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.content {
  padding-top: 100px;
  background-color: #121F3D;
  color: white;
}

/* HEADER ELEMENTS */
.menu-mobile {
  z-index: 100;
}

.menu-desk {
  display: none;
  z-index: 100;
}

@media screen and (min-width: 992px) {

::-webkit-scrollbar {
  display: none;
}

  /*ESTADO TFG*/

.estado_status {
  border: 1px solid #2A92E7;
  background-color: #03091E;
}

.estado_entrega {
  border: 1px solid #2A92E7;
  background-color: #03091E;
  padding: 0.7rem;
}

.estado_col-R {
  
}

.estado_col-L {
  
}

.estado_status_top {
  color: #03091E;
  background-color: #F0C936;
}

.estado-table {
  border: 1px solid #2A92E7 !important;
  font-size: 14px;
  max-width: 100vw;
  overflow-x: scroll;
  color: white;
  background-color: #03091E;
}

.estado-table button {
  margin: auto;
}

.estado-table th {
  text-align: center;
}

.estado-table td {
  border: 1px solid #2A92E7 !important;
  text-align: center;
}

.estado-table h4 {
  font-size: 18px !important;
}

/**/

.estado-table__td {
  border: 1px solid #2A92E7 !important;
}

  .pass-modal {
    color: white !important;
    z-index: 5;
    z-index: 1060 !important;
    background-color: #03091E;
  }

  .menu-mobile {
    display: none;
  }

  .admision_reserva_matricula__img {
    width: 100%;
    height: 100%;
  }

  .menu-desk {
    display: block;
  }

  .menu-desk .btn-principal-login {
    font-size: initial;
    line-height: initial;
  }

  .menu-desk form.input-group {
    width: initial;
  }
}

.menu-principal {
  background-color: #121F3D;
  color: #FFFFFF;
}

.btn-principal-login {
  background-color: #F0C936;
  border-color: #F0C936;
  padding: 0.5rem 1rem;
  font-size: 11px;
  font-weight: normal;
  border-radius: 6px !important;
}

.nav-link {
  color: #FFFFFF;
}
.nav-item:hover {
  background: #fcbe08;
  border-radius: 5px;
}
.nav-item:hover .nav-link {
    color: #212529 !important;
}

.navbar-toggler-icon-custom {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-close-icon {
  display: none;
  width: 1.6rem;
  background-image: url("/img/iconos/close.svg");
}

.input-search, .input-search:focus, .input-email, .input-email:focus {
  background-color: #03091E;
  color: #FFFFFF;
  border-color: #2A92E7;
}

.btn-search {
  background-color: #F0C936;
  border-color: #F0C936;
}

.btn-becas {
  display: flex;
  justify-content: center;
  font-weight: 600;
  text-decoration: none;
  background-color: #F0C936;
  border-color: #F0C936;
  box-shadow: none;
  width: 100%;
  border-radius: 8px !important;
  padding: 0.5rem 1rem;
  font-size: 1rem !important;
}

.btn-becas:hover {
  text-decoration: none;
}

.btn-principal-home {
  background-color: #F0C936;
  border-color: #F0C936;
  box-shadow: none;
  width: 100%;
  border-radius: 4px !important;
  padding: 16px 22px;
  font-size: 14px;
  border: 0px;
}

.btn-principal-home a {
  color: #03091E;
  font-weight: bold;
  text-decoration: none;
}

.search-result {
  background-color: #03091E;
  color: #FFFFFF;
  border: #2A92E7 1px solid;
  border-radius: 0.25rem;
  position: fixed;
  top: 20vh;
  width: 100%;
  height: calc(100% - 8vh);
  padding: 1rem;
  z-index: 200;
  display: none;
}

.search-result .bloque-resultado {
  border-bottom: #FFFFFF 1px solid;
  margin-bottom: 1rem;
}

.search-result p {
  max-width: 250px;
}

.search-result a {
  color: #FFFFFF;
  text-decoration: none;
}

.search-result a:hover {
  color: #2A92E7;
}

@media screen and (min-width: 992px) {
  .btn-principal-home {
    padding: 0.5rem 1rem;
  }
  .search-result {
    top: 66px;
    right: 0;
    width: 300px;
    height: initial;
    max-height: 500px;
    padding: 1rem;
    z-index: 200;
    display: none;
  }

  .search-result p {
    max-width: 250px;
  }
}

/* FOOTER ELEMENTS */
.footer p {
  font-size: 14px !important;
}

.footer .nav-link span {
  font-size: 14px !important;
}

.footer span {
  font-size: 14px !important;
}

.footer {
  background-color: #03091e;
  color: #FFFFFF;
  padding: 39px 24px;
}

.footer .row {
  max-width: 960px;
}

.footer-part1 {
  text-align: left;
}

.footer-part1 a {
  font-size: 31px;
  color: #FFFFFF;
}

.footer-part2 ul {
  list-style-type: none;
}

.footer-part2 ul li:nth-child(1) {
  border-left: solid 3px #2a92e7;
  font-size: 12px;
  margin-bottom: 16px;
}

.footer-part2 ul li:nth-child(2) {
  border-left: solid 3px #ff5a5a;
  font-size: 12px;
  margin: 16px 0;
}

.footer-part2 ul li:nth-child(3) {
  border-left: solid 3px #61c9ab;
  font-size: 12px;
  margin-bottom: 16px;
}

.footer-part2 ul li a {
  color: #FFFFFF;
  text-decoration: none;
}

.footer-part2 ul li a span {
  margin-left: 7px;
  width: 100%;
}

.footer-part2 ul li a i {
  font-size: 12px;
}

.footer-part3 iframe {
  border-color: transparent;
  height: 39px;
}

.footer-part4 {
  border-top: #BCCFF1 solid 1px;
}

.copyright {
  min-height: 56px;
  padding: 0.5rem 1rem;
}

.copyright span {
  display: block;
  min-height: 40px;
  padding: 0.5rem 1rem;
}

/* PAGE CONTENT */
/* imagenes */
.imagenes-container {
  background-color: #121f3d;
  color: #FFFFFF;
}

.imagenes-container .container {
  position: relative;
}

.imagenes .col-3 {
  padding: 0.5rem;
}

.imagenes .imagen {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

.imagenes .imagen img {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  object-fit: cover;
  object-position: 50% 0;
  position: absolute;
}

@media screen and (min-width: 992px) {
  .imagenes {
    position: absolute;
    width: 65%;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
  }

  .imagenes .row::before {
    content: '';
    background: linear-gradient(to right, #121f3d, transparent);
    position: absolute;
    width: 51%;
    height: 100%;
    z-index: 1;
  }

}

/* Escudos */
.formacion__escudo {
  min-width: 7rem;
}

.escudos-container {
  background-color: #121f3d;
  color: #FFFFFF;
}

.escudos .col-lg-4, .escudos .col-lg-3 {
  width: 100%;
  border-radius: 1rem;
  padding: 1rem;
  color: #03091E;
}

.escudos .background-yellow {
  background-color: #f0c65b;
  width: 100%;
  border-radius: 1rem;
  padding: 1rem;
}

.escudos .escudo-yellow {
  background: linear-gradient(rgba(240, 198, 91, .68), rgba(240, 198, 91, .68)) no-repeat right center;
  background-size: 85px;
  height: 85px;

}

.escudos .escudo img {
  width: 70px;
}

.escudos .background-blue {
  background-color: #bccff1;
  width: 100%;
  border-radius: 1rem;
  padding: 1rem;
}

.escudos .escudo-blue {
  background: linear-gradient(rgba(188, 207, 241, .68), rgba(188, 207, 241, .68)) no-repeat right center;
  background-size: 85px !important;
  height: 85px;
}

.escudos .background-green {
  background-color: #61c9ab;
  width: 100%;
  border-radius: 1rem;
  padding: 1rem;
}

.escudos .col-lg-3:nth-of-type(3) .escudo-green {
  background: linear-gradient(rgba(97, 201, 171, .68), rgba(97, 201, 171, .68)), url('../img/escudos/Maestro de Educación Infantil.png') no-repeat right center;
  background-size: 85px;
  height: 85px;
}

.escudos .col-lg-3:nth-of-type(4) .escudo-green {
  background: linear-gradient(rgba(97, 201, 171, .68), rgba(97, 201, 171, .68)), url('../img/escudos/Maestro de Educación Primaria.png') no-repeat right center;
  background-size: 85px;
  height: 85px;
}

.escudos .background-purple {
  background-color: #bba1ff;
  width: 100%;
  border-radius: 1rem;
  padding: 1rem;
}

.escudos .col-lg-4:nth-of-type(1) .escudo-purple {
  background: linear-gradient(rgba(187, 161, 255, .68), rgba(187, 161, 255, .68)), url('../img/escudos/Presencial.png') no-repeat right center;
  background-size: 85px;
  height: 85px;
}

.escudos .col-lg-4:nth-of-type(2) .escudo-purple {
  background: linear-gradient(rgba(187, 161, 255, .68), rgba(187, 161, 255, .68)), url('../img/escudos/Semipresencial.png') no-repeat right center;
  background-size: 85px;
  height: 85px;
}

.escudos .col-lg-4:nth-of-type(3) .escudo-purple {
  background: linear-gradient(rgba(187, 161, 255, .68), rgba(187, 161, 255, .68)), url('../img/escudos/Online.png') no-repeat right center;
  background-size: 85px;
  height: 85px;
}

.yellow-dot {
  position: relative;
  padding: 12px 20px;
  list-style-type: none;
}

.yellow-dot::before {
  content: '';
  background: #fcbe0b;
  position: absolute;
  top: 20px;
  left: 0;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  border-radius: 50%;
}

.yellow-dot-small ul {
  list-style-type: decimal;
  margin: 1rem 1rem;
}

.yellow-dot-small {
  position: relative;
  padding: 12px 20px;
  list-style-type: none;
}

.yellow-dot-small::before {
  content: '';
  background: #fcbe0b;
  position: absolute;
  top: 20px;
  left: 0;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
}

.ucjc-white iframe {
  filter:invert(100%);
  height: 57px;
}

.ministro img {
  height: 57px;
}

/* Experiencia */
.experiencia-container {
  background-color: #0C1633;
  color: #FFFFFF;
}

.experiencia-img {
  width: 70%;
}

.experiencia-img:nth-of-type(2) {
  right: 0;
  bottom: 0;
  z-index: 10;
}

.experiencia-img img {
  width: 100%;
  border-radius: 1rem;
}

/* Aprender */
.aprender-container {
  background-color: #121f3d;
  color: #FFFFFF;
}

.aprender-ilustration img {
  width: 100%;
}

/* Alumnos */
.alumnos-container {
  background-color: #0C1633;
  color: #FFFFFF;
}

.carousel {
  background-color: #24385b;
  border-radius: 1rem;
  margin-bottom: 50px;
}

.carousel-indicators {
  bottom: -60px;
}

.carousel-indicators li {
  background-color: #24385b;
  opacity: 1;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
}

.carousel-indicators .active {
  background-color: #2a92e7;
}

.foto-perfil {
  border-radius: 50%;
  width: 95px;
}

.carousel-btn {
  position: absolute;
  bottom: -10px;
  left: 0;
}

.carousel-control-prev {
  background-color: #0C1633;
  color: #2a92e7;
  border: #2a92e7 1px solid;
  border-radius: 0.5rem 0 0 0.5rem;
  width: 40px;
  height: 40px;
}

.carousel-control-next {
  background-color: #0C1633;
  color: #2a92e7;
  border: #2a92e7 1px solid;
  border-radius: 0 0.5rem 0.5rem 0;
  left: 50px;
  width: 40px;
  height: 40px;
}

/* OFERTA-ACADEMICA */
/* Orientacion */
.orientacion-container {
  background-color: #121f3d;
  color: #FFFFFF;
  position: relative;
}

.orientacion-container .container {
  position: relative;
}

.orientacion-video {
  width: 100%;
  border-radius: 1rem;
}

.btn-orientacion {
  position: absolute;
  bottom: -19px;
  width: calc(100% - 30px);
  left: 9%;
}

/* Escudos */
.escudos-container-white {
  background-color: #F3F3F3;
  color: #03091E;
}

/* Plataformas */
.plataformas-container {
  background-color: #F3F3F3;
  color: #03091E;
}


.btn-nuevo {
  width: 80px;
  font-size: 1rem;
  line-height: 1rem;
}

/* RAZONES PARA SER DOCENTE */
/* Razones */
.razones-container {
  background-image: linear-gradient(to right, #0C1633, #24385B);
  color: #FFFFFF;
}

.razones-container h3 {
  color: #F0C936;
}

/* Habla */
.habla-container {
  color: #03091E;
}

/* Historia */
.historias-container {
  background-color: #F3F3F3;
  color: #03091E;
}

.historia .historia-photo {
  width: 95px;
  height: 0;
  padding-bottom: 95px;
  position: relative;
}

.historia .historia-photo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: 50% 0;
  position: absolute;
}

.historia .historia-name a {
  color: #2A92E7;
}

/* PORTADA PSICOLOGIA */
/* Psicologia */
.panel-container {
  background-color: transparent;
  position: fixed;
  top: 150px;
  left: 0;
  z-index: 10;
}

.panel-container .panel .panel-option {
  position: relative;
}

.panel-container .panel .panel-option a {
  text-decoration: none;
  color: #FFFFFF;
  opacity: 0.6;
}

.panel-container .panel .panel-option a:hover, .panel-container .panel .panel-option:active {
  opacity: 100%;
}

.panel-container .panel .panel-option img {
  width: 28px;
}

@media screen and (max-width: 991.5px) {
  .orientacion-container h1 {
    font-size: 2rem;
  }

  .btn-orientacion {
    left: 10%;
    width: 80%;
  }

  .panel-container {
    background-color: #121F3D;
    width: 100%;
    position: fixed;
    top: initial;
    bottom: 53px;
  }

  .panel-container .panel .panel-option a {
    font-size: 0.5rem;
    padding: 0.5rem;
  }

  .panel-container .panel .panel-option img {
    width: 20px;
  }
}

.psicologia-container {
  background-color: #121F3D;
  color: #FFFFFF;
  position: relative;
}





@media screen and (min-width: 992px) {

  .psicologia-container .container {
    background-size: 50% auto !important;
  }

  .psicologia-container .container::before {
    content: '';
    background: linear-gradient(to right, #121F3D, transparent);
    position: absolute;
    width: 51%;
    height: 100%;
    top: 0;
    right: 0;
  }
}

/* Aprendizaje */
.aprendizaje-psicologia-container {
  background-color: #0C1633;
  color: #FFFFFF;
}

/* Diferencia */
.diferencia-psicologia-container {
  background-color: #121F3D;
  color: #FFFFFF;
}

/* Guia */
.guia-psicologia-container {
  background-color: #121F3D;
  color: #FFFFFF;
}

.guia-psicologia-container a {
  color: #2A92E7;
}

.becas-card {
  background-color: #121F3D;
  color: #FFFFFF;
  border: #2A92E7 1px solid;
  border-left: transparent 1px solid;
  border-right: transparent 1px solid;
  border-radius: 0;
  margin-bottom: 1rem;
}

.guia-psicologia-container .accordion .card {
  background-color: #121F3D;
  color: #FFFFFF;
  border: #2A92E7 1px solid;
  border-left: transparent 1px solid;
  border-right: transparent 1px solid;
  border-radius: 0;
  margin-bottom: 1rem;
}

.guia-psicologia-container .accordion .card button {
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  box-shadow: none;
}

/* Participar */
.participar-container {
  background-color: #121F3D;
  color: #FFFFFF;
}

.participar-container .form-group {
  background-color: #03091e;
  color: #BCCFF1;
  font-weight: bold;
  border: #2A92E7 1px solid;
  border-radius: 0.25rem;
  padding: 8px 12px;
}

.participar-container .form-group input {
  background-color: #03091e;
  color: #FFFFFF;
  border-color: #03091e;
  box-shadow: none;
}

.form-group textarea {
  background-color: #03091e;
  border-color: #03091e;
  box-shadow: none;
}

.form-group textarea:focus {
  background-color: #03091e !important;
  color: white;
}

/* Videos */
.videos-container {
  background-color: #121F3D;
  color: #FFFFFF;
}

/* TEMARIO PSICOLOGIA */
/* Plan de estudio */
.plan-estudio-container {
  background-color: #0C1633;
  color: #FFFFFF;
}

.plan-estudio-container .col-lg-6:nth-of-type(2) {
  background-color: #2A92E7;
}

/* Cursos */
.cursos-container {
  background-color: #121F3D;
  color: #FFFFFF
}

.cursos-container .cursos {
  border: #2A92E7 1px solid;
  border-left: transparent 1px solid;
  border-right: transparent 1px solid;
}

.cursos-container .curso button {
  background-color: transparent;
  color: #FFFFFF;
  box-shadow: none;
}

.cursos-container .asignaturas table {
  color: #FFFFFF;
}

.cursos-container .accordion .card {
  background-color: #0C1633;
  color: #FFFFFF;
  border: #2A92E7 1px solid;
  border-left: transparent 1px solid;
  border-right: transparent 1px solid;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
}

.cursos-container .accordion .card .card-header {
  border-bottom: #2A92E7 1px solid;
}

.cursos-container .accordion .card button {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: none;
}

.cursos-container .accordion .card .card-body p {
  font-size: 12px;
}

/* Proceso */
.proceso-admision-container {
  background-color: #0C1633;
  color: #FFFFFF;
}

/* PRECIO PSICOLOGIA */
/* Precios */
.precios-container {
  background-color: #121F3D;
  color: #FFFFFF
}

.metodo {
  opacity: 0.6;
}

.calculadoraToggle-img {
  width: 1.5rem !important;
  margin-left: 0.2rem;
}

.precios-container .precio {
  background-color: #0C1633;
  border: #2A92E7 3px solid;
  border-radius: 0.5rem;
  padding: 1rem;
  height: 100%;
}

.precios-container .precio .calculadoraToggle {
  color: #2A92E7;
  cursor: pointer;
}

.precios-container .calculadora {
  background-color: #0C1633;
  border: #2A92E7 3px solid;
  border-top: none;
  border-radius: 0 0 0.5rem 0.5rem;
  padding: 1rem;
  position: absolute;
  width: calc(100% - 30px);
  top: calc(100% - 30px);
  z-index: 10;
  display: none;
}

.precios-container .calculadora .radio-yellow {
  position: relative;
  padding-left: 1rem;
}

.precios-container .calculadora .radio-yellow input {
  display: none;
}

.precios-container .calculadora .radio-yellow label {
  color: #FFFFFF;
}

.precios-container .calculadora .radio-yellow label::before {
  content: '';
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  border: #F0C936 1px solid;
  border-radius: 50%;
}

.precios-container .calculadora .radio-yellow input:checked ~ label::before {
  background-color: #F0C936;
}

.input-precio, .input-precio:focus {
  background-color: #03091E;
  color: #FFFFFF;
  border-color: #F0C936;
}

.precios-container .metodos {
  border: #2A92E7 1px solid;
  border-left: transparent 1px solid;
  border-right: transparent 1px solid;
}

.precios-container .metodo button {
  background-color: transparent;
  color: #FFFFFF;
  box-shadow: none;
}

/* MAESTROS PSICOLOGIA */
/* Profesores */
.profesores-container {
  background-color: #121F3D;
  color: #FFFFFF;
}

/* Owl carousel */
.owl-item {
  background-color: #0C1633;
  border: #2A92E7 1px solid;
  border-radius: 0.5rem;
}

.owl-item img {
  border-radius: 0.5rem 0.5rem 0 0;
}

.owl-nav, .owl-dots {
  display: none;
}

/* MODALIDAD PSICOLOGIA */
/* Modalidad */
.modalidad-container {
  background-color: #0C1633;
  color: #FFFFFF;
}

.modalidad-container .escudos .col-lg-8 {
  width: 100%;
  border-radius: 1rem;
  padding: 1rem;
  color: #03091E;
}

.modalidad-container .escudos .background-purple {
  background-color: #BBA1FF;
  width: 100%;
  border-radius: 1rem;
  padding: 1rem;
}

.modalidad-container .escudos .col-lg-8 .escudo-purple {
  background: linear-gradient(rgba(187, 161, 255, .68), rgba(187, 161, 255, .68)), url('../img/escudos/Semipresencial.png') no-repeat right center;
  background-size: 85px;
  height: 85px;
}

.escudos .escudo img {
  width: 70px;
}

/* PRACTICAS PSICOLOGIA */
/* Practicas */
.practicas-container {
  background-color: #0C1633;
  color: #FFFFFF;
}

.practicas-container__column {
  min-width: 45%;
}

.practicas-container .dots {
  background-color: #2A92E7;
}

.practicas-container .accordion .card {
  background-color: #0C1633;
  color: #FFFFFF;
  border: #2A92E7 1px solid;
  border-left: transparent 1px solid;
  border-right: transparent 1px solid;
  border-radius: 0;
  margin-bottom: 1rem;
}

.practicas-container .accordion .card button {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  box-shadow: none;
}

/* ERROR 404 */
.error404-container {
  background-color: #121F3D;
  color: #FFFFFF;
  flex: 1 1 auto;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* INICIO SESION */
/* Login */
.login-container {
  background-color: #121F3D;
  color: #FFFFFF;
  flex: 1 1 auto;
  display: flex;
  width: 100vw;
  min-height: 100vh;
}

.login-container .container {
  margin-top: 6vh;
  background-color: #0C1633;
}

.login-container .login-form-dni {
  display: none;
}

.login-container .login-form-code {
  display: none;
}

.login-container .form-group {
  background-color: #03091e;
  color: #BCCFF1;
  font-weight: bold;
  border: #2A92E7 1px solid;
  border-radius: 0.25rem;
}

.login-container .form-group input {
  background-color: #03091e;
  color: #FFFFFF;
  border-color: #03091e;
  box-shadow: none;
}

.login-container .login-methods {
  border-top: #FFFFFF 1px solid;
}

.btn-login-method {
  background-color: transparent;
  color: #2A92E7!important;
  border: #2A92E7 1px solid;
  box-shadow: none!important;
}

.btn-secundario {
  background-color: transparent;
  color: #F0C936!important;
  border: #F0C936 1px solid;
  box-shadow: none!important;
  width: 100%;
  font-size: 14px;
}

.btn-secundario a {
  color: #F0C936!important;
  font-weight: bold;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}

/* Google login */
.google-login-container {
  display: none;
  flex: 1 1 auto;
}

/* FORMULARIO */
.formulario-container {
  background-color: #121F3D;
  color: #FFFFFF;
  flex: 1 1 auto;
  display: flex;
}

.formulario-container .form-group {
  background-color: #03091e;
  color: #BCCFF1;
  font-weight: bold;
  border: #2A92E7 1px solid;
  border-radius: 0.25rem;
}

.formulario-container .form-group input, .formulario-container .form-group select {
  background-color: #03091e;
  color: #FFFFFF;
  border-color: #03091e;
  box-shadow: none;
}

.formulario-container .radio-box {
  background-color: #03091e;
  color: #BCCFF1;
  font-weight: bold;
  border: #2A92E7 1px solid;
  border-radius: 0.25rem;
  padding: 1rem;
  margin-bottom: 1rem;
}

.formulario-container .radio-box input {
  display: none;
}

.formulario-container .radio-box label {
  color: #FFFFFF;
}

.formulario-container .radio-box label::before {
  content: '';
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  border: #2A92E7 1px solid;
  border-radius: 50%;
}

.formulario-container .radio-box input:checked ~ label::before {
  background-color: #2A92E7;
}

.formulario-container .select optgroup {
  color: #BCCFF1;
}

.formulario-container .select optgroup option {
  color: #FFFFFF;
}

.formulario-container .checkbox {
  padding-left: 3rem;
}

.formulario-container .checkbox input {
  display: none;
}

.formulario-container .checkbox label::before {
  content: '';
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  border: #2A92E7 1px solid;
  border-radius: 0.25rem;
}

.formulario-container .checkbox input:checked ~ label::after {
  content: '';
  width: 10px;
  height: 16px;
  position: absolute;
  left: 10px;
  top: calc(50% - 8px);
  transform: rotate(45deg);
  border: #2A92E7 solid;
  border-width: 0 3px 3px 0;
}


/* ADMISION */
/* arm */
.arm-container {
  background-color: #121F3D;
  color: #FFFFFF;
  position: relative;
  min-height: 40vh;
}

@media screen and (min-width: 992px) {

  .arm-container .container {
    background: url('../img/imagenes/pexels-photo-6140607-PhotoRoom (1).png') no-repeat right center;
    background-size: 50% auto;
  }

  .arm-container .container::before {
    content: '';
    background: linear-gradient(to right, #121F3D, transparent);
    position: absolute;
    width: 51%;
    height: 100%;
    top: 0;
    right: 0;
  }

  .arm-container .contenido {
    height: 30vh;
  }

  .arm-container .contenido::before {
    content: '';
    background: linear-gradient(to right, #121F3D, transparent);
    position: absolute;
    width: 51%;
    height: 100%;
    top: 0;
    right: 0;
  }
}

/* Admision */
.admision-container {
  background-color: #0C1633;
  color: #FFFFFF;
}

/* Proceso Admision */
.pasos-container {
  background-color: #121F3D;
  color: #FFFFFF
}

.pasos-container .niveles {
  border: #2A92E7 1px solid;
  border-left: transparent 1px solid;
  border-right: transparent 1px solid;
}

.pasos-container button {
  opacity: 0.5;
}

.pasos-container .nivel button {
  background-color: transparent;
  color: #FFFFFF;
  box-shadow: none;
}

.pasos-container .pasos table {
  color: #FFFFFF;
}

.pasos-container .accordion .card {
  background-color: #0C1633;
  color: #FFFFFF;
  border: #2A92E7 1px solid;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
}

.pasos-container .accordion .card .card-header {
  border-bottom: #2A92E7 1px solid;
}

.pasos-container .accordion .card button {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: none;
}

.pasos-container .accordion .card .card-body p {
  font-size: 1rem;
}

/* RESERVA */
/* Reserva */
.reserva-container {
  background-color: #121F3D;
  color: #FFFFFF;
}

.reserva-container .col-lg-6:nth-of-type(2) {
  background-color: #2A92E7;
}

.reserva-container table {
  color: #FFFFFF;
}

/* MATRICULA */
/* Matricula */
.matricula-container {
  background-color: #0C1633;
  color: #FFFFFF;
}

/* Cita */
.cita-container {
  background-color: #121F3D;
  color: #FFFFFF;
}

.cita-container .accordion .card {
  background-color: #0C1633;
  color: #FFFFFF;
  border: #2A92E7 1px solid;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
}

.cita-container .accordion .card .card-header {
  border-bottom: #2A92E7 1px solid;
}

.cita-container .accordion .card button {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: none;
}

/*
<?= $company['info']['becas_grado_info'] ?>
<?= $company['info']['becas_grado_solicitarBeca'] ?>
<?= $company['info']['becas_grado_contraprestacion'] ?>
<?= $company['info']['becas_grado_colaboracion_rendimiento'] ?>
<?= $company['info']['becas_grado_discapacidad'] ?>
<?= $company['info']['becas_grado_BI'] ?>
<?= $company['info']['becas_grado_ayuda_economica'] ?>
<?= $company['info']['beca_embajadores_ceie'] ?>
<?= $company['info']['becas_gradoOficial_ayudas'] ?>
*/