@charset "UTF-8";
/* Fonts */
@import url("addax_visor_font.css");
/* Main font */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("/gcss/fonts/raleway-v26-latin-300.woff2") format("woff2"), url("/gcss/fonts/raleway-v26-latin-300.woff") format("woff");
}
@font-face {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 300;
  src: local(""), url("/gcss/fonts/raleway-v26-latin-300italic.woff2") format("woff2"), url("/gcss/fonts/raleway-v26-latin-300italic.woff") format("woff");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("/gcss/fonts/raleway-v26-latin-500.woff2") format("woff2"), url("/gcss/fonts/raleway-v26-latin-500.woff") format("woff");
}
@font-face {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 500;
  src: local(""), url("/gcss/fonts/raleway-v26-latin-500italic.woff2") format("woff2"), url("/gcss/fonts/raleway-v26-latin-500italic.woff") format("woff");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  src: local(""), url("/gcss/fonts/raleway-v26-latin-800.woff2") format("woff2"), url("/gcss/fonts/raleway-v26-latin-800.woff") format("woff");
}
/* Typography */
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif !important;
}

h1 {
  color: #006998;
  font-size: 3rem;
  font-weight: 500;
}

h2 {
  color: #333;
  font-size: 2.5rem;
  font-weight: 500;
}

h3 {
  color: #333;
  font-size: 2.25rem;
  font-weight: 500;
}

h4 {
  color: #333;
  font-size: 2rem;
  font-weight: 500;
}

h5 {
  color: #333;
  font-size: 1.8rem;
  font-weight: 500;
}

h6 {
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
}

p {
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
}

a {
  color: #ff671b;
}

a:hover {
  color: #fa8d29;
}

/* Especiales */
.titulo-resalte {
  font-weight: 800;
  font-size: 3.75rem;
  color: #006998;
}

.subtitulo-resalte {
  font-weight: 500;
  font-size: 2.75rem;
  color: #006998;
}

.color-suave {
  color: #666666;
}

body {
  background-color: #062c3d;
  background-image: url("/gimgs/munis/SanCarlos_BG4.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.contenedor-general {
  margin-bottom: 10vh;
}
.contenedor-general .cuerpo {
  margin-top: 2rem;
}
.contenedor-general #contenido {
  background-color: #fff;
  padding: 3rem 2rem 5rem 2rem;
  max-width: 1170px;
  border-radius: 4px;
}

.big-container {
  max-width: 100% !important;
  margin-left: 10%;
  margin-right: 10%;
}

.big-container-full{
  max-width: 100% !important;
  margin-left: 3%;
  margin-right: 3%;
}

.msg-container {
  max-width: 585px !important;
}

/* Márgenes predefinidos */
.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.center-x {
  margin-left: auto;
  margin-right: auto;
}

.center-y {
  margin-top: auto;
  margin-bottom: auto;
}

.medio-ancho {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 960px) {
  body {
    background-image: linear-gradient(146deg, #062c3d 0%, #010b0f 100%);
  }

  .big-container {
    max-width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding: 2% !important;
  }

  .big-container-full{
    max-width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding: 2% !important;
  }
}
/* Navbar */
nav.header {
  padding-top: 15px;
  padding-bottom: 0;
  min-height: 125px;
  border: 0;
  border-radius: 0;
  background-color: #fff;
  box-shadow: 4px 4px 8px 0 rgba(39, 43, 49, 0.15);
}

#logos {
  display: flex;
  flex-direction: row;
  height: 95px;
}

.header-logo {
  background-image: url("/gimgs/munis/SanCarlos_logo_header.png");
  background-size: cover;
  background-repeat: no-repeat;
  min-width: 188px;
  height: 85px;
  background-position: 0px 0px;
  margin: auto;
}

.muni-nombre {
  color: #006998;
  font-size: 1.6rem;
  text-align: left;
  padding-left: 10px;
  margin: auto 0;
  display: none;
}

.titulo-pagina {
  font-weight: 800;
  color: #006998;
  font-size: 2.75rem;
  text-transform: uppercase;
  margin-top: 1rem;
  line-height: 3.3rem;
  border: none;
  margin-bottom: 15px;
  text-align: center;
}

/* Menu */
#menu-container {
  text-align: center;
}
#menu-container .menu-principal {
  color: #333;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.6rem;
  margin-right: 0px;
  margin-left: 0px;
  white-space: nowrap;
  border-right: solid 1px #eee;
  text-decoration: none;
  padding: 10px;
  text-transform: uppercase;
  transition: color 0.3s ease-out;
}
#menu-container .menu-principal:hover {
  color: #ff671b;
  transition: color 0.1s ease-in;
}

#login-info.logged {
  display: flex;
  margin-top: -15px;
  margin-bottom: -15px;
  min-height: 125px;
  background-image: url("/gimgs/munis/sancarlos_motivo_bg.png");
}
#login-info.logged > .user_name {
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 30px;
  width: 100%;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 800;
  color: #fff;
}

.btn-group.user_menu {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.btn-group.user_menu > .dropdown {
  width: 100%;
}

.logged-menu {
  background-color: #F77D38;
  width: 100%;
  padding: 10px;
  text-align: center;
}

.responsive_menu {
  width: 100%;
}
.responsive_menu > .dropdown {
  width: 100%;
}
.responsive_menu a.menu-principal,
.responsive_menu a.user_menu_link {
  display: block;
  color: #333;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
  text-align: center;
  margin-right: 0px;
  margin-left: 0px;
  white-space: nowrap;
  text-decoration: none;
  padding: 10px;
  text-transform: uppercase;
  transition: color 0.3s ease-out;
}
.responsive_menu a.menu-principal:hover,
.responsive_menu a.user_menu_link:hover {
  color: #ff671b;
  transition: color 0.1s ease-in;
}
.responsive_menu .dropdown-menu {
  width: 100%;
}
.responsive_menu .user_name_resp {
  background-color: #006998;
  color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

.resp-menu {
  display: none;
  background-color: #006998;
  padding: 15px;
}

.user_menu > .dropdown > .dropdown-menu {
  width: 100%;
  padding: 10px;
}

.user_menu_link {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 3.5rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease-out;
}
.user_menu_link:hover {
  text-decoration: none;
  transition: color 0.1s ease-in;
}

.motivo_inferior {
  content: "";
  height: 5px;
  margin-top: 15px;
  background-color: #006998;
  background-image: url("/gimgs/munis/sancarlos_motivo.png");
}

@media only screen and (max-width: 960px) {
  nav.header {
    min-height: 250px;
  }

  #logos {
    flex-direction: column;
    height: auto;
  }

  .muni-nombre {
    text-align: center;
    margin-bottom: 2rem;
  }

  .header-logo {
    margin: auto auto 10px auto;
  }

  #login-info {
    display: none !important;
  }

  #menu-container {
    display: none;
  }

  .titulo-pagina {
    border: 0 !important;
  }

  .resp-menu {
    display: block;
    text-align: center;
  }

  #form {
    max-width: 100% !important;
  }

  .menu-principal {
    border-right: 0;
  }

  .dropdown-menu .btn {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .motivo_inferior {
    margin-top: 0;
  }
}
footer {
  background-color: #041c3c !important;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 50;
  margin-top: 50px;
}
footer p {
  color: #fff;
  font-size: 0.96rem;
}

@media only screen and (max-width: 960px) {
  footer {
    position: static;
  }
}
.tabla-lista > thead > tr > th {
  background-color: #fff !important;
  font-weight: 400;
  text-transform: uppercase;
  color: #333;
  font-size: 1.6rem;
  border-bottom: 2px solid #ddd;
  text-align: center;
  padding: 15px 10px 5px 10px;
  vertical-align: middle;
}

.tabla-lista > tbody > tr:nth-child(2n+1) {
  background-color: #fff;
}

.tabla-lista > tbody > tr:nth-child(2n) {
  background-color: #eee;
}

.tabla-lista > tbody > tr > td {
  font-size: 1.4rem;
  padding: 15px 10px;
  vertical-align: middle;
}

/* Botones */
.btn {
  font-size: 1.6rem;
}

.btn-primary,
.btn-catalogo,
#btnIniciarTramite {
  text-transform: uppercase;
  font-weight: 500;
  background-color: #006998;
  color: #fff;
  border-width: 2px;
  border-style: solid;
  border-color: #006998;
  border-radius: 2px;
  padding: 10px 10px;
  text-decoration: none;
  transition: background-color 0.3s ease-out;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:checked, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary.active:hover, .btn-primary:active:hover,
.btn-catalogo:hover,
.btn-catalogo:focus,
.btn-catalogo:active,
.btn-catalogo:checked,
.btn-catalogo.active.focus,
.btn-catalogo.active:focus,
.btn-catalogo:active.focus,
.btn-catalogo:active:focus,
.btn-catalogo.active:hover,
.btn-catalogo:active:hover,
#btnIniciarTramite:hover,
#btnIniciarTramite:focus,
#btnIniciarTramite:active,
#btnIniciarTramite:checked,
#btnIniciarTramite.active.focus,
#btnIniciarTramite.active:focus,
#btnIniciarTramite:active.focus,
#btnIniciarTramite:active:focus,
#btnIniciarTramite.active:hover,
#btnIniciarTramite:active:hover {
  background-color: #0082bc;
  border-color: #0082bc;
  color: #fff;
  transition: background-color 0.1s ease-in;
}

.btn-secondary,
#btnRegresarTramite {
  text-transform: uppercase;
  font-weight: 500;
  background-color: transparent;
  color: #006998;
  border-width: 2px;
  border-style: solid;
  border-color: #006998;
  border-radius: 2px;
  padding: 10px 10px;
  text-decoration: none;
  transition: background-color 0.3s ease-out;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:checked, .btn-secondary.active.focus, .btn-secondary.active:focus, .btn-secondary:active.focus, .btn-secondary:active:focus, .btn-secondary.active:hover, .btn-secondary:active:hover,
#btnRegresarTramite:hover,
#btnRegresarTramite:focus,
#btnRegresarTramite:active,
#btnRegresarTramite:checked,
#btnRegresarTramite.active.focus,
#btnRegresarTramite.active:focus,
#btnRegresarTramite:active.focus,
#btnRegresarTramite:active:focus,
#btnRegresarTramite.active:hover,
#btnRegresarTramite:active:hover {
  background-color: rgba(0, 105, 152, 0.1);
  border-color: #006998;
  color: #006998;
  transition: background-color 0.1s ease-in;
}

.btn-resalte,
.btn-info {
  text-transform: uppercase;
  font-weight: 500;
  background-color: #F77D38;
  color: #fff;
  border-width: 2px;
  border-style: solid;
  border-color: #F77D38;
  border-radius: 2px;
  padding: 10px 10px;
  text-decoration: none;
  transition: background-color 0.3s ease-out;
}
.btn-resalte:hover, .btn-resalte:focus, .btn-resalte:active, .btn-resalte:checked, .btn-resalte.active.focus, .btn-resalte.active:focus, .btn-resalte:active.focus, .btn-resalte:active:focus, .btn-resalte.active:hover, .btn-resalte:active:hover,
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info:checked,
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info.active:hover,
.btn-info:active:hover {
  background-color: #f8935a;
  border-color: #f8935a;
  color: #fff;
  transition: background-color 0.1s ease-in;
}

.btn_full {
  width: 100%;
}

.btn-sm {
  font-size: 1.2rem !important;
  padding: 7.5px 7.5px !important;
}

.btn-lg {
  font-size: 2rem !important;
  padding: 12.5px 12.5px !important;
}

/* Navs */
.container-fluid .nav-justified {
  margin: 4rem auto;
}

.nav-justified {
  width: 60%;
  display: flex;
}
.nav-justified > li {
  display: flex;
  flex: 1;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus {
  background-color: #F77D38;
  color: #FFFFFF;
  border-radius: 0;
  transition: background-color 0.3s ease-out;
}
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus:hover {
  background-color: #f8935a;
  color: #FFFFFF;
  transition: background-color 0.1s ease-in;
}

.nav-justified > li > a {
  font-weight: 400;
  border: 2px solid #f66d1f;
  margin-left: -4px;
  color: #f66d1f;
  border-radius: 0;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease-out;
}
.nav-justified > li > a:hover {
  background-color: rgba(247, 125, 56, 0.1);
  transition: background-color 0.1s ease-in;
}

@media only screen and (max-width: 960px) {
  .nav-justified {
    width: 100%;
  }
}
@media only screen and (max-width: 720px) {
  .nav-justified {
    display: block;
  }
  .nav-justified > li:first-child > a {
    margin-left: -2;
  }

  .nav-justified > li {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
    margin-top: -2px;
  }
}

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