/* @charset 'UTF-8'; */

@font-face {
  font-family: 'Montserrat', sans-serif;
  src: url(Gotham-Medium.otf);
}

body {
  background-color: #f2f2f2;
  color: #666666;
  font-family: 'Montserrat', sans-serif;
}

input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::-ms-input-placeholder,
input::placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
}

.table td,
.table th {
  vertical-align: inherit;
}

.table td[class*='text'],
.table th[class*='text'] {
  font-family: 'Montserrat', sans-serif;
}

@media(min-width:1200px) {
  .asociados.container {
    max-width: 1240px;
  }
}

li {
  list-style-type: none;
}

a:not([href]):not([tabindex]),
a {
  color: #FF5A5F;
  cursor: pointer;
}

a:link,
a:visited {
  color: #FF5A5F;
}

a:active,
a:hover {
  color: #FF5A5F;
  text-decoration: none;
}

.btn {
  padding: 8px 15px;
  border: #FF5A5F solid 2px;
  border-radius: 50px;
  cursor: pointer;
  font-size: 11px;
  font-family: 'Montserrat', sans-serif;
  color: #FF5A5F !important;
  line-height: 13px;
  margin-top: 0px;
  width: auto;
  height: 46px;
  overflow: hidden;
  white-space: nowrap;
}

.btn-outline-info {
  padding: 8px 15px;
  border: #FF5A5F solid 2px;
  border-radius: 50px;
  cursor: pointer;
  font-size: 11px;
  font-family: 'Montserrat', sans-serif;
  color: #FF5A5F !important;
  line-height: 13px;
  margin-top: 0px;
  width: auto;
  height: 46px;
  overflow: hidden;
  white-space: nowrap;
}

.btn-outline-info:hover,
.btn-outline-info:active {
  padding: 8px 15px;
  border: #FF5A5F solid 2px;
  border-radius: 50px;
  cursor: pointer;
  font-size: 11px;
  font-family: 'Montserrat', sans-serif;
  color: #FF5A5F !important;
  line-height: 13px;
  margin-top: 0px;
  width: auto;
  height: 46px;
  overflow: hidden;
  white-space: nowrap;
  background-color: transparent;
}

.top-header {
  min-height: 90px;
  background-color: #fff;
}

.top-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 90px;
}

@media (max-width: 430px) {
  .top-header .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top-header .container div:nth-child(1) {
    margin: 20px 0 30px;
  }

  .top-header .container div:nth-child(2) {
    margin-bottom: 10px;
  }

  .top-header .container div:nth-child(2) .btn {
    font-size: 12px;
  }
}

.bg-azul-asociados {
  background-image: linear-gradient(to bottom, #364962, #364962 135px, #f2f2f2 135px);
  background-repeat: no-repeat;
  padding-top: 25px;
  min-height: calc(100vh - 427px);
}

.d-alto {
  min-height: calc(100vh - 327px);
}

.cont-holder {
  background-color: #fff;
  height: calc(100% - 30px);
}

.cont-holder .container-inn {
  padding: 60px 30px;
}

.cont-holder .container-inn p {
  color: #666666;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  margin-bottom: 35px;
}

.cont-holder .container-inn p:first-child {
  font-size: 16px;
  margin-bottom: 40px;
}

.cont-holder .container-inn h3 {
  color: #666666;
  font-family: 'Montserrat', sans-serif;
  font-size: 23px;
}

.cont-holder .container-inn h3.subtitulos {
  color: #2973A2;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  margin-top: 35px;
  margin-bottom: 30px;
}

.cont-holder .container-inn h3.subtitulos span {
  margin-right: 20px;
}

.cont-holder .container-inn h3.subtitulos a {
  margin-right: 20px;
}

.table {
  font-size: 12px;
}

.table thead th,
.table td,
.table th {
  border-top: 1px solid #d2d2d2;
  font-family: 'Montserrat', sans-serif !important;
}

.table thead th {
  border-top: none;
}

.table th {
  color: #8c8e90;
  font-family: 'Montserrat', sans-serif !important;
}

.table .table th,
.table .table td,
.table .table th,
.table .table tbody {
  border: none;
  color: #8c8e90;
  font-family: 'Montserrat', sans-serif;
}

.table td a:link,
.table td a:visited {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.table td a:hover,
.table td a:active {
  text-decoration: none;
}

.table tbody strong {
  font-family: 'Montserrat', sans-serif;
}

.table-bills .factura {
  text-align: center;
}

.faq-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #f0f0f0;
  margin: 30px 0 40px;
  padding: 30px 20px 10px;
}

.faq-holder .faq-icon {
  color: #364962;
  font-size: 24px;
  line-height: 1;
  padding-right: 20px;
}

.faq-holder .faq-content {
  width: 99%;
}

.faq-holder .faq-content .faq-items {
  padding: 5px 0;
}

.faq-holder .faq-content .faq-items .faq-item {
  width: 100%;
  padding: 0 0 5px;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #c6c6c6;
}

.faq-holder .faq-content .faq-items .faq-item header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}

.faq-holder .faq-content .faq-items .faq-item header h5 {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  width: 99%;
}

.faq-holder .faq-content .faq-items .faq-item section {
  padding-top: 5px;
}

.faq-holder .faq-content .faq-items .faq-item section p {
  font-size: 14px !important;
  line-height: 1.6;
}

.bg-azul-asociados h3 {
  line-height: 17px;
}

.top-header .container div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer {
  background-color: #F5F5F5;
}

footer .mapa {
  margin-top: 47px;
  margin-left: 0;
  margin-bottom: 0;
}

footer .mapa li {
  line-height: 40px
}

footer .mapa li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #666665;
}

footer .mapa li a:hover {
  color: #58C8E5;
}

footer .alineacion-descargas {
  text-align: left;
}

footer .pie li {
  display: inline-block;
}

footer .pie .accesos-e-informacion li {
  line-height: 34px;
  display: inline-block;
}

footer .accesos-e-informacion {
  margin-top: 88px;
  padding-bottom: 55px;
}

footer .pie li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #666665;
  line-height: 34px;
}

footer .pie .logos-centros li a {
  line-height: auto !important;
  margin-right: 0 !important;
}

footer .pie li a:nth-child(1) {
  margin-right: 25px;
}

footer .pie li a:hover {
  color: #666665;
}

footer .pie .imagenes {
  margin-top: 0px;
}

footer .logos-centros {
  text-align: right;
  margin-top: 79px;
}

footer .alineacion {
  text-align: right;
}

footer .logos-centros li:nth-child(1) {
  margin-right: 30px;
}

footer .logos-centros li:nth-child(2) {
  margin-right: 30px;
}

footer .logos-centros li:nth-child(3) {
  margin-right: 30px;
}

@media (max-width: 991px) {
  footer .mapa li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #666665;
  }

  footer .accesos-e-informacion {
    margin-top: 135px;
  }
}

@media (max-width: 767px) {
  footer p.mapa {
    margin-top: 37px;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    letter-spacing: 1.5px;
    color: #ffffff;
  }

  footer ul.mapa li a {
    line-height: 46px;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 0px;
  }

  footer .secciones ul.mapa {
    margin-top: 0;
    margin-bottom: 71px;
  }

  footer p {
    margin-top: 0px;
    margin-left: 190px;
  }

  footer .mapa li {
    padding: 0 0;
  }

  footer .alineacion-descargas {
    text-align: center;
  }

  footer ul li {
    text-align: center;
  }

  footer .pie ul {
    padding-left: 15px;
    text-align: center;
  }

  footer .accesos-e-informacion {
    margin-top: 0;
  }

  footer .pie ul li {
    padding: 0;
    margin-left: 0;
  }

  footer .pie {
    padding-bottom: 20px;
  }

  footer .alineacion {
    text-align: center;
  }
}

.titulos {
  margin-bottom: 25px;
}

.titulos h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
}

.titulos h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #fff;
}

.table tbody strong {
  font-family: 'Montserrat', sans-serif;
}

.table-estado-cuenta thead th {
  padding-left: 2px;
  padding-right: 2px;
}

.table-estado-cuenta thead th:first-child {
  min-width: 20px;
}

.table-estado-cuenta tbody td {
  padding-left: 2px;
  padding-right: 2px;
}

.table-estado-cuenta .th-check {
  padding-right: 0;
}

.table-estado-cuenta a {
  color: #00a0e2;
}

.foot-redes {
  display: block;
  padding: 10px 0;
  margin-bottom: 25px;
}

.foot-redes p {
  margin-top: 18px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #666665;
  line-height: 40px;
  margin-bottom: 18px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

@media(max-width: 1199px) {
  .cont-holder .container-inn p {
    font-size: 13px;
    line-height: 18px;
  }

  .cont-holder .container-inn p:first-child {
    font-size: 16px;
  }

  .foot-redes p {
    font-size: 12px;
  }
}

@media(max-width: 991px) {
  footer .accesos-e-informacion {
    margin-top: 52px;
  }

  footer .logos-centros {
    margin-top: 40px;
  }

  .foot-redes p {
    margin-top: 22px;
    font-size: 9px;
    text-align: left;
  }
}

@media(min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

@media(max-width: 767px) {
  .hidden-xs {
    display: none;
  }

  .foot-redes {
    margin-bottom: 45px;
  }

  .foot-redes .container .row {
    display: flex
  }

  .foot-redes .container .row .col-md-9 {
    order: 2;
  }

  .foot-redes p {
    line-height: 18px;
    margin-bottom: 10px;
    text-align: center;
    max-width: 276px;
    margin-right: auto;
    margin-left: auto;
  }

  footer .secciones ul.mapa {
    margin-bottom: 0;
  }

  footer .accesos-e-informacion {
    margin-top: 20px;
    padding-bottom: 0;
  }

  .bg-azul-asociados {
    padding-top: 80px;
    background-image: linear-gradient(to bottom, #364962, #364962 130px, #f2f2f2 130px);
  }

  footer .logos-centros {
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin: 20px auto 20px;
    padding-left: 20px;
    padding-right: 20px
  }

  footer .logos-centros li {
    width: auto;
    margin: 0 !important;
  }

  footer .logos-centros li img {
    max-width: 90px;
  }

  footer .mapa li {
    line-height: 16px;
    font-size: 14px;
    height: 25px;
  }

  .cont-holder .container-inn {
    padding: 30px 10px;
    margin-top: 15px;
  }

  .faq-holder {
    padding: 30px 15px 10px;
  }

  .faq-holder .faq-content .faq-items .faq-item header h5 {
    font-size: 12px;
  }

  .faq-holder .faq-icon {
    padding-right: 10px;
  }

  .cont-holder .container-inn p:first-child {
    font-size: 11px;
  }

  .bg-azul-asociados .titulos h2 {
    font-size: 20px;
    margin-top: 3px;
  }

  .bg-azul-asociados .titulos h3 {
    display: none;
  }

  .bg-azul-asociados .d-alto {
    min-height: auto;
  }
}

@media(max-width: 575px) {}

@media(max-width: 320px) {
  footer .logos-centros {
    padding: 0;
  }
}

@keyframes pulse {
  0% {
    bottom: 20px;
  }

  50% {
    bottom: 5px;
  }

  100% {
    bottom: 20px;
  }
}

.loading {
  height: 800px;
  padding-top: 260px;
  vertical-align: middle;
}

.color-celeste {
  color: #00a0e7 !important;
}

tr:hover .nombre a {
  color: #939DA9;
}

.bajaLink {
  color: #666665 !important;
}

@media (max-width: 767px) {
  footer .logos-centros {
    flex-wrap: wrap;
    justify-content: center;
  }

  footer .logos-centros li {
    margin: 5px !important;
  }
}

* {
  font-family: 'Montserrat', sans-serif;
  padding: 0;
}

.btn-outline-info:not(:disabled):not(.disabled):active {
  background-color: transparent !important;
  border-color: #FF5A5F !important;
}

btn .btn-outline-info:focus {
  box-shadow: none !important;
}

footer .logos-centros {
  max-width: 100%;
  width: 100%;
}

footer .logos-centros li {
  max-width: 25%;
  width: 25%;
}

footer .logos-centros li img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.alert {
  margin-top: 0;
  padding: 15px 15px 15px 25px;
}

.alert .faq-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 25px 0 0;
}

.alert__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.alert__subtitle {
  font-size: 13px;
}

@media (max-width: 767px) {
  .alert {
    flex-direction: column;
  }

  .alert .faq-icon {
    margin-bottom: 15px;
  }
}

.sk-wave {
  margin: 40px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.sk-wave .sk-rect {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-wave .sk-rect1 {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

.sk-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {

  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes sk-waveStretchDelay {

  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

#app {
  display: none;
}

#app.displayBlock {
  display: block;
}

.no-pointer {
  cursor: auto !important;
}