body {
  font-family: 'Open Sans Condensed', sans-serif;
}

.container-fluid {
  padding: 0 !important;
}

.swal2-styled.swal2-confirm {
  background-color: #093A7B !important;
}

.form {
  display: block;
  background: rgba(1, 54, 132, 0.8);
  background-image: url(./images/fondo.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  border-style: none;

  margin-bottom: 0px;
  border-radius: 0px;
  width: 100%;
  height: 800px;
  position: relative;
}

.form .overlay {
  position: absolute;
  background: rgba(1, 54, 132, 0.8);
  height: 800px;
}

.span-diploma-titulo {
  font-size: 72px;
  font-weight: 700;
  font-style: normal;
  line-height: 77px;
  padding-top: 30px;
}

.span-diploma-subtitulo {
  font-size: 26px;
  font-weight: 700;
  font-style: normal;
  padding-top: 30px;
}

.vcenter-item {
  display: flex;
  align-items: center;
}

.bg-overlay {
  background: rgba(255, 255, 255, 0.3);
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (min-width:1025px) {
  .div-diploma-titulo {
    padding-left: 110px;
    padding-top: 140px;
  }
}

@media (max-width:768px) {
  .span-diploma-titulo {
    font-size: 50px;
    font-weight: 700;
    font-style: normal;
    line-height: 30px;
    padding-top: 100px;
  }

  .div-diploma-titulo {
    padding-top: 5%;
  }

  .form {
    height: 1300px;
  }

  .form .overlay {
    height: 1300px;
  }

  .bootstrap-select .dropdown-menu-right .dropdown-menu {
    right: 0 !important;
    left: auto !important;
    width: 300px !important;
  }

/* Ajusta el tamaño del texto del menú desplegable */
.bootstrap-select .dropdown-menu li a {
  font-size: 10px;
  /* Cambia el tamaño del texto aquí */
}

/* Ajusta el tamaño del texto del optgroup */
.bootstrap-select .dropdown-menu .dropdown-header {
  font-size: 10px;
  /* Cambia el tamaño del texto del optgroup aquí */
  font-weight: bold;
  /* Puedes añadir otras propiedades CSS como bold */
}  

}

.modalLoading {
  display: none;
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, .8) url('https://i.imgur.com/Eyp0Mr6.gif') 50% 50% no-repeat;
}

body.loading {
  overflow: hidden;
}

body.loading .modalLoading {
  display: block;
}

  /* Alinear los íconos de check a la izquierda */
  .bootstrap-select .dropdown-menu .inner ul li .text {
    padding-left: 1em;
  }

  .bootstrap-select .dropdown-menu .inner ul li .check-mark {
    position: absolute;
    left: 0.5em;
  }
