* {
  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: 300 !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: 0.4s;
  transition: 0.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: 0.4s;
  transition: 0.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 0.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 0.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 0.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 0.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 0.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;
  overflow: hidden; /* x+y juntos: evita scroll y propio que aparecía con overflow-x: hidden (la y se vuelve auto) */
  position: relative; /* contexto de posicionamiento para .imagenes (ancla a borde viewport) */
}

.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;
}

.imagenes .row {
  margin-left: 0;
  margin-right: 0;
}

.imagenes .col-12 {
  padding-left: 0;
  padding-right: 0;
}

.imagenes .imagen-global {
  width: 100%;
  height: auto;
  border-radius: 1rem 0 0 1rem;
  display: block;
}

/* Imagen única en mobile (full-bleed hasta el borde derecho del viewport) */
.imagen-mobile {
  display: block;
  width: calc(100vw - 0.5rem + 1.5rem) !important;
  max-width: none !important;
  margin-left: -7px;
  height: auto;
  border-radius: 1rem 0 0 1rem;
}
@media (min-width: 576px) {
  .imagen-mobile {
    margin-left: calc(263px - 50vw);
  }
}
@media (min-width: 768px) {
  .imagen-mobile {
    margin-left: calc(353px - 50vw);
  }
}

@media screen and (min-width: 992px) {
  /* Imagen original 1920x1358 (ratio 1.414). A 55vw, alto = 55vw * 1358/1920.
     La imagen invade ~5vw el bloque de texto (col-lg-6 = 50%) con el degradado
     izquierdo difuminando ese solape sobre el fondo navy. */
  .imagenes-container {
    min-height: calc(55vw * 1358 / 1920 + 6rem);
  }

  .imagenes {
    position: absolute;
    width: 65vw;
    right: 0;
    top: 4rem;
  }

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

/* === HOME: spacing tighter & larger text === */
.imagenes-container,
.escudos-container,
.experiencia-container,
.aprender-container,
.alumnos-container {
  font-size: 1.05rem;
}

.imagenes-container > .container,
.escudos-container > .container,
.experiencia-container > .container,
.aprender-container > .container {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

@media (min-width: 992px) {
  .imagenes-container > .container,
  .escudos-container > .container,
  .experiencia-container > .container,
  .aprender-container > .container {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
}

/* Reducir margen lateral en escritorio: ensanchar max-width manteniendo el
   container CENTRADO en TODAS las secciones home (mismo trato para todos). */
@media (min-width: 992px) {
  .imagenes-container > .container,
  .escudos-container > .container,
  .experiencia-container > .container,
  .aprender-container > .container,
  .alumnos-container > .container {
    max-width: 1100px !important;
  }
}

@media (min-width: 1200px) {
  .imagenes-container > .container,
  .escudos-container > .container,
  .experiencia-container > .container,
  .aprender-container > .container,
  .alumnos-container > .container {
    max-width: 1400px !important;
  }
}

@media (min-width: 1400px) {
  .imagenes-container > .container,
  .escudos-container > .container,
  .experiencia-container > .container,
  .aprender-container > .container,
  .alumnos-container > .container {
    max-width: 1700px !important;
  }
}

/* Extra top padding on first section so the H1 doesn't hide under the fixed header.
   En mobile el .content ya añade 100px arriba; con 1.5rem hay un gap visible de ~58px desde el header. */
.imagenes-container > .container {
  padding-top: 1.5rem !important;
}

@media (min-width: 992px) {
  .imagenes-container > .container {
    padding-top: 4rem !important;
    padding-bottom: 2rem !important;
  }
}

.imagenes-container h1.mb-lg-5 {
  margin-bottom: 1.25rem !important;
}

/* Tipografía más grande en el bloque hero (primera sección) */
.imagenes-container h1 {
  font-size: 2rem;
  line-height: 1.15;
  word-wrap: break-word;
}
.imagenes-container .col-lg-6 > p {
  font-size: 1.1rem;
  line-height: 1.55;
  font-weight: 600;
}
.imagenes-container h1 {
  font-weight: 700;
}
/* Separación del CTA "Acelera tu carrera profesional" y el form */
.imagenes-container .home-cta-lead {
  margin-top: 2rem !important;
}
@media (min-width: 992px) {
  .imagenes-container .home-cta-lead {
    margin-top: 2.5rem !important;
  }
}
.imagenes-container .input-email,
.imagenes-container .input-email::placeholder {
  font-weight: 500;
}
.imagenes-container .input-email {
  font-size: 1.05rem;
  height: calc(1.5em + 0.9rem + 2px);
}
.imagenes-container .btn-principal-home {
  font-size: 1.05rem;
  padding: 0.6rem 1.2rem;
}

@media (min-width: 992px) {
  .imagenes-container h1 {
    font-size: 3rem;
  }
  .imagenes-container .col-lg-6 > p {
    font-size: 1.1rem;
  }
  .imagenes-container .input-email,
  .imagenes-container .btn-principal-home {
    font-size: 1.05rem;
  }
}

.imagenes-container .mb-5 {
  margin-bottom: 0.75rem !important;
}

.imagenes-container .mb-3 {
  margin-bottom: 0.5rem !important;
}

/* Evitar scroll horizontal por desbordamientos puntuales (swiper, etc.) */
.escudos-container,
.experiencia-container,
.aprender-container,
.alumnos-container {
  overflow: hidden;
}

/* Ocultar artefactos vacíos de Odoo mail-quote que generan espaciado fantasma */
[data-o-mail-quote] {
  display: none !important;
}

/* === Header shadow más fuerte === */
header.shadow,
#header1.shadow,
#header2.shadow {
  box-shadow: 0 0.85rem 1.75rem rgba(0, 0, 0, 0.4) !important;
}

/* 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, 0.68),
      rgba(240, 198, 91, 0.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, 0.68),
      rgba(188, 207, 241, 0.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, 0.68),
      rgba(97, 201, 171, 0.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, 0.68),
      rgba(97, 201, 171, 0.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, 0.68),
      rgba(187, 161, 255, 0.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, 0.68),
      rgba(187, 161, 255, 0.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, 0.68),
      rgba(187, 161, 255, 0.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) {
  .content {
    padding-top: 60px;
  }

  .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, 0.68),
      rgba(187, 161, 255, 0.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'] ?>
*/
