.login-container {
  max-width: 500px !important;
  float: right;
  margin-right: 5%;
}

.input-login-span {
  color: #006998;
  background-color: #fff;
  border: none;
  position: unset;
  font-size: 1.8rem !important;
  padding: 0;
  text-align: left;
}
.input-login-span .selectpicker {
  height: 50px;
}

.input-login {
  height: 50px;
  padding: 15px 6px;
  border: none;
  color: #333;
  font-size: 1.8rem;
  font-weight: 400;
  box-shadow: none;
}

.div-input {
  border: 1px solid #979797;
  border-radius: 2px;
}

@media only screen and (max-width: 960px) {
  .login-container {
    max-width: 100% !important;
    float: none;
    margin-right: 0;
    margin-left: 0;
  }
}
.bienvenida-container {
  max-width: 600px !important;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem !important;
}

@media only screen and (max-width: 960px) {
  .bienvenida-container {
    max-width: 100% !important;
    float: none;
    margin-right: 0;
    margin-left: 0;
    padding: 5rem !important;
  }
}
.carousel-tutorial {
  height: 350px;
}
.carousel-tutorial .carousel-tutorial-icon {
  display: block;
  width: 150px;
  margin: 0 auto;
}
.carousel-tutorial .carousel-tutorial-icon > svg .fill {
  fill: #006998;
}
.carousel-tutorial .carousel-inner {
  height: 100%;
}
.carousel-tutorial .carousel-caption {
  top: 110px;
  text-shadow: none;
}
.carousel-tutorial .carousel-caption > h3 {
  color: #006998;
}
.carousel-tutorial .carousel-caption > p {
  font-weight: 300;
}
.carousel-tutorial .carousel-indicators li {
  border: 0;
  background-color: rgba(0, 105, 152, 0.3);
  margin: 5px;
}
.carousel-tutorial .carousel-indicators li.active {
  border: 0;
  background-color: #006998;
  margin: 4px;
}
.carousel-tutorial .carousel-control {
  text-shadow: none;
  opacity: 1;
}
.carousel-tutorial .carousel-control.right, .carousel-tutorial .carousel-control.left {
  background-image: none;
}
.carousel-tutorial .carousel-control span::before {
  color: #006998 !important;
  font-size: 20px;
}

@media only screen and (max-width: 960px) {
  .carousel-tutorial .carousel-caption {
    left: 0;
    right: 0;
  }
  .carousel-tutorial .carousel-control.right {
    right: -40px;
  }
  .carousel-tutorial .carousel-control.left {
    left: -40px;
  }
}
.contenido_tramites {
  max-width: 1024px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 2rem 5rem 2rem;
}

.catalogo-card {
  margin-top: 35px;
  border-radius: 4px;
  overflow: hidden;
  /* transform: scale(1); */
  filter: brightness(1);
  transition: filter 0.5s ease;
}

.catalogo-card:hover{
  /* transform: scale(1.05); */
  filter: brightness(1.15);
  transition: filter 0.3s ease;
}

.catalogo-item a {
  text-decoration: none;
}

.titulo-tramite-catalogo {
  background-color: #14416c;
  height: 75px;
  padding: 5px 10px;
  display: flex;
}
.catalogo-card h4 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 30px;
  width: 100%;
}

.img-catalogo {
  height: 240px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.btn-catalogo {
  position: absolute;
  left: 10%;
  bottom: 5%;
  width: 80%;
}

.img-a {
  background-image: url("/gimgs/catalogo/msc_bienes_inmuebles.png");
}

.img-b {
  background-image: url("/gimgs/catalogo/msc_censos.png");
}

.img-c {
  background-image: url("/gimgs/catalogo/msc_construcciones.png");
}

.img-d {
  background-image: url("/gimgs/catalogo/msc_valoracion.png");
}

.img-e {
  background-image: url("/gimgs/catalogo/msc_catastro.png");
}

.img-f {
  background-image: url("/gimgs/catalogo/msc_ambiente.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .img-a {
    background-image: url("/gimgs/catalogo/msc_bienes_inmuebles@2x.png");
  }

  .img-b {
    background-image: url("/gimgs/catalogo/msc_censos@2x.png");
  }

  .img-c {
    background-image: url("/gimgs/catalogo/msc_construcciones@2x.png");
  }

  .img-d {
    background-image: url("/gimgs/catalogo/msc_valoracion@2x.png");
  }

  .img-e {
    background-image: url("/gimgs/catalogo/msc_catastro@2x.png");
  }

  .img-f {
    background-image: url("/gimgs/catalogo/msc_ambiente@2x.png");
  }
}

/* Firma digital pop-up */
.swal2-popup{
    min-width: 600px;
}

.swal2-popup .swal2-title{
    margin-top: 0.75rem;
    margin-bottom: 0;
}

/*# sourceMappingURL=home_SanCarlos.css.map */
