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

body {
  font-size: 1.6rem;
}

h1 {
  color: #EF7E50;
  font-size: 3rem;
  font-weight: 400;
}

h2 {
  color: #020203;
  font-size: 2.5rem;
  font-weight: 400;
}

h3 {
  color: #020203;
  font-size: 2.25rem;
  font-weight: 400;
}

h4 {
  color: #020203;
  font-size: 2rem;
  font-weight: 400;
}

h5 {
  color: #020203;
  font-size: 1.8rem;
  font-weight: 400;
}

h6 {
  color: #020203;
  font-size: 1.6rem;
  font-weight: 400;
}

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

a {
  color: #845CA4;
}

a:hover {
  color: #BFA8D1;
}

/* 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: #EF7E50;
}

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

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

.color-suave {
  color: #2b2b40;
}

.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: #BFA8D1;
  background-image: url("/gimgs/catica/caticaBG.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: 10px;
}
.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: 3%;
  margin-right: 3%;
}

.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, #BFA8D1 0%, #a687bf 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: #f3f3f7;
}

.gris-10 {
  background-color: #e3e3ed;
}

.gris-15 {
  background-color: #d4d4e2;
}

.gris-20 {
  background-color: #c5c5d8;
}

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

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

.gris-35 {
  background-color: #9797ba;
}

.gris-40 {
  background-color: #8888af;
}

.gris-45 {
  background-color: #7878a5;
}

.gris-50 {
  background-color: #69699b;
}

.gris-55 {
  background-color: #5e5e8d;
}

.gris-60 {
  background-color: #54547d;
}

.gris-65 {
  background-color: #49496e;
}

.gris-70 {
  background-color: #3f3f5f;
}

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

.gris-80 {
  background-color: #2b2b40;
}

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

.gris-90 {
  background-color: #161622;
}

.gris-95 {
  background-color: #0c0c12;
}

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

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

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

.azul,
p.azul,
span.azul {
  color: #0098E6;
}

#header-nav {
  min-height: 125px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #EF7E50;
  box-shadow: 0 3px 16px rgba(8, 8, 8, 0.06);
  border-radius: 0;
  border: 0;
}

a.header-logo {
  display: flex;
  flex-direction: row;
  height: 95px;
  padding-top: 0;
  padding-bottom: 0;
}

#logo-container {
  display: block;
  min-width: 169px;
  height: 38px;
  background-image: url("/gimgs/catica/catica_blanco.png");
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 15px;
}

#titulo-container {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  font-weight: 400;
  color: #020203;
  font-size: 2rem;
  line-height: 2.5rem;
}

#site-main-menu > ul {
  display: flex;
  flex-direction: row;
  height: 95px;
  font-family: "Lato";
}
#site-main-menu > ul a.menu-principal,
#site-main-menu > ul a.dropdown-toggle {
  font-size: 1.6rem;
  font-weight: 900;
  color: #fff;
  transition: color 0.3s ease-out;
}
#site-main-menu > ul a.menu-principal:hover,
#site-main-menu > ul a.dropdown-toggle:hover {
  color: #f8d5c8;
  transition: color 0.1s ease-in;
}
#site-main-menu > ul > li {
  margin-top: auto;
  margin-bottom: auto;
}
#site-main-menu > ul > li:last-child > a {
  border-right: 0;
}
#site-main-menu > ul > li > ul {
  width: 100%;
}
#site-main-menu > ul > li.open > a {
  background-color: #EF7E50;
  color: #845CA4;
}
#site-main-menu > ul a.user_menu_link {
  font-family: "Lato";
  font-size: 1.6rem;
  font-weight: 900;
  color: #fff;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
#site-main-menu > ul a.user_menu_link:hover {
  color: #f8d5c8;
}
#site-main-menu .dropdown-menu {
  background-color: #EF7E50;
}
#site-main-menu .dropdown-menu .user_menu_link:hover {
  background-color: #ee7747;
}

.navbar-default .navbar-toggle {
  border: 0;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #fff;
}
.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar {
  background-color: #EF7E50;
}
.navbar-default .navbar-collapse {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #EF7E50;
}

.motivo_inferior {
  display: none;
}

@media only screen and (max-width: 768px) {
  a.header-logo {
    width: 80%;
  }

  #site-main-menu > ul {
    flex-direction: column;
    height: auto;
  }
  #site-main-menu > ul a.menu-principal,
#site-main-menu > ul a.dropdown-toggle {
    border-right: 0;
    font-size: 2rem;
    text-align: center;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
  #site-main-menu > ul a.user_menu_link {
    font-size: 2rem;
    text-align: center;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
}
.dark-row {
  background-color: #a78fb9;
  background-image: linear-gradient(146deg, #a78fb9 0%, #8e70a5 100%);
  box-shadow: inset 0 22px 22px 0 rgba(0, 0, 0, 0.12);
}

footer {
  background-color: #EF7E50 !important;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 50;
  margin-top: 50px;
}
footer p {
  color: #fff;
  font-size: 0.95rem;
}
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: #fff !important;
  font-weight: 600;
  width: 50%;
  color: #020203;
  font-size: 1.6rem;
  border-bottom: 2px solid #e4e4e4;
  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: #e4e4e4;
}
.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.6rem;
}

.btn-primary,
.btn-catalogo,
#btnIniciarTramite {
  font-weight: 900;
  background-color: #CEB613;
  color: #020203;
  border-width: 2px;
  border-style: solid;
  border-color: #CEB613;
  border-radius: 5px;
  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: #eacf1b;
  border-color: #eacf1b;
  color: #020203;
  transition: background-color 0.1s ease-in;
}

.btn-secondary,
#btnRegresarTramite {
  font-weight: 900;
  background-color: transparent;
  color: #020203;
  border-width: 2px;
  border-style: solid;
  border-color: #CEB613;
  border-radius: 5px;
  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(206, 182, 19, 0.1);
  border-color: #CEB613;
  color: #020203;
  transition: background-color 0.1s ease-in;
}

.btn-resalte,
.btn-info {
  font-weight: 900;
  background-color: #EF7E50;
  color: #020203;
  border-width: 2px;
  border-style: solid;
  border-color: #EF7E50;
  border-radius: 5px;
  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: #f29671;
  border-color: #f29671;
  color: #020203;
  transition: background-color 0.1s ease-in;
}

.btn-success {
  font-weight: 900;
  background-color: #42d33d;
  color: #020203;
  border-width: 2px;
  border-style: solid;
  border-color: #42d33d;
  border-radius: 5px;
  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: #5eda5a;
  border-color: #5eda5a;
  color: #020203;
  transition: background-color 0.1s ease-in;
}

.btn-blanco {
  font-weight: 900;
  background-color: transparent;
  color: #fff;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-radius: 5px;
  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 {
  font-weight: 900;
  background-color: transparent;
  color: #FE1D20;
  border-width: 2px;
  border-style: solid;
  border-color: #FE1D20;
  border-radius: 5px;
  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(254, 29, 32, 0.1);
  border-color: #FE1D20;
  color: #FE1D20;
  transition: background-color 0.1s ease-in;
}

.btn-action {
  font-weight: 900;
  background-color: #CEB613;
  color: #020203;
  border-width: 2px;
  border-style: solid;
  border-color: #CEB613;
  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: #eacf1b;
  border-color: #eacf1b;
  color: #020203;
  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.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: #CEB613;
  color: #020203;
  transition: background-color 0.3s ease-out;
}
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus:hover {
  background-color: #eacf1b;
  color: #020203;
  transition: background-color 0.1s ease-in;
}

.nav-justified > li > a {
  font-weight: 900;
  font-size: 1.6rem;
  border: 2px solid #b7a111;
  margin-left: -4px;
  border-radius: 0;
  color: #020203;
  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(206, 182, 19, 0.1);
  transition: background-color 0.1s ease-in;
}

.nav-justified > li:first-child > a {
  border-radius: 10px 0 0 10px;
}
.nav-justified > li:last-child > a {
  border-radius: 0 10px 10px 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: 10px 10px 0 0;
  }
  .nav-justified > li:last-child > a {
    border-radius: 0 0 10px 10px;
  }
}
.swal2-popup.swal2-modal {
  font-size: 1.6rem;
}

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

/* Catica 2023 11 20 */
