@charset "UTF-8";
/* Fonts */
@import url("addax_visor_font.css");
/* Main font */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("/gcss/fonts/open-sans-v28-latin-300.woff2") format("woff2"), url("/gcss/fonts/open-sans-v28-latin-300.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  src: local(""), url("/gcss/fonts/open-sans-v28-latin-300italic.woff2") format("woff2"), url("/gcss/fonts/open-sans-v28-latin-300italic.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("/gcss/fonts/open-sans-v28-latin-500.woff2") format("woff2"), url("/gcss/fonts/open-sans-v28-latin-500.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 500;
  src: local(""), url("/gcss/fonts/open-sans-v28-latin-500italic.woff2") format("woff2"), url("/gcss/fonts/open-sans-v28-latin-500italic.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: local(""), url("/gcss/fonts/open-sans-v28-latin-800.woff2") format("woff2"), url("/gcss/fonts/open-sans-v28-latin-800.woff") format("woff");
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("/gcss/fonts/oswald-v49-latin-300.woff2") format("woff2"), url("/gcss/fonts/oswald-v49-latin-300.woff") format("woff");
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/gcss/fonts/oswald-v49-latin-regular.woff2") format("woff2"), url("/gcss/fonts/oswald-v49-latin-regular.woff") format("woff");
}
/* Typography */
body {
  font-family: "Open Sans", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif !important;
}

body {
  font-size: 1.6rem;
}

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

h2 {
  color: #333333;
  font-size: 2.5rem;
  font-weight: 300;
}

h3 {
  color: #333333;
  font-size: 2.25rem;
  font-weight: 300;
}

h4 {
  color: #333333;
  font-size: 2rem;
  font-weight: 300;
}

h5 {
  color: #333333;
  font-size: 1.8rem;
  font-weight: 300;
}

h6 {
  color: #333333;
  font-size: 1.6rem;
  font-weight: 300;
}

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

a {
  color: #CA6C39;
}

a:hover {
  color: #DA7A46;
}

/* Especiales */
.big-title {
  font-size: 4.5rem;
  font-weight: bolder;
}

.hero-title {
  font-size: 6.8rem;
  font-weight: bolder;
  line-height: 6.8rem;
}

.titulo-resalte {
  font-weight: bolder;
  font-size: 3.75rem;
  color: #ADBC72;
}

.subtitulo-resalte {
  font-weight: normal;
  font-size: 2.75rem;
  color: #ADBC72;
}

.pre-titulo {
  font-size: 2rem;
  text-transform: uppercase;
}

.color-suave {
  color: #666666;
}

.color-blanco {
  color: #fff !important;
}

.lead {
  font-size: 2rem;
}

@media only screen and (max-width: 991px) {
  .hero-title {
    font-size: 4rem;
    line-height: 4rem;
  }
}
body {
  background-color: #81806F;
  background-image: url("/gimgs/dgm/dgm_bg.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;
  border-radius: 0;
}
.contenedor-general #contenido.container {
  max-width: 1170px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.mx-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.my-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.mx-120 {
  margin-left: 120px !important;
  margin-right: 120px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

.py-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.px-120 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

.ppt-5 {
  padding-top: 5% !important;
}

.ppb-5 {
  padding-bottom: 5% !important;
}

.ppl-5 {
  padding-left: 5% !important;
}

.ppr-5 {
  padding-right: 5% !important;
}

.ppy-5 {
  padding-top: 5% !important;
  padding-bottom: 5% !important;
}

.ppx-5 {
  padding-left: 5% !important;
  padding-right: 5% !important;
}

.ppt-10 {
  padding-top: 10% !important;
}

.ppb-10 {
  padding-bottom: 10% !important;
}

.ppl-10 {
  padding-left: 10% !important;
}

.ppr-10 {
  padding-right: 10% !important;
}

.ppy-10 {
  padding-top: 10% !important;
  padding-bottom: 10% !important;
}

.ppx-10 {
  padding-left: 10% !important;
  padding-right: 10% !important;
}

.ppt-15 {
  padding-top: 15% !important;
}

.ppb-15 {
  padding-bottom: 15% !important;
}

.ppl-15 {
  padding-left: 15% !important;
}

.ppr-15 {
  padding-right: 15% !important;
}

.ppy-15 {
  padding-top: 15% !important;
  padding-bottom: 15% !important;
}

.ppx-15 {
  padding-left: 15% !important;
  padding-right: 15% !important;
}

.ppt-20 {
  padding-top: 20% !important;
}

.ppb-20 {
  padding-bottom: 20% !important;
}

.ppl-20 {
  padding-left: 20% !important;
}

.ppr-20 {
  padding-right: 20% !important;
}

.ppy-20 {
  padding-top: 20% !important;
  padding-bottom: 20% !important;
}

.ppx-20 {
  padding-left: 20% !important;
  padding-right: 20% !important;
}

/* bootstrap flex */
.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.flex-row > [class*=col-] {
  display: flex;
  flex-direction: column;
}

/* alineación de containers */
.center-x {
  margin-left: auto !important;
  margin-right: auto !important;
}

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

.flex-container {
  display: flex !important;
}

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

.wc-100 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.wc-90 {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

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

.wc-50 {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.wc-30 {
  width: 30%;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 991px) {
  body {
    background-image: linear-gradient(146deg, #81806F 0%, #666557 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;
  }

  .rpx-1 {
    padding-left: 1%;
    padding-right: 1%;
  }

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

  .rwc-100 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .rwc-90 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

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

  .rwc-50 {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }

  .rwc-30 {
    width: 30%;
    margin-right: auto;
    margin-left: auto;
  }
}
/* Fondos grises */
.gris-5 {
  background-color: white;
}

.gris-10 {
  background-color: white;
}

.gris-15 {
  background-color: white;
}

.gris-20 {
  background-color: white;
}

.gris-25 {
  background-color: #f2f2f2;
}

.gris-30 {
  background-color: #e6e6e6;
}

.gris-35 {
  background-color: #d9d9d9;
}

.gris-40 {
  background-color: #cccccc;
}

.gris-45 {
  background-color: #bfbfbf;
}

.gris-50 {
  background-color: #b3b3b3;
}

.gris-55 {
  background-color: #a6a6a6;
}

.gris-60 {
  background-color: #999999;
}

.gris-65 {
  background-color: #8c8c8c;
}

.gris-70 {
  background-color: gray;
}

.gris-75 {
  background-color: #737373;
}

.gris-80 {
  background-color: #666666;
}

.gris-85 {
  background-color: #595959;
}

.gris-90 {
  background-color: #4d4d4d;
}

.gris-95 {
  background-color: #404040;
}

.gris-100 {
  background-color: #333333;
}

/* Colores textos */
.rojo,
p.rojo,
span.rojo {
  color: #e81f15;
}

.verde,
p.verde,
span.verde {
  color: #ADBC72;
}

.azul,
p.azul,
span.azul {
  color: #1557E8;
}

/* Navbar */
nav.header {
  padding-top: 15px;
  padding-bottom: 15px;
  min-height: 110px;
  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: 80px;
}

.header-logo {
  background-image: url("/gimgs/dgm/logo_dgm.png");
  background-size: contain;
  background-repeat: no-repeat;
  min-width: 101px;
  height: 41px;
  background-position: 50%;
  margin: auto;
}

.muni-nombre {
  color: #e0e0e0;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.75rem;
  text-align: left;
  padding-left: 10px;
  margin: auto 0;
  display: none;
}

.titulo-pagina {
  font-weight: 400;
  color: #CA6C39;
  font-size: 2.25rem;
  text-transform: uppercase;
  margin-top: 1rem;
  line-height: 2.5rem;
  border: none;
  margin-bottom: 15px;
  text-align: center;
}

/* Menu */
#menu-container {
  text-align: center;
}
#menu-container .menu-principal {
  color: #333333;
  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: #CA6C39;
  transition: color 0.1s ease-in;
}
#menu-container .dropdown ul {
  width: 300px;
}
#menu-container .dropdown ul li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: solid 1px #eee;
}
#menu-container .dropdown ul a {
  white-space: normal;
}

#login-info.logged {
  display: flex;
  margin-top: -15px;
  margin-bottom: -15px;
  min-height: 110px;
  background-color: #806A50;
}
#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: 600;
  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: #ADBC72;
  width: 100%;
  padding: 8px;
  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: #333333;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
  text-align: center;
  margin-right: 0px;
  margin-left: 0px;
  white-space: normal;
  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: #CA6C39;
  transition: color 0.1s ease-in;
}
.responsive_menu .dropdown-menu {
  width: 100%;
}
.responsive_menu .user_name_resp {
  background-color: #806A50;
  color: #fff !important;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}
.responsive_menu .dropdown-header {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
  text-align: center;
  text-transform: uppercase;
  border-bottom: solid 1px #eee;
  color: #CA6C39;
  margin-top: 1rem;
}

.responsive_menu {
  display: none;
}

.resp-menu {
  display: block;
  background-color: #ADBC72;
  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: #333333;
  transition: color 0.3s ease-out;
}
.user_menu_link:hover {
  text-decoration: none;
  transition: color 0.1s ease-in;
}

.motivo_inferior {
  content: "";
  height: 8px;
  background-color: #ADBC72;
}

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

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

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

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

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

  #menu-container {
    display: none;
  }

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

  .responsive_menu {
    display: block;
  }

  .resp-menu {
    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;
  }
}
.dark-row {
  background-color: #6E6E6E;
  background-image: linear-gradient(146deg, #6E6E6E 0%, #555555 100%);
  box-shadow: inset 0 22px 22px 0 rgba(0, 0, 0, 0.12);
}

footer {
  background-color: #44392C !important;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 50;
  margin-top: 50px;
}
footer p {
  color: #fff;
  font-size: 1.28rem;
}
footer .acces_btn {
  font-size: 2.2rem;
  padding: 0.5rem;
}
footer .acces_btn:hover, footer .acces_btn:focus {
  text-decoration: none;
}

@media only screen and (max-width: 991px) {
  footer {
    position: static;
  }
}
.tabla-lista > thead > tr > th {
  background-color: #6f8892 !important;
  font-weight: 500;
  width: 50%;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.6rem;
  border-bottom: 2px solid #ddd;
  text-align: center;
  padding: 15px 10px 5px 10px;
  vertical-align: middle;
}
.tabla-lista > tbody > tr {
  background-color: #fff;
  border-bottom: 1px solid #F2F4F6;
}
.tabla-lista > tbody > tr > td {
  font-size: 1.4rem;
  padding: 15px 10px;
  vertical-align: middle;
}
.tabla-lista .tramite-titulo {
  text-align: center;
}
.tabla-lista .tramite-titulo a {
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .tabla-lista > thead {
    display: none;
  }
  .tabla-lista tr {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 1rem;
    padding-bottom: 2rem;
  }
  .tabla-lista .tramite-titulo {
    text-align: left;
  }
}
/* Botones */
button,
.btn {
  font-size: 1.4rem;
}

.btn-primary,
.btn-catalogo,
#btnIniciarTramite {
  text-transform: uppercase;
  font-weight: 600;
  background-color: #ADBC72;
  color: #333;
  border-width: 2px;
  border-style: solid;
  border-color: #ADBC72;
  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: #bbc78a;
  border-color: #bbc78a;
  color: #333;
  transition: background-color 0.1s ease-in;
}

.btn-secondary,
#btnRegresarTramite {
  text-transform: uppercase;
  font-weight: 600;
  background-color: transparent;
  color: #806A50;
  border-width: 2px;
  border-style: solid;
  border-color: #806A50;
  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(128, 106, 80, 0.1);
  border-color: #806A50;
  color: #806A50;
  transition: background-color 0.1s ease-in;
}

.btn-resalte,
.btn-info {
  text-transform: uppercase;
  font-weight: 600;
  background-color: #0170B4;
  color: #fff;
  border-width: 2px;
  border-style: solid;
  border-color: #0170B4;
  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: #0186d8;
  border-color: #0186d8;
  color: #fff;
  transition: background-color 0.1s ease-in;
}

.btn-success {
  text-transform: uppercase;
  font-weight: 600;
  background-color: #5abb49;
  color: #333;
  border-width: 2px;
  border-style: solid;
  border-color: #5abb49;
  border-radius: 2px;
  padding: 10px 10px;
  text-decoration: none;
  transition: background-color 0.3s ease-out;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success:checked, .btn-success.active.focus, .btn-success.active:focus, .btn-success:active.focus, .btn-success:active:focus, .btn-success.active:hover, .btn-success:active:hover {
  background-color: #72c563;
  border-color: #72c563;
  color: #333;
  transition: background-color 0.1s ease-in;
}

.btn-blanco {
  text-transform: uppercase;
  font-weight: 600;
  background-color: transparent;
  color: #fff;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-radius: 2px;
  padding: 10px 10px;
  text-decoration: none;
  transition: background-color 0.3s ease-out;
}
.btn-blanco:hover, .btn-blanco:focus, .btn-blanco:active, .btn-blanco:checked, .btn-blanco.active.focus, .btn-blanco.active:focus, .btn-blanco:active.focus, .btn-blanco:active:focus, .btn-blanco.active:hover, .btn-blanco:active:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  color: #fff;
  transition: background-color 0.1s ease-in;
}

.btn-danger {
  text-transform: uppercase;
  font-weight: 600;
  background-color: transparent;
  color: #A31515;
  border-width: 2px;
  border-style: solid;
  border-color: #A31515;
  border-radius: 2px;
  padding: 10px 10px;
  text-decoration: none;
  transition: background-color 0.3s ease-out;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger:checked, .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger.active:hover, .btn-danger:active:hover {
  background-color: rgba(163, 21, 21, 0.1);
  border-color: #A31515;
  color: #A31515;
  transition: background-color 0.1s ease-in;
}

.btn-action {
  text-transform: uppercase;
  font-weight: 600;
  background-color: #ADBC72;
  color: #333;
  border-width: 2px;
  border-style: solid;
  border-color: #ADBC72;
  border-radius: 20px;
  padding: 10px 10px;
  text-decoration: none;
  transition: background-color 0.3s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 10px !important;
  font-size: 1.2rem;
}
.btn-action:hover, .btn-action:focus, .btn-action:active, .btn-action:checked, .btn-action.active.focus, .btn-action.active:focus, .btn-action:active.focus, .btn-action:active:focus, .btn-action.active:hover, .btn-action:active:hover {
  background-color: #bbc78a;
  border-color: #bbc78a;
  color: #333;
  transition: background-color 0.1s ease-in;
}
.btn-action .avf {
  font-size: 2.5rem;
}

.btn-group > .btn-action {
  display: inline-flex;
  border-radius: 0;
  margin-left: 1px;
  margin-right: 1px;
}
.btn-group > .btn-action:first-child {
  border-radius: 20px 0 0 20px;
}
.btn-group > .btn-action:last-child {
  border-radius: 0 20px 20px 0;
  padding: 2px 16px 2px 10px !important;
}
.btn-group > .btn-action:only-child {
  border-radius: 20px;
}

.btn_full {
  width: 100%;
}

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

.btn-lg {
  font-size: 1.75rem !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: #0170B4;
  color: #FFFFFF;
  transition: background-color 0.3s ease-out;
}
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus:hover {
  background-color: #0186d8;
  color: #FFFFFF;
  transition: background-color 0.1s ease-in;
}

.nav-justified > li > a {
  font-weight: 400;
  font-size: 1.4rem;
  border: 2px solid #01609b;
  margin-left: -4px;
  border-radius: 0;
  color: #0170B4;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  transition: background-color 0.3s ease-out;
}
.nav-justified > li > a:hover {
  background-color: rgba(1, 112, 180, 0.1);
  transition: background-color 0.1s ease-in;
}

.nav-justified > li:first-child > a {
  border-radius: 3px 0 0 3px;
}
.nav-justified > li:last-child > a {
  border-radius: 0 3px 3px 0;
}

@media only screen and (max-width: 991px) {
  .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;
  }
  .nav-justified > li:first-child > a {
    border-radius: 3px 3px 0 0;
  }
  .nav-justified > li:last-child > a {
    border-radius: 0 0 3px 3px;
  }
}
.swal2-popup.swal2-modal {
  font-size: 1.6rem;
}

.swal2-actions button {
  margin: 0.5rem;
}

/* 2025 09 22 - se devolvio al tema anterior */
