@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
@import url("https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
:root {
  --main-color: #06c;
  --accent-color: #006;
}

.mycustomvar {
  color: var(--main-color);
}

.txtColor-brand-primary {
  color: #b0c74b;
}

.bgColor-brand-primary {
  background-color: #b0c74b;
}

.border-brand-primary {
  border-color: #b0c74b !important;
}

.txtColor-brand-secondary {
  color: #3d54d1;
}

.bgColor-brand-secondary {
  background-color: #3d54d1;
}

.border-brand-secondary {
  border-color: #3d54d1 !important;
}

.txtColor-brand-secondary-dark {
  color: #2e41a9;
}

.txtColor-brand-tertiary {
  color: #fd693f;
}

.bgColor-brand-tertiary {
  background-color: #fd693f;
}

.border-brand-tertiary {
  border-color: #fd693f !important;
}

.txtColor-brand-programon {
  color: #f40000;
}

.bgColor-programon {
  background-color: #f40000;
}

.border-brand-programon {
  border-color: #f40000 !important;
}

.txtColor-brand-programon-med {
  color: #f40000;
}

.bgColor-programon-med {
  background-color: #f40000;
}

.border-brand-programon-med {
  border-color: #f40000 !important;
}

.txtColor-brand-programon-dark {
  color: #f40000;
}

.bgColor-programon-dark {
  background-color: #f40000;
}

.border-brand-programon-dark {
  border-color: #f40000 !important;
}

.txtColor-brand-programon-secondary {
  color: #f89901;
}

.bgColor-programon-secondary {
  background-color: #f89901;
}

.txtColor-brand-programon-tertiary {
  color: #00b8c1;
}

.bgColor-programon-tertiary {
  background-color: #00b8c1;
}

.txtColor-gray-xdark {
  color: #000000;
}

.bgColor-gray-xdark {
  background-color: #000000;
}

.border-gray-xdark {
  border-color: #000000 !important;
}

.txtColor-gray-dark {
  color: #2b3544;
}

.bgColor-gray-dark {
  background-color: #2b3544;
}

.border-gray-dark {
  border-color: #2b3544 !important;
}

.txtColor-gray-blue {
  color: #172642;
}

.bgColor-gray-blue {
  background-color: #172642;
}

.border-gray-blue {
  border-color: #172642 !important;
}

.txtColor-gray-med {
  color: #828080;
}

.bgColor-gray-med {
  background-color: #828080;
}

.border-gray-med {
  border-color: #828080 !important;
}

.txtColor-gray-light {
  color: #c0c0c0;
}

.bgColor-gray-light {
  background-color: #c0c0c0 !important;
}

.border-gray-light {
  border-color: #c0c0c0 !important;
}

.txtColor-gray-xlight {
  color: #e1e1e1;
}

.bgColor-gray-xlight {
  background-color: #e1e1e1;
}

.border-gray-xlight {
  border-color: #e1e1e1 !important;
}

.txtColor-gray-xxlight {
  color: #f2f2f2;
}

.bgColor-gray-xxlight {
  background-color: #f2f2f2;
}

.border-gray-xxlight {
  border-color: #f2f2f2 !important;
}

.txtColor-white {
  color: #fefefe !important;
}

.bgColor-white {
  background-color: #fefefe !important;
}

.border-white {
  border-color: #fefefe !important;
}

:root {
  --txt-xlarge: 13rem;
  --txt-xlarge-lneheight: 13rem;
  --padding-sections-intro_common-page-top: 2rem;
  --padding-sections-top: 6rem;
  --padding-sections-bottom: 10rem;
  --margin-body-xxlarge:20rem;
  --margin-body:9rem;
  --margin-modules:3rem;
  --margin-modules-small:1.5rem;
  --padding-inset-modules-xxlarge:8rem;
  --padding-inset-modules-xlarge:5rem;
  --padding-inset-modules-large:3.5rem;
  --padding-inset-modules-xmed:2.8rem;
  --padding-inset-modules-med:2rem;
  --padding-inset-modules-small:0.8rem;
}
@media (max-width: 1600px) {
  :root {
    --margin-body-xxlarge:20rem;
    --margin-body:9rem;
    --txt-xlarge: 12rem;
    --txt-xlarge-lneheight: 12rem;
    --padding-sections-bottom: 10rem;
    --margin-modules:3rem;
  }
}
@media (max-width: 1300px) {
  :root {
    --margin-body-xxlarge:10rem;
    --margin-body:7rem;
    --txt-xlarge: 11rem;
    --txt-xlarge-lneheight: 11rem;
    --padding-sections-top: 5rem;
    --padding-sections-bottom: 9rem;
    --margin-modules:3rem;
  }
}
@media (max-width: 1100px) {
  :root {
    --txt-xlarge: 10rem;
    --txt-xlarge-lneheight: 10rem;
    --padding-inset-modules-xxlarge:6rem;
    --padding-inset-modules-xlarge:3rem;
    --padding-sections-top: 5.56rem;
    --padding-sections-bottom: 8rem;
    --margin-modules:2.5rem;
  }
}
@media (max-width: 768px) {
  :root {
    --padding-sections-top: 4.5rem;
    --padding-inset-modules-xlarge:4.5rem;
    --padding-sections-bottom: 4rem;
    --padding-inset-modules-xmed:2rem;
    --padding-inset-modules-med:2rem;
    --margin-modules:2.5rem;
  }
}

@keyframes crossFade {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.margin-modules-bottom {
  margin-bottom: var(--margin-modules);
}

.margin-modules-top {
  margin-top: var(--margin-modules);
}

.margin-modules-bottom-small {
  margin-bottom: var(--margin-modules-small);
}

.margin-modules-top-small {
  margin-top: var(--margin-modules-small);
}

.txt-xlarge {
  font-size: var(--txt-xlarge);
  line-height: var(--txt-xlarge-lneheight);
}

@media (max-width: 1600px) {
  .txt-xlarge {
    font-size: var(--txt-xlarge);
    line-height: var(--txt-xlarge-lneheight);
  }
}
@media (max-width: 1300px) {
  .txt-xlarge {
    font-size: var(--txt-xlarge);
    line-height: var(--txt-xlarge-lneheight);
  }
}
@media (max-width: 1100px) {
  .txt-xlarge {
    font-size: var(--txt-xlarge);
    line-height: var(--txt-xlarge-lneheight);
  }
}
:root {
  --txt-large: 8.5rem;
  --txt-large-lneheight: 9.2rem;
}
@media (max-width: 1600px) {
  :root {
    --txt-large: 7.5rem;
    --txt-large-lneheight: 8.3rem;
  }
}
@media (max-width: 1300px) {
  :root {
    --txt-large: 7.5rem;
    --txt-large-lneheight: 8.3rem;
  }
}
@media (max-width: 1100px) {
  :root {
    --txt-large: 7rem;
    --txt-large-lneheight: 7rem;
  }
}
@media (max-width: 700px) {
  :root {
    --txt-large: 4.5rem;
    --txt-large-lneheight: 5rem;
  }
}

.txt-large {
  font-size: var(--txt-large);
  line-height: var(--txt-large-lneheight);
}

@media (max-width: 1600px) {
  .txt-large {
    font-size: var(--txt-large);
    line-height: var(--txt-large-lneheight);
  }
}
@media (max-width: 1300px) {
  .txt-large {
    font-size: var(--txt-large);
    line-height: var(--txt-large-lneheight);
  }
}
@media (max-width: 1100px) {
  .txt-large {
    font-size: var(--txt-large);
    line-height: var(--txt-large-lneheight);
  }
}
:root {
  --txt-med: 7.2rem;
  --txt-med-lneheight: 8rem;
}
@media (max-width: 1600px) {
  :root {
    --txt-med: 6.2rem;
    --txt-med-lneheight: 7rem;
  }
}
@media (max-width: 1300px) {
  :root {
    --txt-med: 5.2rem;
    --txt-med-lneheight: 6rem;
  }
}
@media (max-width: 1100px) {
  :root {
    --txt-med: 4.2rem;
    --txt-med-lneheight: 4.4rem;
  }
}

.txt-med {
  font-size: var(--txt-med);
  line-height: var(--txt-med-lneheight);
}

@media (max-width: 1600px) {
  .txt-med {
    font-size: var(--txt-med);
    line-height: var(--txt-med-lneheight);
  }
}
@media (max-width: 1300px) {
  .txt-med {
    font-size: var(--txt-med);
    line-height: var(--txt-med-lneheight);
  }
}
@media (max-width: 1100px) {
  .txt-med {
    font-size: var(--txt-med);
    line-height: var(--txt-med-lneheight);
  }
}
:root {
  --txt-med-s: 6.2rem;
  --txt-med-s-lneheight: 7rem;
}
@media (max-width: 1600px) {
  :root {
    --txt-med-s: 5.2rem;
    --txt-med-s-lneheight: 6rem;
  }
}
@media (max-width: 1300px) {
  :root {
    --txt-med-s: 4.2rem;
    --txt-med-s-lneheight: 4.4rem;
  }
}
@media (max-width: 1100px) {
  :root {
    --txt-med-s: 3.8rem;
    --txt-med-s-lneheight: 4rem;
  }
}

.txt-med-s {
  font-size: var(--txt-med-s);
  line-height: var(--txt-med-s-lneheight);
}

@media (max-width: 1600px) {
  .txt-med-s {
    font-size: var(--txt-med-s);
    line-height: var(--txt-med-lneheight);
  }
}
@media (max-width: 1300px) {
  .txt-med-s {
    font-size: var(--txt-med-s);
    line-height: var(--txt-med-lneheight);
  }
}
@media (max-width: 1100px) {
  .txt-med-s {
    font-size: var(--txt-med-s);
    line-height: var(--txt-med-lneheight);
  }
}
:root {
  --txt-small: 4rem;
  --txt-small-lneheight: 5rem;
}
@media (max-width: 1600px) {
  :root {
    --txt-small: 4rem;
    --txt-small-lneheight: 5rem;
  }
}
@media (max-width: 1300px) {
  :root {
    --txt-small: 3rem;
    --txt-small-lneheight: 3.4rem;
  }
}
@media (max-width: 1100px) {
  :root {
    --txt-small: 3rem;
    --txt-small-lneheight: 3.3rem;
  }
}

.txt-small {
  font-size: var(--txt-small);
  line-height: var(--txt-small-lneheight);
}

@media (max-width: 1600px) {
  .txt-small {
    font-size: var(--txt-small);
    line-height: var(--txt-small-lneheight);
  }
}
@media (max-width: 1300px) {
  .txt-small {
    font-size: var(--txt-small);
    line-height: var(--txt-small-lneheight);
  }
}
@media (max-width: 1100px) {
  .txt-small {
    font-size: var(--txt-small);
    line-height: var(--txt-small-lneheight);
  }
}
:root {
  --txt-xsmall: 3.8rem;
  --txt-xsmall-lneheight: 4.3rem;
}
@media (max-width: 1600px) {
  :root {
    --txt-xsmall: 3rem;
    --txt-xsmall-lneheight: 3.5rem;
  }
}
@media (max-width: 1300px) {
  :root {
    --txt-xsmall: 2.5rem;
    --txt-xsmall-lneheight: 3rem;
  }
}
@media (max-width: 1100px) {
  :root {
    --txt-xxsmall: 2rem;
    --txt-xxsmall-lneheight: 2.5rem;
  }
}

.txt-xsmall {
  font-size: var(--txt-xsmall);
  line-height: var(--txt-xsmall-lneheight);
}

@media (max-width: 1600px) {
  .txt-xsmall {
    font-size: var(--txt-xsmall);
    line-height: var(--txt-xsmall-lneheight);
  }
}
@media (max-width: 1300px) {
  .txt-xsmall {
    font-size: var(--txt-xsmall);
    line-height: var(--txt-xsmall-lneheight);
  }
}
@media (max-width: 1100px) {
  .txt-xsmall {
    font-size: var(--txt-xsmall);
    line-height: var(--txt-xsmall-lneheight);
  }
}
:root {
  --txt-xxsmall: 2.3rem;
  --txt-xxsmall-lneheight: 3.3rem;
}
@media (max-width: 1600px) {
  :root {
    --txt-xxsmall: 2rem;
    --txt-xxsmall-lneheight: 2.8rem;
  }
}
@media (max-width: 1300px) {
  :root {
    --txt-xxsmall: 2rem;
    --txt-xxsmall-lneheight: 2.8rem;
  }
}
@media (max-width: 1100px) {
  :root {
    --txt-xxsmall: 2rem;
    --txt-xxsmall-lneheight: 2.8rem;
  }
}
@media (max-width: 680px) {
  :root {
    --txt-xxsmall: 2rem;
    --txt-xxsmall-lneheight: 2.5rem;
  }
}

.txt-xxsmall {
  font-size: var(--txt-xxsmall);
  line-height: var(--txt-xxsmall-lneheight);
}

@media (max-width: 1600px) {
  .txt-xxsmall {
    font-size: var(--txt-xxsmall);
    line-height: var(--txt-xxsmall-lneheight);
  }
}
@media (max-width: 1300px) {
  .txt-xxsmall {
    font-size: var(--txt-xxsmall);
    line-height: var(--txt-xxsmall-lneheight);
  }
}
@media (max-width: 1100px) {
  .txt-xxsmall {
    font-size: var(--txt-xxsmall);
    line-height: var(--txt-xxsmall-lneheight);
  }
}
:root {
  --txt-xxxsmall: 2rem;
  --txt-xxxsmall-lneheight: 2.2rem;
}
@media (max-width: 1600px) {
  :root {
    --txt-xxxsmall: 2rem;
    --txt-xxxsmall-lneheight: 2.2rem;
  }
}
@media (max-width: 1300px) {
  :root {
    --txt-xxxsmall: 1.8rem;
    --txt-xxxsmall-lneheight: 2rem;
  }
}
@media (max-width: 1100px) {
  :root {
    --txt-xxxsmall: 1.6rem;
    --txt-xxxsmall-lneheight:1.8rem;
  }
}
@media (max-width: 680px) {
  :root {
    --txt-xxxsmall: 1.6rem;
    --txt-xxxsmall-lneheight:1.8rem;
  }
}

.txt-xxxsmall {
  font-size: var(--txt-xxxsmall);
  line-height: var(--txt-xxxsmall-lneheight);
}

@media (max-width: 1600px) {
  .txt-xxxsmall {
    font-size: var(--txt-xxxsmall);
    line-height: var(--txt-xxsmall-lneheight);
  }
}
@media (max-width: 1300px) {
  .txt-xxxsmall {
    font-size: var(--txt-xxxsmall);
    line-height: var(--txt-xxxsmall-lneheight);
  }
}
@media (max-width: 1100px) {
  .txt-xxxsmall {
    font-size: var(--txt-xxxsmall);
    line-height: var(--txt-xxxsmall-lneheight);
  }
}
:root {
  --txt-xxxxsmall: 1.4rem;
  --txt-xxxxsmall-lneheight: 1.7rem;
}
@media (max-width: 680px) {
  :root {
    --txt-xxxxsmall: 1.3rem;
    --txt-xxxxsmall-lneheight:1.6rem;
  }
}

.txt-xxxxsmall {
  font-size: var(--txt-xxxxsmall);
  line-height: var(--txt-xxxxsmall-lneheight);
}

@media (max-width: 1600px) {
  .txt-xxxxsmall {
    font-size: var(--txt-xxxxsmall);
    line-height: var(--txt-xxxxsmall-lneheight);
  }
}
@media (max-width: 680px) {
  .txt-xxxxsmall {
    font-size: var(--txt-xxxxsmall);
    line-height: var(--txt-xxxxsmall-lneheight);
  }
}
.text-justify {
  text-align: justify !important;
}

.italic, .txt-italic {
  font-style: italic;
}

.txt-xxbold, .xxStrong, .xxBold {
  font-weight: 800;
}

.txt-xbold, .xStrong, .xBold {
  font-weight: 700;
}

b, .bold, strong, .txt-bold {
  font-weight: 600;
}

.txt-medium {
  font-weight: 500;
}

.txt-regular {
  font-weight: 400 !important;
}

.txt-light {
  font-weight: 100;
}

@media (min-width: 992px) {
  .w-lg-50 {
    width: 50%;
  }
}
@keyframes scale-button {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.98);
  }
  80% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
/* latin-ext */
@font-face {
  font-family: "Saira Condensed";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(fonts/saira/EJRMQgErUN8XuHNEtX81i9TmEkrnwdtJ0Iiirw.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Saira Condensed";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(fonts/saira/EJRMQgErUN8XuHNEtX81i9TmEkrnwdtH0Ig.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Saira Condensed";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(fonts/saira/EJRLQgErUN8XuHNEtX81i9TmEkrnbcpQ-a2fli0.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Saira Condensed";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(fonts/saira/EJRLQgErUN8XuHNEtX81i9TmEkrnbcpQ962f.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Saira Condensed";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(fonts/saira/EJRLQgErUN8XuHNEtX81i9TmEkrnCclQ-a2fli0.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Saira Condensed";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(fonts/saira/EJRLQgErUN8XuHNEtX81i9TmEkrnCclQ962f.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Saira Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/saira/EJROQgErUN8XuHNEtX81i9TmEkrvrOtFyIw.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Saira Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/saira/EJROQgErUN8XuHNEtX81i9TmEkrvoutF.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Saira Condensed";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/saira/EJRLQgErUN8XuHNEtX81i9TmEkrnUchQ-a2fli0.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Saira Condensed";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/saira/EJRLQgErUN8XuHNEtX81i9TmEkrnUchQ962f.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Saira Condensed";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/saira/EJRLQgErUN8XuHNEtX81i9TmEkrnfc9Q-a2fli0.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Saira Condensed";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/saira/EJRLQgErUN8XuHNEtX81i9TmEkrnfc9Q962f.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Saira Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/saira/EJRLQgErUN8XuHNEtX81i9TmEkrnGc5Q-a2fli0.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Saira Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/saira/EJRLQgErUN8XuHNEtX81i9TmEkrnGc5Q962f.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Saira Condensed";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(fonts/saira/EJRLQgErUN8XuHNEtX81i9TmEkrnBc1Q-a2fli0.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Saira Condensed";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(fonts/saira/EJRLQgErUN8XuHNEtX81i9TmEkrnBc1Q962f.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Saira Condensed";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(fonts/saira/EJRLQgErUN8XuHNEtX81i9TmEkrnIcxQ-a2fli0.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Saira Condensed";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(fonts/saira/EJRLQgErUN8XuHNEtX81i9TmEkrnIcxQ962f.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
@font-face {
    font-family: Bliss2Regular;
    src: url(./fonts/Bliss2Rg.otf);
    // src: url(http://trenders2.com/efectivosi/fonts/Bliss2Rg.otf);
}

@font-face {
    font-family: Bliss2Light;
    src: url(./fonts/Bliss2Lt.otf);
    // src: url(http://trenders2.com/efectivosi/fonts/Bliss2Lt.otf);
}

@font-face {
    font-family: Bliss2ExtraLight;
    src: url(./fonts/Bliss2XLt.otf);
    // src: url(http://trenders2.com/efectivosi/fonts/Bliss2XLt.otf);
}

@font-face {
    font-family: Bliss2Medium;
    src: url(./fonts/Bliss2Md.otf);
    // src: url(http://trenders2.com/efectivosi/fonts/Bliss2Md.otf);
}
*/
/*

@font-face {
    font-family: 'Lato Light';
    src: url('./fonts/lato/lato_light-webfont.woff2') format('woff2'),
         url('./fonts/lato/lato_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
	font-family: 'Lato Bold';
	src:    url('./fonts/lato/lato_bold-webfont.eot');
    src:    url('./fonts/lato/lato_bold-webfont.eot?#iefix') format('embedded-opentype'),
            url('./fonts/lato/lato_bold-webfont.woff2') format('woff2'), 
            url('fonts/lato/lato_bold-webfont.woff') format('woff'), 
            url('fonts/lato/lato_bold-webfont.ttf') format('truetype'), 
            url('fonts/lato/lato_bold-webfont.svg#latobold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Lato Regular';
	src: url('./fonts/lato/lato_regular-webfont.eot');
    src: url('./fonts/lato/lato_regular-webfont.eot?#iefix') format('embedded-opentype'), 
    url('fonts/lato/lato_regular-webfont.woff2') format('woff2'), 
    url('fonts/lato/lato_regular-webfont.woff') format('woff'), 
    url('fonts/lato/lato_regular-webfont.ttf') format('truetype'), 
    url('fonts/lato/lato_regular-webfont.svg#latoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

*/
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on March 8, 2022 */
/*
@font-face {
  font-family: 'Saira Condensed', sans-serif;
  src: url('fonts/peak/peak-sans_black-webfont.woff2') format('woff2'),
       url('fonts/peak/peak-sans_black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'Saira Condensed', sans-serif;
  src: url('fonts/peak/peak-sans_regular-webfont.woff2') format('woff2'),
       url('fonts/peak/peak-sans_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}



@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');


@font-face {
    font-family: 'interstate';
    src: url('fonts/interstate/interstate-regular-webfont.woff2') format('woff2'),
         url('fonts/interstate/interstate-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

*/
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon/icomoon.eot?t7lf3i");
  src: url("fonts/icomoon/icomoon.eot?t7lf3i#iefix") format("embedded-opentype"), url("fonts/icomoon/icomoon.ttf?t7lf3i") format("truetype"), url("fonts/icomoon/icomoon.woff?t7lf3i") format("woff"), url("fonts/icomoon/icomoon.svg?t7lf3i#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  /*
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  */
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cruz:before {
  content: "\e900";
}

.icon-lupa:before {
  content: "\e986";
}

.icon-globe:before {
  content: "\e9c9";
}

.icon-fb:before {
  content: "\ea90";
}

.icon-tw:before {
  content: "\ea96";
}

.icon-ig:before, .icon-instagram:before {
  content: "\f406";
}

.icon-lk:before, .icon-linkedin:before {
  content: "\f0e1";
}

.icon-yt:before {
  content: "\ea9d";
}

.icon-ytb:before {
  content: "\ea9d";
}

.icon-tk:before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  padding: 0.4rem;
  content: "\e07b";
}

.icon-text:before {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f036";
}

.icon-order-text:before {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f15e";
}
.icon-order-text.asc:before {
  content: "\f15d";
}

.icon-order-calendar:before {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f073";
}

.icon-calendar:before {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f073";
}

.icon-notifications:before {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f0f3";
}

.icon-country:before {
  content: "\f0ac";
}

.icon-name:before {
  content: "\f406";
}

.icon-company:before {
  content: "\f1ad";
}

.icon-job:before {
  content: "\f555";
}

.icon-mail:before {
  content: "\ea84";
}

.icon-document:before {
  content: "\f2c3";
}

.icon-gender:before {
  content: "\f225";
}

.icon-graduation:before {
  content: "\f19d";
}

.icon-phone:before {
  content: "\f095";
}

.icon-mail:before {
  font-family: Font Awesome\ 5 Free;
  content: "\f0e0";
  font-weight: 900;
}

.icon-list:before {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f03a";
}

.icon-grid:before {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f009";
}

.icon-password:before {
  content: "\e98f";
  margin-left: 2px;
}

.icon-search {
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  margin-right: 0.5rem;
  background-image: url(../images/icons/search.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-password:before {
  content: "\f023";
  margin-left: 0rem;
}

.icon-eye:before {
  content: "\f06e";
  margin-left: 0rem;
}
.icon-eye.closeEye:before {
  content: "\f070";
}

.fileDownload::before {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f019";
  margin-right: 0.5rem;
}

.fileOpen::before {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f07c";
  margin-right: 0.5rem;
}

.fileDownload::before {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f019";
  margin-right: 0.5rem;
}

.fileShare::before {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f064";
  margin-right: 0.5rem;
}

.padding-med {
  padding: 3rem 3rem !important;
}

.padding-height-med {
  padding: 3rem 0 !important;
}

.padding-width-med {
  padding: 0 3rem !important;
}

.padding-small {
  padding: 1rem 1rem !important;
}

.padding-height-small {
  padding: 1rem 0 !important;
}

.padding-width-small {
  padding: 0 1rem !important;
}

.margin-med {
  margin: 3rem 3rem !important;
}

.margin-height-med {
  margin: 3rem 0 !important;
}

.margin-width-med {
  margin: 0 3rem !important;
}

.margin-small {
  margin: 1rem 1rem !important;
}

.margin-height-small {
  margin: 1rem 0 !important;
}

.margin-width-small {
  margin: 0 1rem !important;
}

::selection {
  color: #FFFFFF;
  background-color: #b0c74b;
}

:focus {
  outline: none;
}

html {
  font-size: 62.5%;
  min-height: 100%;
  height: 100%;
}

body {
  /*font-family: Bliss2Regular, sans-serif;*/
  /*font-family: 'Lato Regular', sans-serif;*/
  /*font-family: 'Roboto', sans-serif;*/
  font-family: "Saira Condensed", sans-serif;
  /*font-family: 'Roboto', sans-serif;*/
  font-size: var(--txt-xsmall);
  line-height: var(--txt-xsmall-lneheight);
  box-sizing: border-box;
  min-height: 100%;
  height: 100%;
  background-color: rgba(242, 242, 242, 0.8);
  color: #2b3544;
  width: 100%;
  overflow-x: hidden;
  margin-top: var(--margin-body);
}
body[on-load=true]:before {
  content: " ";
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  background-image: url(../images/icons/loading_light.svg);
  background-size: 20rem;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9999991;
}

.font-allerta {
  font-family: "Allerta", sans-serif;
}

.font-roboto {
  font-family: "Roboto", sans-serif !important;
}

.font-saira {
  font-family: "Saira Condensed", sans-serif !important;
}

.font-mono {
  font-family: "Space Mono", monospace !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

code, h6 {
  font-family: "Saira Condensed", sans-serif;
  color: inherit;
  display: inline-block;
  height: inherit;
  font-size: inherit;
}

.global-wrapper {
  overflow: hidden;
}

.htmlEmbed {
  display: none;
}

.content-wrapper, .module-page-wrapper {
  max-width: 134rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1400px) {
  .content-wrapper, .module-page-wrapper {
    max-width: 115rem;
  }
}
@media (max-width: 1300px) {
  .content-wrapper, .module-page-wrapper {
    max-width: 100rem;
  }
}
@media (max-width: 1100px) {
  .content-wrapper, .module-page-wrapper {
    max-width: 100rem;
  }
}
@media (max-width: 1024px) {
  .content-wrapper, .module-page-wrapper {
    max-width: auto;
    width: 100%;
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .content-wrapper, .module-page-wrapper {
    max-width: auto;
    width: 100%;
    padding: 0 1rem;
    /*padding: 0 2rem;*/
  }
}
@media (max-width: 576px) {
  .content-wrapper, .module-page-wrapper {
    max-width: auto;
    width: 100%;
    padding: 0 1.5rem;
    /*padding: 0 2rem;*/
  }
}

.box-element-content {
  border: 1px solid #3d54d1;
  padding: var(--padding-inset-modules-med);
}
.box-element-content::after, .box-element-content::before {
  display: table;
  content: " ";
  clear: both;
}

ul.list {
  padding-left: 2rem;
}
ul.list li {
  margin-bottom: 1rem;
  font-size: var(--txt-xxsmall);
  position: relative;
}
ul.list li:last-child {
  margin-bottom: 0;
}
ul.list li:before {
  font-family: "bootstrap-icons";
  font-size: 0.8rem;
  content: "\f287";
  /* Código para el ícono "circle-fill" en Bootstrap Icons */
  display: inline-block;
  width: 2rem;
  margin-left: -2rem;
  position: absolute;
  top: 0.2rem;
}
ul.list li p {
  display: inline;
}
ul.list.arrow li:before {
  content: "\f138";
  font-size: 1.3rem;
  font-weight: bold;
}

ol {
  padding-left: 4rem;
  list-style-type: decimal;
}
ol li {
  margin-bottom: 1rem;
  font-size: var(--txt-xxsmall);
  line-height: var(--txt-xxsmall-lneheight);
  list-style-type: decimal;
}
ol li:last-child {
  margin-bottom: 0;
}
ol li p {
  display: inline;
}

section.navigation {
  max-width: 87rem;
  margin: 0 auto;
  padding: 0;
}
section.navigation .nav-container {
  border-bottom: 0.4rem solid #b0c74b;
}
section.navigation .nav-container .s-nav {
  background-color: rgba(192, 192, 192, 0.2);
  text-align: center;
  font-size: var(--txt-xxsmall);
  font-weight: 500;
  padding: 1rem 0;
  margin-top: 2rem;
  cursor: pointer;
}
@media (max-width: 450px) {
  section.navigation .nav-container .s-nav {
    font-size: 1.4rem;
  }
}
section.navigation .nav-container .s-nav.active {
  background-color: #b0c74b;
  color: #fefefe;
}
section.navigation .nav-container .s-nav.active, section.navigation .nav-container .s-nav:hover {
  margin-top: 0.5rem;
  padding-top: 2rem;
}
section.navigation .nav-container .s-nav:not(:first-child) {
  border-left: 4px solid #f2f2f2;
}

.headerMdule h2 {
  float: left;
}

.downloadAsset {
  background-color: #b0c74b;
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 1.8rem;
  border: 2px solid transparent;
  color: #fff;
}
.downloadAsset:hover {
  background-color: transparent;
  color: #b0c74b;
  border: 2px solid #b0c74b;
}
.downloadAsset.lightWithBorder {
  background-color: transparent;
  border: 2px solid #b0c74b;
  color: #b0c74b;
}
.downloadAsset.lightWithBorder:hover {
  background-color: #b0c74b;
  color: #fff;
}
.downloadAsset::after {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f019";
  margin-left: 0.5rem;
}
.downloadAsset.absolute {
  position: absolute;
  z-index: 999;
}
.downloadAsset.absolute.bottom {
  bottom: 0;
}
.downloadAsset.absolute.right {
  right: 0;
}
.downloadAsset.float.right {
  float: right;
}
.downloadAsset.float.left {
  float: left;
}
.downloadAsset.topSlider {
  position: absolute;
  z-index: 1000;
  right: 0;
  bottom: 0;
  color: #fff;
  display: none;
}

button:focus, button:active, a:focus, a:active, .buttonm:focus, .buttonm:active, .btn:focus, .btn:active {
  outline: none;
}

.button, button, .btn {
  display: inline-block;
  position: relative;
  background-position: 2rem center;
  background-size: 3rem;
  /* font-family: 'interstate';*/
  font-family: "Saira Condensed", sans-serif;
  transition: background-color 0.4s, text-indent, width, padding;
  padding: 0.8rem 2rem;
  cursor: pointer;
}
.button i, button i, .btn i {
  margin-right: 0.5rem;
}
.button.green, .button.btn-two, button.green, button.btn-two, .btn.green, .btn.btn-two {
  background-color: #b0c74b;
  color: #fefefe;
}
.button.green:hover, .button.btn-two:hover, button.green:hover, button.btn-two:hover, .btn.green:hover, .btn.btn-two:hover {
  background-color: #8fa13d;
  color: #fefefe;
}
.button.green.light, .button.btn-two.light, button.green.light, button.btn-two.light, .btn.green.light, .btn.btn-two.light {
  background-color: #fff;
  color: #b0c74b;
}
.button.green.light:hover, .button.btn-two.light:hover, button.green.light:hover, button.btn-two.light:hover, .btn.green.light:hover, .btn.btn-two.light:hover {
  color: #fff;
  background-color: #b0c74b;
}
.button.green.xlight, .button.btn-two.xlight, button.green.xlight, button.btn-two.xlight, .btn.green.xlight, .btn.btn-two.xlight {
  background-color: transparent;
  border: 2px solid transparent;
  color: #b0c74b;
}
.button.green.xlight:hover, .button.btn-two.xlight:hover, button.green.xlight:hover, button.btn-two.xlight:hover, .btn.green.xlight:hover, .btn.btn-two.xlight:hover {
  color: #b0c74b;
}
.button.blueGray, button.blueGray, .btn.blueGray {
  background-color: #e1e1e1;
  color: #3d54d1;
  border: 2px solid #3d54d1;
}
.button.blueGray:hover, button.blueGray:hover, .btn.blueGray:hover {
  background-color: #2e41a9;
  color: #fefefe;
}
.button.blueGray.light, button.blueGray.light, .btn.blueGray.light {
  background-color: #e1e1e1;
  color: #3d54d1;
}
.button.blueGray.light:hover, button.blueGray.light:hover, .btn.blueGray.light:hover {
  color: #fff;
  background-color: #b0c74b;
}
.button.blueGray.xlight, button.blueGray.xlight, .btn.blueGray.xlight {
  background-color: #e1e1e1;
  border: 2px solid transparent;
  color: #3d54d1;
}
.button.blueGray.xlight:hover, button.blueGray.xlight:hover, .btn.blueGray.xlight:hover {
  color: #3d54d1;
}
.button.blue, button.blue, .btn.blue {
  background-color: #3d54d1;
  border: 2px solid #3d54d1;
  color: #fff;
}
.button.blue:hover, button.blue:hover, .btn.blue:hover {
  color: #3d54d1;
  background-color: #fff;
}
.button.blue.light, button.blue.light, .btn.blue.light {
  background-color: #fff;
  color: #3d54d1;
}
.button.blue.light:hover, button.blue.light:hover, .btn.blue.light:hover {
  color: #fff;
  background-color: #3d54d1;
}
.button.viewMore, button.viewMore, .btn.viewMore {
  background-color: transparent;
  border: 0;
  color: #000000;
  padding: 0;
  padding-right: 4.5rem;
  box-shadow: none;
}
.button.viewMore:after, button.viewMore:after, .btn.viewMore:after {
  content: "+ ";
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3.5rem;
  line-height: 2.8rem;
  font-weight: 600;
  right: 0rem;
  width: 3.5rem;
  height: 3.5rem;
  background-size: cover;
  background-position: bottom right;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.button.viewMore.blue, button.viewMore.blue, .btn.viewMore.blue {
  color: #3d54d1;
}
.button.viewMore.blue:after, button.viewMore.blue:after, .btn.viewMore.blue:after {
  background-color: #3d54d1;
  color: #fefefe;
}
.button.viewMore.blue:hover, button.viewMore.blue:hover, .btn.viewMore.blue:hover {
  background-color: transparent;
}
@media (max-width: 1150px) {
  .button, button, .btn {
    padding: 0.5rem 2rem;
  }
  .button.center-mobile-button, button.center-mobile-button, .btn.center-mobile-button {
    display: inline-block;
    margin-left: 50% !important;
    transform: translateX(-50%) !important;
  }
}
.button[pagination-on-loading=true], button[pagination-on-loading=true], .btn[pagination-on-loading=true] {
  /*
  background-image: url(../images/icons/loading_dark.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  text-indent: -600px;
  padding: 1rem;
  overflow: hidden;
  cursor: default;
  */
  background-image: url(../images/icons/loading_dark.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  /* background-color: transparent; */
  color: transparent;
  /* text-indent: -600px; */
  /* padding: 1rem; */
  overflow: hidden;
  cursor: default;
}

a, a:visited {
  /*color: $brand-primary;*/
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}
a.text-dectoration-none, a:visited.text-dectoration-none {
  text-decoration: none;
}

.notbutton {
  display: inline-block;
  position: relative;
  background-position: 2rem center;
  background-size: 3rem;
  /* font-family: 'interstate';*/
  font-family: "Saira Condensed", sans-serif;
  transition: background-color 0.4s, text-indent, width, padding;
  padding: 0.8rem 2rem;
}
.notbutton i {
  margin-right: 0.5rem;
}
.notbutton.green {
  box-shadow: inset 0 0 0 1px #b0c74b;
  color: #b0c74b;
}
.notbutton.blue {
  box-shadow: inset 0 0 0 1px #3d54d1;
  color: #3d54d1;
}
.notbutton:not(.light).green {
  background-color: #b0c74b;
  color: #fefefe;
}
.notbutton:not(.light).green:hover {
  background-color: #8fa13d;
  color: #fefefe;
}
.notbutton:not(.light).blue {
  background-color: #b0c74b;
  color: #fefefe;
}
.notbutton:not(.light).blue:hover {
  background-color: #8fa13d;
  color: #fefefe;
}
.notbutton:not(.light).darkLink {
  border: 2px solid #b0c74b;
  background-color: #b0c74b;
  color: #fff;
}
.notbutton:not(.light).darkLink:hover {
  color: #b0c74b;
  background-color: #fff;
}
.notbutton:not(.light).blue {
  border: 2px solid #3d54d1;
  background-color: #3d54d1;
  color: #fff;
}
.notbutton:not(.light).blue:hover {
  color: #3d54d1;
  background-color: #fff;
}
.notbutton.viewMore {
  background-color: transparent;
  border: 0;
  color: #000000;
  padding: 0;
  padding-right: 4.5rem;
}
.notbutton.viewMore:after {
  content: "+ ";
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3.5rem;
  line-height: 2.8rem;
  font-weight: 600;
  right: 0rem;
  width: 3.5rem;
  height: 3.5rem;
  background-size: cover;
  background-position: bottom right;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.notbutton.viewMore.blue {
  color: #3d54d1;
}
.notbutton.viewMore.blue:after {
  background-color: #3d54d1;
  color: #fefefe;
}
.notbutton.viewMore.darkLink:after {
  border: 2px solid #b0c74b;
  background-color: #b0c74b;
  color: #fff;
}
@media (max-width: 1150px) {
  .notbutton {
    padding: 0.5rem 2rem;
  }
  .notbutton.center-mobile-button {
    display: inline-block;
    margin-left: 50% !important;
    transform: translateX(-50%) !important;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1 {
  font-family: "Saira Condensed", sans-serif;
}

h2 {
  font-family: "Saira Condensed", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 1rem;
}
h2.red {
  color: #b0c74b;
}
h2.title {
  color: #0064FF;
  font-size: 3.5rem;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 0.8rem;
  font-size: var(--txt-xxsmall);
  font-weight: 500;
}

.hidden {
  display: none;
}

p {
  margin: 0 0 1rem 0;
}
p.leftRed {
  border-left: 1px solid #b0c74b;
  padding: 0 1rem !important;
  margin: 1rem 0;
}
p.font15 {
  font-size: 1.5rem;
}
p.small {
  font-size: 1.1rem;
}
p.med {
  font-size: 1.3rem;
}
p.medmed {
  font-size: 1.5rem;
}
p.med-large {
  font-size: 1.6rem;
}
p.large {
  font-size: 2.2rem;
}

input, select, textarea {
  border: 0;
  line-height: inherit;
  /*font-family: 'interstate';*/
  font-family: "Saira Condensed", sans-serif;
}

input.labelauty + label {
  line-height: 1rem;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
ul.inline, li.inline {
  display: inline;
}
ul.inline li, li.inline li {
  display: inline;
}
ul p, li p {
  display: inline;
}

.table {
  display: table;
  width: 100%;
}

/*
.row
{
    display: table-row;
    display: flex;
    flex-wrap: wrap;
}
*/
/*
.col {

    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;


    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
*/
.cell {
  display: table-cell;
  vertical-align: middle;
}

.section, section {
  padding-bottom: var(--padding-sections-bottom);
  padding-top: var(--padding-sections-top);
  position: relative;
}
.section.clippedCenterRight, section.clippedCenterRight {
  clip-path: polygon(0% 0%, 100% 0%, 100% 97%, 0% 100%);
}
@media (max-width: 992px) {
  .section.clippedCenterRight, section.clippedCenterRight {
    clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 0% 100%);
  }
}
@media (max-width: 668px) {
  .section.clippedCenterRight, section.clippedCenterRight {
    clip-path: polygon(0% 0%, 100% 0%, 100% 99%, 0% 100%);
  }
}
.section.clippedLeft, section.clippedLeft {
  clip-path: polygon(0% 2%, 100% 0%, 100% 96%, 0% 100%);
}
@media (max-width: 992px) {
  .section.clippedLeft, section.clippedLeft {
    clip-path: polygon(0% 2%, 100% 0%, 100% 98%, 0% 100%);
  }
}
@media (max-width: 668px) {
  .section.clippedLeft, section.clippedLeft {
    clip-path: polygon(0% 1%, 100% 0%, 100% 99%, 0% 100%);
  }
}
.section.clippedLeftTop, section.clippedLeftTop {
  clip-path: polygon(0% 3%, 100% 0%, 100% 100%, 0% 100%);
}
@media (max-width: 992px) {
  .section.clippedLeftTop, section.clippedLeftTop {
    clip-path: polygon(0% 2%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@media (max-width: 668px) {
  .section.clippedLeftTop, section.clippedLeftTop {
    clip-path: polygon(0% 1%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.section.clippedLeftBottom, section.clippedLeftBottom {
  clip-path: polygon(0% 0%, 100% 0%, 100% 96%, 0% 100%);
}
@media (max-width: 992px) {
  .section.clippedLeftBottom, section.clippedLeftBottom {
    clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 0% 100%);
  }
}
@media (max-width: 668px) {
  .section.clippedLeftBottom, section.clippedLeftBottom {
    clip-path: polygon(0% 0%, 100% 0%, 100% 99%, 0% 100%);
  }
}
.section.clippedRight, section.clippedRight {
  clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 90%);
}
.section::after, .section::before, section::after, section::before {
  display: table;
  content: " ";
  clear: both;
}

.wrap-40rem {
  width: 100%;
  max-width: 40rem;
  margin-right: auto;
  margin-left: auto;
}

.wrap-50rem {
  width: 100%;
  max-width: 50rem;
  margin-right: auto;
  margin-left: auto;
}

.wrap-70rem {
  width: 100%;
  max-width: 70rem;
  margin-right: auto;
  margin-left: auto;
}

.wrap-80rem {
  width: 100%;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
}

.wrap-90rem {
  width: 100%;
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
}

.wrap-100rem {
  width: 100%;
  max-width: 100rem;
  margin-right: auto;
  margin-left: auto;
}

.wrap-110rem {
  width: 100%;
  max-width: 110rem;
  margin-right: auto;
  margin-left: auto;
}

.wrap-130rem {
  width: 100%;
  max-width: 130rem;
  margin-right: auto;
  margin-left: auto;
}

.round {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.roundXHard {
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
}

.roundHard {
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}

.roundMed {
  border-radius: 35px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
}

.roundMedS {
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}

.roundSmall {
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

.roundXSmall {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

@media (min-width: 1150px) {
  .roundXSmall-desktop {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
}

.align-center {
  margin: 0 auto;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.float-right {
  float: right !important;
  margin-left: 2rem;
}

.float-left {
  float: left !important;
  margin-right: 2rem;
}

@media (min-width: 1150px) {
  .text-left-desktop {
    text-align: left !important;
  }

  .text-center-desktop {
    text-align: center !important;
  }

  .text-right-desktop {
    text-align: right !important;
  }
}
@media (max-width: 1150px) {
  .text-left-tablet {
    text-align: left !important;
  }

  .text-center-tablet {
    text-align: center !important;
  }

  .text-right-tablet {
    text-align: right !important;
  }
}
@media (max-width: 768px) {
  .text-left-mobile {
    text-align: left !important;
  }

  .text-center-mobile {
    text-align: center !important;
  }

  .text-right-mobile {
    text-align: right !important;
  }
}
.align-top-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.z-1 {
  z-index: -1;
}

.align-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.align-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}

.align-bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.align-bottom-center {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.align-top {
  position: absolute;
  top: 0;
  width: 100%;
}

.align-top-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

.align-top-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.align-vertical {
  align-items: center !important;
}

.center-vertical {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.center-all {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.g-recaptcha {
  display: inline-block;
}

.cb {
  display: block;
  clear: both;
  margin: 0 !important;
}

.to-uppercase {
  text-transform: uppercase !important;
}

.copy-legal {
  font-size: 1.1rem;
  color: #000000;
}

.subNavScrollGroup::after, .subNavScrollGroup::before {
  display: table;
  content: " ";
  clear: both;
}

@media (min-width: 1150px) {
  .show-desktop {
    display: block;
  }
}
@media (max-width: 1150px) {
  .hide-mobile-lrge, .hide-mobile {
    display: none !important;
  }

  .center-mobile {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .hide-mobile-med {
    display: none !important;
  }

  .wrap-40rem {
    width: 100%;
    max-width: 100%;
  }

  .wrap-50rem {
    width: 100%;
    max-width: 100%;
  }

  .wrap-70rem {
    width: 100%;
    max-width: 100%;
  }

  .wrap-80rem {
    width: 100%;
    max-width: 100%;
  }

  .wrap-90rem {
    width: 100%;
    max-width: 100%;
  }

  .wrap-100rem {
    width: 100%;
    max-width: 100%;
  }

  .wrap-110rem {
    width: 100%;
    max-width: 100%;
  }

  .wrap-130rem {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .hide-mobile-small {
    display: none !important;
  }
}
@media (max-width: 560px) {
  html, body {
    height: 100vh;
  }

  .hide-mobile-sml {
    display: none !important;
  }

  .section {
    padding: 6rem 3rem;
  }

  .lead {
    font-size: 1.6rem;
  }
}
@media (max-width: 1400px) {
  .hide-1400 {
    display: none !important;
  }
}
@media (max-width: 1300px) {
  .hide-1300 {
    display: none !important;
  }
}
@media (min-width: 1150px) {
  .hide-desktop {
    display: none !important;
  }
}
@media (min-width: 940px) {
  .hide-desktop-med {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hide-desktop-small {
    display: none !important;
  }
}
@media (max-width: 370px) {
  .recaptchaContainer > div {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
.swipeImage {
  width: 100%;
  height: 100%;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.button.wikiRight {
  position: fixed;
  right: 0;
  z-index: 40;
  top: 50%;
  transform: rotate(-90deg) translate(-50%, 4.5rem);
  background-color: #dfdfdf;
  padding: 0.8rem 2rem 2.2rem;
  transition: transform 0.5s, top 0.5s, margin-top 0.5s;
  margin-top: -110vh;
  padding-left: 6.5rem;
  overflow: hidden;
  height: 5rem;
  text-transform: uppercase;
  font-size: 2.8rem;
  line-height: 2.8rem;
}
.button.wikiRight:hover {
  transform: rotate(-90deg) translate(-100%, 4.5rem);
}
.button.wikiRight.active {
  margin-top: -22rem;
  transform: rotate(-90deg) translate(-100%, 4.5rem);
}
.button.wikiRight:after {
  content: " ";
  background-image: url(../images/icons/search.png);
  background-position: center 0.8rem;
  background-size: 2.8rem;
  background-repeat: no-repeat;
  transition: background-size 0.2s, background-position 0.2s;
  display: inline-block;
  width: 5rem;
  height: 5rem;
  float: left;
  background-color: #b0c74b;
  margin-right: 2rem;
  position: absolute;
  left: 0;
  top: 0;
}

.swiper-container.inner {
  width: calc(100% - 9rem);
}
@media (max-width: 768px) {
  .swiper-container.inner {
    width: calc(100% - 3rem);
  }
}

.swiper-button-next, .swiper-button-prev {
  background-image: none;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 4rem;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  height: 7rem;
  width: 3.5rem;
}
@media (max-width: 768px) {
  .swiper-button-next, .swiper-button-prev {
    right: -0.5rem;
  }
}
.swiper-button-next:after, .swiper-button-prev:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: Font Awesome\ 5 Free;
  content: "\f054";
  font-weight: 900;
  color: #3d54d1;
  display: none;
}
.swiper-button-next i, .swiper-button-prev i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #3d54d1;
}
.swiper-button-next.primary:after, .swiper-button-prev.primary:after {
  color: #b0c74b;
}
.swiper-button-next:hover::after, .swiper-button-prev:hover::after {
  color: #2e41a9;
}
.swiper-button-next.primary:hover:after, .swiper-button-prev.primary:hover:after {
  color: #8fa13d;
}

.swiper-button-prev {
  left: 0;
}
@media (max-width: 768px) {
  .swiper-button-prev {
    left: -0.5rem;
  }
}
.swiper-button-prev:after {
  content: "\f053";
}

.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
  width: 20%;
  height: 100%;
  opacity: 0.4;
}

.gallery-thumbs .swiper-slide-active {
  opacity: 1;
}

body.home .swipeImage {
  background-size: cover;
}

body[is-user-logged=false] .hideIfNotLogged {
  display: none;
}

.icon-needlogin {
  cursor: pointer;
  position: relative;
  display: inline-block;
  background-color: #b0c74b;
  width: 2.2rem;
  height: 2.2rem;
  font-size: 1rem;
  text-align: center;
  transform: translateY(5px);
}
.icon-needlogin:before {
  content: "\e971";
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.headerVideoContainer {
  width: 100%;
  height: 60vh;
  max-height: 50rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 680px) {
  .headerVideoContainer {
    height: 18rem;
  }
}
.headerVideoContainer video {
  vertical-align: middle;
  background-position: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.patterOverVideo {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  background-image: url(../images/common/patternVideo.png);
}

body[data-cia=chicosnet] .downloadAsset.topSlider {
  display: block;
}

.wp-block-columns {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap;
  }
}

.wp-block-column {
  flex: 1;
  margin-bottom: 1em;
  flex-basis: 100%;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}
@media (min-width: 600px) {
  .wp-block-column {
    flex-basis: 50%;
    flex-grow: 0;
  }
  .wp-block-column:nth-child(odd) {
    margin-right: 32px;
  }
  .wp-block-column:not(:last-child) {
    margin-right: 32px;
  }
}

.wp-block-image {
  max-width: 100%;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}

.width-fit-content {
  width: fit-content !important;
}

.width-full {
  width: 100% !important;
}

.highlight {
  background-color: #b0c74b;
  padding: 0.8rem 2.8rem;
  width: fit-content;
  display: block;
  margin: 0 auto;
}
.highlight.left {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 3% 100%);
}
.highlight.right {
  clip-path: polygon(0% 0%, 97% 0%, 100% 100%, 0% 100%);
}
.highlight.left.right {
  clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 3% 100%);
}

.txtColor-humaniaConcurso-green {
  color: #a6c337;
}

.bgColor-humaniaConcurso-green {
  background-color: #a6c337;
}

.txtColor-humaniaConcurso-green-light {
  color: #65f55f;
}

.bgColor-humaniaConcurso-green-light {
  background-color: #65f55f;
}

.txtColor-humaniaConcurso-violet {
  color: #6c36a5;
}

.bgColor-humaniaConcurso-violet {
  background-color: #6c36a5;
}

.txtColor-humaniaConcurso-violet-light {
  color: #b558dd;
}

.bgColor-humaniaConcurso-violet-light {
  background-color: #b558dd;
}

.txtColor-humaniaConcurso-violet-dark {
  color: #340040;
}

.bgColor-humaniaConcurso-violet-dark {
  background-color: #340040;
}

.txtColor-humaniaConcurso-orange {
  color: #d74c1d;
}

.bgColor-humaniaConcurso-orange {
  background-color: #d74c1d;
}

.txtColor-humaniaConcurso-orange-light {
  color: #ff6835;
}

.bgColor-humaniaConcurso-orange-light {
  background-color: #ff6835;
}

.txtColor-humaniaConcurso-red {
  color: #ff1e59;
}

.bgColor-humaniaConcurso-red {
  background-color: #ff1e59;
}

.txtColor-humaniaConcurso-red-light {
  color: #ff3c70;
}

.bgColor-humaniaConcurso-red-light {
  background-color: #ff3c70;
}

.txtColor-humaniaConcurso-yellow {
  color: #fab418;
}

.bgColor-humaniaConcurso-yellow {
  background-color: #fab418;
}

.txtColor-humaniaConcurso-pink {
  color: #f56988;
}

.bgColor-humaniaConcurso-pink {
  background-color: #f56988;
}

.txtColor-brand-blue {
  color: #4348ad;
}

.bgColor-blue {
  background-color: #4348ad !important;
}

.txtColor-brand-blue-light {
  color: #19b3ee;
}

.bgColor-blue-light {
  background-color: #19b3ee !important;
}

.txtColor-brand-blue-xlight {
  color: #a2a7f1;
}

.bgColor-blue-xlight {
  background-color: #a2a7f1 !important;
}

.txtColor-gray-dark {
  color: #340040;
}

.bgColor-gray-dark {
  background-color: #340040;
}

.border-gray-dark {
  border-color: #340040 !important;
}

.txtColor-gray-blue {
  color: #172642;
}

.bgColor-gray-blue {
  background-color: #172642;
}

.border-gray-blue {
  border-color: #172642 !important;
}

.txtColor-gray-med {
  color: #585857;
}

.bgColor-gray-med {
  background-color: #585857;
}

.border-gray-med {
  border-color: #585857 !important;
}

.txtColor-gray-light {
  color: #f2f2f4;
}

.bgColor-gray-light {
  background-color: #f2f2f4 !important;
}

.border-gray-light {
  border-color: #f2f2f4 !important;
}

.txtColor-white {
  color: #fefefe;
}

:root {
  --padding-sections-top: 4rem;
  --padding-sections-bottom: 6rem;
  --margin-body:13rem;
  --margin-modules:3rem;
  --margin-modules-small:1.5rem;
  --padding-inset-modules-xxlarge:8rem;
  --padding-inset-modules-xlarge:5rem;
  --padding-inset-modules-large:3.5rem;
  --padding-inset-modules-xmed:2.8rem;
  --padding-inset-modules-med:2rem;
  --padding-inset-modules-small:0.8rem;
}
@media (max-width: 1600px) {
  :root {
    --margin-body-xxlarge:20rem;
    --margin-body:13rem;
    --padding-sections-bottom: 6rem;
    --margin-modules:3rem;
  }
}
@media (max-width: 1300px) {
  :root {
    --margin-body-xxlarge:10rem;
    --margin-body:11rem;
    --padding-sections-top: 4rem;
    --padding-sections-bottom: 5rem;
    --margin-modules:3rem;
  }
}
@media (max-width: 1100px) {
  :root {
    --padding-inset-modules-xxlarge:6rem;
    --padding-inset-modules-xlarge:3rem;
    --padding-sections-top: 4rem;
    --padding-sections-bottom: 5rem;
    --margin-modules:2.5rem;
  }
}
@media (max-width: 1024px) {
  :root {
    --margin-body:6rem;
  }
}
@media (max-width: 768px) {
  :root {
    --padding-sections-top: 3.5rem;
    --padding-inset-modules-xlarge:4.5rem;
    --padding-sections-bottom: 4rem;
    --padding-inset-modules-xmed:2rem;
    --padding-inset-modules-med:2rem;
    --margin-modules:2.5rem;
  }
}

.txt-light {
  font-weight: 100;
}

@media (max-width: 1024px) {
  .txt-light {
    font-weight: 400;
  }
}
.font-open-sans {
  font-family: "Open Sans", sans-serif;
}

.bulletContainer {
  position: relative;
}
.bulletContainer .bullet {
  width: 1.5rem;
  height: 2.6rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-1.3rem);
  background-image: url(../images/icons/bulletGreen.png);
  background-size: cover;
}

.dosis {
  font-family: "Dosis", sans-serif;
  font-style: normal;
}

.asap-condensed-extralight {
  font-family: "Asap Condensed", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.asap-condensed-light {
  font-family: "Asap Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.asap-condensed-regular {
  font-family: "Asap Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.asap-condensed-medium {
  font-family: "Asap Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.asap-condensed-semibold {
  font-family: "Asap Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.asap-condensed-bold {
  font-family: "Asap Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.asap-condensed-extrabold {
  font-family: "Asap Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.asap-condensed-black {
  font-family: "Asap Condensed", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.asap-condensed-extralight-italic {
  font-family: "Asap Condensed", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.asap-condensed-light-italic {
  font-family: "Asap Condensed", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.asap-condensed-regular-italic {
  font-family: "Asap Condensed", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.asap-condensed-medium-italic {
  font-family: "Asap Condensed", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.asap-condensed-semibold-italic {
  font-family: "Asap Condensed", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.asap-condensed-bold-italic {
  font-family: "Asap Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.asap-condensed-extrabold-italic {
  font-family: "Asap Condensed", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.asap-condensed-black-italic {
  font-family: "Asap Condensed", sans-serif;
  font-weight: 900;
  font-style: italic;
}

body.humaniaConcurso {
  margin-bottom: 10rem;
  background-color: #fefefe;
  font-family: "Asap Condensed", sans-serif;
  margin-top: 0;
}
body.humaniaConcurso .swiper-button-next, body.humaniaConcurso .swiper-button-prev {
  background-color: #4348ad !important;
  height: 3.5rem !important;
  width: 3.5rem !important;
}
body.humaniaConcurso .swiper-button-next i, body.humaniaConcurso .swiper-button-prev i {
  color: #fff;
  margin-top: 2px;
}
body.humaniaConcurso .genericAlertComponent .alert {
  padding: 4.8rem 10rem 4.8rem;
}
@media (max-width: 1024px) {
  body.humaniaConcurso .genericAlertComponent .alert {
    padding: 3rem 0 3rem 3rem;
  }
}
body.humaniaConcurso .genericAlertComponent .alert h2 {
  font-weight: 600;
  font-size: var(--txt-small);
  line-height: var(--txt-small-lneheight);
}
body.humaniaConcurso h1, body.humaniaConcurso h2 {
  font-family: "Asap Condensed", sans-serif;
}

/*
.section, section {
    padding-bottom: var(--padding-sections-bottom);
    padding-top: var(--padding-sections-top);
}

*/
.button.violet, button.violet, .btn.violet {
  background-color: #6c36a5;
  color: #fefefe;
  border: 2px solid #6c36a5;
}
.button.violet:hover, button.violet:hover, .btn.violet:hover {
  background-color: #b558dd;
  color: #fefefe;
}
.button.light.violet, button.light.violet, .btn.light.violet {
  background-color: transparent;
  color: #6c36a5;
  border: 2px solid #6c36a5;
}
.button.light.violet:hover, button.light.violet:hover, .btn.light.violet:hover {
  background-color: #b558dd;
  color: #fefefe;
}

/* 


---------------------------------------------
GUIAS ENCUESTA
--------------------------------------------- 
*/
#Encuesta h3, #Pregunta h3 {
  padding-bottom: 7px;
  padding-top: 21px;
}
#Encuesta .encu, #Pregunta .encu {
  border-top: solid 1px #D9D9D9;
  border-bottom: solid 1px #D9D9D9;
  padding-bottom: 8px;
  margin-top: 8px;
}
#Encuesta .encu label, #Pregunta .encu label {
  display: inline-block;
  width: 12rem;
}
#Encuesta .encu input, #Pregunta .encu input {
  padding: 3px;
  width: calc(100% - 12rem);
}
#Encuesta .col-md-6, #Pregunta .col-md-6 {
  padding-top: 7px;
  padding-bottom: 7px;
}
#Encuesta .col-md-6 label, #Pregunta .col-md-6 label {
  font-weight: 800;
}
#Encuesta .col-md-6 input[type=text], #Pregunta .col-md-6 input[type=text] {
  width: 100%;
}
#Encuesta .col-md-6 input[type=radio], #Pregunta .col-md-6 input[type=radio] {
  width: 15px;
}
#Encuesta .text-center, #Pregunta .text-center {
  padding-top: 15px;
  border-top: solid 1px #D9D9D9;
  margin-top: 10px;
}
#Encuesta input, #Encuesta textarea, #Pregunta input, #Pregunta textarea {
  text-rendering: auto;
  color: fieldtext;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  appearance: auto;
  -webkit-rtl-ordering: logical;
  cursor: text;
  background-color: field;
  margin: 0em;
  padding: 1px 0px;
  border-width: 1px;
  border-style: inset;
  border-color: light-dark(#767676, #858585);
  border-image: initial;
  padding-block: 1px;
  padding-inline: 2px;
  font-size: inherit;
}
#Encuesta .row > *, #Pregunta .row > * {
  flex-shrink: 0;
  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);
}
@media (max-width: 902px) {
  #Encuesta .row > *, #Pregunta .row > * {
    padding: 0;
  }
}

@media (max-width: 767px) {
  #Encuesta .encu li, #Pregunta .encu li {
    display: inline-table;
    width: 19%;
    padding: 8px 5px;
    text-align: center;
  }

  #Encuesta .encu .opcion, #Pregunta .encu .opcion {
    width: 23%;
    font-size: 0.9rem;
    padding: 9px 6px;
  }
}
.button, button, .btn {
  cursor: pointer;
  padding: 0.8rem 6rem;
  font-family: "Dosis", sans-serif;
}
.button.violet, button.violet, .btn.violet {
  background-color: #6c36a5;
  color: #fefefe;
  border: 2px solid #6c36a5;
}
.button.violet:hover, button.violet:hover, .btn.violet:hover {
  background-color: #fefefe;
  color: #6c36a5;
  border: 2px solid #6c36a5;
}
.button.lightWhite, button.lightWhite, .btn.lightWhite {
  background-color: transparent;
  color: #fefefe;
  border: 1px solid #f2f2f4;
}
.button.lightWhite:hover, button.lightWhite:hover, .btn.lightWhite:hover {
  background-color: #f2f2f4;
  color: #340040;
}
.button.lightViolet, button.lightViolet, .btn.lightViolet {
  background-color: transparent;
  color: #6c36a5;
  font-weight: 600;
  border: 2px solid #6c36a5;
}
.button.lightViolet:hover, button.lightViolet:hover, .btn.lightViolet:hover {
  background-color: #f2f2f4;
  color: #340040;
}
.button.darkBlack, button.darkBlack, .btn.darkBlack {
  background-color: #340040;
  color: #fefefe;
  border: 1px solid #340040;
}
.button.darkBlack:hover, button.darkBlack:hover, .btn.darkBlack:hover {
  background-color: #f2f2f4;
  color: #340040;
}
.button.darkPink, button.darkPink, .btn.darkPink {
  background-color: #f56988;
  color: #fefefe;
  border: 1px solid #f56988;
}
.button.darkPink:hover, button.darkPink:hover, .btn.darkPink:hover {
  background-color: #fefefe;
  color: #f56988;
}
.button.darkGreen, button.darkGreen, .btn.darkGreen {
  background-color: #a6c337;
  color: #fefefe;
  border: 1px solid #a6c337;
}
.button.darkGreen:hover, button.darkGreen:hover, .btn.darkGreen:hover {
  background-color: #fefefe;
  color: #a6c337;
}

body.humaniaConcurso header.header {
  height: 12rem;
  background-color: transparent;
}
@media (max-width: 1300px) {
  body.humaniaConcurso header.header {
    height: 7rem;
  }
}
@media (max-width: 1024px) {
  body.humaniaConcurso header.header {
    width: calc(100% - 2rem);
    margin-left: 1rem;
  }
}
body.humaniaConcurso header.header .mobile-nav-menu .menu {
  background-color: #a6c337;
}
@media (max-width: 1150px) {
  body.humaniaConcurso header.header .mobile-menu-button {
    padding-top: 26px;
    margin: 0 4.5rem;
  }
}
@media (max-width: 1024px) {
  body.humaniaConcurso header.header .mobile-menu-button {
    padding-top: 14px;
    margin: 0 1.5rem;
  }
}
body.humaniaConcurso header.header .mobile-menu-button > div {
  background-color: #a6c337;
}
body.humaniaConcurso header.header .header-bar {
  background-color: #aa59ce;
  transition: padding 0.3s linear, top 0.3s linear;
}
@media (max-width: 1024px) {
  body.humaniaConcurso header.header .header-bar {
    padding: 0.8rem;
  }
}
body.humaniaConcurso header.header .header-bar .logo-wrapper .logo {
  float: left;
}
body.humaniaConcurso header.header .header-bar .logo-wrapper .logo img {
  height: 7.4rem;
  margin-left: 2rem;
  transition: padding 0.3s linear, top 0.3s linear, height 0.3s linear;
}
@media (max-width: 1300px) {
  body.humaniaConcurso header.header .header-bar .logo-wrapper .logo img {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  body.humaniaConcurso header.header .header-bar .logo-wrapper .logo img {
    height: 4rem;
    margin-left: 1rem;
  }
}
@media (max-width: 680px) {
  body.humaniaConcurso header.header .header-bar .logo-wrapper .logo img {
    height: 4rem;
  }
}
@media (max-width: 400px) {
  body.humaniaConcurso header.header .header-bar .logo-wrapper .logo img {
    height: 4rem;
  }
}
body.humaniaConcurso header.header .header-bar .logo-wrapper .logo.cn {
  position: relative;
  padding-right: 2rem;
  padding-top: 2rem;
}
@media (max-width: 1024px) {
  body.humaniaConcurso header.header .header-bar .logo-wrapper .logo.cn {
    padding-top: 0.5rem;
  }
}
body.humaniaConcurso header.header .header-bar .logo-wrapper .logo.cn:after {
  content: " ";
  position: absolute;
  right: 0;
  height: 3.2rem;
  width: 2px;
  top: 2rem;
  background-color: #bfbdbd;
}
@media (max-width: 1024px) {
  body.humaniaConcurso header.header .header-bar .logo-wrapper .logo.cn:after {
    top: 0.5rem;
  }
}
body.humaniaConcurso header.header .header-bar .logo-wrapper .logo.cn img {
  height: 2.8rem;
  transform: translateY(-1px);
}
@media (max-width: 370px) {
  body.humaniaConcurso header.header .header-bar .logo-wrapper .logo.cn img {
    height: 2.5rem;
    transform: translateY(1px);
  }
}
body.humaniaConcurso header.header .header-right-wrapper {
  padding: 1.8rem 2rem 0 0;
}
@media (max-width: 1300px) {
  body.humaniaConcurso header.header .header-right-wrapper {
    transform: none;
  }
}
body.humaniaConcurso header.header .header-right-wrapper > ul > li {
  padding: 0;
}
@media (max-width: 1300px) {
  body.humaniaConcurso header.header .header-right-wrapper > ul > li {
    font-size: unset;
  }
}
body.humaniaConcurso header.header .header-right-wrapper > ul > li a:hover {
  background-color: #6c36a5;
}
body.humaniaConcurso .global-wrapper footer {
  background-color: #e1e1e1;
  border: 0;
}
body.humaniaConcurso .global-wrapper footer .footerContainer {
  padding: 3rem 0;
}
body.humaniaConcurso .global-wrapper footer .footerContainer#contact .logoUiiaCompleto {
  padding-right: 16rem;
}
@media (max-width: 992px) {
  body.humaniaConcurso .global-wrapper footer .footerContainer#contact .logoUiiaCompleto {
    padding-right: 0;
  }
}
body.humaniaConcurso .global-wrapper footer .footerContainer#auspician img {
  width: 100%;
}
body.humaniaConcurso .global-wrapper footer .footerContainer #anunciantes .logo-humania, body.humaniaConcurso .global-wrapper footer .footerContainer #anunciantes .logo-cn, body.humaniaConcurso .global-wrapper footer .footerContainer #anunciantes .logo-google {
  max-width: 10rem;
  width: 100%;
  transform: translateY(-5px);
}
@media (max-width: 1300px) {
  body.humaniaConcurso .global-wrapper footer .footerContainer #anunciantes .logo-humania, body.humaniaConcurso .global-wrapper footer .footerContainer #anunciantes .logo-cn, body.humaniaConcurso .global-wrapper footer .footerContainer #anunciantes .logo-google {
    max-width: 8rem;
  }
}
body.humaniaConcurso .global-wrapper footer .footerContainer #anunciantes .logo-google {
  transform: translateY(0);
}
@media (max-width: 992px) {
  body.humaniaConcurso .global-wrapper footer .footerContainer #anunciantes .humania {
    text-align: center;
  }
}
body.humaniaConcurso .global-wrapper footer .footerContainer #anunciantes .apoyan {
  text-align: center;
}
body.humaniaConcurso .global-wrapper footer .footerContainer #anunciantes .copy {
  text-align: right;
}
@media (max-width: 992px) {
  body.humaniaConcurso .global-wrapper footer .footerContainer #anunciantes .copy {
    text-align: center;
  }
}
body.humaniaConcurso.scrolled header {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
body.humaniaConcurso.scrolled header.header .header-bar {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
body.humaniaConcurso.scrolled header.header .header-bar .logo-wrapper .logo img {
  height: 5rem;
}
body.humaniaConcurso.scrolled header.header .header-bar .logo-wrapper .logo.cn {
  padding-top: 1.6rem;
}
body.humaniaConcurso.scrolled header.header .header-bar .logo-wrapper .logo.cn:after {
  top: 1rem;
}
body.humaniaConcurso.scrolled header.header .header-bar .logo-wrapper .logo.cn img {
  height: 2rem;
}
body.humaniaConcurso.scrolled header.header .header-right-wrapper {
  padding: 0.4rem 2rem 0 0;
}
@media (max-width: 1600px) {
  body.humaniaConcurso.scrolled header.header .header-right-wrapper {
    padding: 0.8rem 2rem 0 0;
  }
}
@media (max-width: 1150px) {
  body.humaniaConcurso.scrolled header.header .header-right-wrapper {
    padding: 0.8rem 2rem 0 0;
  }
}
body.humaniaConcurso.scrolled header.header .mobile-menu-button {
  padding-top: 19px;
}

body.humaniaConcurso .dataList {
  background-color: transparent;
}
body.humaniaConcurso .dataList .dataContainer {
  background-color: transparent;
}
body.humaniaConcurso .dataList .dataContainer .image {
  max-height: 34rem;
  height: 34rem;
}
@media (max-width: 992px) {
  body.humaniaConcurso .dataList .dataContainer .image {
    height: 22rem;
  }
}
body.humaniaConcurso .dataList .dataContainer .data::after {
  display: none;
}
body.humaniaConcurso .dataList .dataContainer .data .category {
  color: #ff6835;
}
body.humaniaConcurso .dataList .dataContainer .data .title::after {
  display: none;
}
body.humaniaConcurso .dataList .dataContainer .data .copy {
  padding-bottom: 0;
}
body.humaniaConcurso.homeBD .dataList .dataContainer .data {
  padding: 0 !important;
}
body.humaniaConcurso.homeBD .dataList .dataContainer .data .copy {
  padding-bottom: 0;
}
body[pageid=pageNoticiasBuenaData].InternetEnUnaCaja .dataList .dataContainer .image {
  max-height: 34rem;
  height: auto;
}

@keyframes girar {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes latir {
  0%, 100% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.05);
  }
  50% {
    transform: scale(1.15);
  }
  90% {
    transform: scale(1);
  }
}
@keyframes girarZ {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes girar3D {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
.img-late {
  animation: latir 1s infinite;
  transform-origin: center;
  display: inline-block;
  /* asegura que el transform funcione correctamente */
}

body.humaniaConcurso.home section {
  padding-top: var(--margin-body);
  scroll-margin-top: 0;
}
body.humaniaConcurso.home section .card {
  box-shadow: -10px -10px #562791;
}
body.humaniaConcurso.home section .step-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
body.humaniaConcurso.home section .step-content .step-text-wrap {
  flex: 1;
  /* 50% y 50% */
  display: flex;
  justify-content: center;
  transition: transform 0.5s cubic-bezier(0.22, 2.4, 0.36, 0.95);
}
body.humaniaConcurso.home section .step-content .step-img-wrap {
  transition: transform 0.3s ease;
  overflow: hidden;
  background-size: cover;
}
body.humaniaConcurso.home section .step-content .step-img {
  width: 80%;
  max-height: 80%;
  object-fit: contain;
  margin-top: 2rem;
  transition: transform 0.3s ease;
}
body.humaniaConcurso.home section .step-content .step-text {
  padding: 0 6px;
}
body.humaniaConcurso.home section.home {
  position: relative;
  line-height: normal;
  background-image: url(../images/pages/landings/humania/concurso/pages/home/bg-que-es.svg);
  background-size: cover;
  background-position: top right;
}
@media (max-width: 1024px) {
  body.humaniaConcurso.home section.home {
    background-image: url(../images/pages/landings/humania/concurso/pages/home/bg-que-es2.svg);
  }
}
body.humaniaConcurso.home section.home .content-wrapper {
  min-height: 46rem;
}
body.humaniaConcurso.home section.home .content-wrapper .row {
  min-height: 45rem;
}
body.humaniaConcurso.home section.home img.illustration {
  width: 60%;
  max-width: 84rem;
  display: block;
  position: absolute;
  right: 0;
  z-index: 1;
}
@media (max-width: 1300px) {
  body.humaniaConcurso.home section.home img.illustration {
    top: 14rem;
  }
}
@media (max-width: 1150px) {
  body.humaniaConcurso.home section.home img.illustration {
    max-width: 60rem;
    top: 18rem;
  }
}
@media (max-width: 1024px) {
  body.humaniaConcurso.home section.home img.illustration {
    max-width: 60rem;
    top: 14rem;
  }
}
@media (max-width: 768px) {
  body.humaniaConcurso.home section.home img.illustration {
    max-width: 38rem;
    top: 10rem;
  }
}
@media (max-width: 660px) {
  body.humaniaConcurso.home section.home img.illustration {
    max-width: 29rem;
  }
}
@media (max-width: 550px) {
  body.humaniaConcurso.home section.home img.illustration {
    max-width: 24rem;
    right: 2rem;
  }
}
@media (max-width: 520px) {
  body.humaniaConcurso.home section.home img.illustration {
    display: none;
  }
}
body.humaniaConcurso.home section.home img.logo-img {
  width: 20rem;
  max-width: 50%;
}
body.humaniaConcurso.home section.quienes-pueden-participar .card {
  box-shadow: -10px -10px #99b332;
}
body.humaniaConcurso.home section.como-participar .cardContainer {
  /*

  */
}
body.humaniaConcurso.home section.como-participar .cardContainer.col-lg-auto {
  max-width: 48rem;
}
@media (max-width: 1300px) {
  body.humaniaConcurso.home section.como-participar .cardContainer.col-lg-auto {
    max-width: 36rem;
  }
}
@media (max-width: 992px) {
  body.humaniaConcurso.home section.como-participar .cardContainer.col-lg-auto {
    max-width: unset;
  }
}
body.humaniaConcurso.home section.como-participar .cardContainer .card {
  box-shadow: unset;
  color: #fefefe;
  position: relative;
}
body.humaniaConcurso.home section.como-participar .cardContainer .card .step-content {
  position: relative;
  padding-bottom: 8rem;
}
body.humaniaConcurso.home section.como-participar .cardContainer .card .step-content .step-number {
  transition: transform 0.5s cubic-bezier(0.22, 2.4, 0.36, 0.95), box-shadow 0.3s ease, top 0.5s cubic-bezier(0.22, 2.4, 0.36, 0.95);
  box-shadow: 0px 0px;
  transform-style: preserve-3d;
  width: 8.5rem;
  height: 8.5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: -4rem;
  transform: translateX(-50%);
  left: 50%;
}
body.humaniaConcurso.home section.como-participar .cardContainer .card .step-content .step-number span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.humaniaConcurso.home section.como-participar .cardContainer .card .step-content .step-text-wrap {
  margin-top: 5rem;
}
@media (min-width: 992px) {
  body.humaniaConcurso.home section.como-participar .cardContainer .card .step-content .step-text-wrap {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
body.humaniaConcurso.home section.como-participar .cardContainer .card .step-content .button {
  margin-bottom: 3rem;
  padding: 0.8rem 2rem;
  width: 17rem;
}
body.humaniaConcurso.home section.como-participar .cardContainer:first-of-type .card {
  padding-left: calc((100vw - 134rem) / 2) !important;
}
body.humaniaConcurso.home section.como-participar .cardContainer:last-of-type .card {
  padding-right: calc((100vw - 134rem) / 2) !important;
}
@media (max-width: 992px) {
  body.humaniaConcurso.home section.premios img {
    max-height: 6rem;
  }
}
body.humaniaConcurso.home section.etapas-del-concurso {
  background-image: url(../images/pages/landings/humania/concurso/pages/etapas/bgSection.jpg);
  background-size: cover;
  background-position: top center;
  background-color: #fefefe;
  padding-top: 56rem;
}
@media (max-width: 1024px) {
  body.humaniaConcurso.home section.etapas-del-concurso {
    padding-top: 30rem;
    background-size: contain;
  }
}
@media (max-width: 400px) {
  body.humaniaConcurso.home section.etapas-del-concurso {
    padding-top: 20rem;
    background-size: contain;
  }
}
body.humaniaConcurso.home section.etapas-del-concurso .step-number {
  transition: transform 0.5s cubic-bezier(0.22, 2.4, 0.36, 0.95), box-shadow 0.3s ease, top 0.5s cubic-bezier(0.22, 2.4, 0.36, 0.95);
  box-shadow: 0px 0px;
  transform-style: preserve-3d;
  width: 8.5rem;
  height: 8.5rem;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
}
body.humaniaConcurso.home section.etapas-del-concurso .step-number span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.humaniaConcurso.home section.etapas-del-concurso .step-line {
  transition: transform 0.5s cubic-bezier(0.22, 2.4, 0.36, 0.95), box-shadow 0.3s ease, top 0.5s cubic-bezier(0.22, 2.4, 0.36, 0.95);
  box-shadow: 0px 0px;
  transform-style: preserve-3d;
  width: 0.3rem;
  height: 14rem;
  border-radius: 4px;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 768px) {
  body.humaniaConcurso.home section.etapas-del-concurso .step-line {
    height: 5rem;
  }
}
body.humaniaConcurso.home section.etapas-del-concurso h2.month {
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  body.humaniaConcurso.home section.etapas-del-concurso h2.month {
    font-weight: 400;
  }
}
body.humaniaConcurso.home section.etapas-del-concurso .hrow {
  transition: transform 0.5s cubic-bezier(0.22, 2.4, 0.36, 0.95), box-shadow 0.3s ease, top 0.5s cubic-bezier(0.22, 2.4, 0.36, 0.95);
  box-shadow: 0px 0px;
  transform-style: preserve-3d;
  width: 100%;
  height: 1.5rem;
  border-radius: 4px;
  text-align: center;
  margin: 0 auto;
  background: linear-gradient(90deg, #f7c506 0%, #a8c73b 100%);
  position: absolute;
  top: 10rem;
}
@media (max-width: 768px) {
  body.humaniaConcurso.home section.etapas-del-concurso .hrow {
    display: none;
  }
}
body.humaniaConcurso.home section.etapas-del-concurso .col .step-card {
  perspective: 800px;
  background-color: #fefefe;
  /* tu celeste */
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  /* necesario por el número absoluto */
  transform: scale(1);
  box-shadow: 0px 0px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* --------- NUEVO: 50% IMG + 50% TEXTO --------- */
}
body.humaniaConcurso.home section.etapas-del-concurso .col .step-card:hover {
  transform: scale(1.1) translate(-30px, -30px);
  box-shadow: 5px 5px #4348ad;
  z-index: 9999999;
}
body.humaniaConcurso.home section.etapas-del-concurso .col .step-card:hover .step-img-wrap {
  transform: translateY(-150%);
}
body.humaniaConcurso.home section.etapas-del-concurso .col .step-card:hover .step-text-wrap {
  transform: translateY(-50%);
}
body.humaniaConcurso.home section.etapas-del-concurso .col .step-card .step-number {
  transition: transform 0.5s cubic-bezier(0.22, 2.4, 0.36, 0.95), box-shadow 0.3s ease, top 0.5s cubic-bezier(0.22, 2.4, 0.36, 0.95);
  box-shadow: 0px 0px;
  transform-style: preserve-3d;
  background-color: #fff;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: -2rem;
  border: 3px solid #ff6835;
}
body.humaniaConcurso.home section.etapas-del-concurso .col .step-card .step-number span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.humaniaConcurso.home section.etapas-del-concurso .col .step-card .step-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
body.humaniaConcurso.home section.etapas-del-concurso .col .step-card .step-content .step-text-wrap {
  flex: 1;
  /* 50% y 50% */
  display: flex;
  justify-content: center;
  transition: transform 0.5s cubic-bezier(0.22, 2.4, 0.36, 0.95);
}
body.humaniaConcurso.home section.etapas-del-concurso .col .step-card .step-content .step-img-wrap {
  height: 16rem;
  transition: transform 0.3s ease;
  overflow: hidden;
  background-image: url(../images/pages/landings/humania/concurso/pages/home/bg-card.jpg);
  background-size: cover;
}
body.humaniaConcurso.home section.etapas-del-concurso .col .step-card .step-content .step-img {
  width: 80%;
  max-height: 80%;
  object-fit: contain;
  margin-top: 2rem;
  transition: transform 0.3s ease;
}
body.humaniaConcurso.home section.etapas-del-concurso .col .step-card .step-content .step-text {
  padding: 0 6px;
}
body.humaniaConcurso.home section.etapas-del-concurso .col .step-card:active {
  transition: transform 0.3s cubic-bezier(0.22, 2.4, 0.36, 0.95), box-shadow 0.3s ease;
  transform: scale(1.1) translate(-30px, -30px);
  box-shadow: 0 0;
  box-shadow: inset 5px 5px 0 #d7ffff;
  z-index: 9999999;
}
body.humaniaConcurso.home section.etapas-del-concurso .col .step-card:active .step-number {
  transform: scale(3);
}
body.humaniaConcurso.home section.etapas-del-concurso .col:nth-child(even) .step-card:active {
  box-shadow: inset 5px 5px 0 #ffc15a;
}
body.humaniaConcurso.home section.recursos-docentes {
  background-image: none;
}
body.humaniaConcurso.home section.recursos-docentes .container {
  margin-top: 10rem;
}
body.humaniaConcurso.home section.recursos-docentes .container .cardContainer .card {
  box-shadow: none;
  padding-top: 6.5rem;
  padding-bottom: 16rem;
}
@media (max-width: 992px) {
  body.humaniaConcurso.home section.recursos-docentes .container .cardContainer .card img {
    height: 8rem;
  }
}
body.humaniaConcurso.home section.recursos-docentes .container .cardContainer .card .buttonsContainer {
  padding: 0.8rem 2rem;
  display: inline-block;
}
@media (max-width: 1300px) {
  body.humaniaConcurso.home section.recursos-docentes .container .cardContainer .card .buttonsContainer .button {
    padding: 0.8rem 2rem;
  }
}
body.humaniaConcurso.home section.recursos-docentes .swiper-container {
  display: block;
}
body.humaniaConcurso.home section.recursos-docentes .swiper-container .swiper-slide {
  position: relative;
}
body.humaniaConcurso.home section.recursos-docentes .swiper-container .swiper-slide .flip-container {
  position: relative;
  width: 100%;
  height: 25rem;
  perspective: 1000px;
  cursor: pointer;
}
body.humaniaConcurso.home section.recursos-docentes .swiper-container .swiper-slide .flipperCardsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.4, 0.2, 0.2, 1);
  transform-style: preserve-3d;
}
body.humaniaConcurso.home section.recursos-docentes .swiper-container .swiper-slide.rotated .flipperCardsContainer {
  transform: rotateY(180deg);
}
body.humaniaConcurso.home section.recursos-docentes .swiper-container .swiper-slide .flipperCardsContainer .dataContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  transform: rotateY(0deg);
  z-index: 2;
  background-size: cover;
  background-position: center;
}
body.humaniaConcurso.home section.recursos-docentes .swiper-container .swiper-slide .flipperCardsContainer .dataContainer .textContainer {
  right: 2rem;
  top: 2rem;
  background-color: #fefefe;
  display: inline-block;
  position: absolute;
}
body.humaniaConcurso.home section.recursos-docentes .swiper-container .swiper-slide .flipperCardsContainer .dataContainer .bajadaContainer {
  right: 2rem;
  top: 8rem;
  max-width: calc(100% - 4rem);
  background-color: rgba(52, 0, 64, 0.8);
  display: inline-block;
  position: absolute;
  text-align: right;
}
body.humaniaConcurso.home section.recursos-docentes .swiper-container .swiper-slide .flipperCardsContainer .flipDataContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  transform: rotateY(180deg);
  z-index: 1;
  padding-top: 2rem;
  background-color: #a6c337;
  text-align: left;
}
body.humaniaConcurso.home section.recursos-docentes .swiper-container .swiper-slide .flipperCardsContainer .flipDataContainer .textContainer {
  position: relative;
  z-index: 2;
  font-size: 17px;
  line-height: 19px;
}
@media (max-width: 1400px) {
  body.humaniaConcurso.home section.recursos-docentes .swiper-container .swiper-slide .flipperCardsContainer .flipDataContainer .textContainer {
    font-size: 16px;
    line-height: 17px;
  }
}
@media (max-width: 1300px) {
  body.humaniaConcurso.home section.recursos-docentes .swiper-container .swiper-slide .flipperCardsContainer .flipDataContainer .textContainer {
    font-size: 15px;
    line-height: 16px;
  }
}
@media (max-width: 992px) {
  body.humaniaConcurso.home section.recursos-docentes .swiper-container .swiper-slide .flipperCardsContainer .flipDataContainer .textContainer {
    font-size: 17px;
    line-height: 18px;
  }
}
@media (max-width: 500px) {
  body.humaniaConcurso.home section.recursos-docentes .swiper-container .swiper-slide .flipperCardsContainer .flipDataContainer .textContainer {
    font-size: 16px;
    line-height: 17px;
  }
}
@media (max-width: 400px) {
  body.humaniaConcurso.home section.recursos-docentes .swiper-container .swiper-slide .flipperCardsContainer .flipDataContainer .textContainer {
    font-size: 13px;
    line-height: 15px;
  }
}
body.humaniaConcurso.home section.recursos-docentes .swiper-button-next, body.humaniaConcurso.home section.recursos-docentes .swiper-button-prev {
  height: 6.5rem !important;
  background-size: contain;
  width: 3.5rem !important;
  background-color: transparent !important;
}
@media (max-width: 1024px) {
  body.humaniaConcurso.home section.recursos-docentes .swiper-button-next, body.humaniaConcurso.home section.recursos-docentes .swiper-button-prev {
    height: 5rem !important;
    background-size: contain;
    width: 2rem !important;
  }
}
body.humaniaConcurso.home section.recursos-docentes .swiper-button-next {
  right: -4rem;
}
@media (max-width: 1024px) {
  body.humaniaConcurso.home section.recursos-docentes .swiper-button-next {
    right: -2.5rem;
  }
}
body.humaniaConcurso.home section.recursos-docentes .swiper-button-prev {
  left: -4rem;
}
@media (max-width: 1024px) {
  body.humaniaConcurso.home section.recursos-docentes .swiper-button-prev {
    left: -2.5rem;
  }
}
body.humaniaConcurso.home section .component-accordion {
  color: #000000;
  background-color: transparent;
}
body.humaniaConcurso.home section .component-accordion .ui-accordion-header {
  border: 1px solid transparent;
  color: #000000;
  font-family: "Asap Condensed", sans-serif;
  font-weight: 600;
  font-size: var(--txt-xxxsmall);
  line-height: var(--txt-xxxsmall-lneheight);
}
body.humaniaConcurso.home section .component-accordion .ui-accordion-header:after {
  color: #000000;
}
body.humaniaConcurso.home section .component-accordion > div.ui-accordion-content {
  font-family: "Asap Condensed", sans-serif;
  border: 1px solid transparent;
  font-size: var(--txt-xxxsmall);
  line-height: var(--txt-xxxsmall-lneheight);
  font-weight: 300;
}
body.humaniaConcurso.home section .formComponent.success {
  text-align: left;
  font-family: "Asap Condensed", sans-serif;
  font-size: var(--txt-xxxsmall);
  line-height: var(--txt-xxxsmall-lneheight);
  color: #000000;
}
body.humaniaConcurso.home section .formComponent .input-grp input, body.humaniaConcurso.home section .formComponent .input-grp textarea {
  color: #000000;
  font-family: "Asap Condensed", sans-serif;
  font-weight: 600;
  font-size: var(--txt-xxxsmall);
  line-height: var(--txt-xxxsmall-lneheight);
}
body.humaniaConcurso.home section .formComponent .input-grp textarea {
  padding-top: 1rem;
}
body.humaniaConcurso.home section .formComponent .input-grp.comment .input-decoration {
  top: -7.6rem;
}

body.humaniaConcurso.commonPages section.search {
  display: none;
}
body.humaniaConcurso.commonPages section.content {
  margin-top: 4rem;
  font-family: "Asap Condensed", sans-serif;
}
body.humaniaConcurso.commonPages section.content .notaContentContainer {
  font-family: "Asap Condensed", sans-serif;
}
body.humaniaConcurso.commonPages section.content .notaContentContainer p {
  font-family: "Asap Condensed", sans-serif;
}
body.humaniaConcurso.commonPages section.content .notaContentContainer .mainImage {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
body.humaniaConcurso.commonPages section.content .podcastContainer .dataContainer .box {
  border: 4px solid #a2a7f1;
  border-color: #a2a7f1;
}
body.humaniaConcurso.commonPages section.content .podcastContainer .dataContainer .box .title {
  padding-bottom: 1rem;
  border-bottom: 4px solid #a2a7f1;
  font-size: var(--txt-xsmall);
  line-height: var(--txt-xsmall-lneheight);
}

/*# sourceMappingURL=mainHumaniaConcurso.min.css.map */
