body {
  font-family: 'Artifakt',sans-serif !important;
}

h1, h2 {
  font-family: 'Artifakt Legend', sans-serif !important;
  color: #000000;
}

#top-nav.top-nav {
    color: #fff;
    background-color: #2a2a2a;
    font-size: 21px;
    font-weight: normal;
    min-height: 5.5rem;
    line-height: 5.5rem;
    padding: 0 2rem;
    white-space: nowrap;
    border: 0;
    text-decoration: none;
}

.psection {
  padding: 65px 0;
}

.psection h1,
.psection h2 {
  font-weight: 700;
  margin-bottom: 24px;
}

.psection h2.wp-heading-small {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.29;
  margin-bottom: 15px;
}

.psection li {
  color: #000000;
}

.psection li span {
    color: #666;
}

.webp .banner {
  background: #000 url('../images/imagen-banner-Build_800.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

.no-webp .banner {
  background: #000 url('../images/imagen-banner-Build_800.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.banner .pmain_banner_brand {
  max-height: 36px;
  display: block;
}

.banner h1 {
  margin: 8px 0;
  color: #fff;
}

.btn-banner {
  margin-top: 12px;
  border-radius: 4px !important;
  color: #ffffff;
  background-color: #666666;
  border-color: #666666;
  padding: 7px 15px !important;
}
.btn-banner:hover {
  color: #ffffff !important;
  background-color: #000;
  border-color: #ffffff;
}

.txt-white {
  color: #fff;
}

.txt-gold {
  color: #f4b918;
}

.big {
  font-size: 1.075em;
}

.bigger {
  font-size: 1.175em;
}

.bg-gray {
  background-color: #f9f9f9;
}

ul {
  margin-top: 16px;
}

.card img {
  margin: auto;
}

.capacitaciones {
  background-color: #000;
}

.capacitaciones .box {
  border: 1px solid #fff;
  padding: 18px 14px;
  margin-top: 20px;
  line-height: 1.5rem;
  font-size: 18px;
}

.link-yt-channel {
  font-size: 21px;
  font-weight: 700;
  line-height: 38px;
  text-align: left;
  margin-top: 10px;
  padding: 0px 0px 0px 60px;
  color: #fff;
  background-image: url('../images/ico-youtube.png');
  background-size: 52px 38px;
  background-repeat: no-repeat;
  background-position: left;
  display: inline-block;
}

.link-mas {
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  margin-top: 14px;
  padding: 0px 30px 0px 0px;
  color: #fff;
  background-image: url('/assets/images/icon-flecha-blanco.svg');
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: right;
  display: inline-block;
}

p.wp-figcaption {
  font-size: 14px !important;
  line-height: 1.43;
  margin-top: 8px;
}

.video-overlay wp-video-static {
  cursor: pointer;
}

.video-container .video-overlay.wp-video-static svg {
  display: inline-block;
  fill: #fff;
  opacity: .8;
  position: absolute;
  height: 60px;
  width: 60px;
  top: calc(50% - 30px);
  right: calc(50% - 30px);
  z-index: 1;
  cursor: pointer;
}

.psection .btn-accordion {
  color: #212529;
}
.btn-accordion:hover,
.btn-accordion:focus {
  color: #666666;
}

.btn-sonda-modal,
.btn-sonda-modal:hover {
  color: #fff !important;
  background-color: #000;
  border-color: #000;
  font-weight: 700;
  margin-top: 30px;
  border-radius: 4px !important;
  padding: 8px 10px !important;
  margin-top: .25rem;
  border-radius: 4px !important;
}

.btn-sonda-outlined,
.btn-sonda-outlined:hover {
  border-color: #000;
  background-color: #ffffff;
  color: #000 !important;
  border-radius: 4px !important;
  padding: 8px 10px !important;
}

.btn-sonda {
  color: #fff !important;
  background-color: #000;
  border-color: #000;
  font-weight: 700;
  /* margin-top: 30px; */
  border-radius: 4px !important;
  padding: 8px 10px !important
}
.btn-sonda:hover {
  color: #ffffff !important;
  border-color: #ffffff;
  background-color: transparent;
}

.pproductos .card .btn-block {
  font-size: 1.25rem
}

#suscripcion {
  background-color: #444;
}

.psubscribe_brand {
  max-height: 30px;
  display: block;
  margin-bottom: 12px;
}

.psubscribe_text {
  padding-right: 3.2rem;
}

/* Small devices (tablets, 768px and up):  */
@media (min-width: 768px) {

  .bg-suite hr {
    border-top-color: #1a1a1a;
  }

  .bg-suite {
    padding-left: 0;
    padding-right: 0;
  }

  .bg-suite .container {
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    border-radius: 5rem;
    border-top: 0px solid #808080;
    border-right: 0px solid #808080;
  }

  .webp .banner {
    background: #000 url('../images/imagen-banner-Build_1200.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
  }

  .no-webp .banner {
    background: #000 url('../images/imagen-banner-Build_1200.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
  }


}

/* Medium devices (desktops, 992px and up):  */
@media (min-width: 992px) {



}

/* Large devices (large desktops, 1200px and up):  */
@media (min-width: 1200px) {

  .webp .banner {
    background: #000 url('../images/imagen-banner-Build_1920.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
  }

  .no-webp .banner {
    background: #000 url('../images/imagen-banner-Build_1920.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
  }

}

