section#header-banner {
  min-height: 450px;
  position: relative;
  padding: 32px 15px;
  justify-content: center;
  display: flex;
  background-color: #18193e;
}
section#header-banner:before {
  content: "";
  background: linear-gradient(90deg, #3965d3 15%, transparent);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
@media screen and (max-width: 795px) {
  section#header-banner:before {
    background: linear-gradient(180deg, #3965d3 0%, transparent);
  }
}
section#header-banner br {
  display: none;
}
@media screen and (max-width: 795px) {
  section#header-banner {
    height: auto;
    padding: 72px 15px;
  }
}
section#header-banner img.header-background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1370px) {
  section#header-banner img.header-background-image {
    object-fit: cover;
    object-position: right;
  }
}
@media screen and (max-width: 795px) {
  section#header-banner img.header-background-image {
    object-position: 85% 0%;
    opacity: 0.3;
  }
}
section#header-banner .header-banner-wrapper {
  z-index: 99;
  position: relative;
  max-width: 1250px;
  margin: auto;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section#header-banner .header-banner-wrapper .header-banner-container {
  max-width: 701px;
}
section#header-banner .header-banner-wrapper .header-banner-container.long {
  max-width: 939px;
}
section#header-banner .header-banner-wrapper .header-banner-container h1 {
  font-size: 60px;
  font-weight: bold;
  line-height: 80px;
  color: #FFF;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  section#header-banner .header-banner-wrapper .header-banner-container h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
section#header-banner .header-banner-wrapper .header-banner-container p {
  font-size: 22px;
  line-height: 29px;
  color: #FFF;
  padding: 0;
}
@media screen and (max-width: 750px) {
  section#header-banner .header-banner-wrapper .header-banner-container p {
    font-size: 18px;
    line-height: 22px;
  }
}
section#header-banner .header-banner-wrapper .header-banner-container .header-button-wrapper {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 600px) {
  section#header-banner .header-banner-wrapper .header-banner-container .header-button-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
section#header-banner .header-banner-wrapper .header-banner-container .header-button-wrapper a.green-button,
section#header-banner .header-banner-wrapper .header-banner-container .header-button-wrapper a.line-button {
  color: white;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 16px 50px;
  transition: 0.3s;
  border: 2px solid;
  border-radius: 4px;
}
@media screen and (max-width: 600px) {
  section#header-banner .header-banner-wrapper .header-banner-container .header-button-wrapper a.green-button,
  section#header-banner .header-banner-wrapper .header-banner-container .header-button-wrapper a.line-button {
    width: 100%;
    text-align: center;
  }
}
section#header-banner .header-banner-wrapper .header-banner-container .header-button-wrapper a.green-button {
  background-color: #27CCC0;
  border-color: #27CCC0;
}
section#header-banner .header-banner-wrapper .header-banner-container .header-button-wrapper a.line-button {
  border-color: white;
}

section#slider-container {
  padding: 0 15px;
}
section#slider-container.gray {
  padding: 72px 15px;
  background-color: #F5F5F5;
}
section#slider-container .slider-wrapper {
  display: flex;
  gap: 30px;
  max-width: 1250px;
  margin: auto;
  justify-content: space-between;
}
@media screen and (max-width: 1130px) {
  section#slider-container .slider-wrapper {
    flex-direction: column;
  }
}
section#slider-container .slider-wrapper .slider-left-column {
  width: 100%;
  max-width: 521px;
  display: flex;
  align-items: center;
}
section#slider-container .slider-wrapper .slider-left-column.long {
  max-width: 627px;
}
section#slider-container .slider-wrapper .slider-left-column h2 {
  margin: 0;
  font-size: 40px;
  line-height: 60px;
}
@media screen and (max-width: 750px) {
  section#slider-container .slider-wrapper .slider-left-column h2 {
    font-size: 30px;
    line-height: 45px;
  }
}
section#slider-container .slider-wrapper .slider-right-column {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 700px;
  padding: 0 35px;
}
@media screen and (max-width: 1130px) {
  section#slider-container .slider-wrapper .slider-right-column {
    margin: auto;
  }
}

.carousel-marcas .owl-stage-outer {
  padding: 10px 0;
}
.carousel-marcas .brand-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1130px) {
  .carousel-marcas .brand-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.carousel-marcas .brand-grid span {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  position: relative;
  border-radius: 9px;
  background-color: white;
}
.carousel-marcas .brand-grid span img {
  position: absolute;
  height: calc(100% - 25px);
  width: calc(100% - 25px);
  object-fit: contain;
  max-width: 200px;
}
.carousel-marcas .brand-grid br {
  display: none;
}
.carousel-marcas .owl-nav {
  position: absolute;
  top: 0;
  left: -35px;
  height: 100%;
  width: calc(100% + 70px);
  display: flex;
  justify-content: space-between;
  z-index: -1;
  align-items: center;
}
.carousel-marcas .owl-nav > button span {
  display: none;
}
.carousel-marcas .owl-nav > button:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/uploads/2024/06/Icon-Flecha-Slider.png);
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.carousel-marcas .owl-nav > button.owl-prev:before {
  transform: rotate(180deg);
}

.four-items-grid {
  max-width: 600px !important;
}
.four-items-grid .carousel-marcas .brand-grid {
  grid-template-columns: repeat(2, 1fr);
}

section#qr-container {
  padding: 72px 15px;
  background: #F6F6F6;
}
section#qr-container.three-columns p {
  margin: 0;
  padding: 0;
}
section#qr-container.three-columns .qr-wrapper img.cta-arrow {
  right: 0 !important;
  bottom: unset !important;
}
@media screen and (max-width: 1145px) {
  section#qr-container.three-columns .qr-wrapper img.cta-arrow {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  section#qr-container.three-columns .qr-wrapper img.cta-arrow {
    bottom: 0 !important;
  }
}
section#qr-container.three-columns .qr-wrapper .qr-right-column,
section#qr-container.three-columns .qr-wrapper .qr-center-column {
  max-width: 371px;
}
@media screen and (max-width: 850px) {
  section#qr-container.three-columns .qr-wrapper .qr-right-column,
  section#qr-container.three-columns .qr-wrapper .qr-center-column {
    max-width: unset !important;
  }
}
section#qr-container.three-columns .qr-wrapper .qr-right-column .qr-card,
section#qr-container.three-columns .qr-wrapper .qr-center-column .qr-card {
  max-width: 171px;
  margin: auto;
}
section#qr-container.three-columns .qr-wrapper .qr-right-column p,
section#qr-container.three-columns .qr-wrapper .qr-center-column p {
  font-size: 18px;
  color: #717070;
}
section#qr-container.three-columns .qr-wrapper .qr-right-column .title,
section#qr-container.three-columns .qr-wrapper .qr-center-column .title {
  font-size: 20px;
  color: #252525;
  font-weight: bold;
  margin-bottom: 16px;
}
section#qr-container.whide-columns .qr-wrapper img.cta-arrow {
  bottom: unset !important;
}
@media screen and (max-width: 1145px) {
  section#qr-container.whide-columns .qr-wrapper img.cta-arrow {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  section#qr-container.whide-columns .qr-wrapper img.cta-arrow {
    bottom: 0 !important;
  }
}
section#qr-container.whide-columns .qr-left-column {
  max-width: 415px !important;
}
section#qr-container.whide-columns .qr-right-column {
  max-width: 633px !important;
}
section#qr-container.whide-columns .qr-card {
  max-width: 171px;
  margin: auto;
}
section#qr-container.whide-columns p {
  font-size: 18px;
  color: #717070;
  padding: 0;
  margin: 0;
}
section#qr-container.whide-columns .title {
  font-size: 20px;
  color: #252525;
  font-weight: bold;
  margin-bottom: 16px;
}
section#qr-container.reverse {
  padding: 0 15px;
  background-color: transparent;
}
section#qr-container.reverse .qr-wrapper {
  flex-direction: row-reverse;
}
section#qr-container.reverse .qr-wrapper .qr-left-column {
  max-width: 633px;
}
section#qr-container.reverse .qr-wrapper .qr-left-column h2 {
  margin-bottom: 20px;
}
section#qr-container.reverse .qr-wrapper .qr-left-column img.cta-arrow {
  right: unset;
  transform: scaleY(-1) rotate(-147deg);
  left: -21%;
  bottom: unset;
}
@media screen and (max-width: 1225px) {
  section#qr-container.reverse .qr-wrapper .qr-left-column img.cta-arrow {
    left: -10%;
  }
}
@media screen and (max-width: 1145px) {
  section#qr-container.reverse .qr-wrapper .qr-left-column img.cta-arrow {
    display: none;
  }
}
section#qr-container .qr-wrapper {
  display: flex;
  gap: 30px;
  max-width: 1250px;
  margin: auto;
  justify-content: space-between;
}
@media screen and (max-width: 850px) {
  section#qr-container .qr-wrapper {
    flex-direction: column !important;
  }
}
section#qr-container .qr-wrapper .qr-left-column {
  width: 100%;
  max-width: 587px;
  position: relative;
  height: fit-content;
}
@media screen and (max-width: 850px) {
  section#qr-container .qr-wrapper .qr-left-column {
    max-width: unset;
  }
}
section#qr-container .qr-wrapper .qr-left-column h2 {
  margin-bottom: 37px;
  font-size: 40px;
  line-height: 52px;
}
@media screen and (max-width: 750px) {
  section#qr-container .qr-wrapper .qr-left-column h2 {
    font-size: 30px;
    line-height: 45px;
  }
}
section#qr-container .qr-wrapper .qr-left-column p {
  font-size: 20px;
  line-height: 26px;
  color: #717070;
  padding: 0;
  margin: 0;
}
section#qr-container .qr-wrapper .qr-left-column .btn-green {
  margin-top: 32px;
  display: block;
  text-decoration: none;
  color: white;
  padding: 16px;
  background: #35ccc0;
  border-radius: 4px;
  width: fit-content;
}
@media screen and (max-width: 550px) {
  section#qr-container .qr-wrapper .qr-left-column .btn-green {
    max-width: 75%;
    text-align: center;
  }
}
section#qr-container .qr-wrapper .qr-left-column img.cta-arrow {
  position: absolute;
  right: -34%;
  bottom: 0;
}
@media screen and (max-width: 1240px) {
  section#qr-container .qr-wrapper .qr-left-column img.cta-arrow {
    right: -22%;
  }
}
@media screen and (max-width: 1160px) {
  section#qr-container .qr-wrapper .qr-left-column img.cta-arrow {
    right: -10%;
  }
}
@media screen and (max-width: 1100px) {
  section#qr-container .qr-wrapper .qr-left-column img.cta-arrow {
    right: 2%;
    bottom: -9%;
  }
}
@media screen and (max-width: 950px) {
  section#qr-container .qr-wrapper .qr-left-column img.cta-arrow {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  section#qr-container .qr-wrapper .qr-left-column img.cta-arrow {
    display: block !important;
    transform: scaleX(-1) rotate(125deg) !important;
    max-width: 100px;
    bottom: 11px;
    right: 0 !important;
    left: unset !important;
  }
}
section#qr-container .qr-wrapper .qr-right-column {
  width: 100%;
  max-width: 415px;
}
@media screen and (max-width: 850px) {
  section#qr-container .qr-wrapper .qr-right-column {
    max-width: unset;
  }
}
section#qr-container .qr-wrapper .qr-right-column .qr-card-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 57px;
  row-gap: 40px;
}
@media screen and (max-width: 850px) {
  section#qr-container .qr-wrapper .qr-right-column .qr-card-container {
    gap: 20px;
  }
}
section#qr-container .qr-wrapper .qr-card {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
section#qr-container .qr-wrapper .qr-card img {
  width: 100%;
  width: 100%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 9px;
  margin-bottom: 16px;
}
@media screen and (max-width: 850px) {
  section#qr-container .qr-wrapper .qr-card img {
    max-width: 250px;
  }
}

section#solution-card-container {
  padding: 0 15px;
}
section#solution-card-container .solution-card-wrapper {
  max-width: 1060px;
  margin: auto;
}
section#solution-card-container .solution-card-wrapper.three-columns {
  max-width: 1250px;
}
section#solution-card-container .solution-card-wrapper.three-columns .solution-card-grid-wrapper {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1040px) {
  section#solution-card-container .solution-card-wrapper.three-columns .solution-card-grid-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 750px) {
  section#solution-card-container .solution-card-wrapper.three-columns .solution-card-grid-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
section#solution-card-container .solution-card-wrapper h2 {
  font-size: 40px;
  text-align: center;
  max-width: 842px;
  line-height: 52px;
  margin: 0 auto 50px auto;
}
@media screen and (max-width: 750px) {
  section#solution-card-container .solution-card-wrapper h2 {
    font-size: 30px;
    line-height: 45px;
  }
}
section#solution-card-container .solution-card-wrapper .solution-card-grid-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 750px) {
  section#solution-card-container .solution-card-wrapper .solution-card-grid-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
section#solution-card-container .solution-card-wrapper .solution-card-grid-wrapper .solution-card {
  padding: 24px;
  background: #3965d3;
  color: #FFF;
  border-radius: 9px;
  position: relative;
  min-height: 303px;
}
@media screen and (max-width: 750px) {
  section#solution-card-container .solution-card-wrapper .solution-card-grid-wrapper .solution-card {
    min-height: unset;
  }
}
section#solution-card-container .solution-card-wrapper .solution-card-grid-wrapper .solution-card .solution-card-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 16px;
  min-height: 67px;
}
section#solution-card-container .solution-card-wrapper .solution-card-grid-wrapper .solution-card .solution-card-header img {
  max-width: 41px;
}
section#solution-card-container .solution-card-wrapper .solution-card-grid-wrapper .solution-card .solution-card-header h3 {
  color: white;
  margin: 0;
}
section#solution-card-container .solution-card-wrapper .solution-card-grid-wrapper .solution-card p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
section#solution-card-container .solution-card-wrapper .solution-card-grid-wrapper .solution-card a:hover {
  color: #27CCC0;
}
section#solution-card-container .solution-card-wrapper .solution-card-grid-wrapper .solution-card ul.url-list {
  padding: 0;
  margin: 24px 0 0 0;
  gap: 16px;
  display: flex;
  flex-direction: column;
  font-size: 20px;
}
section#solution-card-container .solution-card-wrapper .solution-card-grid-wrapper .solution-card ul.url-list a {
  text-decoration: none;
  position: relative;
}
section#solution-card-container .solution-card-wrapper .solution-card-grid-wrapper .solution-card ul.url-list a:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 13px;
  background-image: url(/wp-content/uploads/2024/06/Icon-Flecha-Card.png);
  right: -27px;
  bottom: 5px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
section#solution-card-container .solution-card-wrapper .solution-card-grid-wrapper .solution-card a.more-button {
  position: absolute;
  right: 24px;
  bottom: 24px;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  section#solution-card-container .solution-card-wrapper .solution-card-grid-wrapper .solution-card a.more-button {
    position: relative;
    text-align: right;
    width: 100%;
    display: block;
    bottom: unset;
    right: unset;
    margin-top: 22px;
  }
}
section#solution-card-container .solution-card-wrapper .solution-card-grid-wrapper .solution-card a.more-button:after {
  content: "";
  width: 20px;
  height: 13px;
  background-image: url(/wp-content/uploads/2024/06/Icon-Flecha-Card.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 7px;
}

section#cta-customer {
  background: #D8E8E7;
  padding: 72px 15px;
}
section#cta-customer.space {
  margin-bottom: 50px;
}
section#cta-customer br {
  display: none;
}
section#cta-customer .cta-customer-wrapper {
  max-width: 686px;
  margin: auto;
  text-align: center;
}
section#cta-customer .cta-customer-wrapper h2 {
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 36px;
}
section#cta-customer .cta-customer-wrapper .cta-btn-wrapper {
  display: flex;
  gap: 40px;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  section#cta-customer .cta-customer-wrapper .cta-btn-wrapper {
    flex-direction: column;
    gap: 15px;
  }
}
section#cta-customer .cta-customer-wrapper .cta-btn-wrapper a.green-button,
section#cta-customer .cta-customer-wrapper .cta-btn-wrapper a.black-button {
  color: white;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 16px 0px;
  transition: 0.3s;
  border: 2px solid;
  border-radius: 4px;
  width: 100%;
  max-width: 223px;
}
@media screen and (max-width: 600px) {
  section#cta-customer .cta-customer-wrapper .cta-btn-wrapper a.green-button,
  section#cta-customer .cta-customer-wrapper .cta-btn-wrapper a.black-button {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
section#cta-customer .cta-customer-wrapper .cta-btn-wrapper a.black-button {
  background-color: #27CCC0;
  border-color: #27CCC0;
}
section#cta-customer .cta-customer-wrapper .cta-btn-wrapper a.green-button {
  border-color: black;
  color: #000;
}

section#steps-container {
  padding: 72px 15px;
  background: #F6F6F6;
}
section#steps-container.white {
  background: transparent;
  padding: 0 15px;
}
section#steps-container .steps-wrapper {
  max-width: 1250px;
  margin: auto;
}
section#steps-container .steps-wrapper h2 {
  font-size: 40px;
  line-height: 56px;
  margin-bottom: 36px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  section#steps-container .steps-wrapper h2 {
    font-size: 30px;
    line-height: 45px;
  }
}
section#steps-container .steps-wrapper .steps-card {
  display: grid;
  width: fit-content;
  justify-content: center;
  margin: auto;
  border-radius: 9px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 830px) {
  section#steps-container .steps-wrapper .steps-card {
    grid-template-columns: repeat(1, 1fr) !important;
    box-shadow: unset;
  }
}
section#steps-container .steps-wrapper .steps-card.two-columns {
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 40px;
}
@media screen and (max-width: 830px) {
  section#steps-container .steps-wrapper .steps-card.two-columns {
    margin-bottom: 0;
  }
}
section#steps-container .steps-wrapper .steps-card.three-columns {
  grid-template-columns: repeat(3, 1fr);
}
section#steps-container .steps-wrapper .steps-card .step {
  max-width: 416px;
  padding: 40px 25px 40px 50px;
  position: relative;
}
@media screen and (max-width: 830px) {
  section#steps-container .steps-wrapper .steps-card .step {
    padding: 30px 25px 30px 50px;
    max-width: unset;
  }
}
section#steps-container .steps-wrapper .steps-card .step:not(:first-child):after {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 40px);
  background: #18193E;
  left: 0;
  opacity: 0.1;
  top: 20px;
}
@media screen and (max-width: 830px) {
  section#steps-container .steps-wrapper .steps-card .step:not(:first-child):after {
    display: none;
  }
}
section#steps-container .steps-wrapper .steps-card .step p {
  padding: 0;
  margin: 0;
}
section#steps-container .steps-wrapper .steps-card .step .card-content {
  color: #717070;
  font-size: 18px;
  line-height: 26px;
}
section#steps-container .steps-wrapper .steps-card .step .card-content b {
  color: #000;
}
section#steps-container .steps-wrapper .steps-card .step span.number {
  position: absolute;
  font-size: 100px;
  font-family: "Poppins";
  font-weight: bold;
  opacity: 0.1;
  top: 0;
  left: 27px;
}
@media screen and (max-width: 830px) {
  section#steps-container .steps-wrapper .steps-card .step span.number {
    font-size: 60px;
    left: 37px;
  }
}
section#steps-container.full-width .step {
  max-width: unset !important;
}

section#img-cta-container {
  padding: 40px 15px;
  position: relative;
}
section#img-cta-container img.cta-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section#img-cta-container .img-cta-wrapper {
  max-width: 1250px;
  z-index: 99;
  position: relative;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
section#img-cta-container .img-cta-wrapper h2,
section#img-cta-container .img-cta-wrapper p {
  max-width: 695px;
  color: white;
  display: block;
  text-align: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
section#img-cta-container .img-cta-wrapper h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 46px;
  margin-bottom: 16px;
}
section#img-cta-container .img-cta-wrapper p {
  font-size: 20px;
  line-height: 26px;
}
section#img-cta-container .img-cta-wrapper a {
  color: white;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 16px 40px;
  transition: 0.3s;
  border: 2px solid white;
  width: fit-content;
  max-width: 223px;
  margin: 24px 0 0 0;
  display: block;
  transition: 0.3s;
}
section#img-cta-container .img-cta-wrapper a:hover {
  background: white;
  color: #3964d3;
  border-color: white;
}
@media screen and (max-width: 600px) {
  section#img-cta-container .img-cta-wrapper a {
    width: 100%;
    max-width: 100%;
  }
}

section#faq-container {
  padding: 0 15px;
}
section#faq-container .faq-wrapper {
  max-width: 832px;
  margin: auto;
  text-align: center;
}
section#faq-container .faq-wrapper h2 {
  font-size: 30px;
}
section#faq-container .faq-wrapper > p {
  font-size: 20px;
}
section#faq-container .faq-wrapper .question-wrapper {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #E2E2E2;
  text-align: left;
}
section#faq-container .faq-wrapper .question-wrapper h3.question-title {
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  font-family: "Roboto";
  font-weight: 500;
  color: #717070;
  padding: 12px 35px 12px 0;
  cursor: pointer;
  position: relative;
}
section#faq-container .faq-wrapper .question-wrapper h3.question-title:after {
  content: "";
  position: absolute;
  width: 11px;
  background-image: url(/wp-content/uploads/2024/06/Icon-Flecha-Slider.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(90deg);
  right: 15px;
  height: 100%;
  top: 0;
  transition: 0.3s;
}
section#faq-container .faq-wrapper .question-wrapper h3.question-title.active:after {
  transform: rotate(-90deg);
}
section#faq-container .faq-wrapper .question-wrapper .question-answer {
  font-size: 16px;
  color: #3965d3;
  display: none;
}

section#two-col-content-contianer {
  padding: 0 15px;
}
section#two-col-content-contianer.reverse .two-col-content-wrapper {
  flex-direction: row-reverse;
}
@media screen and (max-width: 800px) {
  section#two-col-content-contianer.reverse .two-col-content-wrapper {
    flex-direction: column;
  }
}
section#two-col-content-contianer .two-col-content-wrapper {
  max-width: 1250px;
  margin: auto;
  display: flex;
  gap: 55px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  section#two-col-content-contianer .two-col-content-wrapper {
    flex-direction: column;
  }
}
section#two-col-content-contianer .two-col-content-wrapper ul {
  list-style: circle;
  color: #717070;
  font-size: 18px;
  line-height: 26px;
}
section#two-col-content-contianer .two-col-content-wrapper img {
  max-width: 523px;
  height: 100%;
}
@media screen and (max-width: 995px) {
  section#two-col-content-contianer .two-col-content-wrapper img {
    max-width: 400px;
  }
}
@media screen and (max-width: 800px) {
  section#two-col-content-contianer .two-col-content-wrapper img {
    max-width: 100%;
  }
}
section#two-col-content-contianer .two-col-content-wrapper h2 {
  font-size: 40px;
}
@media screen and (max-width: 750px) {
  section#two-col-content-contianer .two-col-content-wrapper h2 {
    font-size: 30px;
    line-height: 45px;
  }
}
section#two-col-content-contianer .two-col-content-wrapper h2.small {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 32px;
}
section#two-col-content-contianer .two-col-content-wrapper p {
  padding: 0;
  color: #717070;
  font-size: 18px;
  line-height: 26px;
}
section#two-col-content-contianer .two-col-content-wrapper .right-column {
  max-width: 620px;
}

section#big-img-container {
  padding: 0 15px;
}
section#big-img-container .big-image-wrapper {
  max-width: 1250px;
  margin: auto;
}
section#big-img-container .big-image-wrapper img {
  width: 100%;
}
section#big-img-container .big-image-wrapper .mobile {
  display: none;
}
@media screen and (max-width: 800px) {
  section#big-img-container .big-image-wrapper .mobile {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  section#big-img-container .big-image-wrapper .desktop {
    display: none;
  }
}
section#big-img-container .number-grid-container {
  margin-top: 32px;
}
section#big-img-container .number-grid-container span.number-grid {
  display: flex;
  width: 100%;
}
section#big-img-container .number-grid-container span.number-grid span.number {
  width: 100%;
  height: 30px !important;
  background: #18193e;
  max-width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: white;
  font-weight: bold;
  margin-right: 15px;
  font-size: 22px;
  margin-top: 3px;
}
section#big-img-container .number-grid-container span.number-grid span.info {
  font-size: 18px;
  line-height: 22px;
}
section#big-img-container .number-grid-container span.number-grid span.info b {
  font-size: 22px;
  line-height: 30px;
}

section#advantages-container {
  padding: 0 15px;
}
section#advantages-container .advantages-wrapper {
  max-width: 1250px;
  margin: auto;
}
section#advantages-container .advantages-wrapper h2 {
  font-size: 30px;
  text-align: center;
}
section#advantages-container .advantages-wrapper p {
  padding: 0;
  color: #252525;
  font-size: 20px;
  line-height: 26px;
  max-width: 832px;
  margin: auto;
  text-align: center;
}
section#advantages-container .advantages-wrapper .advatages-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
  margin-top: 32px;
}
@media screen and (max-width: 880px) {
  section#advantages-container .advantages-wrapper .advatages-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  section#advantages-container .advantages-wrapper .advatages-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
section#advantages-container .advantages-wrapper .advatages-grid .advantage {
  max-width: 302px;
  margin: 0 auto;
}
section#advantages-container .advantages-wrapper .advatages-grid .advantage img {
  height: 40px;
  margin-bottom: 10px;
}
section#advantages-container .advantages-wrapper .advatages-grid .advantage h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
section#advantages-container .advantages-wrapper .advatages-grid .advantage p {
  font-size: 18px;
  color: #717070;
}

section#contract-container {
  padding: 112px 15px;
  background: #D8E8E7;
}
section#contract-container .contract-wrapper {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
section#contract-container .contract-wrapper h2 {
  font-size: 24px;
  font-weight: bold;
}
section#contract-container .contract-wrapper .cta-btn-wrapper {
  display: flex;
  gap: 40px;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  section#contract-container .contract-wrapper .cta-btn-wrapper {
    flex-direction: column;
    gap: 15px;
  }
}
section#contract-container .contract-wrapper .cta-btn-wrapper a.green-button,
section#contract-container .contract-wrapper .cta-btn-wrapper a.black-button {
  color: white;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 16px 0px;
  transition: 0.3s;
  border: 2px solid;
  border-radius: 4px;
  width: 100%;
  max-width: 223px;
}
@media screen and (max-width: 600px) {
  section#contract-container .contract-wrapper .cta-btn-wrapper a.green-button,
  section#contract-container .contract-wrapper .cta-btn-wrapper a.black-button {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
section#contract-container .contract-wrapper .cta-btn-wrapper a.black-button {
  background-color: #27CCC0;
  border-color: #27CCC0;
}
section#contract-container .contract-wrapper .cta-btn-wrapper a.green-button {
  border-color: black;
  color: #000;
}

#contract-button-container {
  margin-top: 0px;
}
#contract-button-container h4#title-escan-membership {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #212529;
}
#contract-button-container button.m-2.mdc-button.mdc-button--raised.mat-mdc-raised-button.mat-accent.mat-mdc-button-base,
#contract-button-container button.m-2.mdc-button.mdc-button--outlined.mat-mdc-outlined-button.mat-accent.mat-mdc-button-base {
  box-shadow: unset;
  font-size: 18px;
  padding: 16px 0 !important;
  height: unset;
  width: 100%;
  max-width: 223px;
}
#contract-button-container button.m-2.mdc-button.mdc-button--raised.mat-mdc-raised-button.mat-accent.mat-mdc-button-base {
  color: white;
}
#contract-button-container button.m-2.mdc-button.mdc-button--outlined.mat-mdc-outlined-button.mat-accent.mat-mdc-button-base {
  border: 2px solid black;
  color: black;
}

section#video-container {
  background-color: #f5f5f5;
  padding: 72px 15px;
}
section#video-container .video-wrapper {
  max-width: 930px;
  margin: auto;
}
section#video-container .video-wrapper h2 {
  font-size: 40px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  section#video-container .video-wrapper h2 {
    font-size: 30px;
    line-height: 45px;
  }
}
section#video-container .video-wrapper .iframe-container iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
section#video-container p {
  margin: 0;
  padding: 0;
}

section#idiomas-container {
  padding: 0 15px;
}
section#idiomas-container .idiomar-wrapper {
  max-width: 980px;
  margin: auto;
}
section#idiomas-container .idiomar-wrapper h2 {
  font-size: 30px;
  text-align: center;
}
section#idiomas-container .idiomar-wrapper h3 {
  font-size: 24px;
  text-align: center;
}
section#idiomas-container .idiomar-wrapper .grid-idiomas-oficiales {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 40px auto 72px auto;
  gap: 40px;
}
@media screen and (max-width: 515px) {
  section#idiomas-container .idiomar-wrapper .grid-idiomas-oficiales {
    grid-template-columns: repeat(1, 1fr);
  }
}
section#idiomas-container .idiomar-wrapper .grid-idiomas-oficiales .idioma {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 24px;
  gap: 24px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 9px;
}
section#idiomas-container .idiomar-wrapper .grid-idiomas-oficiales .idioma h4 {
  margin: 0;
  font-size: 20px;
}
section#idiomas-container .idiomar-wrapper .grid-idiomas-oficiales .idioma img {
  width: 71px;
  height: auto;
}
section#idiomas-container .idiomar-wrapper .grid-idiomas-europa {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 9px;
  padding: 8px 0 24px 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 960px) {
  section#idiomas-container .idiomar-wrapper .grid-idiomas-europa {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 520) {
  section#idiomas-container .idiomar-wrapper .grid-idiomas-europa {
    grid-template-columns: repeat(2, 1fr);
  }
}
section#idiomas-container .idiomar-wrapper .grid-idiomas-europa .idioma-column {
  padding: 16px 40px 0 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
section#idiomas-container .idiomar-wrapper .grid-idiomas-europa .idioma-column:not(:last-child) {
  border-right: 1px solid rgba(24, 25, 62, 0.062745098);
}
section#idiomas-container .idiomar-wrapper .grid-idiomas-europa .idioma-column span {
  font-size: 18px;
}
section#idiomas-container .idiomar-wrapper .grid-idiomas-europa .idioma-column br {
  display: none;
}

section#three-column-icon-container {
  padding: 0 15px;
}
section#three-column-icon-container .three-column-icon-wrapper {
  max-width: 1250px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 750px) {
  section#three-column-icon-container .three-column-icon-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
section#three-column-icon-container .three-column-icon-wrapper .card {
  border: none;
  padding: 15px;
  text-align: center;
}
section#three-column-icon-container .three-column-icon-wrapper .card img {
  height: 41px;
  margin: 0 auto;
}
section#three-column-icon-container .three-column-icon-wrapper .card span {
  font-size: 24px;
  line-height: 35px;
  font-weight: bold;
  color: #252525;
  margin-bottom: 16px;
}
section#three-column-icon-container .three-column-icon-wrapper .card p {
  margin: 0;
  padding: 0;
  color: #717070;
}

#double-section-card-container {
  padding: 0 15px;
}
#double-section-card-container .double-section-card-wrapper {
  max-width: 1250px;
  margin: auto;
}
#double-section-card-container .double-section-card-wrapper h2 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  #double-section-card-container .double-section-card-wrapper h2 {
    font-size: 30px;
    line-height: 45px;
  }
}
#double-section-card-container .double-section-card-wrapper .section-card-grid {
  display: flex;
  padding: 30px 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  background: #F6F6F6;
}
@media screen and (max-width: 750px) {
  #double-section-card-container .double-section-card-wrapper .section-card-grid {
    flex-direction: column;
    padding: 15px;
  }
}
#double-section-card-container .double-section-card-wrapper .section-card-grid > div {
  padding: 0 30px;
  width: 50%;
  font-size: 18px;
  line-height: 26px;
  color: #717070;
}
@media screen and (max-width: 750px) {
  #double-section-card-container .double-section-card-wrapper .section-card-grid > div {
    width: 100%;
    padding: 15px;
  }
}
#double-section-card-container .double-section-card-wrapper .section-card-grid > div b {
  color: #252525;
}
#double-section-card-container .double-section-card-wrapper .section-card-grid > div:not(:last-child) {
  border-right: 1px solid #E5E5E5;
}
@media screen and (max-width: 750px) {
  #double-section-card-container .double-section-card-wrapper .section-card-grid > div:not(:last-child) {
    border-right: 0px;
    border-bottom: 1px solid #E5E5E5;
  }
}

section#tarife-table-container {
  padding: 0 15px;
}
section#tarife-table-container .tarife-table-wrapper {
  max-width: 830px;
  margin: auto;
}
section#tarife-table-container .tarife-table-wrapper p {
  font-size: 20px;
  color: #717070;
  line-height: 26px;
}
section#tarife-table-container .tarife-table-wrapper .tarife-table {
  background-color: #F4F4F4;
  font-size: 20px;
  line-height: 26px;
}
section#tarife-table-container .tarife-table-wrapper .tarife-table .title-mobile, section#tarife-table-container .tarife-table-wrapper .tarife-table br {
  display: none;
}
section#tarife-table-container .tarife-table-wrapper .tarife-table .table-row {
  display: grid;
  grid-template-columns: 4fr 1fr 1fr;
}
@media screen and (max-width: 650px) {
  section#tarife-table-container .tarife-table-wrapper .tarife-table .table-row {
    display: flex;
    flex-wrap: wrap;
  }
  section#tarife-table-container .tarife-table-wrapper .tarife-table .table-row.table-header .info {
    display: none;
  }
  section#tarife-table-container .tarife-table-wrapper .tarife-table .table-row.table-header .title {
    text-align: center;
  }
  section#tarife-table-container .tarife-table-wrapper .tarife-table .table-row .title {
    width: 100%;
  }
  section#tarife-table-container .tarife-table-wrapper .tarife-table .table-row .info {
    width: 50%;
  }
  section#tarife-table-container .tarife-table-wrapper .tarife-table .table-row span.title-mobile {
    display: block !important;
    font-size: 12px;
    font-weight: bold;
    padding: 0 !important;
  }
}
section#tarife-table-container .tarife-table-wrapper .tarife-table .table-row.table-header {
  font-weight: bold;
}
section#tarife-table-container .tarife-table-wrapper .tarife-table .table-row .info {
  min-width: 140px;
  text-align: center;
}
section#tarife-table-container .tarife-table-wrapper .tarife-table .table-row .premium {
  color: #27CCC0;
  background-color: #DDEFEE;
}
section#tarife-table-container .tarife-table-wrapper .tarife-table .table-row img {
  width: 23px;
}
section#tarife-table-container .tarife-table-wrapper .tarife-table .table-row span {
  padding: 14px 24px;
}
section#tarife-table-container .tarife-table-wrapper .tarife-table .table-content:not(:last-child) {
  border-bottom: 1px solid #707070;
}

section#tarifa-calculator-container {
  padding: 0 15px;
}
section#tarifa-calculator-container .tarifa-calculator-wrapper {
  max-width: 1250px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1150px) {
  section#tarifa-calculator-container .tarifa-calculator-wrapper {
    justify-content: space-evenly;
  }
}
@media screen and (max-width: 700px) {
  section#tarifa-calculator-container .tarifa-calculator-wrapper {
    justify-content: center;
  }
}
section#tarifa-calculator-container .tarifa-calculator-wrapper .left-column {
  width: 100%;
  max-width: 408px;
}
@media screen and (max-width: 1150px) {
  section#tarifa-calculator-container .tarifa-calculator-wrapper .left-column {
    max-width: 100%;
  }
}
section#tarifa-calculator-container .tarifa-calculator-wrapper .left-column h2 {
  font-size: 40px;
  line-height: 50px;
}
@media screen and (max-width: 750px) {
  section#tarifa-calculator-container .tarifa-calculator-wrapper .left-column h2 {
    font-size: 30px;
    line-height: 45px;
  }
}
section#tarifa-calculator-container .tarifa-calculator-wrapper .center-column {
  width: 100%;
  max-width: 412px;
}
@media screen and (max-width: 700px) {
  section#tarifa-calculator-container .tarifa-calculator-wrapper .center-column {
    max-width: unset;
  }
}
section#tarifa-calculator-container .tarifa-calculator-wrapper .center-column .row {
  display: flex;
  flex-direction: column;
}
section#tarifa-calculator-container .tarifa-calculator-wrapper .center-column .row > div {
  width: 100%;
}
section#tarifa-calculator-container .tarifa-calculator-wrapper .center-column .row > div > div {
  font-family: Roboto;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #252525;
}
section#tarifa-calculator-container .tarifa-calculator-wrapper .center-column .row > div > select {
  height: 50px;
  border: 1px solid #18193E !important;
  font-size: 20px;
  font-family: Roboto;
  line-height: 26px;
  padding: 0 14px !important;
}
section#tarifa-calculator-container .tarifa-calculator-wrapper .right-column {
  width: 100%;
  max-width: 205px;
}
@media screen and (max-width: 700px) {
  section#tarifa-calculator-container .tarifa-calculator-wrapper .right-column {
    max-width: unset;
  }
}
section#tarifa-calculator-container .tarifa-calculator-wrapper .right-column .price-card-container,
section#tarifa-calculator-container .tarifa-calculator-wrapper .right-column .price-card {
  width: 100%;
}
section#tarifa-calculator-container .tarifa-calculator-wrapper .right-column .price-card {
  border: none;
  padding: 0;
}
section#tarifa-calculator-container .tarifa-calculator-wrapper .right-column .h4 {
  font-size: 20px;
}
section#tarifa-calculator-container .tarifa-calculator-wrapper .right-column .iva {
  font-family: roboto;
  margin-top: -5px;
}
section#tarifa-calculator-container .tarifa-calculator-wrapper .right-column .price {
  font-size: 60px;
}
section#tarifa-calculator-container .tarifa-calculator-wrapper .right-column .price span.small {
  font-size: 40px;
}
section#tarifa-calculator-container .tarifa-calculator-wrapper .right-column a.contratar.btn {
  width: 100%;
  font-size: 18px;
  padding: 14px 24px;
  font-family: Roboto;
}

section#pre-footer {
  padding: 36px 15px;
  background: #3965d3;
}
section#pre-footer .pre-footer-wrapper {
  text-align: center;
  max-width: 705px;
  margin: auto;
}
section#pre-footer .pre-footer-wrapper span.prefooter-title {
  font-family: "Poppins";
  font-size: 24px;
  color: white;
  font-weight: bold;
  margin-bottom: 12px;
  display: block;
}
section#pre-footer .pre-footer-wrapper p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: white;
  font-weight: 400;
}

div#copyright {
  padding: 32px 15px;
  background: #1C1C1C;
  color: white;
}
div#copyright .copyright-wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  text-align: center;
}
div#copyright .copyright-wrapper a {
  color: white;
  margin: 0 5px;
}
div#copyright .copyright-wrapper p {
  margin: 0;
  padding: 0;
}

.footer-logos-wrapper {
  background: #1c1c1c;
  padding: 32px 15px 0 15px;
}
.footer-logos-wrapper .footer-logos-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.footer-logos-wrapper .footer-logos-container img {
  width: 100%;
  height: 100%;
  max-width: 190px;
  max-height: 115px;
  object-fit: contain;
}

section.content-container {
  padding: 72px 15px;
}
section.content-container br {
  display: none;
}
section.content-container .content-wrapper {
  display: flex;
  gap: 30px;
  max-width: 1250px;
  margin: auto;
  justify-content: space-between;
  flex-direction: column;
}
section.content-container .content-wrapper .btn-green {
  margin-top: 32px;
  display: block;
  text-decoration: none;
  color: white;
  padding: 16px;
  background: #35ccc0;
  border-radius: 4px;
  width: fit-content;
}
section.content-container .content-wrapper .content-left-column {
  width: 100%;
  position: relative;
  height: fit-content;
}
section.content-container .content-wrapper .content-left-column h2 {
  margin-bottom: 37px;
  font-size: 40px;
  line-height: 52px;
}
@media screen and (max-width: 750px) {
  section.content-container .content-wrapper .content-left-column h2 {
    font-size: 30px;
    line-height: 45px;
  }
}
section.content-container .content-wrapper .content-left-column p {
  font-size: 20px;
  line-height: 26px;
  color: #717070;
  padding: 0;
  margin: 0;
}
section.content-container .content-wrapper .content-right-column {
  width: 100%;
}
section.content-container .content-wrapper .content-right-column .content-card-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 57px;
  row-gap: 40px;
}
@media screen and (max-width: 650px) {
  section.content-container .content-wrapper .content-right-column .content-card-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
section.content-container .content-wrapper .content-card {
  text-align: center;
  width: 100%;
}
section.content-container .content-wrapper .content-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 95px;
  max-width: 200px;
}
@media screen and (max-width: 850px) {
  section.content-container .content-wrapper .content-card img {
    max-width: 250px;
  }
}
section.content-container .grid-documentos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 32px 0 72px 0;
  gap: 25px;
}
@media screen and (max-width: 850px) {
  section.content-container .grid-documentos {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media screen and (max-width: 550px) {
  section.content-container .grid-documentos {
    grid-template-columns: repeat(1, 1fr);
  }
}
section.content-container .grid-documentos div.card-download {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  padding: 25px;
  border-radius: 9px;
}
section.content-container .grid-documentos div.card-download label.info {
  font-size: 20px;
  line-height: 26px;
  color: #717070;
  margin: 12px 0;
}
section.content-container .grid-documentos div.card-download label.title {
  font-size: 21px;
  font-weight: bold;
}
section.content-container .grid-documentos div.card-download a.download {
  display: block;
  text-decoration: none;
  color: white;
  padding: 8px 16px;
  background: #35ccc0;
  border-radius: 4px;
  width: fit-content;
}

.section-title {
  border: none !important;
}

#post-area {
  width: 80% !important;
  position: relative;
  margin-bottom: 170px;
}
@media screen and (max-width: 1150px) {
  #post-area {
    width: 100% !important;
    padding: 0;
  }
}
#post-area article .bottom-line {
  display: none;
}
#post-area article .post-header h2 a {
  color: #3965d3 !important;
  text-decoration: none;
  font-size: 24px;
}
#post-area article .excerpt p {
  padding: 0;
}
#post-area article a.more-link {
  text-decoration: none;
}
#post-area article a.more-link span.continue-reading {
  padding: 8px 12px !important;
  background: #3965d3 !important;
  font-size: 14px !important;
  display: block;
  width: fit-content !important;
}
#post-area article .post-meta {
  display: none !important;
}
#post-area article .inner-wrap {
  border-radius: 9px;
}
#post-area article .post-featured-img {
  display: block;
  padding: 0;
  width: 100%;
  position: relative;
  margin: 0 0 24px 0;
  height: 375px;
}
#post-area article .post-featured-img img {
  position: unset;
  margin: 0;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

div#sidebar {
  width: 20% !important;
}
@media screen and (max-width: 1150px) {
  div#sidebar {
    width: 100% !important;
  }
}
div#sidebar ul.wp-block-categories-list {
  padding: 0;
}

div#pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: calc(100% - 60px);
}
@media screen and (max-width: 1150px) {
  div#pagination {
    width: 100% !important;
  }
}

h1.entry-title {
  font-family: "Poppins", sans-serif !important;
  font-size: 34px !important;
}

.form-contacto {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.form-contacto .contact-row-two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media screen and (max-width: 750px) {
  .form-contacto .contact-row-two {
    grid-template-columns: repeat(1, 1fr);
  }
}
.form-contacto label {
  margin-bottom: 12px;
}
.form-contacto .btn-enviar {
  margin: auto;
  display: block;
  padding: 12px 44px !important;
  font-size: 20px !important;
  background: #18193e !important;
}

#footer-form {
  background: rgba(28, 28, 28, 0.0588235294);
  padding: 32px 15px;
}
#footer-form span.contact-title {
  margin-bottom: 37px;
  font-size: 40px;
  line-height: 52px;
  text-align: center;
  display: block;
  color: #3964d3;
  font-weight: bold;
}
#footer-form .footer-form-container {
  max-width: 800px;
  margin: auto;
}
#footer-form .footer-form-container .form-contacto {
  gap: 0px;
}
@media screen and (max-width: 750px) {
  #footer-form .footer-form-container .contact-row-two {
    gap: 0px;
  }
}
#footer-form .footer-form-container .contact-row p,
#footer-form .footer-form-container .contact-row-two p {
  margin: 0 0 20px 0;
  padding: 0;
}
#footer-form input, #footer-form textarea {
  background: white;
}
#footer-form .btn-enviar {
  background-color: #3964d3 !important;
}
#footer-form .contact-row {
  position: relative;
}
#footer-form .contact-row span.wpcf7-spinner {
  position: absolute;
  top: 13px;
  right: 0;
}

section#posts-grid,
.post-grid-container {
  padding: 72px 15px;
  background-color: #f8f8f8;
}
section#posts-grid .owl-carousel .owl-stage-outer,
.post-grid-container .owl-carousel .owl-stage-outer {
  padding: 5px 0;
}
section#posts-grid br,
.post-grid-container br {
  display: none;
}
section#posts-grid .posts-grid-wrapper,
section#posts-grid .content-wrapper,
.post-grid-container .posts-grid-wrapper,
.post-grid-container .content-wrapper {
  display: flex;
  gap: 30px;
  max-width: 1250px;
  margin: auto;
  justify-content: space-between;
  flex-direction: column;
}
section#posts-grid .posts-grid-wrapper .post-grid,
section#posts-grid .content-wrapper .post-grid,
.post-grid-container .posts-grid-wrapper .post-grid,
.post-grid-container .content-wrapper .post-grid {
  display: grid;
  gap: 25px;
}
section#posts-grid .posts-grid-wrapper .post-grid a.post_card,
section#posts-grid .content-wrapper .post-grid a.post_card,
.post-grid-container .posts-grid-wrapper .post-grid a.post_card,
.post-grid-container .content-wrapper .post-grid a.post_card {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  padding: 18px;
  text-decoration: none;
  border-radius: 9px;
  box-sizing: border-box !important;
  color: black;
  position: relative;
  display: flex;
  flex-direction: column;
}
section#posts-grid .posts-grid-wrapper .post-grid a.post_card:hover,
section#posts-grid .content-wrapper .post-grid a.post_card:hover,
.post-grid-container .posts-grid-wrapper .post-grid a.post_card:hover,
.post-grid-container .content-wrapper .post-grid a.post_card:hover {
  color: unset;
}
section#posts-grid .posts-grid-wrapper .post-grid a.post_card > img,
section#posts-grid .content-wrapper .post-grid a.post_card > img,
.post-grid-container .posts-grid-wrapper .post-grid a.post_card > img,
.post-grid-container .content-wrapper .post-grid a.post_card > img {
  width: 100%;
  max-height: 175px;
  margin-bottom: 15px;
  object-fit: cover;
}
section#posts-grid .posts-grid-wrapper .post-grid a.post_card h2,
section#posts-grid .content-wrapper .post-grid a.post_card h2,
.post-grid-container .posts-grid-wrapper .post-grid a.post_card h2,
.post-grid-container .content-wrapper .post-grid a.post_card h2 {
  color: #3965d3;
  text-decoration: none;
  font-size: 24px;
}
section#posts-grid .posts-grid-wrapper .post-grid a.post_card p,
section#posts-grid .content-wrapper .post-grid a.post_card p,
.post-grid-container .posts-grid-wrapper .post-grid a.post_card p,
.post-grid-container .content-wrapper .post-grid a.post_card p {
  padding: 0;
}
section#posts-grid .posts-grid-wrapper .post-grid a.post_card .continue-reading,
section#posts-grid .content-wrapper .post-grid a.post_card .continue-reading,
.post-grid-container .posts-grid-wrapper .post-grid a.post_card .continue-reading,
.post-grid-container .content-wrapper .post-grid a.post_card .continue-reading {
  padding: 8px 12px;
  background: #3965d3;
  font-size: 14px;
  display: block;
  width: fit-content;
  color: white;
}
section#posts-grid .posts-grid-wrapper .post-grid a.post_card .post-date,
section#posts-grid .content-wrapper .post-grid a.post_card .post-date,
.post-grid-container .posts-grid-wrapper .post-grid a.post_card .post-date,
.post-grid-container .content-wrapper .post-grid a.post_card .post-date {
  font-size: 12px;
  color: #676767;
  padding-top: 15px;
  margin-top: 20px;
  display: block;
  border-top: 1px solid #ccccd3;
}

a.btn.ver-mas {
  width: 100%;
  margin: 32px auto 0 auto;
  max-width: 200px;
  border-radius: 5px;
  background: #3965d3;
  font-size: 18px;
  display: block;
}
a.btn.ver-mas:hover {
  border-color: #3965d3;
  color: white;
}

.inciativas-grid-wrapper {
  padding: 0 15px;
}
.inciativas-grid-wrapper .inciativas-grid-container {
  max-width: 1250px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 72px;
}
@media screen and (max-width: 950px) {
  .inciativas-grid-wrapper .inciativas-grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 650px) {
  .inciativas-grid-wrapper .inciativas-grid-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.inciativas-grid-wrapper a.post_card {
  display: block;
  width: 100%;
  position: relative;
  text-decoration: none;
  border-radius: 9px;
  padding: 25px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.inciativas-grid-wrapper a.post_card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 12px;
}
.inciativas-grid-wrapper a.post_card h2 {
  text-decoration: none;
  margin-bottom: 0;
}
.inciativas-grid-wrapper a.post_card p {
  padding: 0;
  color: black;
}
.inciativas-grid-wrapper a.post_card span.continue-reading {
  display: block;
  padding: 8px 24px;
  background: #3964d3;
  width: fit-content;
  color: white;
}
.inciativas-grid-wrapper a.post_card span.post-date {
  display: block;
  margin-top: 20px;
  padding-top: 15px;
  font-size: 14px;
  border-top: 1px solid lightgray;
  color: #909090;
}

.page-pagination {
  width: fit-content;
  margin: 0 auto 72px auto;
}
.page-pagination .page-numbers {
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  display: inline-flex;
  border: 2px solid;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s;
}
.page-pagination .page-numbers:hover {
  background: #3965d3;
  color: white;
  border-color: #3965d3;
}
.page-pagination .page-numbers.current {
  background: #3965d3;
  color: white;
  border-color: #3965d3;
}

section#banner-container {
  padding: 0 15px;
}
section#banner-container br {
  display: none;
}
section#banner-container .banner-wrapper {
  max-width: 1250px;
  text-align: center;
  margin: auto;
}
section#banner-container .banner-wrapper .two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  text-align: left;
}
@media screen and (max-width: 950px) {
  section#banner-container .banner-wrapper .two-columns {
    grid-template-columns: 1fr;
  }
}
section#banner-container .banner-wrapper .two-columns .right-column {
  display: flex;
  align-items: center;
}
section#banner-container .banner-wrapper img {
  width: 100%;
}

h1, h2, h3, h4 {
  color: #18233F;
}

.nav_bg {
  background: #3965d3 !important;
}

.herramientas-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 950px) {
  .herramientas-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.herramientas-grid a.herramientas-card {
  padding: 25px;
  text-align: center;
  border-radius: 9px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #3965d3;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  height: 200px;
  overflow: hidden;
}
.herramientas-grid a.herramientas-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(24, 34, 63, 0.5);
  z-index: 0;
}
.herramientas-grid a.herramientas-card img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: -1;
}
.herramientas-grid a.herramientas-card .label {
  position: absolute;
  width: 100%;
  right: 15px;
  bottom: 10px;
  text-align: right;
  color: white;
}
@media screen and (max-width: 600px) {
  .herramientas-grid a.herramientas-card .label {
    font-size: 20px;
    gap: 12px;
  }
}

.owl-carousel-home .item {
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-carousel-home .item:after {
  content: "";
  background: rgba(57, 100, 211, 0.3411764706);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.owl-carousel-home .item img.slider-background {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.owl-carousel-home .item .home-slider-content {
  z-index: 99;
  position: relative;
  max-width: 1280px;
  margin: auto;
  color: white;
  width: 100%;
  padding: 0 15px;
}
.owl-carousel-home .item .home-slider-content .title {
  font-size: 45px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .owl-carousel-home .item .home-slider-content .title {
    font-size: 26px;
  }
}
.owl-carousel-home .item .home-slider-content .subtitle {
  font-size: 28px;
}
@media screen and (max-width: 750px) {
  .owl-carousel-home .item .home-slider-content .subtitle {
    font-size: 19px;
  }
}
.owl-carousel-home .item .home-slider-content a {
  font-size: 18px;
  text-decoration: none;
  color: white;
  padding: 10px 36px;
  border: 1px solid;
  display: block;
  width: fit-content;
  margin-top: 20px;
  transition: 0.3s;
}
.owl-carousel-home .item .home-slider-content a:hover {
  background: white;
  color: #3964d3;
  border-color: white;
}

div#search-container {
  display: flex;
  flex-direction: row-reverse;
  gap: 15px;
  position: absolute;
  right: 15px;
}
@media screen and (max-width: 1000px) {
  div#search-container {
    display: none;
  }
}
div#search-container form#searchform {
  transition: all 0.1s ease;
  transform: scaleX(0);
  transform-origin: right;
}
div#search-container form#searchform.active {
  transform: scaleX(1);
}
div#search-container form#searchform .search-container {
  display: flex;
  flex-direction: row;
}
div#search-container form#searchform .search-container input {
  width: 395px;
}
div#search-container form#searchform .search-container button {
  background-color: #3964d3;
  font-size: 15px;
  border-radius: 0;
  height: 27px;
}

#mobile-menu > .container {
  padding-bottom: 0px !important;
}
#mobile-menu > .container > ul {
  padding: 0 !important;
}
#mobile-menu div#search-container-m {
  background: #3964d3;
  padding: 0 25px 32px 25px;
}
#mobile-menu div#search-container-m .search-container {
  display: flex;
}
#mobile-menu div#search-container-m .search-container {
  display: flex;
}
#mobile-menu div#search-container-m .search-container input {
  margin: 0;
  background: white !important;
}

body.search-results .container.main-content {
  padding: 72px 25px;
  max-width: 1300px !important;
}
@media screen and (max-width: 750px) {
  body.search-results .container.main-content {
    padding: 32px 25px;
  }
}
@media screen and (min-width: 1000px) {
  body.search-results #search-results {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    height: unset !important;
  }
  body.search-results #search-results article {
    width: 100%;
    position: unset !important;
  }
}
body.search-results #search-results .result img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.big {
  font-size: 70px;
}
@media screen and (max-width: 750px) {
  .big {
    font-size: 50px;
    line-height: 60px;
  }
}

h2.small {
  font-size: 24px !important;
}

.green {
  color: #18233F;
}

.space {
  margin-bottom: 72px;
}

p b {
  font-family: "Roboto" !important;
}

section#content-gray-container {
  padding: 72px 15px;
  background: #F4F4F4;
}
section#content-gray-container .content-gray-wrapper {
  max-width: 830px;
  margin: auto;
  text-align: center;
  font-size: 20px;
}

@media screen and (min-width: 1001px) {
  .menu-item-689 ul.sub-menu {
    top: 0 !important;
  }
  header#top .sf-menu li ul li a {
    background-color: white !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 22px;
    padding: 13px 10px !important;
    color: #3965d3 !important;
  }
}
a#toggle-nav {
  margin: 3px 10px 0 0 !important;
}

div#mobile-menu .container {
  max-width: 100% !important;
  display: flex;
  flex-direction: column-reverse;
  padding: 22px 25px;
  background: #3965d3;
}
div#mobile-menu .container > ul {
  padding: 0;
}
div#mobile-menu .container ul.sub-menu {
  padding: 0;
}
div#mobile-menu .container .header-login-form.row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  padding: 0;
  flex-direction: column !important;
  margin: auto;
}
div#mobile-menu .container span.sf-sub-indicator i {
  top: 2px;
}
div#mobile-menu .container span.sf-sub-indicator i:before {
  transition: 0.3s;
}
div#mobile-menu .container span.sf-sub-indicator i.icon-angle-right {
  display: none !important;
}
div#mobile-menu .container span.sf-sub-indicator i:before {
  color: #27CCC0;
  font-size: 29px !important;
}
div#mobile-menu .container .open > a > span.sf-sub-indicator > i:before {
  transform: rotate(180deg);
}

/* FONTS */
@font-face {
  font-family: "Poppins";
  src: url(../font/poppins/Poppins-Regular.ttf);
  font-weight: normal;
}
@font-face {
  font-family: "Poppins";
  src: url(../font/poppins/Poppins-Bold.ttf);
  font-weight: bold;
}
@font-face {
  font-family: "Roboto";
  src: url(../font/roboto/Roboto-Regular.ttf);
  font-weight: normal;
}
@font-face {
  font-family: "Roboto";
  src: url(../font/roboto/Roboto-Bold.ttf);
  font-weight: bold;
}
/* FONTS */

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