@charset "UTF-8";
.text-align-left {
  text-align: left;
}

@keyframes bounceRight {
  0% {
    margin-right: 12px;
    opacity: 0;
  }
  100% {
    margin-right: 0px;
    opacity: 0.99;
  }
}
@keyframes bounce {
  0% {
    margin-left: -64px;
    opacity: 0;
  }
  100% {
    margin-left: 0px;
    opacity: 0.99;
  }
}
@keyframes scale {
  50% {
    transform: scale(0.98);
  }
}
@keyframes roll {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(168deg) scale(1.3);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes move {
  0% {
    left: 25%;
  }
  50% {
    left: 60%;
  }
  100% {
    left: 25%;
  }
}
.animaLeft {
  animation: bounce 1.5s ease;
}

.animeRight {
  animation: bounceRight 1.5s ease;
}

.overflow-hidden {
  overflow: hidden;
}

.position-absolute {
  position: absolute !important;
}

#icon-animation {
  position: absolute;
  top: -1000px;
  left: 1000px;
  transform: rotate(45deg);
  opacity: 0.77;
}

.icons-row.bg-even {
  animation: movebg-even 150s linear infinite;
}

.icons-row.bg-odd {
  animation: movebg-odd 200s linear infinite;
}

@keyframes movebg-even {
  from {
    background-position: 0 -1988px;
  }
  to {
    background-position: 0 1988px;
  }
}
@keyframes movebg-odd {
  from {
    background-position: 0 -1988px;
  }
  to {
    background-position: 0 1988px;
  }
}
#icon-ani {
  position: absolute;
  top: -980px;
  right: -720px;
  transform: rotate(45deg);
  z-index: -1;
  opacity: 0.12;
}

.icons-row:nth-child(1) {
  opacity: 1;
}
.icons-row:nth-child(2) {
  opacity: 0.75;
}
.icons-row:nth-child(3) {
  opacity: 0.5;
}
.icons-row:nth-child(4) {
  opacity: 0.25;
}

.icons-row.bg-e {
  animation: movebg-e 150s linear infinite;
}

.icons-row.bg-o {
  animation: movebg-o 200s linear infinite;
}

@keyframes movebg-e {
  from {
    background-position: 0 -1499px;
  }
  to {
    background-position: 0 1499px;
  }
}
@keyframes movebg-o {
  from {
    background-position: 0 -1499px;
  }
  to {
    background-position: 0 1499px;
  }
}
#slideshow {
  position: relative;
}
.r45 {
  transform: rotate(45deg);
}

@keyframes spinner {
  0% {
    transform: translate3d(-50%, -50%, 0) rotate(0deg);
  }
  100% {
    transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}
.st0 {
  fill: #36A936;
}

@-webkit-keyframes success-out {
  0% {
    opacity: 1;
  }
  25% {
    transform: scale(1.1);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-top: -16px;
  }
}

@-webkit-keyframes success-fade {
  0% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(1.1);
    color: white;
  }
  100% {
    transform: scale(0.95);
    color: #196719;
  }
}

@-webkit-keyframes success-top {
  0% {
    transform: translate(0, 0%);
  }
  50% {
    transform: translate(0, -5px);
    background: #f2f2f2;
  }
  100% {
    transform: translate(0, 0px);
  }
}

@-webkit-keyframes success-left {
  0% {
    transform: translate(-12px, 0px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0px);
    opacity: 1;
  }
}

@-webkit-keyframes success-left-right {
  0% {
    transform: translate(0, 0px);
  }
  33% {
    transform: translate(12px, 0px);
  }
  66% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0, 0px);
  }
}

@-webkit-keyframes success-confirm {
  0% {
    transform: translate(0, 0%);
  }
  50% {
    transform: translate(0, 0px);
    background: white;
    box-shadow: 0 6px 12px rgba(74, 77, 110, 0.33);
  }
  100% {
    transform: translate(0, 0px);
  }
}

.filtros .filtro.active {
  animation: 1s success-tada;
  animation-iteration-count: 1;
}
@-webkit-keyframes success-tada {
  0% {
    transform: translate(0, 0%);
  }
  50% {
    color: green;
    transform: scale(1.1);
  }
  100% {
    transform: translate(0, 0px);
  }
}

@-webkit-keyframes success-tada2 {
  50% {
    background: #000;
    box-shadow: rgb(235, 253, 229) 0px 1px 16px;
  }
}

@-webkit-keyframes success-error {
  0% {
    transform: translate(0, 0%);
  }
  33% {
    transform: scale(1.1);
    transform: translate(-24px, 0);
  }
  66% {
    transform: scale(1.1);
    transform: translate(24px, 0);
  }
  100% {
    transform: translate(0, 0px);
  }
}

section.articles.article .hello {
  animation: 1s saludo;
  animation-iteration-count: 1;
}
@-webkit-keyframes saludo {
  0% {
    transform: scale(1);
  }
  33% {
    transform: scale(1.2) rotate(5deg);
  }
  66% {
    transform: scale(1.2) rotate(-5deg);
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes ani-top {
  0% {
    margin-top: -400px;
    opacity: 1;
  }
  100% {
    margin-top: 0px;
    opacity: 1;
  }
}

@-webkit-keyframes ani-flota {
  25% {
    -webkit-transform: translateY(-4px);
  }
  50%, 100% {
    -webkit-transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(4px);
  }
}

body.page .dato {
  animation: 1s success-intro;
  animation-iteration-count: 1;
}
@-webkit-keyframes success-intro {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* mediaquery */ /* box shadow */
/* border radius */
body.page {
  background: white;
}
body.page .faqApi .data {
  background: white;
}
section.headset {
  background-attachment: repeat;
  text-align: left;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 172px;
  background: #f2f2f2;
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.15);
  z-index: 2;
  background-size: cover;
}
section.headset .author {
  position: relative;
  margin: 24px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
section.headset .author a {
  font-size: 0.85rem;
  color: #196719;
  display: flex;
  margin: 0 6px;
  align-items: center;
}
section.headset .author a i {
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  margin-right: 6px;
}
section.headset .author a.user i {
  background: url(../images/icos/ico-datos-personales.svg) no-repeat;
}
section.headset .author a.keyword i {
  background: url(../images/icos/ico-keyword.svg) no-repeat;
}
section.headset .author a.time i {
  background: url(../images/icos/ico-time.svg) no-repeat;
}
section.headset.faq {
  background: url(../images/banner-03.jpg) no-repeat;
}
section.headset.quienes {
  background: url(../images/banner-08.jpg) no-repeat fixed;
  background-size: cover;
}
section.headset.articulo {
  background: url(../images/banner-06.jpg) no-repeat fixed;
  background-size: cover;
}
section.headset.articulo2 {
  background: url(../images/banner-06.jpg) no-repeat fixed;
  background-size: cover;
}
section.headset.blog {
  background: url(../images/banner-06.jpg) no-repeat fixed;
  background-size: cover;
  padding-top: 102px;
  text-align: center;
  box-shadow: rgba(41, 172, 0, 0.5) 0px 1px 3px;
}
section.headset.blog .breadcrumb {
  justify-content: center;
}
@media only screen and (max-width: 480px) {
  section.headset {
    padding: 12px;
    padding-top: 96px;
  }
  section.headset ul li {
    font-size: 13px;
  }
}
section.headset .d-flex {
  display: flex;
}
@media only screen and (max-width: 768px) {
  section.headset .d-flex {
    flex-wrap: wrap;
  }
}
section.headset h1 {
  color: #138613;
  font-size: 2rem;
  margin: 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  section.headset h1 {
    font-size: 1.23rem;
    text-align: center;
  }
}
section.headset h2 {
  margin: 0;
  margin-bottom: 24px;
  font-size: 1.7rem;
  color: #138613;
}
@media only screen and (max-width: 768px) {
  section.headset h2 {
    font-size: 1.13rem;
  }
}
section.headset .border-left-5 {
  border-left: 5px solid #138613;
}
section.headset .call-left {
  min-width: 66.6666%;
  display: flex;
  align-items: center;
}
section.headset .call-left img {
  min-width: 96px;
  max-width: 96px;
}
@media only screen and (max-width: 768px) {
  section.headset .call-left img {
    min-width: 64px;
    max-width: 64px;
  }
}
@media only screen and (max-width: 480px) {
  section.headset .call-right .col {
    display: none;
  }
  section.headset .call-right .col ul li {
    font-size: 13px;
  }
}
section.headset .breadcrumb {
  margin: 24px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
section.headset .breadcrumb a {
  position: relative;
  padding-left: 24px;
  display: flex;
  align-items: center;
  color: #247b24;
  font-size: 0.85rem;
}
section.headset .breadcrumb a:first-child {
  padding-left: 0;
}
section.headset .breadcrumb a:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/icos/ico-arrow.svg) no-repeat;
  filter: grayscale(1) invert(1);
  transition: 0.35s;
  margin-right: 6px;
}
section.headset .breadcrumb a:last-child {
  text-overflow: ellipsis " [..]";
  white-space: nowrap;
  padding-right: 6px;
}

section.articles {
  background-color: white;
  padding-top: 32px;
}
section.articles.article {
  text-align: justify;
  position: relative;
}
section.articles.article .col-md-8 {
  padding-right: 48px;
}
section.articles.article .col-md-8 .forced {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  section.articles.article .col-md-8 {
    padding: 24px;
  }
}
section.articles.article blockquote {
  background: #fafafa;
  box-shadow: 0 0px 8px rgba(4, 25, 39, 0.15);
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 48px;
  font-size: 1rem;
  font-weight: bold;
  border-left: 3px solid #111724;
  display: flex;
  align-items: center;
}
section.articles.article blockquote:after {
  content: "";
  background: url(../images/icos/ico-quotes.svg) no-repeat;
  width: 48px;
  height: 48px;
  filter: grayscale(1);
  display: none;
}
section.articles.article p {
  margin-bottom: 24px;
  line-height: normal;
}
section.articles.article p:last-child {
  background: #f5fff5;
  box-shadow: 0 0px 8px rgba(4, 25, 39, 0.15);
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
  font-size: 1rem;
  border-right: 3px solid #138613;
  color: #138613;
  margin-top: 48px;
  margin-bottom: 48px;
  position: relative;
  text-align: left;
  padding-left: 64px;
}
section.articles.article p:last-child:before {
  content: "";
  background: url(../images/icos/ico-quotes.svg) no-repeat;
  min-width: 48px;
  max-width: 48px;
  min-height: 48px;
  max-height: 48px;
  margin-right: 24px;
  transform: scaleX(-1);
  position: absolute;
  left: 12px;
}
section.articles.article .hello {
  position: relative;
  border-radius: 24px;
  background: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  box-shadow: 0 0px 8px rgba(4, 25, 39, 0.15);
  color: #000;
}
section.articles.article .hello:before {
  content: "👋";
  min-width: 28px;
  max-width: 28px;
  min-height: 28px;
  max-height: 28px;
  background: none;
  transform: scaleX(1);
  font-size: 28px;
  margin-right: 12px;
}
section.articles .articlesApi {
  transition: 1s;
}

.aside {
  margin-left: 24px;
  position: sticky;
  top: 72px;
  z-index: 1;
}
.aside h3 {
  margin-bottom: 24px;
  font-size: 1.25rem;
  color: #247b24;
}
.aside ul li {
  font-size: 1rem;
  padding: 6px;
  padding-right: 24px;
  padding-left: 42px;
  margin-bottom: 12px;
  position: relative;
  transition: 1s;
}
.aside ul li:before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 24px;
  position: absolute;
  left: -10px;
  box-shadow: rgba(41, 172, 0, 0.5) 0px 1px 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #138613;
}
.aside ul li a {
  text-align: left;
  color: #555;
}
.aside ul li:first-child {
  font-weight: bold;
  border-right: 8px solid rgb(6, 172, 6);
}
.aside ul li:first-child:before {
  content: "1";
  transform: scale(1.5);
}
.aside ul li:first-child a {
  color: #138613;
}
.aside ul li:nth-child(2) {
  border-right: 6px solid rgba(122, 172, 6, 0.8);
}
.aside ul li:nth-child(2):before {
  content: "2";
  transform: scale(1.4);
}
.aside ul li:nth-child(3) {
  border-right: 4px solid rgba(172, 131, 6, 0.6);
}
.aside ul li:nth-child(3):before {
  content: "3";
  transform: scale(1.3);
}
.aside ul li:nth-child(4) {
  border-right: 2px solid rgba(172, 97, 6, 0.4);
}
.aside ul li:nth-child(4):before {
  content: "4";
  transform: scale(1.2);
}
.aside ul li:nth-child(5) {
  border-right: 1px solid rgba(172, 34, 6, 0.2);
}
.aside ul li:nth-child(5):before {
  content: "5";
  transform: scale(1);
}
.aside ul li:hover {
  color: #000;
}
.aside ul li:hover:before {
  box-shadow: rgba(41, 172, 0, 0.5) 0px 2px 6px;
}

.fixFiltros {
  margin-bottom: 22px;
}

body.page .dato {
  box-shadow: 0 0px 8px rgba(4, 25, 39, 0.15);
  text-align: left;
  position: relative;
  margin: 1%;
  border-radius: 24px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden;
  transition: 0.5s;
  position: relative;
  height: auto;
  min-width: 31%;
  max-width: 31%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
body.page .dato [data-overlay="7"]:before {
  opacity: 0;
}
@media only screen and (max-width: 960px) {
  body.page .dato {
    min-width: 48%;
    max-width: 48%;
  }
}
@media only screen and (max-width: 480px) {
  body.page .dato {
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  body.page .dato ul li {
    font-size: 13px;
  }
}
body.page .dato:first-child {
  background: #f2f2f2;
}
body.page .dato:first-child [data-overlay]:before {
  background: #000;
  transition: 0.33s;
  opacity: 0.5;
}
body.page .dato:first-child h2 {
  color: white;
}
body.page .dato:first-child p {
  color: white;
}
body.page .dato:first-child .thumb {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
body.page .dato:first-child .thumb img {
  width: auto;
  height: 100%;
  background-size: contain;
  position: relative;
  z-index: -1;
}
body.page .dato:first-child .article-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
body.page .dato:first-child:hover [data-overlay]:before {
  background: #247b24;
}
body.page .dato img {
  width: 100%;
}
body.page .dato:hover {
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.15);
}
body.page .dato:hover img {
  filter: grayscale(0);
}
body.page .dato .info {
  padding: 24px;
  position: relative;
  z-index: 0;
}
body.page .dato span {
  background: #fafafa;
  border-radius: 24px;
  font-size: 0.8rem;
  color: #196719;
  border: 1px solid #eee;
  padding: 0.4rem;
}
body.page .dato h2 {
  color: #000;
  margin: 24px 0;
  font-size: 1.5rem;
}
body.page .dato h2:first-child {
  margin-top: 0;
}
body.page .dato p {
  font-size: 16px;
}
body.page .dato p:nth-child(4) {
  color: rebeccapurple;
}
body.page .dato .article-footer {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  z-index: 0;
  min-width: 100%;
}
body.page .dato .more {
  background: white;
  border-radius: 24px;
  border: 2px solid #247b24;
  font-size: 0.8rem;
  padding: 6px 24px;
}

body.dark.page .sliderC, body.dark.page .callto {
  background: #000;
}
body.dark.page .filtros {
  display: none;
}
body.dark.page .filtros.open {
  display: flex;
}
body.dark.page section.headset.blog {
  background: black;
}
body.dark.page .filtros .filtro {
  background: black;
  border-color: black;
}
body.dark.page .dato {
  background: black;
}
body.dark.page .dato [data-overlay]:before {
  background: black;
}
body.dark.page .dato h2, body.dark.page .dato p {
  color: white;
}
body.dark.page section.articles {
  background: #272727;
  margin-top: 0;
  padding-top: 48px;
}
body.dark.page section.articles .article p:last-child {
  background: #272727;
}
body.dark.page section.articles p {
  color: #f2f2f2;
  opacity: 0.77;
}
body.dark.page section.articles .hello {
  color: #000;
}
body.dark.page section.articles a {
  color: rgb(19, 134, 19);
}
body.dark.page section.articles.article p:last-child {
  background: #000;
}

.collection {
  margin: 24px 12px;
  text-align: left;
}
.collection.col {
  margin: 12px;
  border: 1px solid #eee;
  padding: 24px;
  border-radius: 24px;
  box-shadow: 0 0px 8px rgba(4, 25, 39, 0.15);
}
.collection h2 {
  font-size: 1.5rem;
  color: #196719;
  margin-bottom: 24px;
}
.collection h3 {
  color: #000;
  font-size: 1rem;
  margin-bottom: 24px;
}

ul {
  padding: 12px;
}
ul li {
  font-size: 1rem;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  color: #4d4d4d;
}
ul li i {
  max-width: 32px;
  min-width: 32px;
  max-height: 32px;
  min-height: 32px;
  margin-right: 24px;
}
ul li.BTC {
  background: url(../images/cryptos/BTCBUSD.svg) no-repeat;
}
ul li.ADA {
  background: url(../images/cryptos/ADABUSD.svg) no-repeat;
}
ul li.ATOM {
  background: url(../images/cryptos/ATOMBUSD.svg) no-repeat;
}
ul li.AXS {
  background: url(../images/cryptos/AXSBUSD.svg) no-repeat;
}
ul li.BCH {
  background: url(../images/cryptos/BCHBUSD.svg) no-repeat;
}
ul li.BNB {
  background: url(../images/cryptos/BNBBUSD.svg) no-repeat;
}

.line {
  background: #138613;
  height: 4px;
  width: 0;
  position: fixed;
  top: 0;
  z-index: 14;
  -moz-transition: 0.33s;
  -o-transition: 0.33s;
  -webkit-transition: 0.33s;
  transition: 0.33s;
}
.line._50 {
  -moz-transition: 0.33s;
  -o-transition: 0.33s;
  -webkit-transition: 0.33s;
  transition: 0.33s;
  background: #196719;
}

.porque {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .porque {
    justify-content: center;
  }
}

.sommaBlog {
  min-width: 160px;
  padding-right: 24px;
  position: relative;
}
.sommaBlog .erizo-mouse {
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .sommaBlog {
    display: none;
  }
}

.sticky {
  position: sticky;
  top: 128px;
}

.filtros {
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  position: relative;
}
.filtros .filtro {
  background: #fafafa;
  color: #247b24;
  border-radius: 12px;
  padding: 6px;
  border: 1px solid #ccc;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
  padding-left: 24px;
}
.filtros .filtro .ico {
  background: url(../images/icos/ico-ok-01.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  left: 4px;
  top: 4px;
  opacity: 0.3;
  filter: grayscale(1);
}
.filtros .filtro.active .ico {
  filter: grayscale(0);
  opacity: 1;
}