  *, *::before, *::after {
      box-sizing: border-box;
  }
  .clearer{clear:both;width:100%;display:block;overflow:auto;}
  body {
    margin: 0;
    background: rgba(255, 255, 255, 1.0);
    font-family: "Poppins", Avenir, Helvetica, Arial, serif;
    color: #0b0b0b;
    --font-color:#0b0b0b;
    text-align: left;
    --wp--preset--spacing--50: min(6.5rem, 8vw);
    --wp--style--global--content-size: 850px;
  }
  a {
    text-decoration: none;
  }
  .onlyMobile {
    display: none;
  }
  input[type="submit"] {
      height: 39px;
      max-width: 193px;
      width: 100%;
      cursor: pointer;
      font-weight: 600;
      line-height: 0;
  }
  input, textarea {
    border-radius: 5px;
    width: 100%;
  }
  article {
    font-size: 18px;
  }
  @media (max-width: 765px) { 
    article { 
      font-size: 16px;
    }
    .onlyMobile {
      display: block;
    }
  }
  .content-wrapper {
    overflow: hidden;
  }
  .container {
     width: 100%;
     margin-right: auto;
     margin-left: auto;
     padding-right: 20px;
     padding-left: 20px;
  }
  @media (min-width: 576px) { 
    .container { 
      max-width: 540px;
    }
  }

  @media (min-width: 765px) { 
    .container { 
      max-width: 720px;
    }
  }
  @media (min-width: 1040px) { 
    .container { 
      max-width: 960px;
    }
  }
  @media (min-width: 1200px) { 
    .container { 
      max-width: 1190px;
    }
  }

  .separatorLine {
    width: 100%;
    height: 1px;
    background-color: #DBDBDB;
  }

  .homeContainer { 
    padding: 0;
    max-width: 1322px;   /*  textHeroContainer * 2 + separación del centro  */
  }

  @media (max-width: 1460px) { 
    .homeContainer {
        max-width: 1010px;
    }
  } 

  @media (max-width: 1100px) { 
    .homeContainer {
        max-width: 888px;
    }
  }  

  @media (max-width: 990px) { 
    .homeContainer {
        max-width: 658px;
    }
  }

  @media (max-width: 765px) { 
    .homeContainer {
        max-width: 363px;
    }
  }

  .container-fluid {
     width: 100%;
     margin-right: auto;
     margin-left: auto;
     padding-right: 20px;
     padding-left: 20px;
  }

  @media (min-width: 1040px) { 
    .container-fluid { 
      padding-right: 40px; padding-left: 40px;
    }
  }

  /*  ================  Mobile Icon Nav bar  ================= */

.navbar-toggler-icon { 
  position: relative;
  display: inline-block;
  width: 38px;
  height: 38px;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
  background-color: transparent;
  background-image: none;
}

.navbar-toggler-icon::before { position: absolute; top: 19px; left: 4px; display: block; width: 30px; height: 2px; content: ""; background-color: currentColor; /* stylelint-disable */ transition: transform 0.2s ease-in 0.1s, top 0.1s ease-in; /* stylelint-enable */ transform: rotate(45deg); }

.collapsed .navbar-toggler-icon::before { top: 14px; transform: rotate(0); /* stylelint-disable */ transition: transform 0.2s ease-in, top 0.1s ease-in 0.2s; /* stylelint-enable */ }

.navbar-toggler-icon::after { position: absolute; top: 19px; left: 4px; display: block; width: 30px; height: 2px; content: ""; background-color: currentColor; /* stylelint-disable */ transition: transform 0.2s ease-in 0.1s, top 0.1s ease-in; /* stylelint-enable */ transform: rotate(-45deg); }

.collapsed .navbar-toggler-icon::after { top: 24px; transform: rotate(0); /* stylelint-disable */ transition: transform 0.2s ease-in, top 0.1s ease-in 0.2s; /* stylelint-enable */ }

/*  ==================  Nav bar  =====================   */

  @media (max-width: 899px) {

    .navbar-expand-sm .nav-item {
          padding: 8px 1rem;
          margin: 0 !important;
          border-top: 1px solid #f9f9f9;
          padding-left: 0px;
      }

    .navbar-expand-sm .navbar-collapse {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
    }
  }

  .navbar {
      position: sticky;
      top: 0;
      height: 75px;
      z-index: 3;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 1rem 0; 
      -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.05);
      -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.05);
      box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.05);
      flex-flow: row nowrap;
      background-color: #FFFFFF;
  }

  .navContainer {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .navLogoContainer {
    height: 50px; 
    display: flex;
    align-items: center;
    padding-left: 60px;
    font-size: 24px;
    letter-spacing: 1px;
    padding-top: 10px;
  }

  @media (max-width: 575.98px) {
    .navLogoContainer {
      padding-left: 20px;
    }
  }

  .navLogo {
      width: 37px;
      height: 44px;
      margin-right: 11px;
  }

  .navTitle {
      font-weight: 300;
      transform: scale(1, .95);
      color: var(--font-color);
  }

  .navBoldTitle {
      font-weight: 600;
      transform: scale(1, .95);
      color: var(--font-color);
  }

  .navbar-nav {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin-right: 20px;
  }

  @media (max-width: 899px) {
    .navbar-nav {
        flex-direction: column;
        padding-left: 20px;
    }
  }

  .nav-link {
    font-size: 18px;
    color: #0b0b0b;
    padding-right: 40px;
    letter-spacing: 0.3px;
  }

  .collapse:not(.show) {
    display: none;
  }
  .collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
  }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none;
    }
  }
  .collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease;
  }
  @media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
      transition: none;
    }
  }
  .navbar-collapse {
    align-items: center;
    background-color: #fff;
  }

  .navbar-toggler {
    padding: 0 0;
    padding-right: 27px;
    line-height: 1;
    background-color: transparent;
    border: none;
    color: #0b0b0b;
  }
  @media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
      transition: none;
    }
  }
  .navbar-toggler:hover {
    text-decoration: none;
  }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
  }

  @media (min-width: 899px) {
    .navbar-expand-sm {
      flex-wrap: nowrap;
      justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row;
    }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
      display: none;
    }
  }

  .navbar .nav-item { 
    position: relative;
  }

  .navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7)
  }

  .navbar-nav .show > .nav-link, .navbar-nav .active > .nav-link, .navbar-nav .nav-link.show, .navbar-nav .nav-link.active { font-weight: 500; color: #000;
  }

  .navbar-toggler {
    cursor: pointer;
  }

/*  =========================================   */
.homeArticle h2 {
  letter-spacing: 0.5px;
  line-height: 1.25;
}
.homeArticle p {
  letter-spacing: 0.3px;
}
.homeHero {
    display: flex;
    align-items: center;
    min-height: 711px;
    background-color: #FAFAFA;
}

@media (max-width: 1100px) { 
  .homeHero {
      min-height: 539px;
  }
}  

@media (max-width: 990px) { 
  .homeHero {
      min-height: 469px;
  }
}

.home-bg-container { 
  position: relative;
}

.homeHero-desktop-image { 
  display: none; 
  mix-blend-mode: multiply;
}

.hero-mobile-image {
    display: block;
    width: 301px;
    height: 397px;
    margin-left: auto;
    margin-right: auto;
 }

@media (min-width: 765.1px) { 
  .homeHero-desktop-image {
      display: block; 
   } 

   .hero-mobile-image {
      display: none;
   }
}

.home-bg-image { 
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  pointer-events: none;
}

.textHeroContainer {
   max-width: 636px;
}

@media (max-width: 1460px) { 
  .textHeroContainer {
      max-width: 480px;
  }
} 

@media (max-width: 1100px) { 
  .textHeroContainer {
      max-width: 436px;
  }
}  

@media (max-width: 990px) { 
  .textHeroContainer {
      max-width: 324px;
  }
} 

@media (max-width: 765px) { 
  .textHeroContainer {
      max-width: 100%;
  }
}

.h-hero {
    font-weight: bold;
    font-size: 50px;
    margin-top: 20px; 
    margin-bottom: 33px; 
}

@media (max-width: 1460px) { 
  .h-hero {
      margin-bottom: 22px;
  }
}

@media (max-width: 1100px) { 
  .h-hero {
       font-size: 45px;
  }
}

@media (max-width: 990px) { 
  .h-hero {
      font-size: 35px;
      margin-bottom: 14px;
  }
} 

@media (max-width: 765px) { 
  .h-hero {
      text-align: center;
      margin-top: 35px;
      margin-bottom: 15px;
  }
}

.p-hero {
    font-size: 24px;
    margin-bottom: 53px;
    line-height: 1.3;
}

@media (max-width: 1460px) { 
  .p-hero {
      font-size: 22px;
      margin-bottom: 30px;
  }
}

@media (max-width: 1100px) { 
  .p-hero {
       font-size: 20px;
  }
}

@media (max-width: 990px) { 
  .p-hero {
      font-size: 18px;
      margin-bottom: 26px;
  }
}

@media (max-width: 765px) { 
  .p-hero {
      text-align: center;
      margin-bottom: 30px;
  }
}

.homeHeroBadges {
  display: block;
}

.homeHeroBadgesMobile {
  display: none;
}

@media (max-width: 765px) { 
  .homeHeroBadges {
    display: none;
  }

  .homeHeroBadgesMobile {
    display: block;
  }
}

.homeHeroBadgesiOS {
   margin-right: 24px;
   margin-bottom: 0px;
}

.homeHeroBadgesiOS img {
    margin-bottom: 0px;
    width: 174px;
    height: 58px;
}

.homeHeroBadgesMac img {
    margin-bottom: 0px;
    width: 226px;
    height: 58px;
}

@media (max-width: 990px) { 
  .homeHeroBadgesiOS img {
      margin-bottom: 25px;
  }
}

@media (max-width: 765px) { 
  .homeHeroBadgesiOS img {
      margin-top: 40px;
      margin-bottom: 19px;
      width: 160px;
      height: 53px;
  }

  .homeHeroBadgesMac img {
      margin-bottom: 40px;
      width: 210px;
      height: 53px;
  }
}

.heroBadgeMobile img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.h2Video {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 13px;
  font-size: 40px;
  font-weight: bold;
}

.pVideo {
  text-align: center;
  display: block;
  margin-bottom: 50px;
  font-size: 20px;
  padding: 0;
  line-height: 1.3;
}

.iframeVideo {
  display: block;
  margin: auto;
  margin-bottom: 100px;
  width: 760px;
  height: 421px;
  padding: 0;
}

@media (max-width: 1100px) { 
  .h2Video {
      font-size: 35px;
      margin-top: 60px;
      padding: 0;
  }

  .pVideo {
      font-size: 18px;
      margin-bottom: 30px;
  }
}

@media (max-width: 990px) { 
  .h2Video {
       font-size: 30px;
       margin-top: 45px;
       width: 411px;
       margin-left: auto;
      margin-right: auto;
  }

  .pVideo {
    margin-bottom: 42px;
    padding-left: 57px;
    padding-right: 57px;
  }

  .iframeVideo {
    margin-bottom: 80px;
    width: 654px;
    height: 362px;
  }
}

@media (max-width: 720px) { 
  .iframeVideo {
    margin-bottom: 80px;
    width: 80%;
    height: 362px;
  }
}

@media (max-width: 500px) { 
  .h2Video {
       font-size: 24px;
       margin-top: 38px;
       margin-bottom: 34px;
       padding-left: 25px;
       padding-right: 25px;
       width: auto;
  }

  .pVideo {       
      display: none;
  }

  .iframeVideo {       
     margin-bottom: 34px;
     height: 188px;
  }
}

.pVideoMobile {
  text-align: center;
  display: block;
  font-size: 16px;
  margin-bottom: 47px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 500;
}

@media (min-width: 390.1px) { 
  .pVideoMobile {       
       display: none;
  }
}

/*  ======================================= */

.blockSection {
  padding-top: 70px;
  padding-bottom: 70px;
}

.bgGrey {
  background-color: #FAFAFA;
}

@media (max-width: 1100px) { 
  .blockSection {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 990px) { 
  .blockSection {
    padding-top: 45px;
    padding-bottom: 50px;
  }
}

@media (max-width: 500px) { 
  .blockSection {
    padding-top: 38px;
    padding-bottom: 47px;
  }
}

.bgWhite {
  background-color: #FFFFFF;
}

.blockSection .grid {
  row-gap: 20px;
  grid-auto-flow: row;
  justify-items: start;
  align-items: start;
}

@media (max-width: 1200px) { 
  .blockSection .grid {
    row-gap: 13px;
  }
}

@media (max-width: 990px) { 
  .blockSection .grid {
    row-gap: 20px;
  }
}

@media (max-width: 500px) { 
  .blockSection .grid {
    row-gap: 13px;
  }
}

@media (min-width: 989.9px) { 
  .blockSection--columns .grid {
      grid-auto-flow: column;
   }
}

.grid { 
  margin: 0 auto;
  position: relative;
  width: auto;
  display: grid;
  align-items: start;
  justify-content: space-between;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 90px;
  width: 1168px;
}

@media (max-width: 1200px) { 
  .grid {
    width: 1050px;
    column-gap: 50px;
  }
}

@media (max-width: 1100px) { 
  .grid {
    width: 934px;
  }
}

@media (max-width: 990px) { 
  .grid { 
    grid-template-columns: repeat(1, 1fr);
    width: 80%;
  }
}

.h2Section {
  margin: auto;
  margin-bottom: 0;
  padding: 0;
  grid-column: span 1;
  grid-row: 1;
  font-size: 40px;
  font-weight: bold;
  text-align: left;
  width:100%;
}

.h2OddSection {
  grid-column:1;
}

.pSection {
  grid-row: 2;
  grid-column: span 1;
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
}

.pOddSection {
  grid-column: 1;
}

.imageSection {
   grid-row: span 2;
   grid-column: span 1;
}

.imageOddSection {
   grid-row: span 2;
   grid-column: 2;
}

@media (max-width: 1200px) { 
  .h2Section {
      font-size: 35px;
  }
}

@media (max-width: 990px) { 
  .h2Section {
       font-size: 30px;
       text-align: center;
       margin: auto;
  }

  .pSection {
    grid-column: span 1;
    grid-row: 3;
    text-align: center;
  }

  .imageSection {
    margin: auto;
    grid-column: span 1;
    grid-row: 2;
    width: 100%;
  }
}

@media (max-width: 500px) { 
  .h2Section {
       font-size: 24px;
  }

  .pSection {
    font-size: 16px;
  }
}

.imageSection { 
  width: unset;
}

@media (max-width: 690px) { 
  .imageSection { 
    width: 100%;
  }
}

.blockAnywhere {
  padding-top: 70px;
  padding-bottom: 70px;
}

.h2Anywhere {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: bold;
}

.pAnywhere {
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-bottom: 33px;
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  width: 974px;
}

.imageAnywhere {
  width: 720px;
  height: 370px;
  display: block;
   margin: 0 auto;
}

@media (max-width: 1100px) { 
  .h2Anywhere {
      font-size: 35px;
      padding: 0;
  }

  .pAnywhere {
      margin-bottom: 49px;
      width: 934px;
  }
}

@media (max-width: 990px) { 

  .blockAnywhere {
    padding-top: 45px;
  }

  .h2Anywhere {
       font-size: 30px;
  }

  .pAnywhere {
    margin-bottom: 42px;
    width: 654px;
  }

  .imageAnywhere {     
     width: 670px;
     height: 295px;
  }
}

@media (max-width: 720px) { 

  .pAnywhere {
    width: 80%;
  }

  .imageAnywhere {     
     width: 80%;
     height: auto;
  }
}

@media (max-width: 500px) { 

  .blockAnywhere {
    padding-top: 38px;
    padding-bottom: 60px;
  }

  .h2Anywhere {
       font-size: 24px;
       margin-bottom: 26px;
  }

  .pAnywhere { 
      display: none;
  }

  .imageAnywhere {     
     margin-bottom: 30px;
  }
}

.pAnywhereMobile {
  text-align: center;
  display: block;
  font-size: 16px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 500;
  margin: 0;
}

@media (min-width: 390.1px) { 
  .pAnywhereMobile {       
       display: none;
  }
}

.blockPricing {
  padding-top: 70px;
  padding-bottom: 110px;
}

.h2Pricing {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: bold;
  padding: 0;
  line-height: 1.2;
}

.pPricing {
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
  font-size: 18px;
  padding: 0;
  white-space: pre-line;
  line-height: 1.5;
}

.notePricing {
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-bottom: 33px;
  font-size: 16px;
  padding: 0;
  width: 569px;
  line-height: 1.3;
}

@media (max-width: 990px) { 
  .h2Pricing {
      font-size: 35px;
  }

  .blockPricing {
    padding-top: 45px;
    padding-bottom: 50px;
  }

  .h2Pricing {
     font-size: 30px;
  }
}

@media (max-width: 720px) { 
  .notePricing {
    width: 90%;
  }
}

@media (max-width: 500px) { 

  .blockPricing {
    padding-top: 38px;
    padding-bottom: 70px;
  }

  .h2Pricing {
       font-size: 24px;
       margin-bottom: 13px;
       padding-left: 20px;
       padding-right: 20px;
  }

  .pPricing { 
      font-size: 16px;
      margin-bottom: 38px;
      padding-left: 20px;
       padding-right: 20px;
  }
}
.gridPricing { 
  margin: 0 auto;
  margin-bottom: 50px;
  position: relative;
  display: grid;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  justify-content: space-between;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 109px;
  row-gap: 38px;
  width: 725px;
}
@media (max-width: 900px) { 
  .gridPricing {
    width: 666px;
    column-gap: 50px;
  }
}
@media (max-width: 720px) { 
  .gridPricing {
      grid-auto-flow: row;
      width: 308px;
      margin-bottom: 38px;
   }
}
.boxPricing {
  border-color: #DBDBDB;
  border-radius: 25px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
  width: 308px;
  height: 327px;
  padding-top: 33px;
  padding-bottom: 33px;
}
.linePricing {
  width: 193px;
  height: 1px;
  background-color: #DBDBDB;
  margin: 0 auto;
}
.devicePricingBox {
  margin: 0 auto;
  margin-bottom: 18px;
   display: flex;
   align-items:center;
}
.devicePricing {
  font-size: 25px;
  text-align: center;
  margin: auto;
  margin-left: 0;
  line-height: 1.2;
  letter-spacing: 0.5px;
}
.pricePricing {
  font-size: 48px;
  margin: 0 auto;
  margin-top: 14px;
  margin-bottom: 17px;
  text-align: center;
  color: #FF4219;
  font-weight: 300;
}
.requiresPricing {
  font-size: 16px;
  color: #999999;
  margin: 0 auto;
  margin-bottom: 23px;
  text-align: center;
}
.iconPricingIOS {
  width: 30px;
  height: 22px;
  margin: auto;
  margin-right: 12px;
}
.iconPricingMAC {
  width: 37px;
  height: 21px;
  margin: auto;
  margin-right: 12px;
}
.badgePricingiOS {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 189px;
  height: 63px;
}
.badgePricingMac {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 245px;
  height: 63px;
}
@media (max-width: 600px) { 
  .pricePricing {
      font-size: 46px;
   }
}
/* ==================  Para páginas ================== */
.mainTextContainer {
    padding: 60px;
    padding-top: 40px;
    line-height: 1.4;
}
@media (max-width: 720px) {
  .mainTextContainer {
      padding: 30px;
  }
}
.textHeader {
  font-weight: bold;
  margin-bottom: 7px;
}
.textHeader + p {
  margin-top: 0px;
}
/* =========== Footer ============ */
#footer2 {
  max-width: 947px;
  margin: 0 auto;
}
.footer-below-block {
  margin:20px 0 40px 0;
}
.footer-icons li a {
  display: block;
  width: 30px;
  height: 30px;
}
.footer-below-left {
  float: left;
}
.grid-footer {
  margin: 50px auto 60px auto;
  display: grid;
  justify-content: space-between;
  grid-auto-flow: column;
}
.titleFooter {
  font-size: 16px;
  margin: 0;
  margin-bottom: 14px;
  font-weight: bold;
}
.textLinkFooter:last-of-type {
  margin-bottom: 0px;
}
.textLinkFooter {
  margin: 0;
  margin-bottom: 10px;
}
@media (max-width: 990px) { 
  .menu-footer-community {
    display: none;
  }
}
.textLinkFooter a {
  font-size: 15px;
  font-weight: 500;
  color: var(--font-color);
}
.textLinkFooter a:hover, .textLinkFooter a:focus {
  color: rgba(0, 0, 0, 0.7)
}
.footer-title {
  margin: 0;
  font-size: 25px;
  font-weight: 600;
}
.copyright-privacy {
  margin: 5px 0 0 0;
  color: #636363;
  font-size: 15px;
  font-weight: 500;
}
.copyright-privacy a {
  color: #636363;
}
.copyright-privacy a:hover {
  text-decoration: underline;
}
.copyright-separation {
  display: inline;
}
.copyright-text {
  display: inline;
}
@media (max-width: 670px) { 
  .grid-footer {
    row-gap: 40px;
    margin: 40px auto 40px auto;
    text-align: center;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr)
  }
  .footer-below-block {
    margin:15px 0 40px 0;
  }
  .footer-below-left {
    float: none;
    text-align: center;
  }
  .copyright-separation {
    display: none;
  }
  .copyright-text {
    display: block;
    margin: 0 auto 15px auto;
  }
  .footer-icons {
    float: none !important;
    width: 260px;
    margin: 25px auto 0 auto !important;
  }
}
.bg-linkedin_footer {
    background: url('/assets/css_sprites_footer.png') -0 -0;
}
.bg-youtube_footer {
    background: url('/assets/css_sprites_footer.png') -30px -0;
}
.bg-twitter_footer {
    background: url('/assets/css_sprites_footer.png') -0 -30px;
}
.bg-instagram_footer {
    background: url('/assets/css_sprites_footer.png') -30px -30px;
}
.bottom-banner {
  margin: 0;
}
.bottom-banner img {
  width: 100%;
  height: auto;
}
.bottom-banner-medium {
  display: none;
}
.bottom-banner-mobile {
  display: none;
}
@media (max-width: 834px) { 
  .bottom-banner-full {
    display: none;
  }
  .bottom-banner-medium {
    display: block;
  }
}
@media (max-width: 500px) {
  .bottom-banner-medium {
    display: none;
  }
  .bottom-banner-mobile {
    display: block;
  }
}
/* =====================  Cookie Consent ======================= */
#cookieConsent {
  position: fixed;
  bottom: 20px;
  left: 90px;
  right: 90px;
  padding: 20px 0 27px 0;
  border-radius: 8px;
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
  border-color: #DEDEDE;
  text-align: center;
  background-color: #FFFFFF;
  transition: all .3s;
  opacity: 0;
  z-index: 100;
}
#cookieConsent a {
  color: #EC4820
}
#cookieConsent .cookie-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 5px 0;
}
#cookieConsent .cookie-desc {
  font-size: 15px;
  width: 800px;
  color: #585858;
  margin: 0 auto 20px auto;
}
#cookieConsent #cookie-buttons {
  margin: 0 auto;
  display: flex;
  gap: 27px;
  width: 339px;
}
#cookieConsent button {
  width: 156px;
  height: 39px;
  color: #585858;
  font-size: 15px;
  font-weight: 500;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
}
#cookieConsent .cookie-button-accept {
  background-color: #0B0B0B;
  color: #FFFFFF;
}
#cookieConsent .cookie-button-reject {
  background-color: #DEDFE0;
  color: #727476;
}
@media (max-width: 1100px) {
  #cookieConsent {
    left: 20px;
    right: 20px;
    padding: 20px 20px 27px 20px;
  }
  #cookieConsent .cookie-desc {
    width: auto;
  }
}
@media (max-width: 510px) {
  #cookieConsent {
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 20px 26px 27px 26px;
  }
  #cookieConsent #cookie-buttons {
    gap: 14px;
    width: auto;
    flex-direction: column;
  }
  #cookieConsent button {
    width: 100%;
  }
}
/* ===================== Blog ======================== */
.has-global-padding { 
  padding-right: var(--wp--preset--spacing--50);
  padding-left: var(--wp--preset--spacing--50);
}
.has-list-padding {
  padding-right: 56px;
  padding-left: 56px;
}
@media (max-width: 576px) { 
  .has-list-padding {
    padding-right: 20px;
    padding-left: 20px;
  }
}
body .is-layout-constrained > *{
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
.wp-main-single {
  padding-top: 40px;
  padding-bottom: 40px;
  line-height: 1.6;
}
.wp-main-single h1 {
  font-size: 36px;
  font-weight: bold;
    line-height: 1.2;
    margin: 20px 0 0 0;
}
@media (max-width: 766px) { 
    .wp-main-single h1 {
      font-size: 33px;
    }
  }
@media (max-width: 577px) { 
  .wp-main-single h1 {
    font-size: 28px;
  }
}
.wp-main-single h2 {
  font-size: 29px;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 38px;
}
.wp-main-single h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 38px;
}
.wp-main-single h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 36px;
}
.headings-no-margin-bottom h1, .headings-no-margin-bottom h2, .headings-no-margin-bottom h3, .headings-no-margin-bottom h4 {
  margin-bottom: 0px;
}
.headings-next-p-together h2 + p, .headings-next-p-together h3 + p, .headings-next-p-together h4 + p {
  margin-top: 1px;
}
.entry-content a {
  color: #0000EE;
  text-decoration: underline;
}
.entry-content a:visited {
  color: #6900ff;
}
.entry-content p {
  font-size: 17px;
  margin-top: 22px;
  margin-bottom: 22px;
}
.entry-content img {
  margin: 10px 0;
  width: 100%;
    height: auto;
    border-radius: 5px;
}
.image-promo-mobile {
  display: none;
}
@media (max-width: 500px) { 
  .image-promo {
    display: none;
  }
  .image-promo-mobile {
    display: block;
  }
}
.nav-categories {
  font-size: 17px;
  font-weight: 600;
  color: #151515;
}
.nav-categories a {
  color: #151515;
}
.nav-categories span {
  white-space:pre;
}
.nav-categories a:visited {
  color: #151515;
}
.nav-categories a.nav-category {
  color: #EC4820;
}
.nav-categories a.nav-category:visited {
  color: #EC4820;
}
.nav-categories a:hover {
  text-decoration: underline;
}

.wp-block-post-featured-image {
  margin-bottom: 34px;
}
.wp-block-post-featured-image img {
  height:auto;
  max-width:100%;
  vertical-align:bottom;
  width:100%;
  border-radius: 5px;
}

p.wp-excerpt {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.5;
  margin: 14px 0 16px 0;
}
p.paragraph-metadata {
  margin: 0 0 26px 0;
  font-weight: 500;
  font-size: 15px;
  color: #636363;
}

p.paragraph-metadata a {
  color: #636363;
  text-decoration: underline;
}
.marketing-block {
  background-color: #FFF6F4;
  border-left: 7px solid #EC4820;
  padding: 1px 25px;
  margin: 36px 0;
  padding-left: 48px;
  text-indent: -27px;
}
@media (max-width: 577px) { 
  .marketing-block h1 {
    padding-right: 21px;
  }
}
span.vertical-spacing {
  margin-top: 4px;
  display: block;
}
.wp-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  margin: 40px 0; 
}
.wp-tags a {
  padding: 5px 15px;
  background-color: #F3F4F6;
  color: var(--font-color);
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
}
.wp-tags a:hover {
  background-color: #CACACA;
  text-decoration: underline;
}
.share-block-left {
  float: left;
}
.share-block {
  margin-top: 30px;
  margin-bottom: 55px;
}
.share-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}
.list-social-icons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 25px;
  list-style-type: none;
  float: right;
  margin-block-start: 0;
  margin-block-end: 0;
}
.share-icons li a {
  display: block;
  width: 25px;
  height: 25px;
}
.bg-facebook {
    background: url('/assets/share_icons_sprites.png') -0 -0;
}
.bg-twitter {
    background: url('/assets/share_icons_sprites.png') -25px -0;
}
.bg-linkedin {
    background: url('/assets/share_icons_sprites.png') -0 -25px;
}
.bg-Pinterest {
    background: url('/assets/share_icons_sprites.png') -25px -25px;
}
.block-404 {
  padding: 180px 0;
  background-color: #F9F9F9;
  text-align: center;
  font-size: 18px;
}
.block-404 h1 {
  font-size: 35px;
  font-weight: bolder;
  margin: 0 0 40px 0;
}
@media (max-width: 790px) { 
  .block-404 {
    padding: 63px 0;
    font-size: 17px;
  }
  .block-404 h1 {
    font-size: 30px;
  }
}
.block-404 .separator-Line-404 {
  width: 63px;
  height: 3px;
  background-color: #EC4820;
  margin: 0 auto;
  margin-bottom: 30px;
  border-radius: 3px;
}
.block-404 p {
  font-weight: 400; 
  margin: 0 0 10px 0;
}
.block-404 a {
  font-weight: 500; 
  color: #EC4820;
  text-decoration: underline;
}
.block-heading-section {
  padding: 50px 24px;
  background-color: #F9F9F9;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 20px;
}
.block-heading-section h1 {
  font-size: 45px;
  font-weight: bold;
  margin: 0 auto 7px auto;
  max-width: var(--wp--style--global--content-size);
}
.block-heading-section p {
  margin: 0 auto;
  max-width: var(--wp--style--global--content-size);
}
@media (max-width: 990px) { 
  .block-heading-section {
    font-size: 15px;
    margin-bottom: 5px;
  }
}
@media (max-width: 790px) { 
  .block-heading-section {
    padding: 35px 24px;
    font-size: 15px;
    margin-bottom: 0px;
  }
  .block-heading-section h1 {
    font-size: 30px;
    max-width: 335px;
  }
  .block-heading-section p {
    max-width: 335px;
  }
}
.list-articles {
  margin-bottom: 50px;
}
.article-list {
  padding: 40px 0;
}
.block-article-list {
  display: grid;
  grid-auto-flow: column;
  column-gap: 34px;
}
.block-article-list a {
  align-content: center;
}
.block-article-list figure {
  display: flex;
  align-items: center;
  margin: 0;
}
.block-article-list img {
  width: 243px;
    height: 243px;
    border-radius: 6px;
    object-fit: cover;
}
.block-article-list h3 {
  font-size:30px;
  font-weight: bold;
  margin: 0;
  line-height: 1.3;
}
.block-article-list h3 a {
  color: var(--font-color);
}
.block-article-list .paragraph-metadata {
  font-size: 15px;
  font-weight: 600;
  margin: 12px 0 0 0;
  color: #636363;
}
.block-article-list .paragraph-metadata span a {
  color: #EC4820;
}
.block-article-list .article-list-excerpt {
  font-size: 17px;
  margin: 13px 0 0 0;
  line-height: 1.55;
  font-weight: 500;
}
.block-article-list .article-list-read-more {
  font-size: 17px;
  color: #EC4820;
  font-weight: 600;
  margin: 10px 0 0 0;
}
.block-article-list .article-list-read-more a {
  color: #EC4820;
}
@media (max-width: 990px) { 
  .block-article-list img {
    width: 227px;
      height: 197px;
  }
  .block-article-list {
    column-gap: 30px;
  }
  .block-article-list h3 {
    font-size:23px;
  }
  .block-article-list .paragraph-metadata {
    margin: 9px 0 0 0;
    font-size: 14px;
  }
  .block-article-list .article-list-excerpt {
    font-size: 15px;
    margin: 11px 0 0 0;
  }
  .block-article-list .article-list-read-more {
    font-size: 15px;
    margin: 9px 0 0 0;
  }
}
@media (max-width: 790px) { 
  .article-list {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .block-article-list {
    grid-auto-flow: row;
  }
  .article-list img {
    width: 100%;
    height: auto;
  }
  .block-article-list h3 {
    margin: 15px 0 0 0;
  }
  .block-article-list .paragraph-metadata {
    margin: 11px 0 0 0;
  }
  .block-article-list .article-list-excerpt {
    margin: 10px 0 0 0;
  }
  .block-article-list .article-list-read-more {
    margin: 12px 0 0 0;
  }
}
.block-heading-author {
  padding: 30px 24px !important;
}
.title-heading-author {
  font-size: 15px;
  margin: 0 0 0 0;
  font-weight: 600;
}
.list-separator-line {
  height: 1px;
  background-color: #DBDBDB;
}
.social-author {
  width: 70px;
  height: 25px;
  margin: 20px auto 0 auto;
}
.social-author a {
  display: block;
}
.pagination {
  display: flex;
  margin-bottom: 50px;
  font-size: 15px;
  font-weight: 600;
  column-gap: 13px;
  line-height: 40px;
}
.pagination a {
  color: var(--font-color);
}
.pagination .pagination-page {
  border-style: solid;
    border-width: 1px;
    border-color: #DBDBDB;
    border-radius: 6px;
    width: 40px;
    height: 40px;
    text-align: center;
}
.pagination .pagination-page a {
  width: 100%;
    height: 100%;
    display: inline-block;
}
.pagination .choosed-page {
  background-color: #EC4820;
  border-style: none;
}
.pagination .choosed-page a {
  color: #FFFFFF;
}
.home-featured figure {
  margin-top: 15px;
}
.home-featured .article-list-excerpt {
  margin-top: 15px;
}
@media (min-width: 791px) { 
  .home-featured {
    padding-top: 70px;
  }
  .home-featured h3 {
    font-size: 35px;
  }
  .home-featured figure {
    margin-top: 20px;
  }
  .block-article-list .paragraph-metadata {
    margin-top: 15px;
  }
  .home-featured img {
    width: 100%;
    height: auto;
  }
  .home-featured .article-list-excerpt {
    margin-top: 23px;
  }
}
@media (min-width: 578px) and (max-width: 990px) { 
  .home-featured {
    padding-bottom: 30px;
  }
  .home-featured h3 {
    font-size: 30px;
  }
  .home-featured .article-list-excerpt {
    font-size: 17px;
  }
  .home-featured .article-list-read-more {
    font-size: 17px;
  }
}
.padding-page {
  padding-top: 20px;
  padding-bottom: 60px;
}
/* ========================= Form Newsletter =========================== */
.newsletter-form-container {
  text-align: center;
  padding: 30px 80px 30px 80px;
  margin: 30px 0;
  background-color: #FFF6F4;
  border-radius: 6px;
}
.newsletter-form-container h3 {
  margin: 0 0 12px 0
}
.newsletter-form-container p {
  margin-bottom: 25px;
  font-size: 16px;
}
.inputs-newsletter-form-container {
  display: flex; 
  align-items: center;
  gap: 15px;
  justify-content: center;
}
.inputs-newsletter-form-container input {
  height: 36px !important;
  border: 0;
}
.newsletter-form-email {
  max-width: 352px;
  padding-left: 15px;
  font-size: 16px;
}
.newsletter-form-email::placeholder {
font-size: 14px;
color: #7E7E7E;
}
.newsletter-form-submit {
  background: #EC4820 !important;
  border-radius: 6px;
  max-width: 114px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  color: white !important;
  margin: 0 !important;
}
@media (max-width: 768px) {
  .newsletter-form-container {
      padding: 30px;
  }
  .inputs-newsletter-form-container {
    flex-direction: column;
  }
  .inputs-newsletter-form-container input {
    text-align: center; 
    max-width: none !important;
    padding-left: none;
  }
}