/*  CSS - Document - FONTS  */
@font-face {
  font-family: 'inter';
  src: url("/recursosWeb/epstpa/fonts/inter-regular.eot");
  src: url("/recursosWeb/epstpa/fonts/inter-regular.eot?#iefix") format("embedded-opentype"), url("/recursosWeb/epstpa/fonts/inter-regular.woff2") format("woff2"), url("/recursosWeb/epstpa/fonts/inter-regular.woff") format("woff"), url("/recursosWeb/epstpa/fonts/inter-regular.ttf") format("truetype"), url("/recursosWeb/epstpa/fonts/inter-regular.svg#interregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'lexend';
  src: url("/recursosWeb/epstpa/fonts/lexend.eot");
  src: url("/recursosWeb/epstpa/fonts/lexend.eot?#iefix") format("embedded-opentype"), url("/recursosWeb/epstpa/fonts/lexend.woff2") format("woff2"), url("/recursosWeb/epstpa/fonts/lexend.woff") format("woff"), url("/recursosWeb/epstpa/fonts/lexend.ttf") format("truetype"), url("/recursosWeb/epstpa/fonts/lexend.svg#lexend") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

h1, .cH1 {
  font-family: Inter;
  font-size: 45px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

h2, .cH2 {
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h3, .cH3 {
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

p {
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.pT {
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 24px;
}

/*------------------------------------------------------------------
    1.Body/Typography 
    2.Reset
    3.General
    4.Header     
    5.Main
    6.Footer
    7.Buttons
    8.Form
    9.Table
    10.Pagination
    11.Slider
    12.Modal
------------------------------------------------------------------*/
/* Variables */
/*  CSS - Document - VARIABLES  */
/*  CSS - Document - TOOLS  */
.relative {
  position: relative;
}

input[type=search]::-moz-placeholder {
  font-size: 0.6667rem;
}

input[type=search]::placeholder {
  font-size: 0.6667rem;
}

input[type=email]::-moz-placeholder {
  color: #495C89;
  font-size: 1rem;
}

input[type=email]::placeholder {
  color: #495C89;
  font-size: 1rem;
}

.inter {
  font-family: "inter";
}

.lexend {
  font-family: "lexend";
}

.white {
  background-color: #ffffff;
}

.grey50 {
  background-color: #fbfbfd;
}

.grey100 {
  background-color: #f6f6f8;
}

.grey200 {
  background-color: #f1f1f4;
}

.grey300 {
  background-color: #e7e7e9;
}

.grey400 {
  background-color: #c5c5c7;
}

.grey500 {
  background-color: #a7a7a9;
}

.grey600 {
  background-color: #7d7d7d;
}

.grey700 {
  background-color: #69696a;
}

.grey800 {
  background-color: #49494b;
}

.grey90 {
  background-color: #272727;
}

.black {
  background-color: #000000;
}

.primary {
  background-color: #0019a0;
}

.yellow50 {
  background-color: #fdf8e8;
}

.yellow100 {
  background-color: #f2c94c;
}

.blue50 {
  background-color: #eeeefe;
}

.blue100 {
  background-color: #5458f7;
}

.red50 {
  background-color: #fdeeee;
}

.red100 {
  background-color: #eb5757;
}

.green50 {
  background-color: #e5faf5;
}

.green100 {
  background-color: #00cc99;
}

.fondo {
  background-color: #f2f5fa;
}

.trans {
  background-color: transparent;
}

.mr11 {
  margin-right: 11px;
}

.mr32 {
  margin-right: 32px;
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-collapse {
    display: -ms-none !important;
    display: none !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
/*-----------------------------------
    1.Body/Typography
-----------------------------------*/
html {
  font-size: 18px;
}

body {
  background: #ffffff;
  font-family: "inter";
  font-family: "inter";
  font-size: 18px;
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 18px;
  font-family: "inter";
  font-size: 1rem;
  line-height: 1.33333rem;
}
p:last-child {
  margin-bottom: 24px;
}
p strong {
  font-weight: 600;
}

img {
  font-size: 0.6667rem;
  line-height: 0.8889rem;
}

/* ----- FIN Body/Typography -----*/
/*-----------------------------------
    2.Reset
-----------------------------------*/
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none;
}

code, kbd, samp, pre, tt, var, textarea, input, select, isindex, listing, xmp, plaintext {
  font: inherit;
  font-size: 1rem;
  white-space: normal;
}

dfn, i, cite, var, address, em {
  font-style: normal;
}

th, b, strong, h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet, table {
  border: none;
}

strong {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td, center {
  text-align: left;
  vertical-align: top;
}

body {
  line-height: 1;
  background: white;
  color: black;
}

q {
  quotes: "" "";
}

ul, ol, dir, menu {
  list-style: none;
}

sub, sup {
  vertical-align: baseline;
}

a {
  color: inherit;
  outline: 0 auto -webkit-focus-ring-color;
  outline: none;
}
a:hover {
  text-decoration: none;
}

hr {
  display: none;
}

figcaption {
  font-family: "inter";
  line-height: 1rem;
}
figcaption.figure-caption {
  color: blue;
  font-size: 0.7778rem;
}

figure img, img {
  cursor: pointer;
}

button:focus {
  outline: 0 auto -webkit-focus-ring-color;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

/* we don't need a visual hr in layout */
font {
  color: inherit !important;
  font: inherit !important;
}

/* disables some nasty font attributes in standard browsers */
marquee {
  overflow: inherit !important;
  -moz-binding: none;
}

blink {
  text-decoration: none;
}

nobr {
  white-space: normal;
}

/* ----- FIN RESET -----*/
/* -----------------------------------
    3.General
----------------------------------- */
@media screen and (min-width: 0\0 ) {
  /* Tus estilos CSS para IE9, IE10, IE11  */
}
/* ------- FIN GENERAL ------- */
/* -----------------------------------
    4.Header
----------------------------------- */
header {
  display: flex;
  align-items: flex-start;
  padding: 16px 0;
  margin: 0;
  background-color: #ffffff;
}
header .navbar {
  display: flex;
  flex-direction: column;
  padding: 0;
}
header .navbar .navbar-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  width: 100%;
}
header .navbar .navbar-controls .navbar-brand {
  display: flex;
  padding: 0;
  margin-right: 16px;
  width: 192px;
  height: 36px;
}
header .navbar .navbar-controls .navbar-brand .imgLogo {
  display: block;
}
header .navbar .navbar-controls .imgBack {
  display: none;
  height: 32px;
  width: 32px;
  padding: 0;
}
header .navbar .navbar-controls .navbar-toggler {
  display: block;
  height: 32px;
  width: 32px;
  padding: 0;
}
header .navbar .navbar-controls .navbar-toggler .navbar-toggler-icon {
  content: url("/recursosWeb/epstpa/images/menu.svg");
}
header .navbar .navbar-controls .imgClose {
  display: none;
  height: 32px;
  width: 32px;
  padding: 0;
}
header .navbar #LMNavbar {
  width: 100%;
}
header .navbar #LMNavbar .navbar-nav .nav-item {
  padding-bottom: 24px;
}
header .navbar #LMNavbar .navbar-nav .nav-item .nav-link {
  display: flex;
  align-items: center;
}
header .navbar #LMNavbar .navbar-nav .nav-item .nav-link .span-link {
  color: #0019a0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}
header .navbar #LMNavbar .navbar-nav .nav-item .nav-link .imgLink {
  display: block;
  width: 24px;
  height: 24px;
}
header .navbar #LMNavbar .navbar-nav .nav-item.active .nav-link .span-link, header .navbar #LMNavbar .navbar-nav .nav-item:hover .nav-link .span-link {
  color: #000000;
}
header .form-inline.fi-search {
  padding: 16px 0;
}
header .form-inline.fi-search .input-group {
  width: 100%;
}
header .form-inline.fi-search .form-control {
  height: 48px;
  background-color: #f2f5fa;
}
header .form-inline.fi-search .form-control::placeholder {
  color: #535d65;
  font-size: 1rem;
  line-height: 24px;
}
header .form-inline.fi-search .input-group-prepend {
  margin-right: 0;
}
header .form-inline.fi-search .input-group-prepend .input-group-text {
  justify-content: center;
  padding: 0;
  width: 48px;
  height: 48px;
  background-color: #0019a0;
}
header .form-inline.fi-search .input-group-prepend .input-group-text .imgSearch {
  display: block;
}
header #subLittelMenu {
  display: none;
}
header #subLittelMenu .sectLM {
  display: none;
  padding: 16px;
  background-color: #ffffff;
}
header #subLittelMenu .sectLM .box-list {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
header #subLittelMenu .sectLM .box-list .aList {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-right: 5px;
  margin-bottom: 16px;
}
header #subLittelMenu .sectLM .box-list .aList .icoList {
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 4px;
}
header #subLittelMenu .sectLM .box-list .aList .span-list {
  color: #000000;
  font-family: "inter";
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
}
header #subLittelMenu .sectLM .box-list .aList:hover .span-list, header #subLittelMenu .sectLM .box-list .aList:focus .span-list, header #subLittelMenu .sectLM .box-list .aList.active .span-list {
  color: #89ccff;
}

/* ----- FIN HEADER ----- */
/* -----------------------------------
    5.Main
---------------------------------- */
main {
  position: relative;
}
main .divNav {
  height: 75px;
  background-color: #0019a0;
}
main .divNav #idMenuPpal {
  height: 75px;
}
main .divNav #idMenuPpal .navbar-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  height: 100%;
}
main .divNav #idMenuPpal .navbar-nav .nav-item {
  padding: 0;
  margin-right: 48px;
}
main .divNav #idMenuPpal .navbar-nav .nav-item .nav-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  height: 100%;
}
main .divNav #idMenuPpal .navbar-nav .nav-item .nav-link .span-link {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}
main .divNav #idMenuPpal .navbar-nav .nav-item .nav-link .imgLink {
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 8px;
}
main .divNav #idMenuPpal .navbar-nav .nav-item.active .nav-link .span-link, main .divNav #idMenuPpal .navbar-nav .nav-item:hover .nav-link .span-link {
  color: #89ccff;
}
main .divNav #idMenuPpal .form-inline {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #ffffff;
  width: 205px;
}
main .divNav #idMenuPpal .form-inline .btn.btn-search {
  display: block;
  padding: 0;
  margin-right: 8px;
  background-image: url("/recursosWeb/epstpa/images/search.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 24px;
  height: 24px;
}
main .divNav #idMenuPpal .form-inline .form-control.fc-search {
  display: flex;
  width: 170px;
  height: 24px;
  background-color: transparent;
  border: none;
  color: #ffffff;
}
main .divNav #idMenuPpal .form-inline .form-control.fc-search:hover, main .divNav #idMenuPpal .form-inline .form-control.fc-search:focus, main .divNav #idMenuPpal .form-inline .form-control.fc-search::placeholder {
  color: #ffffff;
}
main .sectAlert {
  position: absolute;
  width: 100%;
  z-index: 100;
}
main .sectAlert .divAlert {
  display: flex;
  padding: 8px 12px;
  border-left: 6px solid transparent;
}
main .sectAlert .divAlert .box-alert {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
main .sectAlert .divAlert .box-alert .circleAlert {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
  margin-right: 8px;
  width: 52px;
  height: 52px;
  background-color: transparent;
  border-radius: 100%;
}
main .sectAlert .divAlert .box-alert .circleAlert .imgAlert {
  display: block;
  width: 30px;
  height: 30px;
}
main .sectAlert .divAlert .box-alert .span-alert {
  width: calc(100% - 100px);
  color: #000000;
  font-family: "inter";
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  text-align: left;
}
main .sectAlert .divAlert .box-alert .span-alert .strong {
  font-weight: bold;
  text-transform: uppercase;
}
main .sectAlert .divAlert .box-alert .span-alert p:last-child {
  margin-bottom: 0;
}
main .sectAlert .divAlert .box-alert .icoAlert, main .sectAlert .divAlert .box-alert .arrow-Alert, main .sectAlert .divAlert .box-alert .ico-time-Alert {
  position: absolute;
  right: 0;
  display: block;
  width: 24px;
  height: 24px;
}
main .sectAlert .divAlert.alert-warning {
  background-color: #fdf8e8;
  border-left: 6px solid #f2c94c;
}
main .sectAlert .divAlert.alert-warning .box-alert .circleAlert {
  background-color: #f2c94c;
}
main .sectAlert .divAlert.alert-info {
  background-color: #eeeefe;
  border-left: 6px solid #5458f7;
}
main .sectAlert .divAlert.alert-info .box-alert .circleAlert {
  background-color: #5458f7;
}
main .sectAlert.sApost .divAlert {
  display: flex;
  padding: 8px 12px;
  border-left: 6px solid transparent;
  width: 100%;
  transition: width 0.4s ease;
}
main .sectAlert.sApost .divAlert.collapsed {
  width: 120px;
  padding: 8px 6px;
}
main .sectAlert.sApost .divAlert.collapsed .container {
  padding: 0;
}
main .sectAlert.sApost .divAlert .box-alert .span-alert.hidden {
  display: none;
}
main .sectAlert.sApost .divAlert .box-alert .arrow-Alert {
  transition: transform 0.4s ease;
}
main .sectAlert.sApost .divAlert .box-alert .arrow-Alert.rotated {
  transform: rotate(180deg);
}
main .sectAlert.sAtime .divAlert {
  display: flex;
  padding: 8px 12px;
  border-left: 6px solid transparent;
  width: 100%;
  transition: width 0.4s ease, padding 0.2s ease;
}
main .sectAlert.sAtime .divAlert.collapsed {
  width: 60px;
  padding: 8px 6px;
}
main .sectAlert.sAtime .divAlert.collapsed .container {
  padding: 0;
}
main .sectAlert.sAtime .divAlert.collapsed .container .box-alert .circleAlert {
  display: none;
}
main .sectAlert.sAtime .divAlert.collapsed .container .box-alert .span-alert {
  display: none;
}
main .sectAlert.sAtime .divAlert.collapsed .container .box-alert .ico-time-Alert {
  display: block;
  transition: transform 0.4s ease;
  transform: rotate(0deg);
}
main .sectAlert.sAtime .divAlert.collapsed .container .box-alert .ico-time-Alert:focus {
  outline: 2px solid #5458f7;
  outline-offset: 2px;
  border-radius: 4px;
}
main .sectAlert.sAtime .divAlert.expanded {
  width: 100%;
  padding: 12px 16px;
}
main .sectAlert.sAtime .divAlert.expanded .container .box-alert .circleAlert {
  display: flex;
}
main .sectAlert.sAtime .divAlert.expanded .container .box-alert .span-alert {
  display: block;
}
main .sectAlert.sAtime .divAlert.expanded .container .box-alert .ico-time-Alert {
  display: none;
}
main .box-banner {
  min-height: 440px;
  /*background-image: url('../assets/sm/images/banner_1.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;*/
}
main .divBreadcrumb {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  height: 56px;
  background-color: #f2f5fa;
}
main .divBreadcrumb .navBreadcrumb .breadcrumb {
  padding-left: 0;
  margin-bottom: 0;
  background-color: transparent;
}
main .divBreadcrumb .navBreadcrumb .breadcrumb .breadcrumb-item {
  color: #0019a0;
  font-family: "inter";
  font-size: 14px;
  line-height: normal;
}
main .divBreadcrumb .navBreadcrumb .breadcrumb .breadcrumb-item.active, main .divBreadcrumb .navBreadcrumb .breadcrumb .breadcrumb-item:hover, main .divBreadcrumb .navBreadcrumb .breadcrumb .breadcrumb-item:active {
  color: #535d65;
}
main .sectCards .col {
  padding: 16px;
}
main .sectCards .card {
  display: flex;
  flex-direction: column;
  padding: 16px 38px;
  margin: 0;
  background-color: #ffffff;
  border: 1px solid #a7a7a9;
  border-top: 2px solid #0019a0;
  border-bottom: 1px solid #a7a7a9;
  border-bottom-right-radius: 8%;
  border-bottom-left-radius: 8%;
}
main .sectCards .card.active, main .sectCards .card:hover, main .sectCards .card:active {
  background-color: #f2f5fa;
}
main .sectCards .card .card-header {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 40px 0 16px;
  background-color: transparent;
  border: none;
}
main .sectCards .card .card-header .card-img {
  display: block;
  height: 96px;
  width: 96px;
}
main .sectCards .card .card-body {
  display: flex;
  flex-direction: column;
  padding: 16px 0 0;
  margin-bottom: 40px;
}
main .sectCards .card .card-body .card-title {
  padding: 0;
  margin-bottom: 16px;
  height: auto;
  color: #272729;
  font-family: "inter";
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
}
main .sectCards .card .card-body .card-text {
  padding: 0;
  margin-bottom: 0;
  height: auto;
  color: #69696a;
  font-family: "inter";
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}
main .sectAccordion .accordion .card {
  border-left: none;
  border-right: none;
}
main .sectAccordion .accordion .card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  border-bottom: none;
}
main .sectAccordion .accordion .card .card-header .text-accordion {
  display: flex;
  flex-direction: column;
  width: calc(100% - 40px);
}
main .sectAccordion .accordion .card .card-header .text-accordion h3 {
  color: #535d65;
  font-family: "inter";
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
}
main .sectAccordion .accordion .card .card-header .icoAccordion {
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 16px;
}
main .sectAccordion .accordion .card .collapse .card-body .cardBodyAccordion {
  display: block;
  width: 100%;
  height: auto;
}
main .sectGroup {
  position: relative;
  padding: 50px 0;
}
main .sectGroup.margin-Cookies {
  margin: 0 2rem;
}
main .sectGroup .vgn-ext-region {
  display: flex;
  word-wrap: break-word;
  min-height: 56px;
  min-width: 52px;
  position: relative;
}
main .sectGroup .vgn-ext-region .vgn-ext-component {
  min-width: 80px;
  position: relative;
}
main .sectGroup .imgToogle {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -30px;
  left: 10px;
  background: #ffffff;
  border: none;
  transition: transform 0.3s ease;
  cursor: pointer;
  z-index: 900;
}
main .sectGroup .imgToogle.rotated {
  transform: rotate(180deg);
}
main .sectGroup .aside {
  display: none;
  position: fixed;
  top: 195px;
  left: -250px; /* Oculto a la derecha */
  width: 345px;
  height: 100%;
  background-color: #ffffff;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
  transition: right 0.3s ease;
  z-index: 800;
}
main .sectGroup .aside .ulAside {
  padding-left: 12px;
}
main .sectGroup .aside .ulAside .liAside {
  padding: 12px 0;
  margin-right: 48px;
  border-bottom: 1px solid #e7e7e9;
}
main .sectGroup .aside .ulAside .liAside .aAside {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  height: 100%;
}
main .sectGroup .aside .ulAside .liAside .aAside .imgAside {
  display: block;
  width: 36px;
  height: 36px;
  margin-right: 9px;
}
main .sectGroup .aside .ulAside .liAside .aAside .spanAside {
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
  line-height: 24px;
}
main .sectGroup .aside .ulAside .liAside.active .aAside .spanAside, main .sectGroup .aside .ulAside .liAside:hover .aAside .spanAside {
  color: #0019a0;
}
main .sectGroup .aside.active {
  top: 290px;
  left: 0;
}
main .sectGroup .sectMiniCards .card {
  display: flex;
  flex-direction: column;
  padding: 16px 24px;
  background-color: #ffffff;
  border: 1px solid #0019a0;
  border-radius: 25px;
}
main .sectGroup .sectMiniCards .card.active, main .sectGroup .sectMiniCards .card:hover, main .sectGroup .sectMiniCards .card:active {
  background-color: #f2f5fa;
}
main .sectGroup .sectMiniCards .card .card-header {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 8px 0 16px;
  background-color: transparent;
  border: none;
}
main .sectGroup .sectMiniCards .card .card-header .card-img {
  display: block;
  height: 36px;
  width: 36px;
}
main .sectGroup .sectMiniCards .card .card-body {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin-bottom: 8px;
}
main .sectGroup .sectMiniCards .card .card-body .card-text {
  padding: 0;
  margin-bottom: 0;
  height: auto;
  color: #0019a0;
  font-family: "inter";
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}
main .sectGroup .sectCards .card {
  display: flex;
  flex-direction: column;
  padding: 16px 24px;
  background-color: #ffffff;
  border: 1px solid #0019a0;
  border-radius: 25px;
}
main .sectGroup .sectCards .card.active, main .sectGroup .sectCards .card:hover, main .sectGroup .sectCards .card:active {
  background-color: #f2f5fa;
}
main .sectGroup .sectCards .card .card-header {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 8px 0 16px;
  background-color: transparent;
  border: none;
}
main .sectGroup .sectCards .card .card-header .card-img {
  display: block;
  height: 36px;
  width: 36px;
}
main .sectGroup .sectCards .card .card-body {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin-bottom: 8px;
}
main .sectGroup .sectCards .card .card-body .card-text {
  padding: 0;
  margin-bottom: 0;
  height: auto;
  color: #0019a0;
  font-family: "inter";
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}
main .sectGroup .sectLeftCards {
  margin-bottom: 24px;
}
main .sectGroup .sectLeftCards .card {
  display: flex;
  flex-direction: column;
  padding: 16px 24px;
  /*padding: 40px 60px;*/
  background-color: #ffffff;
  border: 1px solid #0019a0;
  border-radius: 25px;
}
main .sectGroup .sectLeftCards .card.active, main .sectGroup .sectLeftCards .card:hover, main .sectGroup .sectLeftCards .card:active {
  background-color: #f2f5fa;
}
main .sectGroup .sectLeftCards .card .card-body {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin-bottom: 0;
}
main .sectGroup .sectLeftCards .card .card-body .card-title {
  padding: 0;
  margin-bottom: 24px;
  height: auto;
  color: #535d65;
  font-family: "inter";
  font-size: 30px;
  font-weight: bold;
  line-height: 32px;
  text-align: left;
}
main .sectGroup .sectLeftCards .card .card-body .card-text {
  padding: 0;
  margin-bottom: 0;
  height: auto;
  color: #535d65;
  font-family: "inter";
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-align: left;
}
main .sectGroup .sectClientCards {
  margin-bottom: 24px;
}
main .sectGroup .sectClientCards .card {
  display: flex;
  flex-direction: column;
  padding: 24px;
  background-color: #ffffff;
  border: 1px solid #0019a0;
  border-radius: 0;
}
main .sectGroup .sectClientCards .card.active, main .sectGroup .sectClientCards .card:hover, main .sectGroup .sectClientCards .card:active {
  background-color: #f2f5fa;
}
main .sectGroup .sectClientCards .card .card-header {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 8px 0 16px;
  background-color: transparent;
  border: none;
}
main .sectGroup .sectClientCards .card .card-header .card-img {
  display: block;
  height: 78px;
  width: 78px;
}
main .sectGroup .sectClientCards .card .card-body {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin-bottom: 0;
}
main .sectGroup .sectClientCards .card .card-body .card-title {
  padding: 0;
  margin-bottom: 16px;
  height: auto;
  color: #535d65;
  font-family: "inter";
  font-size: 30px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
}
main .sectGroup .sectClientCards .card .card-body .card-text {
  padding: 0;
  margin-bottom: 24px;
  height: auto;
  color: #535d65;
  font-family: "inter";
  font-size: 30px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
}
main .sectGroup .sectClientCards .card .card-body .litle-text {
  padding: 0;
  margin-bottom: 0;
  height: auto;
  color: #535d65;
  font-family: "inter";
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
main .sectGroup .sectModCards {
  margin-bottom: 24px;
}
main .sectGroup .sectModCards .card {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 16px 24px;
  background-color: #ffffff;
  border: 1px solid #0019a0;
  border-radius: 25px;
}
main .sectGroup .sectModCards .card.active, main .sectGroup .sectModCards .card:hover, main .sectGroup .sectModCards .card:active {
  background-color: #f2f5fa;
}
main .sectGroup .sectModCards .card.c-center {
  justify-content: center;
  padding: 28px 80px;
}
main .sectGroup .sectModCards .card.card-pill {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  padding: 32px 48px;
}
main .sectGroup .sectModCards .card.card-pill .card-body {
  padding: 0;
  margin: 0;
  border-top: none;
}
main .sectGroup .sectModCards .card.card-pill .card-body .card-text {
  padding: 0;
  margin-bottom: 0;
  height: auto;
  color: #0019a0;
  font-family: "inter";
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
main .sectGroup .sectModCards .card.card-pill:last-child {
  margin-bottom: 0;
}
main .sectGroup .sectModCards .card.card-button .btn-modal {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 8px;
  height: auto;
}
main .sectGroup .sectModCards .card.card-button .btn-modal .icon-modal {
  display: block;
  width: 26px;
  height: 26px;
}
main .sectGroup .sectModCards .card.card-button .card-body.cb-cb .btn.btn-trans {
  padding: 16px;
  height: auto;
  background-color: transparent;
}
main .sectGroup .sectModCards .card.card-button .card-body.cb-cb .btn.btn-trans:hover {
  background-color: #ffffff;
  border: 1px solid #0019a0;
  border-radius: 100px;
}
main .sectGroup .sectModCards .card .card-header {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: none;
}
main .sectGroup .sectModCards .card .card-header .card-title {
  padding: 0;
  margin-bottom: 12px;
  height: auto;
  color: #0019a0;
  font-family: "inter";
  font-size: 48px;
  font-weight: bold;
  line-height: 64px;
  text-align: center;
}
main .sectGroup .sectModCards .card .card-header .card-titleO {
  padding: 0;
  margin-bottom: 0;
  height: auto;
  color: #0019a0;
  font-family: "inter";
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
}
main .sectGroup .sectModCards .card .card-header .card-text {
  padding: 0;
  margin-bottom: 16px;
  height: auto;
  color: #535d65;
  font-family: "inter";
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}
main .sectGroup .sectModCards .card .card-header .litle-text {
  padding: 0;
  margin-bottom: 8px;
  height: auto;
  color: #535d65;
  font-family: "inter";
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
main .sectGroup .sectModCards .card .card-body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 12px 0 0 0;
  margin-top: 12px;
  border-top: 1px solid #e7e7e9;
}
main .sectGroup .sectModCards .card .card-body .icon-card {
  display: block;
  margin: 0 8px;
  width: 20px;
  height: 20px;
}
main .sectGroup .mapw .ulMapw {
  padding-left: 0;
}
main .sectGroup .mapw .ulMapw .liMapw {
  padding: 12px 0;
  margin-right: 48px;
  border-bottom: 1px solid #e7e7e9;
}
main .sectGroup .mapw .ulMapw .liMapw .aMapw {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  height: 100%;
}
main .sectGroup .mapw .ulMapw .liMapw .aMapw .spanMapw {
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
  line-height: 24px;
}
main .sectGroup .mapw .ulMapw .liMapw.active .aMapw .spanMapw, main .sectGroup .mapw .ulMapw .liMapw:hover .aMapw .spanMapw {
  color: #0019a0;
}
main .sectGroup .accordionMapWeb .card {
  border: none;
}
main .sectGroup .accordionMapWeb .card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.25rem 1.25rem 0;
  background-color: #ffffff;
  border-bottom: none;
}
main .sectGroup .accordionMapWeb .card .card-header .text-accordion {
  display: flex;
  flex-direction: column;
  width: calc(100% - 40px);
}
main .sectGroup .accordionMapWeb .card .card-header .text-accordion h2 {
  color: #000000;
  font-family: "inter";
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
}
main .sectGroup .accordionMapWeb .card .card-header .icoAccordion {
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 16px;
}
main .sectGroup .accordionMapWeb .card .collapTab .card-body {
  display: block;
  padding: 0 1.25rem 1.25rem 0;
  width: 100%;
  height: auto;
}
main .sectGroup .accordionMapWeb .card .collapTab .card-body .mapw .ulMapw .liMapw {
  margin-right: 0;
}
main .sectGroup .accordionMapWeb .card .collapTab .card-body .mapw .ulMapw .liMapw:first-child {
  border-top: 1px solid #e7e7e9;
}
main .ulList {
  padding-left: 20px;
  list-style: disc;
}
main .ulList .liList {
  color: #535d65;
  font-family: "inter";
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
}
main .ulList .liList.underline {
  text-decoration: underline;
}
main .ulList .liList.strong {
  font-weight: bold;
}
main .sectAlink .ulAlink .liAlink {
  display: inline-flex;
  padding-top: 12px;
  width: 100%;
}
main .sectAlink .ulAlink .liAlink .imgAink {
  width: 40px;
}
main .sectAlink .ulAlink .liAlink .imgAink .icoAlink {
  display: block;
  width: 24px;
  height: 24px;
}
main .sectAlink .ulAlink .liAlink .newAlink {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 12px;
  width: calc(100% - 40px);
  border-bottom: 1px solid #e7e7e9;
}
main .sectAlink .ulAlink .liAlink .newAlink .aAlink {
  margin-bottom: 2px;
  color: #0019a0;
  font-family: "inter";
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
}
main .sectAlink .ulAlink .liAlink .newAlink .textAlink {
  margin-bottom: 0;
  color: #535d65;
  font-family: "inter";
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
}
main .sectAlink .ulAlink .liAlink:last-child .newAlink {
  border-bottom: 0;
}
main .box-accede {
  position: absolute;
  bottom: 0;
  right: 1%;
  /*right: 5%;*/
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 48px 40px;
  width: 348px;
  /*padding: 48px 56px;
  width: 380px;*/
  background-color: #0019a0;
  border-radius: 30px 30px 0 0;
}
main .box-accede .title-ba {
  margin-bottom: 0;
  color: #ffffff;
  font-family: "lexend";
  font-size: 28px;
  font-weight: bold;
  line-height: 35px;
  text-align: left;
}
main .box-accede .btn.btn-ba {
  padding: 16px 24px;
  width: 100%;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  font-family: "lexend";
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
main .box-accede .btn.btn-ba:hover {
  background-color: #f2f5fa;
  color: #0019a0;
}
main .formAP-legend {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  height: 68px;
  background-color: #0019a0;
  color: #ffffff;
  font-family: "inter";
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
}

/* ----- FIN MAIN ----- */
/*-----------------------------------
    6.Footer
-----------------------------------*/
footer {
  display: flex;
  flex-direction: column;
  padding: 56px 41px;
  background-color: #0019a0;
  color: #ffffff;
}
footer .ulContactoF {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: 56px;
  margin-bottom: 0;
}
footer .ulContactoF .linktitle {
  padding: 0 0 10px 32px;
}
footer .ulContactoF .linktitle .titleFooter {
  margin-bottom: 0;
  color: #ffffff;
  font-family: "inter";
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
  text-transform: uppercase;
}
footer .ulContactoF .liContactoF {
  padding: 6px 0;
}
footer .ulContactoF .liContactoF .aContactoF {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}
footer .ulContactoF .liContactoF .aContactoF .imgContactF {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
footer .ulContactoF .liContactoF .aContactoF .aContactoF-text {
  margin-bottom: 0;
  color: #ffffff;
  font-family: "inter";
  font-size: 1rem;
  font-weight: bold;
  line-height: 24px;
}
footer .ulContactoF .liContactoF .aContactoF:hover .aContactoF-text, footer .ulContactoF .liContactoF .aContactoF:focus .aContactoF-text {
  color: #89ccff;
}
footer .ullinkF {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 56px 0;
  margin-bottom: 0;
  border-top: 1px solid #84c4ec;
  border-bottom: 1px solid #84c4ec;
}
footer .ullinkF .linktitle {
  padding: 0 0 10px 0;
}
footer .ullinkF .linktitle .titleFooter {
  margin-bottom: 0;
  color: #ffffff;
  font-family: "inter";
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
  text-transform: uppercase;
}
footer .ullinkF .lilinkF {
  padding: 6px 0;
}
footer .ullinkF .lilinkF .alinkF {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}
footer .ullinkF .lilinkF .alinkF .alinkF-text {
  margin-bottom: 0;
  color: #ffffff;
  font-family: "inter";
  font-size: 1rem;
  line-height: 24px;
}
footer .ulCopyF {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding-top: 56px;
  margin-bottom: 0;
}
footer .ulCopyF .liCopyF {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  padding: 6px 0;
}
footer .ulCopyF .liCopyF .imgCopyF {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
footer .ulCopyF .liCopyF .liCopyF-text {
  margin-bottom: 0;
  color: #ffffff;
  font-family: "inter";
  font-size: 0.875rem;
  line-height: 1.125rem;
}

/* ----- FIN FOOTER ----- */
/* -----------------------------------
    7.Buttons
----------------------------------- */
.divBtns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.divBtns.gpBtns {
  flex-direction: column;
}
.divBtns.gpBtns .btn.btn-stpa {
  width: 330px;
  margin-bottom: 18px;
}
.divBtns.gpBtns .btn.btn-stpa .ico-btn-stpa {
  margin-right: 12px;
}
.divBtns.gpBtns .btn.btn-stpa .text-btn-stpa {
  line-height: normal;
}

.btnAyuda {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.btnAyuda .btn, .btnAyuda a.abtn {
  padding: 16px 56px;
  margin-bottom: 20px;
}

.btnObtener {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.btnObtener .btn, .btnObtener a.abtn {
  padding: 16px 32px;
  margin-bottom: 20px;
}

.btnQuejas {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btnQuejas .btn, .btnQuejas a.abtn {
  padding: 16px;
  margin-right: 16px;
  margin-bottom: 20px;
}

.btn, a.abtn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 56px 16px 24px;
  height: 54px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  color: #000000;
  font-family: "inter";
  font-size: 1rem;
  cursor: pointer;
}
.btn.btn-stpa, a.abtn.btn-stpa {
  background-color: #ffffff;
  border: 1px solid #0019a0;
}
.btn.btn-stpa .ico-btn-stpa, a.abtn.btn-stpa .ico-btn-stpa {
  margin-right: 18px;
}
.btn.btn-stpa .text-btn-stpa, a.abtn.btn-stpa .text-btn-stpa {
  color: #000000;
}
.btn.btn-stpa:hover, a.abtn.btn-stpa:hover {
  background-color: #f2f5fa;
}
.btn.btn-stpa-log, a.abtn.btn-stpa-log {
  justify-content: space-between;
  padding: 16px;
  background-color: #ffffff;
  border: 1px solid #0019a0;
}
.btn.btn-stpa-log .ico-btn-stpa, a.abtn.btn-stpa-log .ico-btn-stpa {
  display: none;
}
.btn.btn-stpa-log .text-btn-stpa, a.abtn.btn-stpa-log .text-btn-stpa {
  color: #000000;
}
.btn.btn-stpa-log:hover, a.abtn.btn-stpa-log:hover {
  background-color: #f2f5fa;
}
.btn.btn-blue, a.abtn.btn-blue {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 44px;
  width: 330px;
  height: 82px;
  background-color: #0019a0;
  border: 1px solid #0019a0;
  border-radius: 30px;
}
.btn.btn-blue .ico-btn-blue, a.abtn.btn-blue .ico-btn-blue {
  display: block;
  width: 44px;
  height: 44px;
  margin-right: 12px;
}
.btn.btn-blue .ico-btn-blue svg, a.abtn.btn-blue .ico-btn-blue svg {
  width: 100%;
  height: auto;
}
.btn.btn-blue .ico-btn-blue svg path, a.abtn.btn-blue .ico-btn-blue svg path {
  fill: #ffffff;
}
.btn.btn-blue .text-btn-blue, a.abtn.btn-blue .text-btn-blue {
  color: #89ccff;
  font-family: "inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
.btn.btn-blue:hover, a.abtn.btn-blue:hover {
  background-color: #f2f5fa;
}
.btn.btn-blue:hover .ico-btn-blue svg path, a.abtn.btn-blue:hover .ico-btn-blue svg path {
  fill: #0019a0;
}
.btn.btn-blue:hover .text-btn-blue, a.abtn.btn-blue:hover .text-btn-blue {
  color: #0019a0;
}
.btn.btn-nml, a.abtn.btn-nml {
  padding: 16px 48px;
  background-color: #ffffff;
  border: 1px solid #0019a0;
}
.btn.btn-nml .ico-btn-nml, a.abtn.btn-nml .ico-btn-nml {
  margin: 0;
}
.btn.btn-nml .text-btn-nml, a.abtn.btn-nml .text-btn-nml {
  color: #000000;
}
.btn.btn-nml:hover, a.abtn.btn-nml:hover {
  background-color: #f2f5fa;
}
.btn.btn-brdW, a.abtn.btn-brdW {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 44px;
  width: auto;
  height: 82px;
  background-color: #f2f5fa;
  border: 2px solid #0019a0;
  border-radius: 30px;
}
.btn.btn-brdW .ico-btn-brdW, a.abtn.btn-brdW .ico-btn-brdW {
  display: block;
  width: 44px;
  height: 44px;
  margin-right: 12px;
}
.btn.btn-brdW .ico-btn-brdW .img-btn-brdW, a.abtn.btn-brdW .ico-btn-brdW .img-btn-brdW {
  display: block;
  width: 100%;
  auto: 100%;
}
.btn.btn-brdW .text-btn-brdW, a.abtn.btn-brdW .text-btn-brdW {
  color: #0019a0;
  font-family: "inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
.btn.btn-brdW:hover, a.abtn.btn-brdW:hover {
  background-color: #ffffff;
}
.btn.disabled, .btn:disabled, a.abtn.disabled, a.abtn:disabled {
  cursor: not-allowed;
}

.badge {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  height: 54px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  color: #000000;
  font-family: "inter";
  font-size: 1rem;
}
.badge .ico-badge {
  margin-right: 10px;
}
.badge .text-badge {
  color: #000000;
  font-weight: normal;
}
.badge.badge-info {
  background-color: #f2f5fa;
}

/* ----- FIN BUTTONS ----- */
/*-----------------------------------
    8.Form
-----------------------------------*/
.box-form {
  padding: 16px;
  background-color: #f2f5fa;
}
.box-form.bf-table {
  padding: 16px;
}
.box-form.bf-table p {
  margin-bottom: 0;
}
.box-form .form-group .control-label {
  margin-bottom: 4px;
  color: #151F25;
  font-family: "inter";
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
}
.box-form .form-group .form-control {
  display: flex;
  padding: 12px 18px;
  margin-bottom: 12px;
  background-color: #ffffff;
  border-bottom: 2px solid #4ec2ff;
  border-radius: 4px;
  color: #535d65;
  font-family: "inter";
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
}
.box-form .form-group .input-group .input-group-btn {
  position: absolute;
  right: 8px;
}
.box-form .form-group .input-group .input-group-btn .btn {
  padding: 0;
  height: 42px;
}

form .input-group.i-g-select {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 8px 2px 12px;
  height: 54px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ffffff;
  border: 1px solid #0019a0;
  border-radius: 30px;
  color: #000000;
  font-family: "inter";
  font-size: 1rem;
  outline: none;
  cursor: pointer;
}
form .input-group.i-g-select .form-control:focus {
  box-shadow: none;
}
form .input-group.i-g-select label {
  margin-bottom: 0;
  color: #535d65;
  font-family: "inter";
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
}
form .input-group.i-g-select select.f-c-select {
  margin: 0 32px 0 0;
  border: none;
}
form .input-group.i-g-select select.f-c-select option {
  color: #535d65;
  font-family: "inter";
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  white-space: nowrap;
}
form .input-group.i-g-select input.i-g-a-search {
  display: block;
  width: 38px;
  height: 38px;
  background-color: #0019a0;
  border-radius: 100px;
  border: none;
  background-image: url("/recursosWeb/epstpa/images/search.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

/* ----- FIN FORM ----- */
/*-----------------------------------
    9.Table
-----------------------------------*/
.tableComun thead tr th {
  padding: 0.25rem;
  /*padding: 0.75rem;*/
  border-top: none;
  border-bottom: 2px solid #0019a0;
}
.tableComun thead tr th abbr {
  color: #69696a;
  font-family: "inter";
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
}
.tableComun thead tr th.numero-recibos {
  text-align: center;
  min-width: 260px;
}
.tableComun thead tr th.importe-recibos {
  text-align: right;
  min-width: 135px;
}
.tableComun thead tr th.total {
  text-align: center;
  min-width: 60px;
}
.tableComun thead tr th.detalle {
  text-align: center;
  min-width: 122px;
}
.tableComun thead tr th.municipio-t {
  text-align: left;
  min-width: 125px;
  /*min-width: 115px;*/
}
.tableComun thead tr th.oficina-t {
  text-align: left;
  min-width: 250px;
}
.tableComun thead tr th.cita-t {
  text-align: center;
  min-width: 125px;
  /*min-width: 110px;*/
}
.tableComun tbody tr td {
  border-top: none;
  border-bottom: 1px solid #cccccc;
  color: #272729;
  font-family: "inter";
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
}
.tableComun tbody tr td.numero-recibos {
  text-align: center;
}
.tableComun tbody tr td.total {
  text-align: center;
}
.tableComun tbody tr td.importe-recibos {
  text-align: right;
}
.tableComun tbody tr td.detalle {
  text-align: center;
}
.tableComun tbody tr td.municipio-t {
  text-align: left;
  min-width: 115px;
  /*min-width: 125px;*/
}
.tableComun tbody tr td.oficina-t {
  text-align: left;
  min-width: 250px;
}
.tableComun tbody tr td.cita-t {
  text-align: center;
  min-width: 125px;
  /*min-width: 110px;*/
}

/* ----- FIN TABLE ----- */
/*-----------------------------------
    10.Pagination
-----------------------------------*/
.sectPagination {
  margin: 12px 0 36px 0;
  background-color: #f2f5fa;
}
.sectPagination .pagenavigation .pagination {
  padding: 1rem;
}
.sectPagination .pagenavigation .pagination .page-item {
  margin-bottom: 0;
  padding: 0 0.5rem;
}
.sectPagination .pagenavigation .pagination .page-item .page-link {
  padding: 0;
  background-color: transparent;
  color: #000000;
  font-family: "inter";
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  border: none;
}
.sectPagination .pagenavigation .pagination .page-item .page-link svg path {
  fill: #000000;
}
.sectPagination .pagenavigation .pagination .page-item.disabled .page-link {
  background-color: transparent;
  color: #a7a7a9;
}
.sectPagination .pagenavigation .pagination .page-item.disabled .page-link svg path {
  fill: #a7a7a9;
}
.sectPagination .pagenavigation .pagination .page-item.active .page-link, .sectPagination .pagenavigation .pagination .page-item:hover .page-link {
  background-color: transparent;
  color: #0019a0;
}
.sectPagination .pagenavigation .pagination .page-item.active .page-link svg path, .sectPagination .pagenavigation .pagination .page-item:hover .page-link svg path {
  fill: #0019a0;
}
.sectPagination .pagenavigation .pagination .page-item.p-i-num {
  border-right: 1px solid #000000;
}
.sectPagination .pagenavigation .pagination .page-item.p-i-text .page-link {
  font-weight: normal;
}

/* ----- FIN Pagination ----- */
/*-----------------------------------
    11.Slider
-----------------------------------*/
.swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
}
.swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fbfbfd;
  font-size: 18px;
  text-align: center;
}
.swiper .swiper-slide .imgSliderH {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
}
.swiper .swiper-button-next {
  top: calc(50% - 40px);
  background-image: url("/recursosWeb/epstpa/images/arrow_slider_right.svg");
  color: transparent;
}
.swiper .swiper-button-prev {
  top: calc(50% - 40px);
  background-image: url("/recursosWeb/epstpa/images/arrow_slider_left.svg");
  color: transparent;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: #c5c5c7;
}
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0019a0;
}
.swiper.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0px;
}

/* ----- FIN Slider ----- */
/*-----------------------------------
    12.Modal
-----------------------------------*/
.modal .modal-dialog .modal-content .modal-header .modal-title {
  color: #272729;
}
.modal .modal-dialog .modal-content .modal-header .modal-title .close {
  color: #272729;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 2rem 3rem;
}
.modal .modal-dialog .modal-content .modal-body p {
  margin: 0 0 12px 0;
  font-size: 16px;
  line-height: 22px;
}
.modal .modal-dialog .modal-content .modal-body p.title-body {
  color: #49494b;
  font-size: 20px;
  font-weight: 700;
}
.modal .modal-dialog .modal-content .modal-body p.text-alert {
  font-size: 12px;
  font-style: italic;
}
.modal .modal-dialog .modal-content .modal-body .link-info {
  padding: 2px 0;
  margin-bottom: 12px;
  background-color: yellow;
  color: red;
  font-family: sans-serif, Helvetica, Arial;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
}
.modal .modal-dialog .modal-content .modal-body .alert {
  padding: 12px;
  margin: 12px 0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}
.modal .modal-dialog .modal-content .modal-body .alert.alert-success {
  background-color: #e5faf5;
  color: #69696a;
}
.modal .modal-dialog .modal-content .modal-body .alert.alert-warning {
  background-color: #fdf8e8;
  color: #69696a;
}
.modal .modal-dialog .modal-content .modal-body .ulModal {
  padding-left: 32px;
  color: #000000;
}
.modal .modal-dialog .modal-content .modal-body .ulModal .liModal {
  display: inline-flex;
  width: 100%;
}
.modal .modal-dialog .modal-content .modal-body .ulModal .liModal .imgModal {
  width: 32px;
}
.modal .modal-dialog .modal-content .modal-body .ulModal .liModal .imgModal .icoModal {
  display: block;
  width: 20px;
  height: 20px;
}
.modal .modal-dialog .modal-content .modal-body .ulModal .liModal .textModal {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 12px;
  width: calc(100% - 32px);
}
.modal .modal-dialog .modal-content .modal-body .ulModal .liModal .textModal .pModal {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}
.modal .modal-dialog .modal-content .modal-body .divider {
  margin: 1em 0;
  height: 1px;
  background-color: #c2c2c2;
}
.modal .modal-dialog .modal-content .modal-footer .btn {
  padding: 12px 36px;
  margin-right: 32px;
}
.modal .modal-dialog .modal-content .modal-footer .btn.btn-close {
  background-color: #0019a0;
  border: 1px solid #0019a0;
  border-radius: 30px;
  color: #ffffff;
}
.modal .modal-dialog .modal-content .modal-footer .btn.btn-close:hover {
  background-color: #f2f5fa;
  color: #0019a0;
}
.modal .modal-dialog .modal-content .modal-footer .btn.btn-save {
  background-color: #ffffff;
  border: 1px solid #0019a0;
  color: #0019a0;
}
.modal .modal-dialog .modal-content .modal-footer .btn.btn-save:hover {
  background-color: #f2f5fa;
}

/* ----- FIN Modal ----- */
/* Variables */
/*  CSS - Document - VARIABLES  */
/*  CSS - Document - TOOLS  */
.relative {
  position: relative;
}

input[type=search]::-moz-placeholder {
  font-size: 0.6667rem;
}

input[type=search]::placeholder {
  font-size: 0.6667rem;
}

input[type=email]::-moz-placeholder {
  color: #495C89;
  font-size: 1rem;
}

input[type=email]::placeholder {
  color: #495C89;
  font-size: 1rem;
}

.inter {
  font-family: "inter";
}

.lexend {
  font-family: "lexend";
}

.white {
  background-color: #ffffff;
}

.grey50 {
  background-color: #fbfbfd;
}

.grey100 {
  background-color: #f6f6f8;
}

.grey200 {
  background-color: #f1f1f4;
}

.grey300 {
  background-color: #e7e7e9;
}

.grey400 {
  background-color: #c5c5c7;
}

.grey500 {
  background-color: #a7a7a9;
}

.grey600 {
  background-color: #7d7d7d;
}

.grey700 {
  background-color: #69696a;
}

.grey800 {
  background-color: #49494b;
}

.grey90 {
  background-color: #272727;
}

.black {
  background-color: #000000;
}

.primary {
  background-color: #0019a0;
}

.yellow50 {
  background-color: #fdf8e8;
}

.yellow100 {
  background-color: #f2c94c;
}

.blue50 {
  background-color: #eeeefe;
}

.blue100 {
  background-color: #5458f7;
}

.red50 {
  background-color: #fdeeee;
}

.red100 {
  background-color: #eb5757;
}

.green50 {
  background-color: #e5faf5;
}

.green100 {
  background-color: #00cc99;
}

.fondo {
  background-color: #f2f5fa;
}

.trans {
  background-color: transparent;
}

.mr11 {
  margin-right: 11px;
}

.mr32 {
  margin-right: 32px;
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-collapse {
    display: -ms-none !important;
    display: none !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media screen and (min-width: 576px) {
  /* --- Main --- */
  main .box-accede {
    right: 6%;
  }
  main .sectGroup .sectLeftCards .card {
    padding: 40px 60px;
  }
  main .sectGroup .sectModCards {
    margin-bottom: 24px;
  }
  main .sectGroup .sectModCards .card {
    padding: 28px 40px 12px;
  }
  /* ------- FIN Main ------- */
  /* --- Table --- */
  .tableComun thead tr th.municipio-t {
    min-width: 115px;
  }
  .tableComun thead tr th.cita-t {
    min-width: 110px;
  }
  .tableComun tbody tr td.municipio-t {
    min-width: 115px;
  }
  .tableComun tbody tr td.cita-t {
    min-width: 110px;
  }
  /* --- FIN Table --- */
}
/* Variables */
/*  CSS - Document - VARIABLES  */
/*  CSS - Document - TOOLS  */
.relative {
  position: relative;
}

input[type=search]::-moz-placeholder {
  font-size: 0.6667rem;
}

input[type=search]::placeholder {
  font-size: 0.6667rem;
}

input[type=email]::-moz-placeholder {
  color: #495C89;
  font-size: 1rem;
}

input[type=email]::placeholder {
  color: #495C89;
  font-size: 1rem;
}

.inter {
  font-family: "inter";
}

.lexend {
  font-family: "lexend";
}

.white {
  background-color: #ffffff;
}

.grey50 {
  background-color: #fbfbfd;
}

.grey100 {
  background-color: #f6f6f8;
}

.grey200 {
  background-color: #f1f1f4;
}

.grey300 {
  background-color: #e7e7e9;
}

.grey400 {
  background-color: #c5c5c7;
}

.grey500 {
  background-color: #a7a7a9;
}

.grey600 {
  background-color: #7d7d7d;
}

.grey700 {
  background-color: #69696a;
}

.grey800 {
  background-color: #49494b;
}

.grey90 {
  background-color: #272727;
}

.black {
  background-color: #000000;
}

.primary {
  background-color: #0019a0;
}

.yellow50 {
  background-color: #fdf8e8;
}

.yellow100 {
  background-color: #f2c94c;
}

.blue50 {
  background-color: #eeeefe;
}

.blue100 {
  background-color: #5458f7;
}

.red50 {
  background-color: #fdeeee;
}

.red100 {
  background-color: #eb5757;
}

.green50 {
  background-color: #e5faf5;
}

.green100 {
  background-color: #00cc99;
}

.fondo {
  background-color: #f2f5fa;
}

.trans {
  background-color: transparent;
}

.mr11 {
  margin-right: 11px;
}

.mr32 {
  margin-right: 32px;
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-collapse {
    display: -ms-none !important;
    display: none !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media screen and (min-width: 768px) {
  /* --- Header --- */
  header .navbar .navbar-controls .navbar-brand {
    width: 285px;
    height: 56px;
  }
  header .navbar .navbar-controls .navbar-toggler {
    height: 48px;
    width: 48px;
  }
  /* ------- FIN Header ------- */
  /* --- Main --- */
  main .sectAlert .divAlert .box-alert {
    flex-direction: row;
  }
  main .sectAlert .divAlert .box-alert .circleAlert {
    margin-right: 16px;
    margin-bottom: 0;
  }
  main .sectAlert .divAlert .box-alert .span-alert {
    width: calc(100% - 110px);
  }
  main .sectAlert.sA-cort {
    display: block;
    width: 105px;
  }
  main .sectAlert.sA-cort .divAlert .container {
    padding: 0px;
  }
  main .sectAlert.sA-cort .divAlert .container .box-alert {
    flex-direction: row;
  }
  main .sectAlert.sA-cort .divAlert .container .box-alert .circleAlert {
    margin-right: 0;
  }
  main .sectAlert.sA-cort .divAlert .container .box-alert .span-alert {
    display: none;
  }
  main .sectCards .col {
    padding: 24px 16px;
  }
  main .sectCards .card .card-body .card-title {
    height: 80px;
  }
  main .sectCards .card .card-body .card-text {
    height: 166px;
  }
  main .sectGroup.margin-Cookies {
    margin: 0 6rem;
  }
  main .box-accede {
    right: 5%;
  }
  /* ------- FIN MAin ------- */
  /* --- Footer --- */
  footer {
    padding: 56px 64px;
  }
  /* ------- FIN Footer ------- */
}
/* Variables */
/*  CSS - Document - VARIABLES  */
/*  CSS - Document - TOOLS  */
.relative {
  position: relative;
}

input[type=search]::-moz-placeholder {
  font-size: 0.6667rem;
}

input[type=search]::placeholder {
  font-size: 0.6667rem;
}

input[type=email]::-moz-placeholder {
  color: #495C89;
  font-size: 1rem;
}

input[type=email]::placeholder {
  color: #495C89;
  font-size: 1rem;
}

.inter {
  font-family: "inter";
}

.lexend {
  font-family: "lexend";
}

.white {
  background-color: #ffffff;
}

.grey50 {
  background-color: #fbfbfd;
}

.grey100 {
  background-color: #f6f6f8;
}

.grey200 {
  background-color: #f1f1f4;
}

.grey300 {
  background-color: #e7e7e9;
}

.grey400 {
  background-color: #c5c5c7;
}

.grey500 {
  background-color: #a7a7a9;
}

.grey600 {
  background-color: #7d7d7d;
}

.grey700 {
  background-color: #69696a;
}

.grey800 {
  background-color: #49494b;
}

.grey90 {
  background-color: #272727;
}

.black {
  background-color: #000000;
}

.primary {
  background-color: #0019a0;
}

.yellow50 {
  background-color: #fdf8e8;
}

.yellow100 {
  background-color: #f2c94c;
}

.blue50 {
  background-color: #eeeefe;
}

.blue100 {
  background-color: #5458f7;
}

.red50 {
  background-color: #fdeeee;
}

.red100 {
  background-color: #eb5757;
}

.green50 {
  background-color: #e5faf5;
}

.green100 {
  background-color: #00cc99;
}

.fondo {
  background-color: #f2f5fa;
}

.trans {
  background-color: transparent;
}

.mr11 {
  margin-right: 11px;
}

.mr32 {
  margin-right: 32px;
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-collapse {
    display: -ms-none !important;
    display: none !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media screen and (min-width: 992px) {
  /* --- Main --- */
  main .sectAlert .divAlert .box-alert .span-alert {
    font-size: 17px;
  }
  main .sectAlert.sA-cort {
    display: block;
    width: 105px;
  }
  main .sectAlert.sA-cort .divAlert .container {
    padding: 0px;
  }
  main .sectAlert.sA-cort .divAlert .container .box-alert {
    flex-direction: row;
  }
  main .sectAlert.sA-cort .divAlert .container .box-alert .circleAlert {
    margin-right: 0;
  }
  main .sectAlert.sA-cort .divAlert .container .box-alert .span-alert {
    display: none;
  }
  main .sectCards .col {
    padding: 24px 16px;
  }
  main .sectCards .card {
    padding: 16px 40px;
  }
  main .sectCards .card .card-body .card-title {
    margin-bottom: 24px;
    height: 60px;
  }
  main .sectCards .card .card-body .card-text {
    height: 105px;
  }
  main .sectGroup.margin-Cookies {
    margin: 0 8rem;
  }
  main .box-accede {
    right: 5%;
    padding: 48px 56px;
    width: 380px;
  }
  /* ------- FIN Main ------- */
  /* --- Footer --- */
  footer {
    padding: 56px 32px;
    color: #ffffff;
  }
  footer .ulContactoF {
    flex-direction: row;
    padding-bottom: 40px;
  }
  footer .ulContactoF .linktitle {
    padding: 0 32px 0 0;
  }
  footer .ulContactoF .liContactoF {
    padding: 0 24px 0 0;
  }
  footer .ullinkF {
    flex-direction: row;
    padding: 40px 0;
  }
  footer .ullinkF .linktitle {
    padding: 0 32px 0 0;
  }
  footer .ullinkF .lilinkF {
    padding: 0 24px 0 0;
  }
  footer .ulCopyF {
    flex-direction: row;
    padding-top: 40px;
  }
  footer .ulCopyF .liCopyF {
    padding: 0 32px 0 0;
  }
  /* ------- FIN Footer ------- */
  /* --- Buttons --- */
  .btnAyuda, .btnObtener {
    flex-direction: row;
  }
  .btnAyuda .btn, .btnObtener .btn {
    margin-bottom: 0;
  }
  /* ------- FIN Buttons ------- */
}
@media screen and (min-width: 1200px) {
  /* --- Main --- */
  main .divNav #idMenuPpal {
    padding: 0;
  }
  main .divNav .divMenu {
    position: relative;
    display: none;
    padding: 32px;
    background-color: #ffffff;
    border: 1px solid #e7e7e9;
    border-top: none;
    z-index: 999;
  }
  main .divNav .divMenu .box-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    background-color: #ffffff;
  }
  main .divNav .divMenu .box-list .aList {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-right: 40px;
    margin-bottom: 16px;
    width: 50%;
  }
  main .divNav .divMenu .box-list .aList .icoList {
    display: block;
    width: 32px;
    height: 32px;
    margin-right: 4px;
  }
  main .divNav .divMenu .box-list .aList .span-list {
    color: #000000;
    font-family: "inter";
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
  }
  main .divNav .divMenu .box-list .aList:hover .span-list, main .divNav .divMenu .box-list .aList:focus .span-list, main .divNav .divMenu .box-list .aList.active .span-list {
    color: #89ccff;
  }
  main .divNav .divMenu .imgMenu {
    display: block;
    width: 100%;
    height: auto;
  }
  main .divNav .divMenu #idInicioPpal {
      display: none;
  }
  main .divNav .divMenu #idServiciosPpal {
    display: none;
  }
  main .divNav .divMenu #idTributosPpal {
    display: none;
  }
  main .divNav .divMenu #idTramitesPpal {
    display: none;
  }
  main .divNav .divMenu #idSearchPpal {
    display: none;
  }
  main .divNav .divMenu #idSearchPpal .form-inline.search-fi {
    padding: 16px 0;
  }
  main .divNav .divMenu #idSearchPpal .form-inline.search-fi .input-group {
    width: 100%;
  }
  main .divNav .divMenu #idSearchPpal .form-inline.search-fi .form-control.search-fi {
    height: 48px;
    background-color: #f2f5fa;
  }
  main .divNav .divMenu #idSearchPpal .form-inline.search-fi .form-control.search-fi::placeholder {
    color: #535d65;
    font-size: 1rem;
    line-height: 24px;
  }
  main .divNav .divMenu #idSearchPpal .form-inline.search-fi .input-group-prepend {
    margin-right: 0;
  }
  main .divNav .divMenu #idSearchPpal .form-inline.search-fi .input-group-prepend .input-group-text {
    justify-content: center;
    padding: 0;
    width: 48px;
    height: 48px;
    background-color: #0019a0;
  }
  main .divNav .divMenu #idSearchPpal .form-inline.search-fi .input-group-prepend .input-group-text .imgSearch {
    display: block;
  }
  main .sectCards {
    padding: 32px 0 56px 0;
  }
  main .sectCards .card .card-body .card-title {
    margin-bottom: 24px;
    height: 90px;
  }
  main .sectCards .card .card-body .card-text {
    height: 165px;
  }
  main .sectGroup {
    padding: 50px 0;
  }
  main .sectGroup .imgToogle {
    display: none;
  }
  main .sectGroup .aside {
    position: relative;
    display: flex;
    top: 0;
    left: unset;
    width: 100%;
    height: 100%;
    box-shadow: none;
    transition: none;
  }
  main .sectGroup .aside .ulAside .liAside {
    padding: 12px 0;
    margin-right: 48px;
    border-bottom: 1px solid #e7e7e9;
  }
  main .sectGroup .aside .ulAside .liAside .aAside {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    height: 100%;
  }
  main .sectGroup .aside .ulAside .liAside .aAside .imgAside {
    display: block;
    width: 36px;
    height: 36px;
    margin-right: 9px;
  }
  main .sectGroup .aside .ulAside .liAside .aAside .spanAside {
    color: #000000;
    font-size: 1rem;
    font-weight: 500;
    line-height: 24px;
  }
  main .sectGroup .sectMiniCards .card {
    display: flex;
    flex-direction: column;
    padding: 16px 24px;
    background-color: #ffffff;
    border: 1px solid #0019a0;
    border-radius: 25px;
  }
  main .sectGroup .sectMiniCards .card.active, main .sectGroup .sectMiniCards .card:hover, main .sectGroup .sectMiniCards .card:active {
    background-color: #f2f5fa;
  }
  main .sectGroup .sectMiniCards .card .card-header {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 8px 0 16px;
    background-color: transparent;
    border: none;
  }
  main .sectGroup .sectMiniCards .card .card-header .card-img {
    display: block;
    height: 36px;
    width: 36px;
  }
  main .sectGroup .sectMiniCards .card .card-body {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-bottom: 8px;
  }
  main .sectGroup .sectMiniCards .card .card-body .card-text {
    padding: 0;
    margin-bottom: 0;
    height: auto;
    color: #0019a0;
    font-family: "inter";
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
  }
  main .sectGroup .accordionMapWeb .card .card-header .text-accordion {
    width: 90%;
  }
  main .sectGroup .accordionMapWeb .card .card-header .icoAccordion {
    display: none;
  }
  main .sectGroup .accordionMapWeb .card .collapse:not(.show) {
    display: block;
  }
  main .sectGroup .accordionMapWeb .card .card-body .mapw .ulMapw .liMapw {
    margin-right: 48px;
  }
  main .sectGroup.margin-Cookies {
    margin: 0 12rem;
  }
  main .box-accede {
    right: 4%;
  }
  /* ------- FIN MAin ------- */
  /* --- Buttons --- */
  .btn.btn-blue, a.abtn.btn-blue {
    padding: 18px 56px;
    width: 404px;
    height: 96px;
  }
  .btn.btn-blue .ico-btn-blue, a.abtn.btn-blue .ico-btn-blue {
    width: 64px;
    height: 64px;
  }
  .btn.btn-blue .ico-btn-blue svg, a.abtn.btn-blue .ico-btn-blue svg {
    width: 100%;
    height: auto;
  }
  .btn.btn-blue .ico-btn-blue svg path, a.abtn.btn-blue .ico-btn-blue svg path {
    fill: #ffffff;
  }
  .btn.btn-blue .text-btn-blue, a.abtn.btn-blue .text-btn-blue {
    font-size: 32px;
  }
  .btn.btn-blue:hover, a.abtn.btn-blue:hover {
    background-color: #f2f5fa;
  }
  .btn.btn-blue:hover .ico-btn-blue svg path, a.abtn.btn-blue:hover .ico-btn-blue svg path {
    fill: #0019a0;
  }
  .btn.btn-blue:hover .text-btn-blue, a.abtn.btn-blue:hover .text-btn-blue {
    color: #0019a0;
  }
  /* ------- FIN Buttons ------- */
  /* --- Form --- */
  .box-form {
    padding: 52px 52px 40px 52px;
  }
  .box-form.bf-table {
    padding: 24px 32px;
  }
  /* ------- FIN Form ------- */
}
/* Variables */
/*  CSS - Document - VARIABLES  */
/*  CSS - Document - TOOLS  */
.relative {
  position: relative;
}

input[type=search]::-moz-placeholder {
  font-size: 0.6667rem;
}

input[type=search]::placeholder {
  font-size: 0.6667rem;
}

input[type=email]::-moz-placeholder {
  color: #495C89;
  font-size: 1rem;
}

input[type=email]::placeholder {
  color: #495C89;
  font-size: 1rem;
}

.inter {
  font-family: "inter";
}

.lexend {
  font-family: "lexend";
}

.white {
  background-color: #ffffff;
}

.grey50 {
  background-color: #fbfbfd;
}

.grey100 {
  background-color: #f6f6f8;
}

.grey200 {
  background-color: #f1f1f4;
}

.grey300 {
  background-color: #e7e7e9;
}

.grey400 {
  background-color: #c5c5c7;
}

.grey500 {
  background-color: #a7a7a9;
}

.grey600 {
  background-color: #7d7d7d;
}

.grey700 {
  background-color: #69696a;
}

.grey800 {
  background-color: #49494b;
}

.grey90 {
  background-color: #272727;
}

.black {
  background-color: #000000;
}

.primary {
  background-color: #0019a0;
}

.yellow50 {
  background-color: #fdf8e8;
}

.yellow100 {
  background-color: #f2c94c;
}

.blue50 {
  background-color: #eeeefe;
}

.blue100 {
  background-color: #5458f7;
}

.red50 {
  background-color: #fdeeee;
}

.red100 {
  background-color: #eb5757;
}

.green50 {
  background-color: #e5faf5;
}

.green100 {
  background-color: #00cc99;
}

.fondo {
  background-color: #f2f5fa;
}

.trans {
  background-color: transparent;
}

.mr11 {
  margin-right: 11px;
}

.mr32 {
  margin-right: 32px;
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-collapse {
    display: -ms-none !important;
    display: none !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media screen and (min-width: 1440px) {
  /* --- General --- */
  .container {
    max-width: 1320px;
  }
  .col-xxl-3 {
    flex: 0 0 30%;
    max-width: 60%;
  }
  .col-xxl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-6 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  /* ------- FIN General ------- */
  /* --- Header --- */
  header .navbar .navbar-controls .navbar-brand {
    width: 416px;
    height: 92px;
  }
  header .navbar .navbar-controls #littelMenu {
    display: none !important;
  }
  /* ------- FIN Header ------- */
  /* --- Main --- */
  main .sectCards .col {
    padding: 32px 16px;
  }
  main .sectCards .card .card-body .card-title {
    height: 60px;
  }
  main .sectCards .card .card-body .card-text {
    height: 120px;
  }
  main .sectGroup.margin-Cookies {
    margin: 0 14rem;
  }
  /* ------- FIN MAin ------- */
  /* --- Footer --- */
  footer {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    padding: 52px 81px;
  }
  footer .ulContactoF {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 0;
    margin-bottom: 0;
  }
  footer .ulContactoF .linktitle {
    padding: 0 0 10px 32px;
  }
  footer .ulContactoF .liContactoF {
    padding: 6px 0;
  }
  footer .ulContactoF .liContactoF .aContactoF {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
  }
  footer .ullinkF {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 0 0 56px;
    margin-bottom: 0;
    border-top: none;
    border-bottom: none;
    border-right: 1px solid #84c4ec;
    border-left: 1px solid #84c4ec;
  }
  footer .ullinkF .linktitle {
    padding: 0 0 10px 0;
  }
  footer .ullinkF .lilinkF {
    padding: 6px 0;
  }
  footer .ulCopyF {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 0 0 56px;
    margin-bottom: 0;
  }
  footer .ulCopyF .liCopyF {
    padding: 6px 0;
  }
  /* ------- FIN Footer ------- */
}

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