/*!
 Theme Name:  SMG Wordpress Theme
 Description: Screen Media Group WordPress Theme
 Author:      Screen Media Group
 Version:     1.1.0
 Tags:        microformats, post-formats, custom-menu, featured-images
*/
/*! Responsive Text Alignment ------------------------------------------------ */
/*! https://github.com/twbs/bootstrap/issues/11292 --------------------------- */
.text-left-not-xs,
.text-left-not-sm,
.text-left-not-md,
.text-left-not-lg {
  text-align: left;
}

.text-center-not-xs,
.text-center-not-sm,
.text-center-not-md,
.text-center-not-lg {
  text-align: center;
}

.text-right-not-xs,
.text-right-not-sm,
.text-right-not-md,
.text-right-not-lg {
  text-align: right;
}

.text-justify-not-xs,
.text-justify-not-sm,
.text-justify-not-md,
.text-justify-not-lg {
  text-align: justify;
}

@media (max-width: 767px) {

  .text-left-not-xs,
  .text-center-not-xs,
  .text-right-not-xs,
  .text-justify-not-xs {
    text-align: inherit;
  }

  .text-left-xs {
    text-align: left;
  }

  .text-center-xs {
    text-align: center;
  }

  .text-right-xs {
    text-align: right;
  }

  .text-justify-xs {
    text-align: justify;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .text-left-not-sm,
  .text-center-not-sm,
  .text-right-not-sm,
  .text-justify-not-sm {
    text-align: inherit;
  }

  .text-left-sm {
    text-align: left;
  }

  .text-center-sm {
    text-align: center;
  }

  .text-right-sm {
    text-align: right;
  }

  .text-justify-sm {
    text-align: justify;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  .text-left-not-md,
  .text-center-not-md,
  .text-right-not-md,
  .text-justify-not-md {
    text-align: inherit;
  }

  .text-left-md {
    text-align: left;
  }

  .text-center-md {
    text-align: center;
  }

  .text-right-md {
    text-align: right;
  }

  .text-justify-md {
    text-align: justify;
  }
}

@media (min-width: 1200px) {

  .text-left-not-lg,
  .text-center-not-lg,
  .text-right-not-lg,
  .text-justify-not-lg {
    text-align: inherit;
  }

  .text-left-lg {
    text-align: left;
  }

  .text-center-lg {
    text-align: center;
  }

  .text-right-lg {
    text-align: right;
  }

  .text-justify-lg {
    text-align: justify;
  }
}

/*!
Source: http://codex.wordpress.org/CSS
*/
/* =WordPress Core
-------------------------------------------------------------- */
.post-content .alignnone {
  margin: 5px 20px 20px 0;
}

.post-content .aligncenter,
.post-content div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.post-content .alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.post-content .alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.post-content .aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.post-content a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.post-content a img.alignnone {
  margin: 5px 20px 20px 0;
}

.post-content a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.post-content a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.post-content img.alignright,
.post-content img.alignnone,
.post-content img.alignleft,
.post-content img.aligncenter {
  max-width: 100%;
  height: auto;
}

.post-content .wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.post-content .wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.post-content .wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.post-content .wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.post-content .wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.post-content .wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

@media (max-width: 480px) {
  .hidden-xxs {
    display: none !important;
  }

  .visible-xxs {
    display: block !important;
  }

  .visible-xxs-block {
    display: block !important;
  }

  .visible-xxs-inline {
    display: inline !important;
  }

  .visible-xss-inline-block {
    display: inline-block !important;
  }

  .col-xxs-3 {
    width: calc((100% / 12) * 3);
  }

  .col-xxs-9 {
    width: calc((100% / 12) * 9);
  }

  .col-xxs-12 {
    width: 100%;
  }
}

/* Social */
.cover-container {
  font-family: 'Lato', sans-serif;
  background-color: #3E1C6E;
  color: white;
  background-position: top center;
  background-size: cover;
  padding-top: 4em;
}

.cover-container h2,
.cover-container h3 {
  line-height: 1.1;
}

.cover-container h2 {
  font-size: 3.4em;
  font-weight: 900;
  margin-top: 0;
}

.cover-container h3 {
  font-weight: 500;
  font-size: 2.2em;
  margin-top: 0;
}

.cover-container img {
  display: inline-block;
  margin: 0 5px;
  max-height: 100px;
  width: auto;
}

.cover-container p {
  text-align: center;
}

@media (max-width: 767px) {
  .cover-container {
    font-size: 0.75em;
  }
}

.cover-container .cover-content {
  padding-top: 12em;
  padding-bottom: 12em;
}

.page-template-default .main-header {
  position: fixed;
}

.hentry {
  font-family: 'Lato', sans-serif;
  max-width: 992px;
  margin: auto;
  color: #777;
  padding: 5em 0;
}

.hentry:last-child::after {
  display: block;
  content: '';
  clear: both;
  background-color: red;
}

.hentry h2 {
  font-size: 2.9em;
  font-weight: 900;
  margin-top: 0;
}

.hentry h3 {
  font-size: 1.3em;
  font-weight: 300;
  margin-top: 0.2em;
}

.hentry p {
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.3em;
}

.hentry p:empty {
  display: none;
}

.hentry hr {
  border-color: purple;
  border-width: 2px 0 0 0;
  width: 20px;
  border-style: solid;
}

.hentry .img-container img {
  height: auto;
  width: 100%;
}

.hentry .extend-container h3 {
  margin-top: 50px;
}

.our-work-title {
  padding-top: 5em;
  color: #666;
}

.our-work-title h2 {
  text-align: center;
  display: block;
  font-size: 3em;
  font-weight: 900;
  padding: 0 0.8em;
  position: relative;
  margin: 0;
}

.our-work-title h2::before,
.our-work-title h2::after {
  background-color: #1B9FDD;
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  top: calc(-0.375em + 2px);
  width: 0.4em;
}

.our-work-title h2::before {
  left: -0.25em;
}

.our-work-title h2::after {
  right: -0.25em;
}

.our-work-title h3 {
  font-size: 2.4em;
  font-weight: 300;
  margin: 0 0 0.5em 0;
}

.our-work-title p {
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.3em;
}

@media (max-width: 767px) {
  .our-work-title {
    font-size: 0.8em;
  }

  .our-work-title h2 {
    padding: 0;
  }

  .our-work-title h2::after,
  .our-work-title h2::before {
    display: none !important;
  }
}

.black-spacer {
  background-color: #252525;
  color: #fff;
  z-index: 2;
  position: relative;
}

.black-spacer h1,
.black-spacer h2 {
  font-weight: 900;
}

@media (min-width: 768px) {

  .black-spacer h1,
  .black-spacer h2 {
    font-size: 3.4em;
  }
}

@media (max-width: 768px) {

  .black-spacer h1,
  .black-spacer h2 {
    font-size: 2em;
  }
}

.black-spacer p {
  font-size: 1.25em;
  font-weight: 300;
}

.black-spacer .left-side *:first-child {
  margin-top: 0;
}

.black-spacer .left-side *:last-child {
  margin-bottom: 0;
}

.black-spacer .right-side.col-lg-3 {
  text-align: right;
}

.black-spacer .right-side.col-lg-12 .btn {
  margin: auto;
}

.black-spacer .right-side .btn {
  max-width: 300px;
}

@media (max-width: 767px) {
  .black-spacer .left-side+.right-side {
    margin-top: 30px;
  }

  .black-spacer .left-side+.right-side .btn {
    margin: auto;
  }

  .black-spacer .left-side {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .black-spacer .row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .black-spacer {
    font-size: 0.9em;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .black-spacer {
    font-size: 0.8em;
  }
}

@media (min-width: 768px) {
  .black-spacer {
    padding-top: 6em;
    padding-bottom: 6em;
  }
}

@media (max-width: 767px) {
  .black-spacer {
    padding-top: 3em;
    padding-bottom: 3em;
    font-size: 0.9em;
  }
}

.home-plan-page-container {
  z-index: 1;
  background-color: gray;
  position: relative;
  color: white;
}

@media (min-width: 768px) {
  .home-plan-page-container .row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .home-plan-page-container .home-plan-page-item {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.home-plan-page-container hr {
  border: 1px solid #fff;
}

.home-plan-page-container ul {
  list-style: none;
  padding: 0;
}

.home-plan-page-container li {
  /*
    &:after {
      content:"\f060";
      margin-left: 1em;
    }
    */
  margin-bottom: 0.75em;
}

.home-plan-page-container li:before,
.home-plan-page-container li:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 2.4rem;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 0.1em;
  line-height: 1rem;
}

.home-plan-page-container li:before {
  content: "\2022";
  margin-right: 0.5em;
}

.home-plan-page-container li:last-child {
  margin-bottom: 0;
}

.home-plan-page-container a {
  color: white;
}

.home-plan-page-container p>a {
  margin-top: 0.8em;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 125ms ease;
  -moz-transition: all 125ms ease;
  -o-transition: all 125ms ease;
  transition: all 125ms ease;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.33333333;
  border-radius: 0;
  color: white;
  background-color: #E9165B;
  border-color: #db1556;
}

.home-plan-page-container p>a:focus,
.home-plan-page-container p>a.focus {
  color: white;
  background-color: #ba1249;
  border-color: #670a28;
}

.home-plan-page-container p>a:hover {
  color: white;
  background-color: #ba1249;
  border-color: #a30f40;
}

.home-plan-page-container p>a:active,
.home-plan-page-container p>a.active,
.open>.dropdown-toggle.home-plan-page-container p>a {
  color: white;
  background-color: #ba1249;
  border-color: #a30f40;
}

.home-plan-page-container p>a:active:hover,
.home-plan-page-container p>a.active:hover,
.open>.dropdown-toggle.home-plan-page-container p>a:hover,
.home-plan-page-container p>a:active:focus,
.home-plan-page-container p>a.active:focus,
.open>.dropdown-toggle.home-plan-page-container p>a:focus,
.home-plan-page-container p>a:active.focus,
.home-plan-page-container p>a.active.focus,
.open>.dropdown-toggle.home-plan-page-container p>a.focus {
  color: white;
  background-color: #9a0f3c;
  border-color: #670a28;
}

.home-plan-page-container p>a:active,
.home-plan-page-container p>a.active,
.open>.dropdown-toggle.home-plan-page-container p>a {
  background-image: none;
}

.home-plan-page-container p>a.disabled:hover,
.home-plan-page-container p>a[disabled]:hover,
fieldset[disabled] .home-plan-page-container p>a:hover,
.home-plan-page-container p>a.disabled:focus,
.home-plan-page-container p>a[disabled]:focus,
fieldset[disabled] .home-plan-page-container p>a:focus,
.home-plan-page-container p>a.disabled.focus,
.home-plan-page-container p>a[disabled].focus,
fieldset[disabled] .home-plan-page-container p>a.focus {
  background-color: #E9165B;
  border-color: #db1556;
}

.home-plan-page-container p>a .badge {
  color: #E9165B;
  background-color: white;
}

.home-plan-page-container p>a:focus,
.home-plan-page-container p>a.focus {
  color: white;
  background-color: #ba1249;
  border-color: #670a28;
}

.home-plan-page-container p>a:hover {
  color: white;
  background-color: #ba1249;
  border-color: #a30f40;
}

.home-plan-page-container p>a:active,
.home-plan-page-container p>a.active,
.open>.dropdown-toggle.home-plan-page-container p>a {
  color: white;
  background-color: #ba1249;
  border-color: #a30f40;
}

.home-plan-page-container p>a:active:hover,
.home-plan-page-container p>a.active:hover,
.open>.dropdown-toggle.home-plan-page-container p>a:hover,
.home-plan-page-container p>a:active:focus,
.home-plan-page-container p>a.active:focus,
.open>.dropdown-toggle.home-plan-page-container p>a:focus,
.home-plan-page-container p>a:active.focus,
.home-plan-page-container p>a.active.focus,
.open>.dropdown-toggle.home-plan-page-container p>a.focus {
  color: white;
  background-color: #9a0f3c;
  border-color: #670a28;
}

.home-plan-page-container p>a:active,
.home-plan-page-container p>a.active,
.open>.dropdown-toggle.home-plan-page-container p>a {
  background-image: none;
}

.home-plan-page-container p>a.disabled:hover,
.home-plan-page-container p>a[disabled]:hover,
fieldset[disabled] .home-plan-page-container p>a:hover,
.home-plan-page-container p>a.disabled:focus,
.home-plan-page-container p>a[disabled]:focus,
fieldset[disabled] .home-plan-page-container p>a:focus,
.home-plan-page-container p>a.disabled.focus,
.home-plan-page-container p>a[disabled].focus,
fieldset[disabled] .home-plan-page-container p>a.focus {
  background-color: #E9165B;
  border-color: #db1556;
}

.home-plan-page-container p>a .badge {
  color: #E9165B;
  background-color: white;
}

.home-plan-page-container .btn {
  margin-top: 0.8em;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
}

.features-section {
  font-size: 2.1rem;
  padding-top: 3em;
  padding-bottom: 3em;
  color: #444444;
  font-weight: 300;
}

.features-section h2 {
  font-size: 2.2em;
  font-weight: 900;
  line-height: 1.25em;
  margin: 0.4em auto;
}

.features-section h3 {
  font-weight: 800;
  font-size: 1.15em;
  margin: 0.7em auto;
}

.features-section .feature-img {
  display: inline-block;
  text-align: center;
  width: 170px;
}

.features-section .feature-img img {
  display: inline-block;
  max-width: 100px;
}

.features-section .feature-content {
  max-width: calc(100% - 170px);
  display: inline-block;
  margin-bottom: 2em;
}

.features-section .feature-content h3 {
  margin-top: 0;
  font-weight: 800;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .features-section .feature-img {
    text-align: center;
    display: block;
    width: auto;
    margin-bottom: 15px;
  }

  .features-section .feature-content {
    display: block;
    width: auto;
    max-width: 100%;
  }
}

@media (min-width: 767px) {
  .features-section .feature-item {
    display: flex;
    align-items: flex-start;
  }
}

.features-section .row.features-items-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.features-section .features-main-content {
  margin-bottom: 7rem;
}

.features-section .features-main-content *:first-child {
  margin-top: 0;
}

.features-section .features-main-content *:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .features-section {
    font-size: 1.2em;
  }

  .features-section h2 {
    font-size: 3.1rem;
  }
}

.plan-page-preview {
  color: #444444;
  margin: auto;
  width: 100%;
}

.plan-page-preview>*:first-child {
  margin-top: 0;
}

.plan-page-preview>*:last-child {
  margin-bottom: 0;
}

.plan-page-preview h2 {
  font-size: 1.8em;
  font-weight: 900;
  margin-bottom: 0.3em;
}

.plan-page-preview h3 {
  font-size: 1.2em;
  font-weight: 900;
  margin-top: 0.35em;
}

.plan-page-preview hr {
  max-width: 180px;
  margin-top: 2em;
  margin-bottom: 2em;
}

.plan-page-preview p,
.plan-page-preview ul {
  font-size: 1.2em;
  text-transform: none;
}

.plan-page-preview li>br[data-mce-bogus] {
  display: none;
}

.plan-page-preview p>a {
  margin-top: 0.8em;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 125ms ease;
  -moz-transition: all 125ms ease;
  -o-transition: all 125ms ease;
  transition: all 125ms ease;
  padding: 10px 12px;
  font-size: 18px;
  line-height: 1.33333333;
  border-radius: 0;
  color: white;
  background-color: #E9165B;
  border-color: #db1556;
}

.plan-page-preview p>a:focus,
.plan-page-preview p>a.focus {
  color: white;
  background-color: #ba1249;
  border-color: #670a28;
}

.plan-page-preview p>a:hover {
  color: white;
  background-color: #ba1249;
  border-color: #a30f40;
}

.plan-page-preview p>a:active,
.plan-page-preview p>a.active,
.open>.dropdown-toggle.plan-page-preview p>a {
  color: white;
  background-color: #ba1249;
  border-color: #a30f40;
}

.plan-page-preview p>a:active:hover,
.plan-page-preview p>a.active:hover,
.open>.dropdown-toggle.plan-page-preview p>a:hover,
.plan-page-preview p>a:active:focus,
.plan-page-preview p>a.active:focus,
.open>.dropdown-toggle.plan-page-preview p>a:focus,
.plan-page-preview p>a:active.focus,
.plan-page-preview p>a.active.focus,
.open>.dropdown-toggle.plan-page-preview p>a.focus {
  color: white;
  background-color: #9a0f3c;
  border-color: #670a28;
}

.plan-page-preview p>a:active,
.plan-page-preview p>a.active,
.open>.dropdown-toggle.plan-page-preview p>a {
  background-image: none;
}

.plan-page-preview p>a.disabled:hover,
.plan-page-preview p>a[disabled]:hover,
fieldset[disabled] .plan-page-preview p>a:hover,
.plan-page-preview p>a.disabled:focus,
.plan-page-preview p>a[disabled]:focus,
fieldset[disabled] .plan-page-preview p>a:focus,
.plan-page-preview p>a.disabled.focus,
.plan-page-preview p>a[disabled].focus,
fieldset[disabled] .plan-page-preview p>a.focus {
  background-color: #E9165B;
  border-color: #db1556;
}

.plan-page-preview p>a .badge {
  color: #E9165B;
  background-color: white;
}

.plan-page-preview p>a:focus,
.plan-page-preview p>a.focus {
  color: white;
  background-color: #ba1249;
  border-color: #670a28;
}

.plan-page-preview p>a:hover {
  color: white;
  background-color: #ba1249;
  border-color: #a30f40;
}

.plan-page-preview p>a:active,
.plan-page-preview p>a.active,
.open>.dropdown-toggle.plan-page-preview p>a {
  color: white;
  background-color: #ba1249;
  border-color: #a30f40;
}

.plan-page-preview p>a:active:hover,
.plan-page-preview p>a.active:hover,
.open>.dropdown-toggle.plan-page-preview p>a:hover,
.plan-page-preview p>a:active:focus,
.plan-page-preview p>a.active:focus,
.open>.dropdown-toggle.plan-page-preview p>a:focus,
.plan-page-preview p>a:active.focus,
.plan-page-preview p>a.active.focus,
.open>.dropdown-toggle.plan-page-preview p>a.focus {
  color: white;
  background-color: #9a0f3c;
  border-color: #670a28;
}

.plan-page-preview p>a:active,
.plan-page-preview p>a.active,
.open>.dropdown-toggle.plan-page-preview p>a {
  background-image: none;
}

.plan-page-preview p>a.disabled:hover,
.plan-page-preview p>a[disabled]:hover,
fieldset[disabled] .plan-page-preview p>a:hover,
.plan-page-preview p>a.disabled:focus,
.plan-page-preview p>a[disabled]:focus,
fieldset[disabled] .plan-page-preview p>a:focus,
.plan-page-preview p>a.disabled.focus,
.plan-page-preview p>a[disabled].focus,
fieldset[disabled] .plan-page-preview p>a.focus {
  background-color: #E9165B;
  border-color: #db1556;
}

.plan-page-preview p>a .badge {
  color: #E9165B;
  background-color: white;
}

.plan-page-preview .btn {
  margin-top: 0.8em;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .plan-page-preview {
    font-size: 0.9em;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .plan-page-preview {
    font-size: 0.8em;
  }
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.loading:empty {
  /* Coloca un gif animado en un elemento vacío */
  background-image: url('images/loading.gif');
  background-repeat: no-repeat;
  background-position: center center;
}

.m-a-0 {
  margin: 0 !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-r-0 {
  margin-right: 0 !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-l-0 {
  margin-left: 0 !important;
}

.p-a-0 {
  padding: 0 !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

label.required:after {
  content: '*';
  display: inline-block;
  color: red;
  margin-left: 0.5em;
}

.responsive-helper {
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 150px;
  background-color: lightgray;
  color: black;
  max-width: 100%;
  text-align: center;
  font-size: 2rem;
  line-height: 50px;
}

.responsive-helper .visible-xs,
.responsive-helper .visible-sm,
.responsive-helper .visible-md,
.responsive-helper .visible-lg,
.responsive-helper .show-modernizr {
  width: 50px;
}

.responsive-helper .modernizr-features {
  text-align: left;
  font-size: 1.2rem;
  line-height: 2rem;
  max-width: 100%;
  white-space: initial;
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
  word-break: keep-all;
}

#fbcomments,
.fb-comments,
.fb-comments iframe[style],
.fb-comments span {
  width: 100% !important;
}

.bg-white {
  background-color: white;
}

html,
body {
  font-family: 'Lato', sans-serif;
  color: #444444;
}

.btn {
  text-transform: uppercase;
  border-radius: 0;
  -webkit-transition: all 125ms ease;
  -moz-transition: all 125ms ease;
  -o-transition: all 125ms ease;
  transition: all 125ms ease;
}

.fluid-container,
#portfolio-block {
  overflow: hidden;
}

.main-menu {
  padding-top: 7px;
}

.portfolio-main {
  min-height: 200px;
  position: relative;
  overflow: hidden;
  -webkit-transition: width 500ms ease 250ms;
  -moz-transition: width 500ms ease 250ms;
  -o-transition: width 500ms ease 250ms;
  transition: width 500ms ease 250ms;
}

.portfolio-main.flipOutX {
  width: 0%;
  height: 0%;
  -webkit-transition: width 500ms ease 250ms;
  -moz-transition: width 500ms ease 250ms;
  -o-transition: width 500ms ease 250ms;
  transition: width 500ms ease 250ms;
}

.portfolio-container {
  background-position: center center;
  background-size: cover;
  border-bottom: 65px solid transparent;
  display: block;
  padding: 34% 0;
  background-repeat: no-repeat;
  /*
    background-position: center center;
    background-size: cover;
    display: block;
    padding: 50% 0 50% 0;
  */
}

.portfolio-container>img {
  display: block;
  height: auto;
  padding: 15% 25% 30%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.portfolio-container .portfolio-title {
  background-color: white;
  bottom: 30px;
  color: #333;
  display: block;
  font-size: 1.4em;
  padding: 7px 0 0;
  position: absolute;
  text-align: center;
  width: 100%;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

iframe {
  width: 500px;
  max-width: 100%;
}

.portfolio-container .portfolio-tag-container {
  background-color: white;
  bottom: 0;
  color: #333;
  display: block;
  font-size: 0.8em;
  height: 30px;
  padding: 3px 0 6px;
  position: absolute;
  text-align: center;
  width: 100%;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

.portfolio-tags .btn.flipOutX {
  height: 0;
  width: 0;
  padding: 0;
  border: 0;
  margin-left: 0;
  margin-right: 0;
}

.portfolio-hover {
  background-color: #3E1C6E;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
}

.portfolio-hover .portfolio-info {
  color: white;
  display: none;
  left: 50%;
  position: absolute;
  top: 50%;
  text-align: center;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.portfolio-hover .portfolio-tag {
  display: inline-block;
  font-weight: 300;
  margin: 0 5px;
}

.portfolio-hover .portfolio-title {
  display: block;
  font-size: 1.5em;
  font-weight: normal;
  text-transform: uppercase;
}

.portfolio-hover::before,
.portfolio-hover::after {
  background-color: inherit;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 0%;
  z-index: 2;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
}

.portfolio-hover::before {
  left: 0;
}

.portfolio-hover::after {
  right: 0;
}

.portfolio-hover:hover {
  cursor: url(images/cross.png) 40 40, crosshair;
}

.portfolio-hover:hover::before {
  left: 0;
  width: 50%;
}

.portfolio-hover:hover::after {
  right: 0;
  width: 50%;
}

.portfolio-main:hover .portfolio-hover {
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.portfolio-main:hover .portfolio-title,
.portfolio-main:hover .portfolio-tag-container {
  z-index: 3;
  color: white;
  background-color: transparent;
}

@media (max-width: 480px) {

  .portfolio-main:hover .portfolio-title,
  .portfolio-main:hover .portfolio-tag-container {
    color: black;
  }

  .portfolio-hover {
    opacity: 0 !important;
  }

  .portfolio-hover:hover::before {
    display: none;
  }

  .portfolio-hover:hover::after {
    display: none;
  }
}

.portfolio-categories {
  margin-bottom: 15px;
  margin-top: 30px;
  padding-right: 15px;
  text-align: center;
}

.portfolio-categories a {
  margin: 7.5px !important;
}

@media (max-width: 767px) {
  .portfolio-categories a {
    width: 100%;
  }
}

.portfolio-tags {
  margin-bottom: 30px;
  margin-top: 15px;
}

.portfolio-tags a {
  margin-bottom: 15px;
  margin-left: 3px;
  margin-right: 2px;
  overflow: hidden;
}

.plus-icon {
  border: 1px solid white;
  border-radius: 50%;
  display: block;
  height: 31px;
  margin: 15px auto auto;
  position: relative;
  width: 31px;
}

.plus-icon::before,
.plus-icon::after {
  background-color: white;
  content: "";
  display: block;
  position: absolute;
}

.plus-icon::before {
  height: 19px;
  left: 14px;
  top: 5px;
  width: 1px;
}

.plus-icon::after {
  height: 1px;
  left: 5px;
  top: 14px;
  width: 19px;
}

.btn-white-to-blue {
  color: #c0c0c0;
  background-color: white;
  border-color: #c0c0c0;
}

.btn-white-to-blue.btn-active,
.btn-white-to-blue:hover,
.btn-white-to-blue:focus,
.btn-white-to-blue.focus {
  color: white;
  background-color: #1B9FDD;
  border-color: #1B9FDD;
}

.btn-transparent-to-blue {
  color: #c0c0c0;
  background-color: transparent;
  border-color: #c0c0c0;
}

.btn-transparent-to-blue:hover,
.btn-transparent-to-blue:focus,
.btn-transparent-to-blue.focus {
  color: white;
  background-color: #1B9FDD;
  border-color: #1B9FDD;
}

.btn-transparent-to-white {
  color: white;
  background-color: transparent;
  border-color: white;
}

.btn-transparent-to-white:hover,
.btn-transparent-to-white:focus,
.btn-transparent-to-white.focus {
  color: #1B9FDD;
  background-color: white;
  border-color: white;
}

.see-more-container {
  text-align: center;
}

.see-more-container a .fa-spinner {
  margin-left: 5px;
}

.digital-strategy-title {
  color: #666;
  text-align: center;
  text-transform: uppercase;
}

.digital-strategy-title h2 {
  display: inline-block;
  font-size: 3em;
  font-weight: 900;
  padding: 0 0.8em;
  margin-top: 2em;
  position: relative;
}

.digital-strategy-title h2::before,
.digital-strategy-title h2::after {
  background-color: #1B9FDD;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: calc(0.5em + 2px);
  width: 0.4em;
}

.digital-strategy-title h2::before {
  left: 0;
}

.digital-strategy-title h2::after {
  right: 0;
}

.digital-strategy-title h3 {
  font-size: 2.4em;
  font-weight: 300;
  margin-top: -0.3em;
}

@media (max-width: 767px) {
  .digital-strategy-title h2 {
    padding: 0;
  }

  .digital-strategy-title h2::after,
  .digital-strategy-title h2::before {
    display: none !important;
  }
}

.section-spacer {
  padding-top: 45px;
  padding-bottom: 45px;
}

.copyright {
  color: darkgray;
  font-size: 1em;
  background-color: #252525;
}

.copyright a {
  color: darkgray;
  display: inline-block;
  font-size: 2em;
  line-height: 0.5em;
  margin-left: 15px;
  position: relative;
  top: 0.05em;
}

.copyright a span {
  -webkit-transition: color 150ms ease;
  -moz-transition: color 150ms ease;
  -o-transition: color 150ms ease;
  transition: color 150ms ease;
}

.copyright .text-block-xs {
  font-weight: bold;
}

.copyright .fa-facebook:hover {
  color: #3A5795;
}

.copyright .fa-twitter:hover {
  color: #5EA9DD;
}

.copyright .fa-youtube-play:hover {
  color: #DB4437;
}

.copyright .fa-linkedin:hover {
  color: #0177B5;
}

.copyright .fa-instagram:hover {
  color: #9D6B51;
}

.copyright .copyright-center {
  font-size: 0.85em;
}

@media (max-width: 480px) {
  .copyright .text-block-xs {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .copyright .text-block-xs {
    display: block;
  }
}

.page-footer {
  background-color: #3E1C6E;
  background-image: url(images/bg/footer.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}

.page-footer h2 {
  font-size: 2em;
  font-weight: 700;
  margin: 0 0 30px;
  text-align: center;
  text-transform: uppercase;
}

.page-footer h3 {
  font-weight: 900;
}

.page-footer p {
  font-size: 1.2em;
  font-weight: 300;
}

.page-footer .btn {
  color: white;
  font-weight: bold;
  padding-left: 30px;
  padding-right: 30px;
}

.clients-bottom {
  background-color: white;
}

.clients-bottom h2 {
  color: darkgray;
  font-size: 2.3em;
  font-weight: 300;
  line-height: 1.3em;
  text-align: center;
}

.clients-bottom h2 strong {
  display: block;
  font-weight: 900;
}

.clients-top {
  /*background-attachment: fixed;*/
  background-image: url(images/bg/relaciones-ultimo.jpg);
  background-position: center;
  background-size: cover;
  background-color: #242D33;
}

.clients-top h2 {
  font-size: 2.3em;
  font-weight: 300;
  color: white;
  text-align: center;
  text-transform: uppercase;
}

.clients-top h2 strong {
  display: block;
  font-size: 1.3em;
  font-weight: 900;
}

.main-header,
.main-header .header-top {
  /*background-image: url(images/bg/home-top.jpg);*/
  background-position: top center;
  background-size: cover;
  position: relative;
  z-index: 7;
}

.main-header {
  margin-bottom: -130px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 100%;
  position: absolute;
}

.main-header .header-top:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.65+0,0+100;Neutral+Density */
  background-color: transparent;
  left: 0;
  right: 0;
}

.header-top>.container {
  padding: 30px 0;
}

.header-top>.container .logo-container img {
  max-height: 45px;
}

.main-logo {
  max-width: 300px;
}

#contact-layer {
  /*
  .layer-content {
      top: 0;
      transform: none;
  }
  */
}

#contact-layer textarea,
#contact-layer select,
#contact-layer input[type="text"],
#contact-layer input[type="file"],
#contact-layer input[type="url"],
#contact-layer input[type="email"] {
  background-color: #198bc1;
  border: 0 none;
  border-radius: 0;
  color: white;
  font-size: 1.2em !important;
  font-weight: 300;
  /*text-transform: uppercase;*/
}

#contact-layer input[type="file"] {
  padding: 0;
}

#contact-layer label {
  color: white;
  font-size: 1.5em;
  font-weight: 300;
  text-align: left !important;
  /*text-transform: uppercase;*/
}

#contact-layer p {
  color: white;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.7em;
  margin-top: 0;
  /*text-transform: uppercase;*/
}

#contact-layer .btn {
  font-weight: 600;
  margin-bottom: 1.3em;
  margin-top: 1.2em;
}

#contact-layer.contact-us .contact-us {
  display: block;
}

#contact-layer.contact-us .work-with-us {
  display: none;
}

#contact-layer.work-with-us .contact-us {
  display: none;
}

#contact-layer.work-with-us .work-with-us {
  display: block;
}

.blue-layer {
  background-color: rgba(27, 159, 221, 0.98);
  /*padding: 30px 0;*/
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.blue-layer h2 {
  color: white;
  font-size: 2.5em;
  font-weight: 900;
  text-transform: uppercase;
}

.blue-layer h3 {
  color: white;
  text-transform: uppercase;
}

.blue-layer h4 {
  color: white;
  font-size: 1.3em;
  font-weight: 900;
  text-transform: uppercase;
}

.blue-layer>.layer-address {
  bottom: 0;
  left: 0;
  margin: auto;
  padding-bottom: 45px;
  /*position: absolute;*/
  right: 0;
  margin-top: -150px;
  min-height: 150px;
}

.blue-layer>.layer-address p {
  color: white;
  text-transform: none;
}

.blue-layer>.layer-content {
  height: 100%;
  margin-top: -100px;
  padding: 130px 0;
  position: relative;
}

.blue-layer>.layer-top-menu {
  left: 0;
  position: relative;
  right: 0;
  top: 0;
  margin-top: 30px;
  z-index: 2;
  height: 70px;
}

.blue-layer .layer-icon {
  top: 15px;
  position: relative;
}

@media (max-width: 767px) {
  .blue-layer .layer-address {
    position: relative;
    left: 0;
    right: 0;
    height: auto;
    margin-top: 0;
  }

  .blue-layer>.layer-top-menu {
    top: 0;
    position: relative;
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .blue-layer>.layer-content {
    height: auto;
    margin-top: 0;
    padding: 0 15px;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .blue-layer .main-logo {
    max-width: 60px;
  }

  .blue-layer h2 {
    font-size: 2.5em;
  }
}

#menu-layer {
  min-height: 430px;
}

#menu-layer ul {
  color: white;
  font-size: 3em;
  font-weight: 900;
  list-style: outside none none;
  padding-left: 0;
}

#menu-layer ul li {
  text-align: center;
}

#menu-layer ul a {
  color: white;
  text-decoration: none;
}

@media (max-width: 767px) {
  #menu-layer ul {
    padding-top: 0;
    padding-bottom: 60px;
    font-size: 2.5em;
  }
}

@media (min-width: 768px) {
  #contact-form .left-side .col-sm-4 {
    width: 37.5%;
  }

  #contact-form .left-side .col-sm-8 {
    width: 62.5%;
  }
}

.admin-bar .contact-layer {
  padding-top: 62px;
}

video {
  display: block;
  left: 50%;
  position: fixed;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-container {
  position: relative;
  min-height: 100vh;
}

@media (max-width: 991px) {
  video {
    display: none;
  }

  .video-container {
    background-image: url(images/no-video.jpg);
    background-position: center;
    background-attachment: fixed;
  }
}

.video-text-container {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.video-text-container .video-text {
  color: white;
  text-align: center;
}

.video-text-container .video-text h2 {
  font-size: 3.4em;
  font-weight: 900;
  margin-bottom: 0.5em;
}

.video-text-container .video-text h3 {
  font-size: 2.2em;
  margin-top: 0;
}

.video-text-container .container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-animation-duration: 4s;
  -moz-animation-duration: 4s;
  -o-animation-duration: 4s;
  animation-duration: 4s;
}

@media (max-width: 767px) {

  .video-text-container .video-text h2,
  .video-text-container .video-text h1 {
    font-size: 2em;
  }
}

.video-layer {
  background-color: rgba(89, 67, 138, 0.5);
  background-position: center center;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.video-text-we-do-digital>img {
  display: block;
  margin: auto;
}

.video-text-we-do-digital>a {
  display: inline-block;
  font-size: 4em;
  zoom: 1;
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  color: white;
}

.video-text-we-do-digital>a:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.opacity100 {
  opacity: 1;
  -webkit-transition: opacity 250ms ease;
  -moz-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

.opacity0 {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.portfolio-header {
  /*background-attachment: fixed;*/
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 15em 0;
}

.portfolio-header img {
  display: block;
  margin: auto auto 15px;
  max-height: 150px;
  max-width: 100%;
}

.portfolio-header h1 {
  color: white;
  font-size: 2.7em;
  font-weight: 400;
  margin-top: 0;
  text-align: center;
}

.portfolio-header a {
  color: white;
}

@media (max-width: 480px) {
  .portfolio-header {
    font-size: 0.8em;
  }
}

.portfolio-description {
  color: #777;
  margin: auto;
  max-width: 992px;
  padding: 5em 0;
}

.portfolio-description:last-child::after {
  display: block;
  content: '';
  clear: both;
  background-color: red;
}

.portfolio-description h2 {
  font-size: 2.9em;
  font-weight: 900;
  margin-top: 0;
  text-align: center;
}

.portfolio-description h3 {
  font-size: 1.3em;
  font-weight: 300;
  margin-top: 0.2em;
}

.portfolio-description p {
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.3em;
}

.portfolio-description p:empty {
  display: none;
}

.portfolio-description hr {
  border-color: purple;
  border-width: 2px;
  width: 20px;
}

.portfolio-description .img-container img {
  height: auto;
  width: 100%;
}

.portfolio-description .extend-container h3 {
  margin-top: 50px;
}

.portfolio-spacer {
  max-width: 100%;
  height: auto;
  margin: auto;
  display: block;
}

.portfolio-spacer.last-spacer {
  /*background-attachment: fixed;*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
}

.portfolio-main-title,
h1.portfolio-main-title {
  color: white;
  font-size: 3.5em;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

h1.portfolio-main-title {
  color: white;
  font-size: 2.5em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

h2.portfolio-main-title {
  color: white;
  font-size: 1.5em;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

div.portfolio-spacer {
  height: 250px;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-logo.color {
  display: block;
}

.main-logo.white {
  display: none;
}

body.layer-visible {
  overflow: hidden;
}

body.layer-visible .main-logo.color {
  display: none;
}

body.layer-visible .main-logo.white {
  display: block;
}

body.layer-visible .header-top::before,
body.layer-visible .main-header {
  background: none;
}

#portfolio-block {
  overflow-x: hidden;
}

#portfolio-menu {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
  z-index: 10;
}

#portfolio-menu a {
  background-color: white;
  border-radius: 35px 0 0 35px;
  clear: left;
  color: #777;
  display: block;
  float: left;
  font-size: 1.6em;
  font-weight: 900;
  margin-bottom: 10px;
  padding: 5px 15px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateX(-50px);
  transition: all 350ms ease 0s;
}

#portfolio-menu a:hover {
  transform: translateX(-100%);
}

#portfolio-menu a:focus {
  outline: none;
}

#portfolio-menu img,
#portfolio-menu .fa {
  display: inline-block;
  padding-right: 1em;
  position: relative;
}

#portfolio-menu img {
  height: 26px;
  left: -2px;
  top: -3px;
}

.client-logo-container img {
  display: block;
  height: 130px;
  position: absolute;
  width: 200px;
  -webkit-transition: all ease 750ms;
  -moz-transition: all ease 750ms;
  -o-transition: all ease 750ms;
  transition: all ease 750ms;
}

.client-logo-container a {
  display: inline-block;
  height: 130px;
  /*.perspective(600px);*/
  position: relative;
  width: 200px;
  cursor: default;
  cursor: -webkit-grab;
  cursor: grab;
}

.client-logo-container a>img:nth-of-type(1) {
  /*.transform(rotateY(0deg));*/
}

.client-logo-container a>img:nth-of-type(2) {
  /*.transform(rotateY(-180deg));*/
}

.client-logo-container a:hover>img:nth-of-type(1) {
  /*.transform(rotateY(180deg));*/
}

.client-logo-container a:hover>img:nth-of-type(2) {
  /*.transform(rotateY(0deg));*/
}

.digital-strategy-item {
  color: #777;
  cursor: pointer;
  height: 200px;
  padding: 0 45px;
}

.digital-strategy-item img {
  height: 100px;
  position: absolute;
  width: 93px;
  transform: translateZ(0px);
}

.digital-strategy-item div {
  padding-left: 120px;
}

.digital-strategy-item h4 {
  font-size: 1.5em;
  text-transform: uppercase;
}

.digital-strategy-item:hover p {
  color: #198bc1;
}

.digital-strategy-item ul {
  color: darkgray;
  font-size: 1.3em;
  font-weight: 300;
  list-style: outside none none;
  padding: 0;
}

.digital-strategy-item:hover img {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-name: hvr-wobble-vertical;
  -moz-animation-name: hvr-wobble-vertical;
  -o-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.digital-strategy-item .view-more {
  border: 1px solid #1B9FDD;
  border-radius: 0.8em;
  color: #1B9FDD;
  /*float: right;*/
  font-size: 1.7em;
  height: 1.3em;
  line-height: 1.15em;
  /*margin-top: -1em;*/
  padding: 0 !important;
  text-align: center;
  width: 1.3em;
  /*position: absolute;*/
  bottom: 15px;
  right: 15px;
  margin: auto;
}

.digital-strategy-item .col-md-6>hr:last-of-type {
  display: none;
}

.digital-strategy-title {
  margin-bottom: 75px;
}

#digital-strategy {
  background-color: #fafafa;
}

@media (max-width: 767px) {
  .digital-strategy-item {
    padding: 0 0 10px 0;
    height: auto;
  }

  .digital-strategy-item>div {
    padding-left: 110px;
  }
}

.scrolled-forced,
.scrolled {
  background-color: rgba(0, 0, 0, 0.9);
  margin-top: 0;
  height: auto;
  position: fixed;
  top: 0;
  z-index: 9999;
}

.scrolled-forced .header-top>.container,
.scrolled .header-top>.container {
  padding: 5px 0;
}

#service-layer {
  overflow-x: hidden;
  overflow-y: auto;
  background-color: white;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  color: #777;
  margin: auto;
  cursor: url(images/close-cursor.png) 29 29, crosshair;
}

#service-layer h2 {
  font-size: 4.2rem;
  font-weight: 900;
  position: relative;
  margin-bottom: 0;
  padding-top: 30px;
}

#service-layer h2:before {
  background-color: #198bc1;
  content: "";
  height: 2px;
  position: absolute;
  top: 0;
  width: 15px;
  left: 0;
}

#service-layer h3 {
  font-size: 1.35em;
  font-weight: 300;
  position: relative;
  margin-bottom: 30px;
  margin-top: 10px;
  padding-bottom: 30px;
}

#service-layer h3:after {
  background-color: #198bc1;
  content: "";
  height: 2px;
  position: absolute;
  bottom: 0;
  width: 15px;
  left: 0;
}

#service-layer p,
#service-layer ul {
  font-size: 1.8rem;
  font-weight: 300;
}

#service-layer ul {
  margin-left: 30px;
  margin-top: 45px;
}

#service-layer ul ul {
  margin-bottom: 5px;
  margin-left: 15px;
  margin-top: 5px;
}

#service-layer .btn {
  margin-left: 50px;
  margin-top: 30px;
}

#service-layer .row,
#service-layer .row>div,
#service-layer .container {
  height: 100%;
}

#service-layer .service-content {
  display: table-cell;
  padding: 50px 0;
  position: relative;
  vertical-align: middle;
}

#service-layer>div>div>div {
  display: table;
}

@media (max-width: 991px) {
  #service-layer .btn {
    display: block;
    margin-left: 0;
    width: 100%;
  }
}

.main-menu img {
  height: 25px;
  display: block;
}

.main-menu .menu-icon {
  display: block;
}

.main-menu .menu-icon span {
  background-color: white;
  border-radius: 1px;
  display: block;
  height: 4px;
  margin-bottom: 1px;
  margin-top: 5px;
  width: 35px;
}

.main-menu a {
  display: inline-block;
  margin-right: 20px;
}

.main-menu a:focus {
  text-decoration: none;
  outline: none;
}

.circle-chart {
  display: inline-block;
  margin: 15px;
  position: relative;
  vertical-align: top;
}

.circle-chart>span.chart-counter {
  display: block;
  font-size: 2.5em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  top: 90px;
  transform: translateY(-50%);
  width: 180px;
  left: 40px;
}

.circle-chart canvas {
  display: block;
  left: 45px;
  position: relative;
  margin-bottom: 30px;
}

.circle-chart .chart-legend {
  display: block;
  width: 260px;
}

a.video-arrow-down {
  /*background-color: rgba(0, 0, 0, 0.4);*/
  border-radius: 4.5em;
  display: block;
  height: 9em;
  margin: auto auto -9em;
  position: relative;
  -webkit-transition: all ease 350ms;
  -moz-transition: all ease 350ms;
  -o-transition: all ease 350ms;
  transition: all ease 350ms;
  top: -11em;
  width: 9em;
  z-index: 3;
}

a.video-arrow-down img {
  display: block;
  margin: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all ease 350ms;
  -moz-transition: all ease 350ms;
  -o-transition: all ease 350ms;
  transition: all ease 350ms;
}

a.video-arrow-down:focus {
  outline: none;
}

.lang-switch {
  border: 2px solid white;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: 1.1em;
  height: 25px;
  line-height: 44px;
  overflow: hidden;
  padding-left: 2px;
  padding-right: 2px;
  position: relative;
  width: 40px;
}

.lang-switch span {
  display: block;
  line-height: 1.25em;
  position: absolute;
  text-transform: uppercase;
  width: 36px;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}

.lang-switch span:nth-child(1) {
  font-size: 1em !important;
  font-weight: 900;
  opacity: 1;
  position: absolute !important;
  text-align: center;
  left: 0px;
  top: 1px;
}

.lang-switch span:nth-child(2) {
  bottom: 1px;
  font-size: 9px;
  font-weight: 300;
  opacity: 0.25;
  right: 2px;
  display: none;
}

.lang-switch:focus,
.lang-switch:hover {
  /*
      span {
  
        &:nth-child(2) {
          font-size: 15px;
          font-weight: 900;
          opacity: 1;
        }
        &:nth-child(1) {
          font-size: 9px;
          font-weight: 300;
          opacity: 0.25;
        }
      }
    */
  color: white;
  text-decoration: none;
}

span.img-col-2 {
  display: inline-block;
  width: 49.8%;
}

span.img-col-3 {
  display: inline-block;
  width: 33.33%;
}

span.img-col-4 {
  display: inline-block;
  width: 25%;
}

@media (max-width: 768px) {

  span.img-col-1,
  span.img-col-2,
  span.img-col-3,
  span.img-col-4 {
    width: 100%;
  }
}

#portfolio-see-more {
  border-color: #1B9FDD;
  color: #1B9FDD;
}

#portfolio-see-more:hover {
  color: white;
}

@media (max-width: 767px) {
  .section-spacer {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .section-spacer h2 {
    font-size: 2em;
    margin-top: 0;
  }

  .digital-strategy-title h3,
  .digital-strategy-title h2 {
    font-size: 2em;
  }

  .clients-top h2 strong {
    font-size: 1.1em;
  }
}

.social-icon[href="#"],
.social-icon[href=""] {
  display: none;
}

.goto-top {
  bottom: 80px;
  display: block;
  height: 50px;
  position: fixed;
  right: 30px;
  width: 50px;
  z-index: 99;
}

.goto-top>a {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 25px;
  color: rgba(0, 0, 0, 0.7);
  display: block;
  font-size: 3em;
  height: 50px;
  line-height: 45px;
  text-align: center;
  width: 50px;
  box-shadow: 0 0 8px #888;
}

@media (max-width: 980px) {
  .goto-top {
    bottom: 120px;
  }
}

.no-touch .last-spacer,
.no-touch .portfolio-header,
.no-touch .clients-top {
  background-attachment: fixed;
}

.form-control.error {
  border: 2px solid orange !important;
}

.form-control.error+label {
  font-size: 1em !important;
}

section,
.bg-white,
.section-spacer,
.copyright,
.clients-bottom {
  position: relative;
  z-index: 10;
}

body.post-type-archive-portfolio header {
  background-image: url(images/bg/home-top.jpg);
}

body.post-type-archive-portfolio .main-header {
  background-color: black;
  margin-bottom: 0;
}

body.post-type-archive-portfolio .main-header.scrolled-forced {
  background-image: none;
}

body.post-type-archive-portfolio .main-header.scrolled-forced+div {
  margin-top: 130px;
}

.addthis_sharing_toolbox {
  margin-bottom: 25px;
  text-align: center;
}

.addthis_sharing_toolbox>div {
  display: inline-block;
}

.modal-fullscreen .modal-dialog {
  min-height: 100vh;
  margin: 0;
  width: 100%;
}

.modal-blue {
  background-color: rgba(27, 159, 221, 0.8);
}

.modal-blue .modal-content {
  background-color: transparent;
  box-shadow: none;
  max-width: 1200px;
  margin: auto;
  border: 0 none;
}

.modal-blue .modal-header {
  padding-top: 60px;
  border: 0 none;
}

.modal-blue .modal-header button.close {
  margin-top: 8px;
  opacity: 0.6;
}

.modal-blue .modal-header button.close:hover {
  opacity: 0.9;
}

.modal-blue .modal-title img {
  max-height: 45px;
}

.modal-blue .modal-body {
  min-height: calc(100vh - 120px);
  padding: 15px;
  position: relative;
}

.landing-spacer {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 200px;
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
  z-index: 2;
}

.landing-spacer h2,
.landing-spacer h3,
.landing-spacer p {
  color: white;
}

.landing-spacer h2 {
  font-size: 3em;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 0;
}

.landing-spacer h3 {
  font-size: 2.4em;
  font-weight: 300;
  margin-top: -0.3em;
  text-transform: uppercase;
}

.landing-spacer .gallery {
  margin-top: 45px;
  margin-bottom: 45px;
}

@media (min-width: 480px) {
  .landing-spacer .gallery {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
}

.landing-spacer .wp-caption-text {
  color: white;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.3em;
  text-align: center;
  text-transform: uppercase;
}

.landing-spacer .gallery-icon {
  margin-bottom: 30px;
  text-align: center;
}

.contact-icon {
  background: url('images/contact-icon.png') no-repeat top left;
  width: 33px;
  height: 29px;
  display: inline-block;
}

.contact-icon.briefcase {
  background-position: 0 0;
}

.contact-icon.envelope {
  background-position: 0 -78px;
}

.contact-icon.operator {
  background-position: 0 -156px;
}

.contact-tabs a {
  border: 1px solid white !important;
  border-radius: 0 !important;
  color: white;
  font-size: 1.1em;
  font-weight: 600;
  height: 3.5em;
  line-height: 2.2em !important;
  text-transform: uppercase;
}

.contact-tabs a:hover {
  color: #1B9FDD;
  background-color: white !important;
}

.contact-tabs a:hover .contact-icon.briefcase {
  background-position: 0 -39px;
}

.contact-tabs a:hover .contact-icon.envelope {
  background-position: 0 -117px;
}

.contact-tabs a:hover .contact-icon.operator {
  background-position: 0 -195px;
}

.contact-tabs li.active a {
  color: #1B9FDD !important;
  background-color: white !important;
}

.contact-tabs li.active a .contact-icon.briefcase {
  background-position: 0 -39px;
}

.contact-tabs li.active a .contact-icon.envelope {
  background-position: 0 -117px;
}

.contact-tabs li.active a .contact-icon.operator {
  background-position: 0 -195px;
}

.contact-tabs a span {
  margin-bottom: -8px;
  margin-right: 10px;
  margin-top: -6px;
}

.contact-tabs {
  margin-bottom: 30px;
}

.contact-industry-layer,
.contact-service-layer {
  background-color: white;
  padding: 15px 10px 10px;
  bottom: 35px;
  position: absolute;
}

.contact-industry-layer>label,
.contact-service-layer>label {
  display: inline-block;
  font-size: 1.2em !important;
  width: 50%;
  color: #1B9FDD !important;
  text-transform: none;
}

#contact-form .form-group {
  position: relative;
}

@media (min-width: 768px) {
  .contact-tabs li {
    width: 33.3333% !important;
    display: inline-block;
  }

  .contact-tabs li a {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.contact-tabs .tab-label {
  width: calc(100% - 46px);
  margin-right: 0;
  line-height: 1em;
}

.contact-tabs a span {
  display: inline-block;
}

.contact-service-layer-trigger,
.contact-industry-layer-trigger {
  background-color: #198bc1;
  color: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  font-size: 1.7em;
  padding: 0 30px 0 10px;
  position: relative;
  font-weight: 300;
  height: 1.4em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.contact-service-layer-trigger .fa,
.contact-industry-layer-trigger .fa {
  position: absolute;
  right: 5px;
  top: 2px;
}

.contact-form-layer .item {
  margin-bottom: 30px;
}

.contact-form-layer .item img {
  float: left;
  margin-right: 15px;
}

.contact-form-layer .item p {
  text-transform: none !important;
}

.layer-content .form-group {
  position: relative;
}

.shortcode-checkbox-layer label {
  display: inline-block;
}

@media (min-width: 768px) {
  .shortcode-checkbox-layer label {
    width: 33.3333%;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .shortcode-checkbox-layer label {
    width: 50%;
  }
}

@media (max-width: 479px) {
  .shortcode-checkbox-layer label {
    width: 100%;
  }
}

.shortcode-checkbox-layer-landing label {
  display: inline-block;
  /*    @media(min-width: @sm) {
          width: 33.3333%;
        }*/
  /*@media(min-width: @xs) and (max-width: (@sm - 1)) {*/
}

@media (min-width: 480px) {
  .shortcode-checkbox-layer-landing label {
    width: 50%;
  }
}

@media (max-width: 479px) {
  .shortcode-checkbox-layer-landing label {
    width: 100%;
  }
}

.thankyou .fa.fa-smile-o {
  color: white;
  font-size: 8.5em;
}

.thankyou p {
  font-size: 1.8em !important;
  font-weight: bold !important;
}

.thankyou h2 {
  font-size: 3.5em;
}

.thankyou {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 70.7vh;
}

#contact-us-layer>.item>div {
  padding-left: 60px;
}

#contact-us-layer>.item>div a {
  color: white;
  font-weight: 400;
}

#contact-us-layer>.item>div p {
  margin-bottom: 0;
}

#contact-us-layer>.item>div .textwidget {
  color: white;
}

.as-seen-on {
  background-color: white;
}

.as-seen-on h2 {
  font-weight: 300;
  text-transform: uppercase;
}

.as-seen-on.section-spacer {
  padding-bottom: 10px;
  padding-top: 10px;
}

label.error:empty {
  display: none;
}

.btn-learn-more {
  font-weight: 600;
  opacity: 0;
  overflow: hidden;
  position: relative;
  top: 0.6em;
  -webkit-transition: opacity ease-in-out 250ms !important;
  -moz-transition: opacity ease-in-out 250ms !important;
  -o-transition: opacity ease-in-out 250ms !important;
  transition: opacity ease-in-out 250ms !important;
  z-index: -1;
}

header.scrolled .btn-learn-more {
  display: inline-block;
  opacity: 1;
  z-index: 1;
}

.btn-purple {
  color: white;
  background-color: #814FB2;
  border-color: #794aa8;
}

.btn-purple:focus,
.btn-purple.focus {
  color: white;
  background-color: #673f8f;
  border-color: #39234f;
}

.btn-purple:hover {
  color: white;
  background-color: #673f8f;
  border-color: #5b377e;
}

.btn-purple:active,
.btn-purple.active,
.open>.dropdown-toggle.btn-purple {
  color: white;
  background-color: #673f8f;
  border-color: #5b377e;
}

.btn-purple:active:hover,
.btn-purple.active:hover,
.open>.dropdown-toggle.btn-purple:hover,
.btn-purple:active:focus,
.btn-purple.active:focus,
.open>.dropdown-toggle.btn-purple:focus,
.btn-purple:active.focus,
.btn-purple.active.focus,
.open>.dropdown-toggle.btn-purple.focus {
  color: white;
  background-color: #553476;
  border-color: #39234f;
}

.btn-purple:active,
.btn-purple.active,
.open>.dropdown-toggle.btn-purple {
  background-image: none;
}

.btn-purple.disabled:hover,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple:hover,
.btn-purple.disabled:focus,
.btn-purple[disabled]:focus,
fieldset[disabled] .btn-purple:focus,
.btn-purple.disabled.focus,
.btn-purple[disabled].focus,
fieldset[disabled] .btn-purple.focus {
  background-color: #814FB2;
  border-color: #794aa8;
}

.btn-purple .badge {
  color: #814FB2;
  background-color: white;
}

.btn-purple:focus,
.btn-purple.focus {
  color: white;
  background-color: #673f8f;
  border-color: #39234f;
}

.btn-purple:hover {
  color: white;
  background-color: #673f8f;
  border-color: #5b377e;
}

.btn-purple:active,
.btn-purple.active,
.open>.dropdown-toggle.btn-purple {
  color: white;
  background-color: #673f8f;
  border-color: #5b377e;
}

.btn-purple:active:hover,
.btn-purple.active:hover,
.open>.dropdown-toggle.btn-purple:hover,
.btn-purple:active:focus,
.btn-purple.active:focus,
.open>.dropdown-toggle.btn-purple:focus,
.btn-purple:active.focus,
.btn-purple.active.focus,
.open>.dropdown-toggle.btn-purple.focus {
  color: white;
  background-color: #553476;
  border-color: #39234f;
}

.btn-purple:active,
.btn-purple.active,
.open>.dropdown-toggle.btn-purple {
  background-image: none;
}

.btn-purple.disabled:hover,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple:hover,
.btn-purple.disabled:focus,
.btn-purple[disabled]:focus,
fieldset[disabled] .btn-purple:focus,
.btn-purple.disabled.focus,
.btn-purple[disabled].focus,
fieldset[disabled] .btn-purple.focus {
  background-color: #814FB2;
  border-color: #794aa8;
}

.btn-purple .badge {
  color: #814FB2;
  background-color: white;
}

.btn-magenta {
  color: white;
  background-color: #E9165B;
  border-color: #db1556;
}

.btn-magenta:focus,
.btn-magenta.focus {
  color: white;
  background-color: #ba1249;
  border-color: #670a28;
}

.btn-magenta:hover {
  color: white;
  background-color: #ba1249;
  border-color: #a30f40;
}

.btn-magenta:active,
.btn-magenta.active,
.open>.dropdown-toggle.btn-magenta {
  color: white;
  background-color: #ba1249;
  border-color: #a30f40;
}

.btn-magenta:active:hover,
.btn-magenta.active:hover,
.open>.dropdown-toggle.btn-magenta:hover,
.btn-magenta:active:focus,
.btn-magenta.active:focus,
.open>.dropdown-toggle.btn-magenta:focus,
.btn-magenta:active.focus,
.btn-magenta.active.focus,
.open>.dropdown-toggle.btn-magenta.focus {
  color: white;
  background-color: #9a0f3c;
  border-color: #670a28;
}

.btn-magenta:active,
.btn-magenta.active,
.open>.dropdown-toggle.btn-magenta {
  background-image: none;
}

.btn-magenta.disabled:hover,
.btn-magenta[disabled]:hover,
fieldset[disabled] .btn-magenta:hover,
.btn-magenta.disabled:focus,
.btn-magenta[disabled]:focus,
fieldset[disabled] .btn-magenta:focus,
.btn-magenta.disabled.focus,
.btn-magenta[disabled].focus,
fieldset[disabled] .btn-magenta.focus {
  background-color: #E9165B;
  border-color: #db1556;
}

.btn-magenta .badge {
  color: #E9165B;
  background-color: white;
}

.btn-magenta:focus,
.btn-magenta.focus {
  color: white;
  background-color: #ba1249;
  border-color: #670a28;
}

.btn-magenta:hover {
  color: white;
  background-color: #ba1249;
  border-color: #a30f40;
}

.btn-magenta:active,
.btn-magenta.active,
.open>.dropdown-toggle.btn-magenta {
  color: white;
  background-color: #ba1249;
  border-color: #a30f40;
}

.btn-magenta:active:hover,
.btn-magenta.active:hover,
.open>.dropdown-toggle.btn-magenta:hover,
.btn-magenta:active:focus,
.btn-magenta.active:focus,
.open>.dropdown-toggle.btn-magenta:focus,
.btn-magenta:active.focus,
.btn-magenta.active.focus,
.open>.dropdown-toggle.btn-magenta.focus {
  color: white;
  background-color: #9a0f3c;
  border-color: #670a28;
}

.btn-magenta:active,
.btn-magenta.active,
.open>.dropdown-toggle.btn-magenta {
  background-image: none;
}

.btn-magenta.disabled:hover,
.btn-magenta[disabled]:hover,
fieldset[disabled] .btn-magenta:hover,
.btn-magenta.disabled:focus,
.btn-magenta[disabled]:focus,
fieldset[disabled] .btn-magenta:focus,
.btn-magenta.disabled.focus,
.btn-magenta[disabled].focus,
fieldset[disabled] .btn-magenta.focus {
  background-color: #E9165B;
  border-color: #db1556;
}

.btn-magenta .badge {
  color: #E9165B;
  background-color: white;
}

.home-plan-page-item .plan-page-preview {
  color: white;
}

.home-plan-page-item .plan-page-preview hr {
  border: 1px solid #fff;
}

.home-plan-page-item .plan-page-preview ul {
  padding: 0;
}

.home-plan-page-item .plan-page-preview li {
  /*
      &:before, &:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 0.7em;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        top: -.2em;
      }
      &:before {
        content:"\f061";
        margin-right: 1em;
      }
      &:after {
        content:"\f060";
        margin-left: 1em;
      }
      */
  margin-bottom: 0.75em;
  font-size: 1.7rem;
}

.home-plan-page-item .plan-page-preview li a {
  font-size: 1em;
}

.home-plan-page-item .plan-page-preview li:last-child {
  margin-bottom: 0;
}

.digital-assets-bottom-plans-container,
.digital-assets-top-plans-container {
  background-color: #EEEEEE;
}

.digital-assets-bottom-plans-container hr,
.digital-assets-top-plans-container hr {
  border: 1px solid #3E1C6E;
}

.digital-assets-bottom-plans-container .plan-page-preview,
.digital-assets-top-plans-container .plan-page-preview {
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 5em;
}

@media (min-width: 768px) {

  .digital-assets-bottom-plans-container .plan-page-preview,
  .digital-assets-top-plans-container .plan-page-preview {
    padding: 4em;
    height: 100%;
  }
}

@media (max-width: 767px) {

  .digital-assets-bottom-plans-container .plan-page-preview,
  .digital-assets-top-plans-container .plan-page-preview {
    padding: 3em;
    margin: 15px 0;
  }
}

@media (min-width: 768px) {

  .digital-assets-bottom-plans-container,
  .digital-assets-top-plans-container {
    padding: 5em 0;
  }

  .digital-assets-bottom-plans-container .row,
  .digital-assets-top-plans-container .row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .digital-assets-bottom-plans-container .plan-page-item,
  .digital-assets-top-plans-container .plan-page-item {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.digital-assets-bottom-plans-container .features-section,
.digital-assets-top-plans-container .features-section {
  padding: 0;
}

.digital-assets-bottom-plans-container.have-background .features-main-content,
.digital-assets-top-plans-container.have-background .features-main-content {
  color: white;
}

.home-plan-page-item {
  background-size: cover;
  background-position: top center;
}

@media (min-width: 768px) {
  .home-plan-page-item {
    padding-top: 7em;
    padding-bottom: 7em;
  }
}

@media (max-width: 767px) {
  .home-plan-page-item {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

pre {
  position: relative;
  z-index: 999;
}

.digital-assets-cover-container {
  background-color: #3E1C6E;
  background-position: top center;
  background-size: cover;
  color: white;
  padding-top: 75px;
  margin-top: -75px;
  position: relative;
}

.digital-assets-cover-container>.container {
  clear: both;
}

.digital-assets-cover {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 30em;
  padding-top: 5em;
  padding-bottom: 5em;
}

.digital-assets-cover h3 {
  font-size: 2.2em;
  margin-top: 0;
}

.digital-assets-cover h2 {
  font-size: 3.4em;
  font-weight: 900;
  text-transform: uppercase;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .digital-assets-cover {
    font-size: 0.9em;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .digital-assets-cover {
    font-size: 0.8em;
  }
}

@media (max-width: 767px) {
  .digital-assets-cover {
    font-size: 0.6em;
  }
}

header.main-header.scrolled~.digital-assets-cover-container {
  margin-top: 0px;
}

.section-title h2 {
  font-size: 3.4em;
  font-weight: 900;
  margin-bottom: 1.2em;
  text-align: center;
  text-transform: uppercase;
}

.digital-assets-bottom-plans-container .plan-page-preview {
  border-top: 15px solid #3E1C6E;
}

@media (min-width: 768px) {
  .digital-assets-bottom-plans-container .plan-page-preview {
    padding: 3em;
  }
}

@media (max-width: 767px) {
  .digital-assets-bottom-plans-container .plan-page-preview {
    padding: 2em;
  }
}

.top-plan-content h2,
.top-plan-content p {
  margin: 0;
}

.top-plan-content h2 {
  font-weight: 600;
  color: #3E1C6E;
}

@media (max-width: 991px) {
  .top-plan-content h2 {
    padding-bottom: 0.7em;
  }
}

.top-plan-items h3 {
  font-weight: 800;
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 1em;
}

.top-plan-items p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .top-plan-items div {
    padding-bottom: 2em;
  }
}

.plan-main-content-container {
  position: relative;
}

.plan-main-content-container:after {
  display: block;
  content: '';
  border-top: 2em solid white;
  border-left: 2em solid transparent;
  border-right: 2em solid transparent;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 999;
  width: 4em;
  bottom: -2em;
}

.plan-main-content-container p {
  font-size: 1.2em;
}

.plan-main-content-container hr {
  max-width: 960px;
  margin-top: 2em;
  margin-bottom: 2em;
  border: 1px solid #3E1C6E;
}

@media (min-width: 768px) {
  .plan-main-content-container {
    padding: 4em 0;
  }
}

@media (max-width: 767px) {
  .plan-main-content-container {
    padding: 3em 0;
  }
}

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

.digital-assets-cover p {
  text-align: center;
}

.digital-assets-cover p img {
  display: inline-block;
  margin: 15px;
}

.plan-block-content {
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.plan-block-content h4 {
  margin-bottom: -0.5em;
  font-weight: 700;
  color: #666;
}

.plan-block-content .addthis_tool {
  display: none;
}

.plan-block-content .plan-header {
  margin-left: -15px;
  margin-right: -15px;
  background-color: white;
}

.plan-block-content .plan-header *:first-child {
  margin-top: 0;
}

.plan-block-content .plan-header *:last-child {
  margin-top: 0;
}

.plan-block-content .plan-header h2 {
  font-size: 1.5em;
  font-weight: 900;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  margin-bottom: 0;
}

.plan-block-content .plan-header hr {
  margin: 0;
  width: 100%;
  max-width: 250px;
  margin: auto;
}

.plan-block-content .plan-header strong {
  font-weight: 900;
}

.plan-block-content .plan-header p {
  padding-top: 0.7em;
  padding-bottom: 1.6em;
  line-height: 1.3em;
}

.plan-block-content .plan-content {
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

@media (min-width: 991px) {
  .plan-block-content .plan-content {
    line-height: 39px;
    -webkit-flex-grow: 2;
    flex-grow: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.plan-block-content p {
  font-size: 17px;
  font-weight: 300;
  line-height: 2em;
}

.plan-block-content p:last-child {
  margin-bottom: 0;
}

.plan-block-content .plan-header {
  font-size: 17px;
  font-weight: 300;
  line-height: 20px;
}

.plan-block-content .btn {
  display: block;
  margin-left: -15px;
  margin-right: -15px;
  font-size: 1.8em;
  font-weight: 900;
  letter-spacing: 0.05em;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  margin-bottom: -10px;
}

.plan-block-content .plan-ammount {
  font-size: 3.5em;
  font-weight: 900;
  padding: 0 0 0.5em 0;
  color: #666;
}

.plan-block-content .plan-ammount+h4 {
  margin-top: -1.3em;
  margin-bottom: 1.3em;
}

.plan-block-content .plan-ammount em {
  font-weight: 900 !important;
  font-style: normal;
  font-size: 0.5em;
}

.plan-content-container {
  padding-top: 6em;
  padding-bottom: 8em;
}

.plan-block-1,
.plan-block-2,
.plan-block-3 {
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

@media (min-width: 991px) {

  .plan-block-1,
  .plan-block-2,
  .plan-block-3 {
    width: calc(100%/3);
  }
}

.plan-block-1,
.plan-block-3 {
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {

  .plan-block-1,
  .plan-block-3 {
    margin-left: 2em;
    margin-right: 2em;
  }
}

.plan-block-1 h2 {
  color: #E9165B;
}

.plan-block-1 hr {
  border-color: #E9165B;
}

.plan-block-3 h2 {
  color: #84BA3E;
}

.plan-block-3 hr {
  border-color: #84BA3E;
}

.plan-block-2 {
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .plan-block-2 {
    margin-top: -2em;
    margin-bottom: -2em;
  }
}

@media (max-width: 991px) {
  .plan-block-2 {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 5px;
    margin-right: 5px;
  }
}

.plan-block-2 h2 {
  color: #198bc1;
}

.plan-block-2 hr {
  border-color: #198bc1;
}

@media (min-width: 1200px) {
  .row-flex-center-lg {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .row-flex-stretch-lg {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media (min-width: 992px) {
  .row-flex-center-md {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .row-flex-stretch-md {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.plan-block-header {
  margin-bottom: 7.3em;
}

.plan-block-header h2 {
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.3em;
}

.plan-block-header h3 {
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
}

.plan-block-header h2+h3 {
  margin-top: 0.6em;
}

.have-background {
  background-position: center;
  background-size: cover;
}

.have-background .section-title {
  color: white !important;
}

.page-template-page-no-footer footer,
.page-template-page-no-footer .as-seen-on {
  display: none;
}

#help_checked_options {
  color: white;
  text-align: left;
}

#help_checked_options .help_checked_title {
  text-decoration: underline;
  font-weight: bold;
}

#help_checked_options .help_checked_items span {
  display: block;
  padding-left: 1em;
  position: relative;
}

#help_checked_options .help_checked_items span:before {
  content: '>';
  display: block;
  position: absolute;
  width: 1em;
  height: 100%;
  left: 0.1em;
  top: 0.05em;
}

@media (max-width: 980px) {
  #qlwapp {
    bottom: 66px !important;
    right: 10px !important;
    left: auto !important;
    width: auto !important;
  }

  #qlwapp .qlwapp-toggle {
    margin: 0 !important;
  }
}

.relative {
  position: relative;
}

.container-copyright {
  color: white;
  background: black;
  background-color: black;
  padding: 10px;
  text-align: center;
  position: relative;
}

.copyright-float-left {
  position: absolute;
  right: 0px;
  top: 0px
}

.footer-menu-label {
  text-align: start;
  font-size: 1.5rem;
  font-weight: 500;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: solid 1px #3A3A3A;
}

.footers-menu-containers {
  display: flex;
  flex-direction: row;
}

.footer-menu-1 {
  width: 50%;
  font-size: 0.5em;
}

.footer-menu-2 {
  width: 50%;
  font-size: 0.5em;
}

.footer-menu-1 ul {
  padding: 0px;
  list-style-type: disc;
  list-style-position: inside;
  text-align: start;
}

.footer-menu-2 ul {
  padding: 0px;
  list-style-type: disc;
  list-style-position: inside;
  text-align: start;
}

.footer-menu-1 ul li {
  margin-bottom: 10px;
}

.footer-menu-2 ul li {
  margin-bottom: 10px;
}

.footer-menu-1 ul li::marker {
  margin: 0px;
  font-size: 1.5rem;
  line-height: 18px;
  margin-rigth: 5px
}

.footer-menu-2 ul li::marker {
  margin: 0px;
  font-size: 1.5rem;
  line-height: 18px;
  margin-rigth: 5px
}

.footer-menu-1 a {
  margin-left: 0px;
  line-height: 18px;
  width: 80%
}

.footer-menu-2 a {
  margin-left: 0px;
  line-height: 18px;
  width: 80%
}

.footer-logo-google-especialist {
  margin-bottom: 20px;
}

@media(max-width: 1020px) {
  .copyright-float-left {
    position: relative;
  }
}

@media(max-width: 720px) {
  .footers-menu-containers {
    display: flex;
    flex-direction: column;
  }

  .footer-menu-1 {
    width: 100%;
    font-size: 0.5em;
  }

  .footer-menu-2 {
    width: 100%;
    font-size: 0.5em;
  }

  .copyright-float-left {
    position: relative;
  }

  .footer-menu-1 ul {
    padding: 0px;
    list-style-type: none;
    list-style-position: outside;
    text-align: center;
  }

  .footer-menu-2 ul {
    padding: 0px;
    list-style-type: none;
    list-style-position: outside;
    text-align: center;
  }
}

#google_reviews div div div {
  justify-content: center !important;
}

#google_reviews div div div div {
  flex: 0 0 30%;
}

.wp-google-name a span {
  font-size: 2.5rem !important;
  color: #666666 !important;
}

.wp-google-right .wp-google-powered:nth-child(3) {
  position: absolute !important;
  top: 36% !important;
  right: -9% !important;
}

.title_form_smg {
  font-weight: 900;
  font-size: 3rem;
  margin-bottom: 0px !important;
}

.subtitle_form_smg {
  font-weight: 300;
  font-size: 3rem;
  margin-top: 0px !important;
  margin-bottom: 40px !important;
}

.button_form_smg {
  width: 100% !important;
  background-color: #1B9FDD;
  margin-top: 30px !important;
}

.style_inputs div .form-row .form-group input,
.style_inputs div .form-row .form-group select {
  background: #F7F6F9;
  height: 56px;
  border: 0px;
}

#textarea_1 {
  background: #F7F6F9;
  border: 0px;
  resize: none;
}

.style_inputs div .form-row .form-group select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1.75rem center;
  background-size: 16px 12px;
  appearance: none;
}

.label_form {
  margin-bottom: 15px;
}

.button_form_green {
  font-weight: 700;
  font-size: 12px;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  color: white !important;
  background: #25D366;
  text-decoration-line: none !important;
  overflow: hidden;
  scroll-margin-top: 55px;
  scroll-margin: 55px;
}