@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --blue: #1c3455;
  --blue-dark: #10263f;
  --purple: #29235c;
  --low-cian: #4598d4;
  --cian: #3470ae;
  --low-gray: #f4f5f5;
  --yellow: #fecd5c;
}


body {
  background-color: #f9f9f9;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

img {
  max-width: 100%;
}

footer {
  overflow: hidden;
}

.footer-info {
  background: var(--blue);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 300;
}

.footer-images {
  padding-top: 8px;
  padding-bottom: 8px;
}

.footer-images img {
  max-height: 100%;
}

.footer-images img {
  margin-left: 15px;
  margin-right: 15px;
  transform: translateX(-25px);
}

.bx-general {
  overflow: hidden;
  min-height: 70vh;
}

.login-bg {
  position: relative;
  overflow: hidden;
}

.login-bg img {
  position: absolute;
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.logo {
  width: 300px;
  display: block;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 50px;
}

h3.login-title {
  font-size: 3.5rem;
  color: var(--blue);
  font-weight: 700;
}

p.login-par {
  font-size: 1.2rem;
  color: var(--blue);
  line-height: 1.1;
}

.login-terms {
  color: var(--blue);
  font-weight: 700;
  font-size: 1.2rem;
}

.login-terms input {
  display: none;
  position: relative;
}

.login-terms input+label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border: 2px solid var(--blue);
  font-size: 12px;
  margin-right: 10px;
}

.login-terms input+label span {
  opacity: 0;
  transition: 300ms ease-in-out;
}

.login-terms input:checked+label span {
  opacity: 1;
  transition: 300ms ease-in-out;
}

.login-terms .underline {
  text-decoration: underline;
  cursor: pointer;
}

.bx-login form {
  padding-bottom: 100px;
}

.bx-login form a {
  display: block;
  text-align: center;
  color: var(--blue);
  font-size: 1rem;
  font-weight: 500;
}

.bx-login form button {
  background-color: var(--yellow);
  color: var(--blue);
  font-size: 1.05rem;
  font-weight: 700;
  padding: 5px 20px;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  transition: 300ms ease-in-out;
}

.bx-login form button:hover {
  background-color: var(--blue);
  color: var(--yellow);
  transition: 300ms ease-in-out;
}

header {
  width: 100%;
}

header .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--blue);
  color: #fff;
}

header .header .logo {
  width: 200px;
  margin-left: 30px;
  filter: brightness(10);
  margin-top: 10px;
  margin-bottom: 10px;

}

.header .right {
  line-height: 1.1;
}

.header .right .username {
  border-right: 1px solid #fff;
  width: auto;
}

.header .right .logout {
  padding-right: 30px;
  padding-left: 30px;
  align-items: center;
}

.header .right .logout a {
  color: #FFF;
  text-decoration: none;
}

.certificados-bx {
  margin-top: 50px;
  margin-bottom: 50px;
}

.certificados-bx span {
  color: var(--blue);
  font-size: 1.2;
  font-weight: 500;
}

.certificados-bx h3 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--blue);
  text-align: right;
  padding-right: 30px;
}

.certificados-bx p {
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--blue);
  padding-right: 30px;
  line-height: 1.2;
}

.certificados-bx .certificados {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 30px;
}

.certificados-bx .image-bx {
  position: relative;
}

.certificados-bx .image-bx .text {
  display: flex;
  justify-content: left;
  align-items: center;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 500;
  position: absolute;
  bottom: 50px;
  left: 20%;
}

.certificados-bx .image-bx .text img {
  width: 60px;
}

.certificados-bx .image-bx .text span {
  padding-left: 10px;
  color: #FFF;
}

.certificados-bx button {
  background-color: var(--blue);
  color: var(--low-gray);
  font-size: 1.05rem;
  font-weight: 700;
  padding: 5px 40px;
  border-radius: 15px;
  border: none;
}

.certificados-bx .docs {
  display: none;
}

.certificados-bx .docs a {
  color: var(--blue);
  font-size: 1.2rem;
  font-weight: 500;
}

/* Busqueda */

.busqueda-bx .banner-bx {
  height: 200px;
  background-color: var(--blue);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.busqueda-bx .banner-bx img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.busqueda-bx .foot-bar {
  width: 100%;
  color: var(--blue);
  background-color: var(--yellow);
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.3rem;
  font-weight: 600;
}

.busqueda-bx .container {
  padding-top: 100px;
  padding-bottom: 100px;
}

.busqueda-bx .busqueda-icon {
  float: right;
  margin-right: 40px;
}

.busqueda-bx table {
  margin-top: 30px;
  margin-bottom: 30px;
  color: var(--blue);
}

.busqueda-bx table tr td {
  padding: 10px;
  font-size: 1.3rem;
  text-align: left;
}

.busqueda-bx table span {
  color: #747474;
}

.busqueda-bx button {
  background-color: var(--cian);
  color: #FFF;
  padding: 8px 20px;
  border: none;
  border-radius: 15px;
  font-weight: 600;
  font-size: 1.2rem;
}

.busqueda-bx button i {
  padding-right: 10px;
}

.container {
  text-align: center;
}

.btn-blue {
  background-color: var(--cian);
  color: #FFF;
  padding: 8px 20px;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  font-size: 1.2rem;
  text-decoration: none;
}

.btn-blue:hover {
  background-color: var(--cian);
  color: #FFF;
  padding: 8px 20px;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  font-size: 1.2rem;
  text-decoration: none;
}

.btn-100 {
  display: block;
  width: 100%;
}

.design-five.card {

}

.design-five h4{
  margin-bottom: 0;
}

.boton-crediciti {
  background-color: var(--cian);
  color: #FFF;
  padding: 8px 20px;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  font-size: 1.2rem;
  text-decoration: none;
  transition: 300ms ease;
}

.boton-crediciti:hover {
  transition: 300ms ease;
  background-color: var(--blue);
  color: #FFF;
}

@media screen and (max-width: 900px) {
  .header .right .logout a span {
    display: none;
  }

  .header .right .username {
    display: none;
  }
}