* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 12px;
  color: #003 !important;
  background: #fff;
  min-height: 100vh;
  transition: all 0.3s ease;
}

body.is-dark {
  background: #003;
  color: #fff;
}

.nds_image {
  width: 100%;
  border-radius: 50%;
}

@media (min-width: 320px) {
  .d2chome {
    width: 80%;
  }
  #test {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (min-width: 576px) {
  .cont2 {
    max-width: 755px;
  }
}
@media (min-width: 600px) {
  #test {
    width: 45%;
  }
}

@media (min-width: 768px) {
  #test {
    width: 85%;
  }
  .cont2 {
    max-width: 955px !important;
  }
}

@media (min-width: 992px) {
  .cont2 {
    max-width: 985px !important;
  }
}

@media (min-width: 1024px) {
  #test {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .cont2 {
    max-width: 1089px !important;
  }
  .nds_image {
    width: 55%;
  }
}
@media (min-width: 1280px) {
  .d2chome {
    width: 70%;
  }
  #test {
    width: 35%;
  }
  /*  .cont{
    max-width: 1000px;
  } */
}

@media (min-width: 1306px) {
  /*   .cont{
    max-width: 1096px;
  } */
}

@media (min-width: 1400px) {
  /*  .cont2{
    max-width: 1603px !important;
  } */
}
@media (min-width: 1600px) {
  .d2chome {
    width: 60%;
  }
  #test {
    width: 55%;
  }
}
@media (min-width: 1000px) {
  /* para cambiar el size de las imgs en wordpress */
  #test {
    width: 45%;
  }
  img.wp-image-9668 {
    width: auto !important;
    height: 550px !important;
    object-fit: contain !important;
  }
  img.wp-image-9666 {
    width: auto !important;
    height: 550px !important;
    object-fit: contain !important;
  }
  /*   .cont {
    max-width: 994px !important;
  } */
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/montserrat/Montserrat-Bold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Montserrat-ExtraBold";
  src: url("../fonts/montserrat/Montserrat-ExtraBold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Montserrat-Medium";
  src: url("../fonts/montserrat/Montserrat-Medium.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "TiemposHeadline-SemiBold";
  src: url("../fonts/tiemposheadline/TiemposHeadline-SemiBold.woff")
    format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "TiemposHeadline-Bold";
  src: url("../fonts/tiemposheadline/TiemposHeadline-Bold.woff")
    format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "TiemposHeadline-Black";
  src: url("../fonts/tiemposheadline/TiemposHeadline-Black.woff")
    format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "TiemposHeadline-Black";
  src: url("../fonts/tiemposheadline/TiemposHeadline-Black.woff")
    format("truetype");
  font-display: swap;
}

h1,
.h1-bold {
  font: 2.55em/1.22 "TiemposHeadline-Bold", georgia, serif !important;
  letter-spacing: 1px;
}

h1,
.h1-black {
  font: 2.55em/1.22 "TiemposHeadline-Black", georgia, serif !important;
  letter-spacing: 1px;
}

h2,
.h2-bold {
  font: 2.1em/1.25 "TiemposHeadline-Bold", georgia, serif !important;
  letter-spacing: 1px;
}

h2,
.h2-black {
  font: 2.1em/1.25 "TiemposHeadline-Black", georgia, serif !important;
  letter-spacing: 1px;
}

h3,
.h3-bold {
  font: 1.8em/1.28 "TiemposHeadline-Bold", georgia, serif !important;
  letter-spacing: 1px;
}

h3,
.h3-black {
  font: 1.8em/1.28 "TiemposHeadline-Black", georgia, serif !important;
  letter-spacing: 1px;
}

h4,
.h4 {
  font: 2em/1.33 "TiemposHeadline-Bold", georgia, serif;
  letter-spacing: 1px;
}

h5,
.h5 {
  font: 1.75em/1.38 "TiemposHeadline-Bold", georgia, serif;
  letter-spacing: 1px;
}

h6,
.h6 {
  font: 1.5em/1.44 "TiemposHeadline-Bold", georgia, serif;
  letter-spacing: 1px;
}

.d-1 {
  font: 2em/1.33 "Montserrat-Regular", georgia, serif;
  letter-spacing: 1px;
}

.d-2 {
  font: 1.83em/1.36 "Montserrat-Regular", georgia, serif;
  letter-spacing: 1px;
}

.d-3 {
  font: 1.5em/1.44 "Montserrat-Regular", georgia, serif;
  letter-spacing: 1px;
}

.d-4 {
  font: 1.33em/1.5 "Montserrat-Regular", georgia, serif;
  letter-spacing: 1px;
}

.d-5 {
  font: 1.16em/1.57 "Montserrat-Regular", georgia, serif;
  letter-spacing: 1px;
}

p,
.d-6 {
  font: 1em/1.6 "Montserrat-Regular", georgia, serif !important;
  letter-spacing: 1px;
}

p,
.m-m-v1 {
  font: 1em/1.6 "Montserrat-Medium", georgia, serif !important;
  letter-spacing: 1px;
}

p,
.m-m-v2 {
  font: 1em/1.6 "Montserrat-Medium", georgia, serif !important;
  letter-spacing: 1px;
}

p,
.m-b {
  font: 1em/1.6 "Montserrat-Bold", georgia, serif !important;
  letter-spacing: 1px;
}
p,
.m-r {
  font: 1.2em/1.6 "Montserrat-Regular", georgia, serif !important;
  letter-spacing: 1px;
}

p,
.ex-b {
  font: 1em/1.57 "Montserrat-ExtraBold", georgia, serif !important;
  letter-spacing: 1px;
}

label,
.m-r {
  font: 1em/1.6 "Montserrat-Regular", georgia, serif !important;
  letter-spacing: 1px;
}

.hr {
  background-color: black !important;
  height: 3px !important;
}
.hidden {
  display: none;
}

a {
  font: 1em/1.6 "TiemposHeadline-SemiBold", georgia, serif;
  letter-spacing: 1px;
  text-decoration: none;
  color: #003;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

a.close-nav {
  position: fixed;
  bottom: 15px;
  right: 15px;
}

a.open-nav {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 3;
}

a.open-nav img {
  border-radius: 50%;
}

a.social {
  font: 1.33em/1.5 "Montserrat-Bold", georgia, serif;
  color: #fff;
}

a.fb-msg {
  position: fixed;
  bottom: 78px;
  right: 15px;
  z-index: 3;
}

a.icon-start img {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}

a.icon-end {
  height: 24px;
}

a.icon-end img {
  width: 24px;
  height: 24px;
  margin-left: 4px;
}

a.bordered {
  font: 1.16em/1.57 "Montserrat-ExtraBold", georgia, serif;
  border: solid 4px #003;
  padding: 3.5px 14px;
}

body.is-dark a.bordered {
  border: solid 4px #00fbfc;
  color: #00fbfc;
}

a.bordered img {
  width: 16px;
  height: 16px;
  margin-left: 4px;
}

.shadow {
  font-family: "Montserrat-ExtraBold";
  color: #003;
  min-height: 44px;
  padding: 0 14px;
  background: #00fbfc;
  /* box-shadow: 0 1px 6px 0 rgba(0, 0, 51, .5); */
}

.shadow.shadow-2 {
  background: #00fbfc;
  box-shadow: 0 1px 6px 0 rgba(0, 251, 252, 0.5);
}

a.to-top {
  width: 48px;
  height: 48px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

a.underline {
  font-family: "Montserrat-Bold";
  text-decoration: underline;
  color: #fff;
}

a.underline.stl-2 {
  color: #003;
}

a.step {
  font: 1em/1.6 "Montserrat-ExtraBold", georgia, serif;
  color: #fff;
  background: #003;
  opacity: 0.5;
  padding: 12px 14px;
  transition: all 0.3s ease;
}

body.is-dark a.step {
  background: #00fbfc;
  color: #003;
}

a.step.active {
  opacity: 1;
}

a.step.step-back {
  background: transparent;
  color: #003;
}

ul,
ol {
  list-style-position: inside;
}

.custom-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 9999999999;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-loader.hidden {
  opacity: 0;
  visibility: hidden;
}

.loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  border: 4px solid #003;
  animation: loader 2s infinite ease;
}

.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #003;
  animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }

  25% {
    height: 0%;
  }

  50% {
    height: 100%;
  }

  75% {
    height: 100%;
  }

  100% {
    height: 0%;
  }
}

/* footer{
    width: 100%;
    padding: 0 75px;
    display: flex;
    justify-content: space-between;
} */

.logo {
  width: 101px;
  height: 52px;
  margin-bottom: 1em;
}

.logo-slogan {
  font-family: "TiemposHeadline-Bold", georgia, serif;
  position: relative;
  font-style: italic;
}

nav .logo-slogan {
  color: #fff;
}

.logo-slogan span {
  color: #00fbfc;
}

.logo-slogan::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -5px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #003;
  transition: all 0.3s ease;
}

.logo-slogan::after {
  content: "";
  position: absolute;
  top: 3px;
  right: -8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #003;
  transition: all 0.3s ease;
}

body.is-dark .logo-slogan::before,
body.is-dark .logo-slogan::after {
  background: #fff;
}

nav .logo-slogan::before,
nav .logo-slogan::after {
  background: #fff;
}

ul.menu {
  position: relative;
  width: 100%;
  /* margin: 3em 0; */
  margin: auto 0 0 0;
}

ul.menu::before {
  content: attr(data-text);
  position: absolute;
  top: -0.25em;
  left: 0;
  width: 100%;
  font: 5.16em/1 "TiemposHeadline-Bold", georgia, serif;
  text-shadow: 12px 12px 24px rgba(0, 0, 51, 0.1);
  color: rgba(51, 51, 91, 0.3);
  text-align: center;
  z-index: -1;
}

ul.menu li {
  width: 100%;
  margin-bottom: 1.5em;
  display: flex;
  justify-content: center;
}

ul.menu li a {
  font: 1.5em/1.44 "TiemposHeadline-SemiBold", georgia, serif;
  color: #fff;
}

ul.menu li.active a {
  display: list-item;
  font: 1.75em/1.38 "TiemposHeadline-Black", georgia, serif;
  color: #00fbfc;
}

ul.menu li img,
.banner.banner-2 .ball-2,
.banner.banner-2 .ball-3,
ul.filter-to-scroll::-webkit-scrollbar,
.dl ul::-webkit-scrollbar,
.logo-slogan.logo-slogan-2::before,
.logo-slogan.logo-slogan-2::after,
ul.tabs::-webkit-scrollbar,
.logo-isotype,
.progress .step.active .tooltip,
.go-down {
  display: none;
}

section {
  position: relative;
  width: 100%;
  padding: 20px 15px;
}

section.w-bg {
  padding-bottom: 64px;
}

section.w-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

section.bg-dark {
  background: #003;
}

.title {
  font-family: "TiemposHeadline-Black", georgia, serif;
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

body.is-dark .title {
  color: #00fbfc;
}

.title::before {
  content: attr(data-text);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100vw - 30px);
  font: calc(3.5em / 3) / 1 "TiemposHeadline-Black", georgia, serif;
  /* text-shadow: 12px 12px 24px rgba(0, 0, 51, .5); */
  color: rgba(0, 0, 51, 0.05);
  text-align: center;
  word-break: break-all;
  z-index: -1;
}

body.is-dark .title::before {
  color: rgba(51, 51, 91, 0.3);
}

.title::after {
  content: ".";
  font-size: inherit;
  /* color: #00fbfc; */
}

.title-description {
  text-align: center;
  margin-bottom: 30px;
}

.title ~ .title-description {
  margin-top: -16px;
}

.filter-to-scroll-instruction {
  margin-bottom: 10px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

.filter-to-scroll-instruction p {
  font-family: "TiemposHeadline-SemiBold", georgia, serif;
  font-style: italic;
  margin: 3px 5px 0 5px;
}

ul.filter-to-scroll {
  width: 100%;
  background: #fff;
  padding: 0 10px;
  overflow-x: auto;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  display: flex;
  flex-flow: row nowrap;
}

ul.filter-to-scroll.fixed {
  position: fixed;
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  z-index: 3;
  transform: translateY(0);
}

ul.filter-to-scroll.fixed.hidden {
  /* opacity: 0;
    visibility: hidden; */
  transform: translateY(-100%);
}

body.is-dark ul.filter-to-scroll {
  background: #003;
}

ul.filter-to-scroll + .category {
  padding: 20px 0;
}

ul.filter-to-scroll li {
  font: 1.16em/1.57 "Montserrat-Bold", georgia, serif;
  min-width: 150px;
  height: 100px;
  cursor: pointer;
  border-bottom: 4px solid transparent;
  padding: 0 10px;
  text-align: center;
  border-bottom: 4px solid rgba(0, 0, 51, 0.05);
  margin-right: 8px;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
}

body.is-dark ul.filter-to-scroll li {
  border-bottom: 4px solid #33335b;
}

ul.filter-to-scroll li.active {
  border-bottom: 4px solid #003;
}

body.is-dark ul.filter-to-scroll li.active {
  border-bottom: 4px solid #00fbfc;
}

ul.filter-to-scroll li img {
  width: 36px;
  height: 36px;
  margin-bottom: 6px;
  background: rgba(33, 33, 131, 0.2);
  border-radius: 50%;
}

.category {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 50px;
  display: flex;
  flex-flow: row wrap;
}

section .category:last-of-type {
  margin-bottom: 0;
}

.category .title {
  margin-bottom: 0;
}

.category .icon {
  width: 36px;
  height: 36px;
  background: rgba(33, 33, 131, 0.2);
  border-radius: 50%;
  margin-right: 7px;
}

.category h5 {
  line-height: 1.1;
  display: flex;
  flex-flow: column wrap;
}

.category h5 span {
  font: calc(1em / 1.83) / 1 "Montserrat-Bold", georgia, serif;
  color: #656685;
  margin-top: 4px;
}

.category a.show-all {
  margin-left: auto;
  font-size: 0;
  align-self: center;
}

.post {
  position: relative;
  width: 100%;
  margin-top: 24px;
  padding: 18px;
  border: solid 4px #f6f6f6;
  background: #fff;
  cursor: pointer;
}

body.is-dark .post {
  background: #003;
  border: solid 4px rgba(255, 255, 255, 0.2);
  color: #fff;
}

.post::before,
.dl ul li::before {
  content: attr(data-categ);
  font: 1.16em/1 "Montserrat-ExtraBold", georgia, serif;
  position: absolute;
  top: 32px;
  left: 32px;
  background: #00fbfc;
  color: #003;
  padding: 10px;
  z-index: 1;
}

.post.post-new {
  margin-bottom: 40px;
}

/* .post.post-new::after{
    content: '';
    position: absolute;
    top: 32px;
    right: 32px;
    width: 64px;
    height: 64px;
    background: url('../img/icon/a-tag-new-article.svg');
} */

.post .post-img {
  width: 100%;
  min-width: 100%;
  /* height: 201px; */
  min-height: 201px;
  background: rgba(33, 33, 131, 0.2);
  object-fit: cover;
}

.post .post-title {
  width: 100%;
  margin-top: 14px;
}

body.is-dark .post .post-title {
  color: #00fbfc;
}

.post .post-date {
  font-family: "Montserrat-ExtraBold", georgia, serif;
  margin-top: 9px;
}

.post .post-desc {
  font: 1.16em/1.57 "Montserrat-Regular", georgia, serif;
  margin-top: 8px;
}

.post-author {
  margin-top: 17px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.post-author img {
  width: 33px;
  height: 33px;
  margin-right: 7px;
  border-radius: 50%;
  border: 3px solid transparent;
  box-shadow: 0 0 0 3px #003;
  background: rgba(33, 33, 131, 0.2);
  object-fit: cover;
}

body.is-dark .post-author img {
  box-shadow: 0 0 0 3px #00fbfc;
}

.post-author p {
  font: 1.16em/1.57 "Montserrat-ExtraBold", georgia, serif;
  width: calc(100% - 40px);
  display: flex;
  flex-flow: column wrap;
}

.post-author p span {
  font: calc(1em / 1.16) / 1.57 "Montserrat-ExtraBold", georgia, serif;
}

.dl {
  position: relative;
  width: 100%;
  padding-bottom: 72px;
}

.dl ul {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  flex-flow: row nowrap;
}

.dl a.prev,
.dl a.next {
  position: absolute;
  bottom: 0;
  left: calc(50% - 55px);
  width: 48px;
  height: 48px;
  background: #fff;
  border: solid 0.9px #003;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dl a.next {
  left: auto;
  right: calc(50% - 55px);
}

.dl a.prev.active,
.dl a.next.active {
  background: #00fbfc;
  border: solid 0.9px #00fbfc;
}

.dl ul li {
  display: block;
  position: relative;
  min-width: 100%;
  padding: 186px 18px 0 18px;
  margin-right: 15px;
}

.dl ul li .dl-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  min-height: 256px;
  background: rgba(255, 255, 255, 0.2);
  object-fit: cover;
}

.dl ul li .dl-detail {
  position: relative;
  width: 100%;
  min-height: 200px;
  border: solid 4px #f6f6f6;
  background: #fff;
  padding: 18px;
  text-align: center;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}

body.is-dark .dl ul li .dl-detail {
  background: #003;
  border: solid 4px rgba(255, 255, 255, 0.2);
}

.dl-detail .dl-count {
  font: 1em/1.6 "Montserrat-ExtraBold", georgia, serif;
  display: flex;
  flex-flow: row wrap;
  align-self: flex-end;
}

.dl-detail .dl-count img {
  margin-right: 4px;
}

.dl-detail .dl-title {
  font: 1.83em/1.36 "TiemposHeadline-Black", georgia, serif;
  margin-top: 5px;
}

.dl-detail .dl-info {
  margin: 5px 0 14px 0;
}

.banner {
  width: calc(100% - 8px);
  padding: 48px 18px;
  background: #fff;
  box-shadow: 8px -8px 0 0 #f2f2f5;
  border: solid 8px #f2f2f5;
  text-align: center;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}

body.is-dark .banner:not(.banner-2) {
  background: #00fbfc;
  box-shadow: 8px -8px 0 0 #00c4d8;
  border: solid 8px #00fbfc;
  color: #003;
}

.banner .icon {
  width: 48px;
  height: 48px;
  background: rgba(33, 33, 131, 0.2);
  border-radius: 50%;
}

.banner .banner-title {
  font-family: "Montserrat-ExtraBold";
  margin-top: 8px;
}

.banner .banner-title span {
  font: 1.5em/1.44 "TiemposHeadline-Black", georgia, serif;
}

.banner .banner-desc {
  position: relative;
  font-family: "Montserrat-Regular";
  margin-top: 8px;
  z-index: 2;
}

.banner a {
  position: relative;
  margin-top: 8px;
  z-index: 2;
}

body.is-dark .banner a {
  background: #fff;
}

body.is-dark .banner-2 a {
  background: #00fbfc;
}

.banner.banner-2 {
  position: relative;
  width: 100%;
  box-shadow: none;
  background: transparent;
  color: #fff;
  border: none;
}

.banner.banner-2 .ball-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 274px;
  height: 274px;
  background: rgba(33, 33, 131, 0.2);
  border-radius: 50%;
  z-index: 1;
}

.banner.banner-2 .icon {
  position: relative;
  z-index: 2;
}

.banner.banner-2 .banner-title {
  position: relative;
  font: 2.66em/1.25 "TiemposHeadline-Black", georgia, serif;
  color: #fff;
  z-index: 2;
}

.banner.banner-2 a {
  margin-top: 14px;
}

.partners {
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}

.partners .partners-title {
  font-family: "Montserrat-ExtraBold";
  width: 100%;
  text-align: center;
  color: #fff;
}

.partners .partners-title.stl-2 {
  color: #003;
}

.partners a {
  width: auto;
  background: rgba(216, 216, 216, 0);
  height: 48px;
  margin-top: 8px;
}

.partners a img {
  height: 48px;
  object-fit: contain;
}

.partners-img-center {
  height: 140px;
  margin: 22px auto 24px auto;
}

.socials {
  width: 100%;
  padding: 30px 75px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

nav .socials {
  padding: 0 75px;
  margin: 0 0 auto 0;
}

footer {
  width: 100%;
  min-height: 100px;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  padding: 20px 0;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}

footer.stl-2 {
  border-top: solid 1px rgb(241 241 255);
}

footer .logo-slogan {
  margin-top: 12px;
  color: #fff;
}

footer a {
  margin-top: 36px;
}

.design-by {
  font-family: "Montserrat-Bold", georgia, serif;
  font-style: italic;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 24px;
}

.design-by.stl-2 {
  color: #b2b2d7;
}

.design-by span {
  font-family: "TiemposHeadline-Bold", georgia, serif;
  color: #00fbfc;
}

.filter-select {
  width: 100%;
  margin-bottom: 37px;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}

.filter-select .icon {
  width: 48px;
  height: 48px;
  margin-bottom: 13px;
}

.filter-select .selected {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  border-bottom: 1px dashed #fff;
  z-index: 2;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.filter-select .selected .title {
  width: auto;
  max-width: calc(100% - 24px);
  margin-bottom: 0;
}

.filter-select + .post {
  margin-top: 0;
}

ul.options {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 22px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

ul.options {
  width: 100%;
  min-width: 200px;
  border: solid 4px #f6f6f6;
  border-bottom: 0;
}

body.is-dark ul.options {
  border: solid 4px #33335c;
  border-bottom: 0;
}

ul.options.active {
  transform: translate(-50%, 32px);
  opacity: 1;
  visibility: visible;
}

ul.options li {
  font: 1em/1.6 "Montserrat-Bold", georgia, serif;
  width: 100%;
  padding: 10px;
  border-bottom: solid 4px #f6f6f6;
  background: #fff;
  cursor: pointer;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

body.is-dark ul.options li {
  background: #003;
  border-bottom: solid 4px #33335c;
}

ul.options li.active::before,
ul.options li:hover::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00fbfc;
  margin-right: 10px;
  transition: all 0.3s ease;
}

ul.options li img {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

ul.options + a {
  transition: all 0.3s ease;
}

ul.options.active + a {
  transform: rotate(180deg);
}

ul.tabs {
  width: 100%;
  margin-top: 36px;
  overflow-x: auto;
  display: flex;
  flex-flow: row nowrap;
}

ul.tabs li {
  min-width: 100%;
  margin-right: 15px;
  background: #111166;
  padding: 14px;
  display: flex;
  flex-flow: row wrap;
}

ul.tabs li .icon {
  position: relative;
  width: 36px;
  height: 36px;
  margin-right: 10px;
}

ul.tabs li .icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

ul.tabs li:not(.active) .icon img:not(.active) {
  opacity: 1;
}

ul.tabs li.active .icon img.active {
  opacity: 1;
}

ul.tabs li p {
  font: 1.16em/1.57 "Montserrat-Bold", georgia, serif;
  color: #fff;
  display: flex;
  flex-flow: column wrap;
}

ul.tabs li.active p {
  color: #00fbfc;
}

ul.tabs li p span {
  font: calc(1em / 1.16) / 1.57 "Montserrat-ExtraBold", georgia, serif;
  color: #fff;
}

ul.tabs li a {
  margin-left: auto;
}

.category-tab {
  margin-top: 0;
  padding-top: 0;
}

.pagination {
  width: 100%;
  margin-top: 36px;
  display: flex;
  flex-flow: row wrap;
  /* justify-content: space-between; */
  justify-content: center;
}

.pagination a {
  font: 1.33em/1.5 "Montserrat-ExtraBold", georgia, serif;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #003;
  margin-right: 20px;
  justify-content: center;
}

.pagination a:last-of-type {
  margin-right: 0;
}

body.is-dark .pagination a {
  color: #fff;
}

.pagination a.active {
  background: #003;
  color: #fff;
}

body.is-dark .pagination a.active {
  background: #00fbfc;
  color: #003;
}

.post-info {
  width: 100%;
  margin-top: 4px;
  display: flex;
  flex-flow: row wrap;
}

.post-info .post-info-time {
  font-family: "Montserrat-ExtraBold", georgia, serif;
  width: 100%;
  text-align: center;
  margin-bottom: 4px;
}

.post-info .post-info-title {
  font-family: "TiemposHeadline-Black", georgia, serif;
  text-align: center;
  margin: 0 auto 10px auto;
  width: 100%;
}

.post-info-author {
  width: 100%;
  margin-top: 14px;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}

.post-info-author .info {
  font: 1.16em/1.57 "Montserrat-ExtraBold", georgia, serif;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}

.post-info-author .post-author,
.post-info-author .info + .info,
.post-info-author .tag {
  margin-top: 4px;
}

.post-info-author .post-author p {
  max-width: calc(100% - 40px);
}

.tag {
  font: 1.16em/1.57 "Montserrat-ExtraBold", georgia, serif;
  color: #003;
  background: #00fbfc;
  padding: 7px 14px;
}

.post-info-wrap {
  position: relative;
  width: 100%;
  padding-top: 208px;
  background: transparent;
}

.post-info-wrap .post-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  object-fit: cover;
  z-index: -1;
}

.post-content {
  position: relative;
  width: 100%;
  /* box-shadow: 0 2px 12px 0 rgba(0, 0, 51, 0.2); */
  background: #fff;
  padding: 15px;
}

body.is-dark .post-content {
  background: #003;
}

.post-content::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 8px;
  width: calc(100% - 16px);
  height: 8px;
  background: #e5e5ea;
}

body.is-dark .post-content::before {
  background: #33335b;
}

.post-content img {
  min-width: 236px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.post-content * {
  max-width: 100%;
}

.post-content > * {
  margin-bottom: 24px;
}

.post-content p {
  font: 1.33em/1.5 "Montserrat-Regular", georgia, serif;
}

.post-content > p:nth-of-type(1)::first-letter {
  font: 3em/1.22 "Montserrat-ExtraBold", georgia, serif;
  float: left;
  margin: 5px 8px -16px 0;
}

body.is-dark .post-content > p:nth-of-type(1)::first-letter {
  color: #00fbfc;
}

.post-content h1 {
  font: 2em/1.33 "TiemposHeadline-Bold", georgia, serif;
}

.post-content h2 {
  font: 1.83em/1.36 "TiemposHeadline-Bold", georgia, serif;
}

.post-content h3 {
  font: 1.5em/1.44 "TiemposHeadline-Bold", georgia, serif;
}

.post-content h4 {
  font: 1.33em/1.5 "TiemposHeadline-Bold", georgia, serif;
}

.post-content h5 {
  font: 1.16em/1.57 "TiemposHeadline-Bold", georgia, serif;
}

.post-content h6 {
  font: 1em/1.6 "TiemposHeadline-Bold", georgia, serif;
}

.post-content h1::first-letter,
.post-content h2::first-letter,
.post-content h3::first-letter,
.post-content h4::first-letter,
.post-content h5::first-letter,
.post-content h6::first-letter {
  background: linear-gradient(to right, #00fbfc 4px, transparent 4px);
  padding-left: 10px;
}

.post-content li {
  /* display: block; */
  display: list-item;
  font: 1.33em/1.5 "Montserrat-Regular", georgia, serif;
}

.post-content figcaption {
  font: 1em/1.6 "Montserrat-Bold", georgia, serif;
  width: 100%;
  text-align: center;
  margin-top: 14px;
}

.post-content blockquote {
  position: relative;
  width: calc(100% - 8px);
  background: #003;
  color: #00fbfc;
  padding: 56px 14px 14px 14px;
  box-shadow: -8px 8px 0 0 #01002a;
  margin: 36px 0 44px auto;
}

body.is-dark .post-content blockquote {
  background: #00fbfc;
  color: #003;
  box-shadow: -8px 8px 0 0 #00c4d8;
}

.post-content blockquote::before {
  content: "";
  position: absolute;
  top: 24px;
  left: calc(50% - 17.5px);
  width: 35px;
  height: 24px;
  background-image: url("../img/icon/quote-icon-cyan.svg");
  background-size: 35px 24px;
  background-repeat: no-repeat;
}

body.is-dark .post-content blockquote::before {
  background-image: url("../img/icon/quote-icon-dark.svg");
}

.post-content blockquote p {
  font: 1.33em/1.5 "TiemposHeadline-Bold", georgia, serif;
  text-align: center;
}

.post-content figure {
  width: 100% !important;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}

.post-content figure ul {
  list-style: none;
}

.post-content a {
  display: inline;
  color: #003 !important;
  text-decoration: underline;
}

body.is-dark .post-content a {
  color: #00fbfc !important;
}

.post-content a[rel] {
  display: block;
}

.post-content .author-socials {
  margin-top: 14px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.post-content .author-socials::before {
  content: "COMPARTIR CON";
  font: 1em/1.6 "Montserrat-Bold", georgia, serif;
  width: 100%;
  text-align: center;
  margin-bottom: 8px;
}

.post-content .author-socials a {
  padding: 10px;
  margin-right: 15px;
  border: solid 4px rgba(255, 255, 255, 0.2);
  background-color: rgba(216, 216, 216, 0);
}

.post-content .author-socials a:last-child {
  margin-right: 0;
}

.post-content .author-info {
  width: 100%;
  background: #111166;
  padding: 14px;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}

.post-content .author-info img {
  width: 208px;
  height: 247px;
  object-fit: cover;
  box-shadow: 8px -8px 0 0 #00fbfc;
  margin-top: 8px;
}

.post-content .author-info p {
  font-size: 1em;
  text-align: center;
}

.post-content .author-info .name {
  font: 1.5em/1.44 "TiemposHeadline-Bold", georgia, serif;
  color: #00fbfc;
  margin-top: 15px;
}

.post-content .author-info .job {
  font-family: "Montserrat-ExtraBold", georgia, serif;
  margin: 4px 0 8px 0;
}

.steps {
  text-align: center;
}

.steps .title-1 {
  font: 1em/1.6 "Montserrat-SemiBold", georgia, serif;
}

.steps .title-2 {
  font: 1.33em/1.5 "Montserrat-ExtraBold", georgia, serif;
  margin-bottom: 10px;
}

.steps .step-btn {
  margin-bottom: 8px;
}

.steps .step-btn:last-of-type {
  margin-bottom: 0;
}

.progress {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.progress .step {
  position: relative;
  width: 58px;
  height: 18px;
  background: rgba(1, 0, 42, 0.1);
  opacity: 0.5;
  transition: all 0.3s ease;
}

body.is-dark .progress .step {
  background: #00c4d8;
}

.progress .step:before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 4px);
  width: 8px;
  height: 8px;
  background: #003;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.progress .step.active {
  background: #003;
  opacity: 1;
}

body.is-dark .progress .step.active {
  background: #00fbfc;
}

.progress .step.active:before {
  background: #00fbfc;
}

body.is-dark .progress .step.active:before {
  background: #003;
}

.progress .step:first-of-type {
  border-radius: 9px 0 0 9px;
  margin-left: 8px;
}

.progress .step:last-of-type {
  border-radius: 0 9px 9px 0;
  margin-right: 8px;
}

.progress .start-end {
  font: 1.16em/1.57 "Montserrat-ExtraBold", georgia, serif;
  margin-top: -1px;
}

.steps .step-content {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.step-content .title-step-content {
  width: 100%;
  font: 1.16em/1.57 "TiemposHeadline-Bold", georgia, serif;
  margin-bottom: 14px;
}

button,
input
/*  select */ {
  font: 1.16em/1.57 "Montserrat-ExtraBold", georgia, serif;
  /*  border: solid 4px #f2f2f5; */
  /* background: rgba(0, 0, 51, 0) !important; */
  /*   padding: 14px;
  transition: all 0.3s ease; */
  /*   outline: none; */
  color: #003;
  /* -webkit-appearance: none;
  appearance: none; */
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}
.fix {
  font: 1.16em/1.57 "Montserrat-ExtraBold", georgia, serif;
}

body.is-dark button,
body.is-dark input,
body.is-dark select {
  border: solid 4px rgba(255, 255, 255, 0.05);
  color: #fff;
}

input,
select {
  border-color: #003;
}

/* button:focus,
button.active {
   border: solid 4px #003; 
} */

body.is-dark button:focus,
body.is-dark button.active {
  border: solid 4px #00fbfc;
}

button img {
  width: 36px;
  height: 36px;
  margin-bottom: 4px;
}

button.btn-2 {
  max-width: 130px;
}

button.btn-2:focus {
  border: solid 4px #f2f2f5;
}

body.is-dark button.btn-2:focus {
  border: solid 4px #00fbfc;
}

button.btn-2.active:focus {
  border: solid 4px #003;
}

body.is-dark button.btn-2.active:focus {
  border: solid 4px #00fbfc;
}

button.btn-2 img {
  width: 30px;
  height: 30px;
  margin-bottom: 4px;
}

input::placeholder {
  color: rgba(0, 0, 51, 0.5);
}

body.is-dark input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/* input:-webkit-autofill {
  -webkit-appearance: none;
  border: solid 4px #003;
} */

/* form {
  min-width: 280px;
}
 */
fieldset {
  position: relative;
  border: none;
  margin-bottom: 18px;
}

fieldset.select::before {
  content: "";
  position: absolute;
  bottom: 18px;
  right: 14px;
  width: 24px;
  height: 24px;
  background: url("../img/icon/chevron-down-light.svg");
  z-index: -1;
}

body.is-dark fieldset.select::before {
  background: url("../img/icon/chevron-down-dark.svg");
}

form fieldset input {
  width: 100%;
}

select {
  width: 100%;
}

fieldset::after {
  content: attr(data-text);
  font: 1em/1.6 "Montserrat-ExtraBold", georgia, serif;
  position: absolute;
  top: 0;
  right: 0;
  color: #f70160;
}

.step-content button {
  margin: 0 14px 14px 0;
  justify-content: center;
}

.step-content button:last-of-type {
  margin: 0 0 14px 0;
}

.step-btn {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

.tooltip {
  position: relative;
  font: 1.16em/1.57 "Montserrat-ExtraBold", georgia, serif;
  width: 75%;
  padding: 4px 0;
  background: #00fbfc;
  color: #003;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tooltip::before {
  content: "▸";
  position: absolute;
  top: -17px;
  left: calc(50% - 4px);
  font-size: 20px;
  color: #00fbfc;
  transform: rotate(-90deg);
}

/* input:invalid{
    background-color: red;
} */

/* label {
  display: block;
  text-align: left;
  font: 1em/1.6 "Montserrat-ExtraBold", georgia, serif;
  margin-bottom: 4px;
} */

/* .checkbox {
  width: 100%;
  margin-bottom: 18px;
  display: flex;
  flex-flow: row wrap; 
  justify-content: center; 
} */

/* .checkbox p {
  font: 1em/1.6 "Montserrat-ExtraBold", georgia, serif;
  width: calc(100% - 32px);
  text-align: left;
}

input[type="checkbox"] {
  border: none !important;
  position: absolute;
  z-index: -9;
}

input[type="checkbox"] + label {
  background: transparent;
  border: 3px dashed white;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  margin: 0 !important;
}

body.is-dark input[type="checkbox"] + label {
  border: 3px dashed #fff;
}

input[type="checkbox"] + label::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 24px;
  width: calc(100% - 24px);
}

input[type="checkbox"]:checked + label {
  opacity: 1;
}

input[type="checkbox"]:checked + label:after {
  content: "";
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  background: url("../img/icon/check-blue_icon.svg");
  border-radius: 50%;
  width: 14px;
  height: 14px;
}

body.is-dark input[type="checkbox"]:checked + label:after {
  background: url("../img/icon/check_icon.svg");
}

.ch-b {
  width: 24px;
  height: 24px;
  margin: 3px 8px 0 0;
  background-color: white;
} */

.thank-you {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.thank-you img {
  width: 100%;
  max-width: 519px;
}

.go-back {
  position: absolute;
  top: 23px;
  left: 15px;
  font-size: 0;
}

.go-external-home {
  font-family: "Montserrat-ExtraBold";
  width: 100%;
  background: #fff;
  color: #003;
  min-height: 44px;
  padding: 0 14px;
  background: #fff;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 51, 0.5);
  justify-content: center;
}

.l-d-mode {
  position: absolute;
  top: 23px;
  right: 15px;
  width: 60px;
  height: 28px;
  border-radius: 14px;
  background-color: rgba(0, 0, 51, 0.1);
  z-index: 3;
  transition: all 0.3s ease;
  /* display: none; */
}

.l-d-mode.active {
  background: #33335b;
}

.l-d-mode img {
  position: absolute;
  top: 1px;
  left: 2px;
  min-width: 24px;
  min-height: 24px;
  background: #003;
  border-radius: 50%;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.l-d-mode.active img {
  left: 34px;
  background: #00fbfc;
}

.next-to-fixed {
  margin-top: 100px;
}

/* Custom Wordpress download button */
.wp-block-button {
  display: flex;
  justify-content: center;
}

.wp-block-button a {
  font-size: 1.2em !important;
  background: #003 !important;
  color: #fff !important;
  padding: 18px;
  text-decoration: none;
}

.adaptando:hover {
  color: black !important;
}

/* #tmr{
  border-radius: 100%;
}
 */
/* .form-check-input {
  -webkit-appearance: radio;
  appearance: radio;
  margin-top: -0.001px;
} */

.aviso-cookies {
  display: none;
}

.activo {
  display: block;
}

.fondo {
  display: block;
  background: rgba(0, 0, 0, 0.15);
  position: fixed;
  z-index: 1200;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}
/* 
select#country option[value="/pe"]{
  background-image: url('../img/icon/peru.svg');
} */

#country {
  background-image: url("../img/icon/peru.svg");
}

#country2 {
  background-image: url("../img/icon/flag-chile.png");
  width: 100%;
}

#country3 {
  background-image: url("../img/icon/Flag_of_Colombia.svg");
  width: 100%;
}

#country4 {
  background-image: url("../img/icon/Flag_of_Mexico.svg");
  width: 100%;
}

.h-nav {
  position: sticky;
  width: 100%;
}

.esp {
  font: 1.16em/1.57 "Montserrat-ExtraBold", georgia, serif;
  background-color: #000033;
  color: white;
}

.title_adv,
.desc_adv {
  text-align: center;
}

.hero-image-da,.amazon-da,.gm-da{
  width: 100%;
}


.hero-da{
  padding-top: 5rem;
  padding-bottom: 5rem;
 
}

.cont-flex-1{
  padding: 0 4rem;
} 

.cont-button-da{
  text-align: center;
}

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

.cont-dif-flex-l{
  width: 25%;
}
.cont-dif-flex-r{
  width: 75%;
}

.flex-vision-da{
  gap: 1.5rem;
}

.p-da{
  text-align: start;
}

.sub-mkt{
  text-align: start;
}

.gm-mkt{
  max-width: 100%;
  width: 100%;
}
.amazon-mkt{
  width: 70%;
}

.form_container_box_select{
  width: 100%;
  margin-top: 8px;
  height: 52px;
  background: none;
  border: none;
  border-bottom: 2px solid white;
  color: white;
  font-size: 16px;
  outline: none;
}

.form_container_box_select_options{
  color: #1616c5;
}

.form_container_box_input {
  color: #ffffff;
  font-size: 16px;
  width: 100%;
  background: none;
  outline: none;
  border: none;
  border-bottom: 2px solid #ffffff;
  margin-top: 8px;
  height: 52px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* .centerrr{
  margin: 2rem auto;
} */

.ajust{
  margin-bottom: 1rem;
}

@media screen and (min-width: 1024px) {
  .form_container_box_input{
    font-size: 18px;
  } 
}

@media (min-width: 768px) {
  .amazon-da,.gm-da{
    width: 30%;
  }
  .hero-image-da{
    width: 70%;
  }
  .cont-dif{
    width: 33.3%;
  }
  .cont-dif-flex-l{
    width: 100%;
  }
  .cont-dif-flex-r{
    width: 100%;
  }
  .p-da{
    text-align: center;
  }
  .sub-mkt{
    text-align: center;
  }

  .gm-mkt{
    width: 50%;
  }
  .amazon-mkt{
    width: 30%;
  }
  
}

@media (min-width: 992px) {
  .cont-flex-1,
  .cont-flex-2 {
    width: 50%;
  }
  .hero-image-da{
    width: 80%;
  }
}

@media (min-width: 1024px) {
  .title_adv,.desc_adv,.cont-button-da,.cont-certi{
    text-align: start;
  }
  .description-da-hero{
    font-size: 1.125rem !important;
  }
  .gm-mkt{
    width: 40%;
  }
  .amazon-mkt{
    width: 40%;
  }
}

@media (min-width: 1280px) {
.sec-da{
  /* padding-top: 7rem !important; */
  /* padding-bottom: 6.5rem !important; */
}
}



@media (min-width: 1400px) {

  .hero-image-da{
    width: 65%;
  }
  .gm-mkt{
    width: 20%;
  }
  .amazon-mkt{
    width: 15%;
  }
}
