@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700&Roboto:wght@400;500;700&display=swap"); /*!
 * Bootstrap  v5.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-white: #ffffff;
  --bs-black: #000000;
  --bs-purple-brown: #262223;
  --bs-soft-blue: #57b5ed;
  --bs-pastel-red: #ed5c4d;
  --bs-dark-grey-blue: #273253;
  --bs-dark-grey-blue2: #2b2d42;
  --bs-pale: #f4e9da;
  --bs-butterscotch: #fbbe4b;
  --bs-custom1: #585858;
  --bs-custom2: #e60a62;
  --bs-custom3: #47ae89;
  --bs-custom4: #f7f7f7;
  --bs-custom5: #72777b;
  --bs-custom6: #faa92b;
  --bs-custom7: #563cf8;
  --bs-custom8: #439bfa;
  --bs-custom9: #707070;
  --bs-custom10: #1673f6;
  --bs-custom11: #7d7d7d;
  --bs-custom12: #ff6b00;
  --bs-custom13: #a1a1a1;
  --bs-custom14: #f6f6f6;
  --bs-custom15: #fafafa;
  --bs-custom16: #e0e0e0;
  --bs-custom17: #4de090;
  --bs-custom18: #816efb;
  --bs-custom19: #777777;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-purple-brown-rgb: 38, 34, 35;
  --bs-soft-blue-rgb: 87, 181, 237;
  --bs-pastel-red-rgb: 237, 92, 77;
  --bs-dark-grey-blue-rgb: 39, 50, 83;
  --bs-dark-grey-blue2-rgb: 43, 45, 66;
  --bs-pale-rgb: 244, 233, 218;
  --bs-butterscotch-rgb: 251, 190, 75;
  --bs-custom1-rgb: 88, 88, 88;
  --bs-custom2-rgb: 230, 10, 98;
  --bs-custom3-rgb: 71, 174, 137;
  --bs-custom4-rgb: 247, 247, 247;
  --bs-custom5-rgb: 114, 119, 123;
  --bs-custom6-rgb: 250, 169, 43;
  --bs-custom7-rgb: 86, 60, 248;
  --bs-custom8-rgb: 67, 155, 250;
  --bs-custom9-rgb: 112, 112, 112;
  --bs-custom10-rgb: 22, 115, 246;
  --bs-custom11-rgb: 125, 125, 125;
  --bs-custom12-rgb: 255, 107, 0;
  --bs-custom13-rgb: 161, 161, 161;
  --bs-custom14-rgb: 246, 246, 246;
  --bs-custom15-rgb: 250, 250, 250;
  --bs-custom16-rgb: 224, 224, 224;
  --bs-custom17-rgb: 77, 224, 144;
  --bs-custom18-rgb: 129, 110, 251;
  --bs-custom19-rgb: 119, 119, 119;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 3px;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

cuerpo-pie-pagina{
  height: 374px;
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}
h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1.3;
}
h4 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 2rem;
  }
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul {
  padding-left: 2rem;
}
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
a {
  color: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}
img {
  vertical-align: middle;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
}
@media (min-width: 768px) {
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
    width: 16.66666666%;

  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 49.99999999%;
  }
}
@media (min-width: 992px) {
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-floating > .form-control-plaintext:not(:-moz-placeholder-shown),
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control-plaintext:not(:-ms-input-placeholder),
.form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group > .form-control:not(:focus).is-valid,
.input-group > .form-floating:not(:focus-within).is-valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-control:not(:focus):valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.was-validated .input-group > .form-select:not(:focus):valid {
  z-index: 3;
}
.input-group > .form-control:not(:focus).is-invalid,
.input-group > .form-floating:not(:focus-within).is-invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-control:not(:focus):invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.was-validated .input-group > .form-select:not(:focus):invalid {
  z-index: 4;
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check) + .btn:active:focus-visible {
  -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.d-none {
  display: none !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?xdn855");
  src: url("../fonts/icomoon.eot?xdn855#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?xdn855") format("truetype"),
    url("../fonts/icomoon.woff?xdn855") format("woff"),
    url("../fonts/icomoon.svg?xdn855#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-youtube:before {
  content: "\e908";
}
.icon-twitter:before {
  content: "\e90c";
}
.icon-facebook:before {
  content: "\e90d";
}
.icon-instagram:before {
  content: "\e90e";
}
.icon-tiktok:before {
  content: "\e917";
}
.icon-linkedin:before {
  content: "\e904";
}
.icon-whatsapp:before {
    content: "\e900";
}
html {
  scroll-padding-top: 180px;
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
}
a:hover {
  color: unset;
}
.general-editor__contenido ul li::marker {
  color: #962330;
  font-size: 1.5em;
}
footer {
  background-color: #042f53;
  padding: 40px 0 0 0;
  z-index: 2;
  position: relative;
}
footer .footer__titulo {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.33px;
  font-family: "Poppins", sans-serif;
}
footer .footer__link,
footer .footer__p {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer-redes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
.footer-redes .footer-redes__li {
  list-style: none;
}
.footer-redes .footer-redes__link {
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer-redes .footer-redes__li + .footer-redes__li {
  margin-left: 20px;
}
footer .footer__hr {
  background-color: #ffffff;
  height: 2px;
}
.footer__menu li {
  list-style: none;
  position: relative;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
}
.footer__menu li a {
  color: #ffffff;
  text-decoration: none;
}
.footer__logo {
  width: 184px;
}
.footer__menu {
  padding-left: 0;
}
@media (max-width: 991.98px) {
  .footer__menu {
    margin-bottom: 0px;
  }
}
.footer-logos {
  display: flex;
  justify-content: center;
  background-color: #2e3641;
  border-top: 1px solid #777;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
/*
----------------------------
      FOOTER 2
----------------------------
*/
.f2-contenedor {
  display: flex;
  align-items: end;
  margin-bottom: 25px;
  justify-content: center;
  width: 100%;
  background-color: #042f53;
}

.f2-contenedor__f2-contenido {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  height: 135px;
  width: 1300px;
  background-color: #204464;
}

.f2-contenido__rrss {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.f2-rrss-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.f2-rrss-icon svg {
  width: 35px;
  height: auto;
}

.f2-contenido__enlaces {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
  height: 100%;
}

.f2-contenido__enlace {
  color: #fff;
}

.f2-contenido__enlace:hover {
  color: #fff;
}

@media (max-width: 1399px) {
  .f2-contenedor__f2-contenido {
    width: 1120px;
  }
  .f2-contenido__rrss {
    gap: 30px;
  }
}

@media (max-width: 1199px) {
  .f2-contenedor__f2-contenido {
    width: 935px;
  }
  .f2-contenido__rrss {
    gap: 20px;
  }
}

@media (max-width: 991px) {
  .f2-contenedor__f2-contenido {
    grid-template-columns: 1fr;
    width: 700px;
    height: auto;
    }
  .f2-contenido__rrss{
    margin-top: 20px;
  }
  .f2-rrss-icon svg {
    width: 40px;
    height: auto;
  }
  .f2-contenido__enlace--mb{
    margin-bottom: 20px;
  }
  .f2-contenido__enlaces {
    padding-left: 10px;
  }
  .f2-contenido__enlaces-pt{
    padding-top: 10px;
  }
  .f2-contenido__enlaces-pb{
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .f2-contenedor__f2-contenido{
    width: 100%;
  }
}

/*
----------------------------
      FOOTER HUINCHA
----------------------------
*/
.footer-huincha__contenedor{
  display: flex !important;
  gap: 10px;
  justify-content: center;
}

.footer-huincha__borde-acreditacion{
  border: 1px solid #fff;
  padding: 10px;
}

.footer-huincha__borde-acreditacion--unico{
  border-radius: 10px 0 0 10px;
}

.footer-huincha__borde-acreditacion--muchos{
  display: flex;
  align-items: center;
  gap: 30px;
  border-radius: 0 10px 10px 0;
}

.footer-huincha__logo{
  height: 35px;
}

.footer-huincha__logo-enlace{
  height: 15px;
}

@media (max-width: 788px) {
  .footer-huincha__contenedor {
    flex-direction: column;
    align-items: center;
  }

  .footer-huincha__borde-acreditacion--unico {
    width: 100%;
    border-radius: 10px 10px 0 0;
  }

  .footer-huincha__borde-acreditacion--muchos {
    width: 100%;
    justify-content: center;
    border-radius: 0 0 10px 10px;
  }
}

@media (max-width: 629px) {
  .footer-huincha__borde-acreditacion--muchos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    width: 100%;
    justify-items: center;
    align-items: center;
  }
}









