/*
Theme Name: InboundCycle Child Theme
Template Theme URI: https://inboundcycle.com/
Author: el equipo de InboundCycle
Template: ic-theme
Description: Plantilla base para el desarrollo de proyectos de inbound marketing.
Version: 1.0.1
*/
@import url("../ic-theme/style.css");
@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,700");

@font-face {
  font-family: 'Tabac';
  font-weight: 700;
  font-style: normal;
  src:
    url("fonts/Tabac/Tabac-Bold-G1.otf") format("otf"),
    url("fonts/Tabac/woff/TabacG1-Bold.woff2") format("woff2");
  font-display: swap;}

@font-face {
  font-family: 'Tabac';
  font-weight: 600;
  font-style: normal;
  src:
    url("fonts/Tabac/Tabac-Semibold-G1.otf") format("otf"),
    url("fonts/Tabac/woff/TabacG1SemiBold.woff2") format("woff");
  font-display: swap;}

@font-face {
  font-family: 'Tabac';
  font-weight: 500;
  font-style: normal;
  src:
    url("fonts/Tabac/Tabac-Regular-G1.otf") format("otf"),
    url("fonts/Tabac/woff/TabacG1.woff2") format("woff");
  font-display: swap;}

/* Montserrat  */
@font-face {
  font-family: 'Montserrat';
  font-weight: 300;
  font-style: normal;
  src:
    url("fonts/Montserrat/Montserrat-ExtraLight.ttf") format("otf"),
    url("fonts/Montserrat/woff/Montserrat-ExtraLight.woff2") format("woff2");
  font-display: swap;}

@font-face {
  font-family: 'Montserrat';
  font-weight: 400;
  font-style: normal;
  src:
    url("fonts/Montserrat/Montserrat-Light.ttf") format("otf"),
    url("fonts/Montserrat/woff/Montserrat-Light.woff2") format("woff2");
  font-display: swap;}

@font-face {
  font-family: 'Montserrat';
  font-weight: 500;
  font-style: normal;
  src:
    url("fonts/Montserrat/Montserrat-Regular.ttf") format("otf"),
    url("fonts/Montserrat/woff/Montserrat-Regular.woff2") format("woff2");
  font-display: swap;}

@font-face {
  font-family: 'Montserrat';
  font-weight: 600;
  font-style: normal;
  src:
    url("fonts/Montserrat/Montserrat-SemiBold.ttf") format("otf"),
    url("fonts/Montserrat/woff/Montserrat-SemiBold.woff2") format("woff2");
  font-display: swap;}

@font-face {
  font-family: 'Montserrat';
  font-weight: 700;
  font-style: normal;
  src:
    url("fonts/Montserrat/Montserrat-Bold.ttf") format("otf"),
    url("fonts/Montserrat/woff/Montserrat-Bold.woff2") format("woff2");
  font-display: swap;}


body {
  font-family: "Montserrat";
  font-size: 16px;
  color: #000000; }

a {
  color: #000000; }

a:hover {
  color: #666666;
  text-decoration: none; }

h1, h2, h3, h4, h5 {
  font-family: "Tabac";
  font-weight: 700;
  color: #000000; }

h1.lead{
    font-family: inherit;
    color: inherit;
    margin-top: 0px;
}

body.customize-support > header > .navbar {
  padding-bottom: 0px !important; 
}

body > header .blog-navbar {
  background: #EE2737 !important;
  padding-top: 5px !Important;
  padding-bottom: 0px; }

label a{
  text-decoration: underline
}

.navbar-brand {
  height: 80px;
  width: 430px; }
  .navbar-brand img {
    width: 100% !important;
    height: auto !important; }

.navbar-right {
  margin-top: 20px; }
  .navbar-right li a {
    font-family: "Montserrat";
    color: #ffffff !important;
    font-weight: 400 !important;
    font-size: 16px; }
  .navbar-right li.active a {
    background: transparent !important;
    text-indent: 5px; }
  .navbar-right li.active a:before {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-size: 12px;
    color: #ffffff;
    float: left !important; }

.secondary-menu {
  margin: 10px 0px 0px;
  width: 100%;
  height: 90px;
  display: block;
  background: #f1f1f1; }

  .secondary-menu::before {
    content: '';
    position: absolute;
    top: calc(100% - 42px);
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
  }

  .secondary-menu .navbar-categories {
    display: block;
    width: 100%;
    max-width: 1170px;
    margin: 0px auto;
  }
    .secondary-menu .navbar-categories > ul {
      float: none;
      margin: 0px auto !important;
      display: flex;
      justify-content: center !important;
    }
      .secondary-menu .navbar-categories > ul li {
        padding: 15px 30px 10px;
      }
        .secondary-menu .navbar-categories > ul li a {
          background: #f3f3f3 !important;
          font-family: "Montserrat";
          color: #000000 !important;
          font-weight: 400 !important;
          font-size: 14px;
          padding: 0px 0px 3px;
        }
      .secondary-menu .navbar-categories > ul li.red-button a,
      .secondary-menu .navbar-categories > ul li.red-button.active a {
        color: #EE2737!important;
      }
      .secondary-menu .navbar-categories > ul li.active a {
        background: #f3f3f3 !important;
        font-family: "Montserrat";
        color: #000000 !important;
        border-bottom: 1px solid #EE2737; }

.navbar-nav > li > .dropdown-menu {
  background: #f3f3f3 !important;
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-bottom: 0px !important; }
  .navbar-nav > li > .dropdown-menu li {
    text-align: left;
    padding: 5px 10px; }
    .navbar-nav > li > .dropdown-menu li a {
      border-bottom: 1px solid #000000;
      padding: 0px 0px 5px; }

@media (max-width: 1380px) {
  .navbar-nav > li.menu-item-11432 > .dropdown-menu li {
    padding: 5px 8px; 
  }
}

@media (max-width: 1250px) {
  .navbar-nav > li.menu-item-20301 > .dropdown-menu li a {
    font-size: 13px;
  }
  .navbar-nav > li.menu-item-20301 > .dropdown-menu li {
    padding: 5px 5px !important;
  }
}

@media (max-width: 1160px) {
  .navbar-nav > li.menu-item-20301 > .dropdown-menu {
    display: none !important;
    width: 100%;
    left: 0;
    transform: none;
    position: static;
  }
  .secondary-menu .navbar-categories > ul li {
    padding: 13px 10px;
  }
  .secondary-menu {
    height: 45px;
  }
  .secondary-menu::before {
    display: none;
  }
}

@media (max-width: 820px) and (min-width: 768px) {
  .secondary-menu .navbar-categories > ul li {
   padding: 13px 6px !important;
  }
 }
 
  /*.navbar-nav > li > .dropdown-menu li:last-child a {
    border-bottom: 0px solid #000000; }*/

    .navbar-nav li > .dropdown-menu > li:last-child > a {
      border-bottom: 0px solid #000000 }

    .navbar-nav > li > .dropdown-menu li:hover > ul {
      display: block }

    .navbar-nav > li > .dropdown-menu li > ul {
      right: 100%;
      left: auto;
      top: 0;
      background: #f3f3f3 !important;
      margin-top: 0;
      padding-bottom: 0px !important }

/* local item-20788 */
/* PRO item-20301 */
.navbar-nav > li.categoria-oculto > .dropdown-menu {

  display: inline-flex;
  background: transparent !important;
  width: max-content;
  box-shadow: none;
  border: 0;
  padding-top: 5px;
  position: absolute;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-37%); }

  .navbar-nav > li.categoria-oculto > .dropdown-menu li {
    padding: 5px 10px;}

    .navbar-nav > li.categoria-oculto > .dropdown-menu li a {
      border: 0;
      padding-bottom: 0;
      font-size: 13px; }

@media (max-width: 480px) {
  .logotype {
    max-width: 80%;
    margin-bottom: 10px;
    margin: 0px; }

  .navbar-brand {
    margin-bottom: 0px !important; }

  .navbar-toggle {
    float: right;
    margin-top: 0px;
    margin-right: 20px; }

  }
@media (max-width: 768px) {
  .secondary-menu {
    display: none !important; 
  }

  .secondary-menu.in {
    display: block !important;
  }
  
  .secondary-menu.in ul {
    flex-flow: column;
  }

  .secondary-menu .navbar-categories > ul li {
    background: #f3f3f3 !important 
  }

  .secondary-menu ul.navbar-nav li.dropdown .dropdown-menu {
    display: none;
  }
  .secondary-menu ul.navbar-nav li.dropdown.open .dropdown-menu {
    display: flex;
  }
  
  .navbar-nav > li.categoria-oculto > .dropdown-menu {
    display: flex;
    width: 100%;
    left: 0;
    transform: none;
    position: static;
  }
  .navbar-nav > li.categoria-oculto.open > .dropdown-menu {
    display: block;
  }
  .secondary-menu .navbar-categories > ul li {
    background: #f1f1f1 !important;
  }
}

@media (min-width: 1160px) {
  .secondary-menu .navbar-categories>ul > li.categoria-oculto > a {
    display: none;
  }

  .secondary-menu .navbar-categories>ul > li.categoria-oculto {
    padding: 0;
  }
}

/*--- End Solo para desktop ---*/

.hero-caption {
  padding: 230px 20px 70px 20px; }
  .hero-caption .container {
    width: 90% !important;
    max-width: 1170px !important;
    padding: 60px 0; }
    .hero-caption .container .blog-title {
      font-family: "Tabac";
      font-weight: 500;
      font-size: 80px !important; }
      .hero-caption .container .blog-title a {
        font-family: "Tabac";
        font-weight: 500;
        font-size: 116px !important;
        color: #ffffff; }
    .hero-caption .container .blog-subtitle {
      font-size: 29px !important; }
    .hero-caption .container a.btn-head{
      color: #fff;
      display: inline-block;
      padding: 20px;
      background: #EE2737;
      border: solid 2px #fff;
      font-weight: bold;
      transition: .3s;
    }
    .hero-caption .container a.btn-head:hover{
      background: #bd202c;
    }
    .hero-caption .container a.btn-head i.fa{
      transition: .3s;
      color: #25282a;
    }
    .hero-caption .container a.btn-head:hover i.fa{
      transform: translate(5px);
    }

.hero-caption-single {
  padding: 165px 20px 40px 20px !important; }
  .hero-caption-single .container .blog-title {
    font-size: 76px !important; }
    .hero-caption-single .container .blog-title a {
      color: #ffffff !important;
      font-size: 76px !important; }

/*------ hero-caption responsive -------*/
@media (max-width: 480px) {
  .hero-caption {
    padding: 260px 20px 50px 20px; }
    .hero-caption .container {
      width: 90% !important;
      max-width: 1170px !important; }
      .hero-caption .container .blog-title {
        font-family: "Tabac";
        font-weight: 500;
        font-size: 46px !important; }
        .hero-caption .container .blog-title a {
          font-family: "Tabac";
          font-weight: 500;
          font-size: 46px !important;
          color: #ffffff; }
      .hero-caption .container .blog-subtitle {
        font-size: 29px !important; } }
/*---------- listado de posts -----------*/
.post-item .post-header h2 {
  font-family: "Tabac";
  font-weight: 500;
  font-size: 45px; }
  .post-item .post-header h2 a {
    font-family: "Tabac"; 
    font-weight: 500;
    font-size: 32px; }
.post-item .post-meta {
  margin: 0px 0px 15px !important; }
  .post-item .post-meta .meta-date {
    margin-top: 3px !important;
    padding-left: 0px !important;
    font-size: 13px;
    color: #000000; }
    .post-item .post-meta .meta-date time {
      color: #000000;
      font-family: "Montserrat";
      font-weight: bold; }
  .post-item .post-meta .meta-author {
    margin-left: 2px !important;
    border-left: 0px !important;
    margin-top: 3px !important;
    padding-left: 0px !important;
    font-size: 13px; }
    .post-item .post-meta .meta-author :before {
      content: ' por '; }
    .post-item .post-meta .meta-author img {
      display: none; }
  .post-item .post-meta .ic-social-icons {
    width: 230px !important; }
    .post-item .post-meta .ic-social-icons button {
      margin: 0px 4px;
      width: 25px;
      height: 25px;
      padding: 0px !important;
      background-color: #ffffff !important;
      color: #000000;
      border-radius: 25px !important;
      border: 1px solid #000000 !important; }
      .post-item .post-meta .ic-social-icons button i {
        color: #000000; }
      .post-item .post-meta .ic-social-icons button span {
        display: none; }
    .post-item .post-meta .ic-social-icons button:hover {
      background: #000000 !important; }
      .post-item .post-meta .ic-social-icons button:hover i {
        color: #ffffff; }
  .post-item .post-meta .ic-social-icons:before {
    content: "Compartir  \f1e0";
    font-family: "FontAwesome", "Tabac";
    font-weight: 600;
    font-size: 16px;
    font-weight: lighter;
    float: left;
    margin-right: 10px;
    padding-top: 3px; }
.post-item .col-sm-5 img {
  border-top: 2px solid #EE2737; }
.post-item .post-content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4; }
.post-item .post-content > a {
  color: #EE2737 !important; }
.post-item .post-footer a.read-more {
  background: #EE2737;
  color: #ffffff !important;
  border-radius: 0px !important;
  font-family: "Tabac";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  padding: 8px 25px;
  border: 2px solid #EE2737; }
.post-item .post-footer a.read-more:hover {
  background: #fff;
  color: #EE2737 !important; }

@media (max-width: 480px) {
  .post-item .ic-social-icons {
    width: 230px !important;
    float: left !important;
    margin-top: 10px; } }
/*--------- paginador ------------*/
.pagination .pages {
  display: none; }
.pagination a {
  color: #000000 !important;
  border: 0px !important; }
.pagination .current {
  color: #EE2737;
  border: 0px !important; }

/*--------- sidebar ------------*/
aside {
  padding-top: 20px !important; }
  aside .widget {
    padding: 0px 0px 20px 0px;
    background: #f1f1f1; }
    aside .widget .widget-title {
      padding-top: 12px;
      background: #EE2737;
      color: #ffffff;
      text-indent: 20px;
      border: 0px !important;
      font-weight: 400; }
    aside .widget img {
      width: 100%;
      height: auto; }
  aside .widget_recent_entries {
    background: #ffffff !important; }
    aside .widget_recent_entries .widget-title {
      background: #ffffff;
      color: #000000;
      text-transform: uppercase;
      font-size: 24px !important;
      padding-bottom: 0px;
      font-weight: 400; }
    aside .widget_recent_entries ul {
      list-style: none;
      padding: 0px !Important;
      width: 100% !important; }
      aside .widget_recent_entries ul li {
        background: #000000;
        width: 100%;
        margin-bottom: 20px; }
        aside .widget_recent_entries ul li a {
          display: block;
          font-size: 15px;
          padding: 10px;
          width: 100%;
          color: #ffffff !important; }
        aside .widget_recent_entries ul li .post-date {
          background: #f1f1f1;
          width: 100%;
          display: block;
          padding: 5px 10px; }
  aside .widget_search {
    background: #C2C2C1; }
    aside .widget_search .widget-title {
      background: #C2C2C1;
      color: #000000;
      padding-top: 15px;
      padding-bottom: 0px;
      font-weight: 400; }
    aside .widget_search form {
      padding: 0px 20px; }
    aside .widget_search button {
      border: 0px;
      background: #ffffff; }
      aside .widget_search button i {
        color: #555; }
  aside .widget_tag_cloud div {
    padding: 0px 20px; }

/*--------- single --------------*/
.breadcrumb {
  background: #ffffff !important;
  padding: 0px; }

.post-body .post-header h1 {
  font-family: "Tabac";
  font-weight: 500;
  font-size: 57px; }
.post-body .post-meta {
  margin: 00px 0px 15px !important; }
  .post-body .post-meta img {
    width: 100% !important;
    margin-bottom: 20px; }
  .post-body .post-meta .meta-author {
    margin-top: 3px !important;
    padding-left: 0px !important;
    font-size: 13px; }
    .post-body .post-meta .meta-author :before {
      content: 'Publicado por '; }
    .post-body .post-meta .meta-author img {
      display: none; }
  .post-body .post-meta .ic-social-icons {
    width: 235px !important;
    float: right;
    display: block; }
    .post-body .post-meta .ic-social-icons button {
      margin: 0px 4px;
      width: 25px;
      height: 25px;
      padding: 0px !important;
      background-color: #ffffff !important;
      color: #000000;
      border-radius: 25px !important;
      border: 1px solid #000000 !important; }
      .post-body .post-meta .ic-social-icons button i {
        color: #000000; }
      .post-body .post-meta .ic-social-icons button span {
        display: none; }
    .post-body .post-meta .ic-social-icons button:hover {
      background: #000000 !important; }
      .post-body .post-meta .ic-social-icons button:hover i {
        color: #ffffff; }
  .post-body .post-meta .ic-social-icons:before {
    content: "Compartir  \f1e0";
    font-family: "FontAwesome", "Tabac";
    font-weight: 600;
    font-size: 16px;
    font-weight: lighter;
    float: left;
    margin-right: 10px;
    padding-top: 3px; }
.post-body .post-content {
  margin-top: 30px;
  font-size: 15px; }
  .post-body .post-content img {
      /*width: 100%;*/
     }
    .post-body .post-content img.aligncenter{
        display: block;
    }
  .post-body .post-content p {
    line-height: 1.7;
    margin-bottom: 10px; }
  .post-body .post-content > p:first-child::first-letter {
    color: #EE2737 !important;
    font-size: 95px !important;
    float: left !important;
    margin-bottom: 0px !important;
    padding: 0px !important;
    line-height: 75px; }
  .post-body .post-content a,
  .post-body section a{
    color: #EE2737 !important; }
  .post-body .post-content strong a {
    color: #EE2737 !important; }
  .post-body .post-content ul {
    margin: 20px 0px; }
    .post-body .post-content ul li {
      margin-bottom: 20px; }



/*--------- optinmonster form -----------*/
.post-content .jupiter-optin-visible .mauticform-label {
  margin-bottom: 5px!important;
  display: inline-block!important;
}

.mauticform-label {
  font-size: 14px!important;
}

.mauticform-freetext[name="mauticform[texto_legal]"] {
  overflow: scroll;
  max-height: 100px;
  border: 1px solid #c3c3c3;
  padding: 10px;
  font-size: 12px;
  font-weight: 200;
  line-height: 16px;
}

.post-content .jupiter-optin-visible .mauticform_wrapper input[type="checkbox"] {
  display: inline-block!important;
  margin-right: 3px!important;
  vertical-align: text-top!important;
}

.post-content .jupiter-optin-visible .mauticform_wrapper button[type=submit] {
  margin-top: 10px!important;
}

.post-content .jupiter-optin-visible .mauticform_wrapper .mauticform-row {
  margin-bottom: 0px!important;
}

.ic-form-wrapper .mauticform-row {
  margin-bottom: 10px;
}

/*--------- Social icons --------------*/
ul.ic-social-icons-container {
  display: inline-block;
}

.share-module-wrapper .ic-social-icons-share .ic-social-icons-share-item button i {
  margin: 0!important;
  font-size: 16px;
}

.share-module-wrapper .ic-social-icons.ic-social-icons-md .button {
  width: 40px;
  height: 40px;
  padding: 0!important;
  background-color: #fff!important;
  color: #000;
  border-radius: 50% !important;
  border: 1px solid #000!important;
}

.share-module-wrapper .ic-social-icons.ic-social-icons-md .button:hover {
  background-color: #000!important;
  color: #fff;
}

/* Responsive ------- */
@media ( max-width: 580px ) {
  .share-module-wrapper {
    margin: 0;
  }
}
/* end */

/*--------- panel zone --------------*/
.panel {
  border: 0px !important;
  background: #ffffff !important; }
  .panel .panel-heading {
    background: #ffffff !important;
    border-bottom: 2px solid #666666;
    margin-bottom: 20px;
    padding: 10px 0px; }
    .panel .panel-heading .panel-title {
      font-size: 25px; }

/*--------- panel author --------------*/
.post-author-avatar-wrapper img {
  max-width: 200px;
  height: auto; }

.post-author-content-wrapper .post-author-name {
  font-family: "Tabac";
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 32px !important;
  line-height: 1; }
.post-author-content-wrapper .post-author-position {
  color: #EE2737;
  font-size: 18px; }

.post-author-content-wrapper .post-author-description {
  font-weight: 400 !important;
  margin-top: 20px; }

.post-author-content-wrapper .post-author-description a{
  font-weight: 500; }

.post-author-content-wrapper .post-author-position{
  margin-top: 20px }

/*--------- Page  author --------------*/
.page-author  {
  margin-top: 80px;
}

.page-author .page-author-item .post-author-name {
  font-size: 34px;
  font-weight: 400;
  font-family: "Tabac";
  font-weight: 500;
  color: #25282a;
  margin-bottom: 0;
}

.page-author .page-author-item .post-author-position.text-muted {
  color: #25282a;
  font-size: 20px;
  font-weight: 700;
  line-height: 110%;
}

.page-author .page-author-item .post-author-description {
  font-size: 16px;
  font-weight: 200;
  margin-top: 30px;
}

.page-author .page-author-item {
  max-width: 1040px;
  border-bottom: 1px solid #003250;
  padding-bottom: 40px;
  margin-bottom: 70px;
}

.page-author .page-author-item .author-avatar img {
  max-width: 100%;
  height: auto;
}

.page-author .page-author-item .post-author-link a {
  font-family: "Tabac";
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #ee2737;
  text-align: center;
  padding: 15px 0;
  display: block;
  color: #fff;
  border: 2px solid #ee2737;
  transition: .3s;
}

.page-author .page-author-item .post-author-link a:hover {
  background-color: #fff;
  color: #ee2737;
}
/*--------- comments zone --------------*/
.panel-default-post-comments .media {
  padding: 10px !important;
  border: 1px solid #000000 !important; }

.post-comments-list-author a {
  font-family: "Tabac";
  font-weight: 500;
  font-size: 24px; }

.post-comments-list-date {
  color: #EE2737; }
  .post-comments-list-date .label {
    display: none; }

.media > .media-left {
  display: none !important; }

/*--------- comments form --------------*/
input, textarea {
  border-radius: 0px !important;
  border: 2px solid #989797; }

input[type="submit"] {
  background: #3C3C3B;
  color: #fff;
  padding: 8px 25px;
  float: right;
  border: 2px solid #3C3C3B; }

input[type="submit"]:hover {
  background: #ffffff;
  color: #3C3C3B;
  padding: 8px 25px;
  float: right; }

/* @group Sticky ------------------------------------------- */

#ic-sticky-relative {
  position: relative;
}

#ic-sticky {
  position: absolute;
  transition: 0s;
  z-index: 1;
}

#ic-sticky-wrapper {
  position: absolute;
  width: 100%;
}

.space {
  margin-top: 70px;
}

/* Responsive -------------------------------------------------- */
@media (max-width: 767px) {

  #ic-sticky-relative,
  #ic-sticky,
  #ic-sticky-wrapper {
    position: relative;
  }
}

/*--------- footer --------------*/
footer {
  background: #434343 !important; }
  footer .col-xs-12, footer .col-sm-3, footer .col-sm-4 {
    text-align: center;
    margin-bottom: 20px; }
    footer .col-xs-12 .footer-logotype, footer .col-sm-3 .footer-logotype, footer .col-sm-4 .footer-logotype {
      max-width: 140px; }
    footer .col-xs-12 .subfooter, footer .col-sm-3 .subfooter, footer .col-sm-4 .subfooter {
      margin-top: 30px;
      border-top: 0.5px solid #ffffff;
      padding-top: 30px; }
    footer .col-xs-12 a, footer .col-sm-3 a, footer .col-sm-4 a {
      color: #ffffff !important; }
    footer .col-xs-12 p, footer .col-sm-3 p, footer .col-sm-4 p {
      color: #ffffff !important;
      font-size: 13px; }
    footer .col-xs-12 .footer-logotype, footer .col-sm-3 .footer-logotype, footer .col-sm-4 .footer-logotype {
      width: 200px;
      height: auto !important; }
    footer .col-xs-12 #menu-pie-de-pagina, footer .col-sm-3 #menu-pie-de-pagina, footer .col-sm-4 #menu-pie-de-pagina {
      text-align: center;
      color: #ffffff !important; }
      footer .col-xs-12 #menu-pie-de-pagina a, footer .col-sm-3 #menu-pie-de-pagina a, footer .col-sm-4 #menu-pie-de-pagina a {
        color: #ffffff !important; }
      footer .col-xs-12 #menu-pie-de-pagina .social-icons-list-item, footer .col-sm-3 #menu-pie-de-pagina .social-icons-list-item, footer .col-sm-4 #menu-pie-de-pagina .social-icons-list-item {
        border: 1px solid #fff !important; }

body > footer .social-icons-lists {
  text-align: center; }
  body > footer .social-icons-lists li.social-icons-list-item {
    border-radius: 25px !important;
    border: 1px solid #ffffff !important; }

    .footer-logo{
      max-width: 260px;
      width: 100%;
    }
    
    .footer-logo img{
      width: 100%;
    }
    
    .prefooter .logo{
      display: flex;
      align-items: center;
    }
    
    .prefooter{
      margin-bottom: 45px;
    }

/*------------- 404 -----------------*/
.header-404 .navbar {
  border-bottom: 0px !important; }
.header-404 .hero-caption {
  padding: 175px 0px 55px 20px; }

.blog-title-404 {
  font-family: "Tabac";
  font-weight: 500;
  color: #ffffff !important;
  font-size: 72px !important;
  margin-top: 0px !important; }

.blog-subtitle-404 {
  font-family: "Tabac";
  font-weight: 500;
  color: #ffffff !important;
  font-size: 24px !important;
  margin-top: 0px !important; }

.template-404 .main-content-404 {
  padding-bottom: 50px !important;
  padding-top: 50px  !important;
  border-bottom: 0px !important; }
  .template-404 .main-content-404 .form-group {
    width: 100%; }
    .template-404 .main-content-404 .form-group input {
      width: 80%;
      font-size: 16px;
      padding: 18px 12px !important;
      background: #f1f1f1;
      color: #333333;
      border: 0px !important; }
    .template-404 .main-content-404 .form-group button {
      height: 36px !important;
      max-height: none;
      background: #f1f1f1;
      font-family: "Tabac";
      font-weight: 600;
      color: #333333;
      margin: 0px;
      font-size: 16px;
      border-radius: 0px;
      padding: 6px 20px;
      margin-left: -5px;
      border: 0px !important;
      border-top: #999 !important; }

.latest-posts div.col-sm-4 .meta-date {
  display: none; }
.latest-posts div.col-sm-4 h4 {
  font-family: "Tabac";
  font-weight: 500; }
.latest-posts div.col-sm-4 img {
  max-width: 100%; }
.latest-posts div.col-sm-4 .read-more {
  display: none;
  background: #EE2737;
  font-family: "Tabac";
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  border: 2px solid #EE2737;
  border-radius: 0px !important;
  padding: 6px 30px; }
/*------ landing pages quizz ------*/
.template-landing.landing-form-bottom .hero {
  background-image: none !important;
}
.template-landing.landing-form-bottom .hero:before {
  display: none;
}
.ic-quiz-result-content pre {
  background: transparent;
  border: 0;
}
.ic-quiz-result-content a {
  background: #ee2737;
  color: #fff !important;
  font-family: "Montserrat";
  font-size: 16px;
  display: inline-block;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: -20px;
  font-weight: bold;
}
.ic-quiz-result-content a:hover {
  background: #bd202c;
}
.ic-quiz-result-count,
.ic-quiz-result-count-listing {
  display: none;
}
.ic-quiz-body {
  display: flex;
  overflow: hidden;
}
#ic-quiz .ic-quiz-question {
  flex-shrink: 0;
  width: 100%;
}
.fechas-container-wrapper {
  display: flex;
  justify-content: center;
  grid-gap: 40px;
}
.fechas-container-wrapper .arrow {
  height: 30px;
  width: 30px;
  cursor: pointer;
  transition: all 300ms;
}
.fechas-container-wrapper .arrow:hover {
  transform: scale(1.2);
}
.landing-form-bottom .landing-form-left .landing-body .row .col-sm-4 {
  width: 100%;
}
.landing-form-bottom .landing-form-left .landing-body .row .col-sm-4 img{
  margin: 0 auto;
}
.hide-type-quiz {
  display: none;
}
@media (max-width: 520px){
  #ic-quiz .ic-quiz-question-answers .ic-quiz-radio .ic-quiz-radio-label .ic-quiz-radio-label-text {
      margin: 0;
  }
  .fechas-container-wrapper {
    grid-gap: 80px;
  }
}
/*------ landing pages ------*/
.template-landing .hero {
  padding: 120px 20px 50px;
  margin-bottom: 40px;
  position: relative;
}

.template-landing .hero:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
}

.template-landing .hero-column-left {
  text-align: left;
}

.template-landing h1 {
  font-size: 42px;
  line-height: 52px;
  font-weight: 400;
  text-align: center;
  padding: 20px 15px 0;
}

.template-landing .container.ebook h1 {
  font-size: 34px;
  line-height: 42px;
  text-align: center;
  background: #ee2737;
  padding: 20px;
}

.template-landing .hero-column-left .lead {
  font-size: 21px;
  font-weight: 500;
  background: #EE2737;
  display: inline-block;
  color: #fff;
  padding: 10px 30px;
}

.template-landing .hero-column-left .ebook-img img {
  width: auto;
  max-height: 450px;
}

.template-landing .landing-sidebar {
  position: static;
}

.template-landing .form-wrapper {
  background: #fff;
  border: none;
  border-radius: 4px;
  box-shadow: 0 10px 30px 0px #0003;
}
.template-landing .mauticform-label {
  margin-bottom: 0;
}

.form-wrapper .lead {
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 0;
}

.form-wrapper .form-title {
  font-size: 20px;
  text-align: left;
  margin-bottom: 10px;
}

.form-wrapper .form-intro {
  text-align: left;
  font-size: 14px;
  line-height: 22px;
}

.template-landing .landing-sidebar {
  padding: 30px;
}

.template-landing .landing-sidebar .ic-form-wrapper {
  background: none;
  text-align: left;
}

.template-landing .landing-sidebar .ic-form-wrapper .mauticform-input,
.template-landing .landing-sidebar .ic-form-wrapper form .mauticform-selectbox {
  width: 100%;
  padding: 0px 10px;
  height: 45px;
  border: 1px solid #222;
  border-radius: 2px!important;
  font-size: 14px;
  color: #000;
  margin-bottom: 0;
  outline: none;
}

.mauticform-selectbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 10px;
  cursor: pointer;
}

.mauticform-select {
  position: relative;
}

.mauticform-select:after {
  position: absolute;
  content: '\f0d7';
  font-family: 'FontAwesome';
  height: 100%;
  line-height: 46px;
  right: 12px;
  pointer-events: none;
}

.template-landing .ic-form-wrapper form button {
  font-size: 17px!important;
  background: #EE2737;
  color: #fff;
  border: none!important;
  transition: .3s;
}

.template-landing .ic-form-wrapper form button:hover {
  background: #EE2737;
  color: #fff;
  box-shadow: 0 2px 15px rgba(0,0,0,.3);
  transform: translateY(-5px);
}

.ic-landing-template-default > footer {
  margin-top: 0;
}

 /* responsive ---------------- */
@media ( min-width: 769px ) {

}

@media ( max-width: 768px ) {
  .template-landing .hero {
    padding: 60px 20px 50px;
  }

  .template-landing .hero .hero-column-left {
    padding-top: 60px;
  }

  .template-landing .container.ebook .hero-column-left {
    text-align: center;
  }

  .template-landing .hero-column-left .ebook-img {
    display: inline-block;
    text-align: center;
    margin-bottom: 40px;
  }
}

 @media ( max-width: 580px ) {
  .template-landing .hero {
    padding: 80px 0 30px;
  }

  .template-landing .col-sm-6.hero-column-left {
    /* margin-bottom: 20px; */
  }

  .template-landing .hero-column-left .ebook-img img {
    max-height: 350px;
  }

  .template-landing .landing-sidebar {
    padding: 30px 15px;
  }

  .template-landing .landing-sidebar .ic-form-wrapper form {
    padding: 0;
  }

  .template-landing .col-sm-6.content-wrapper {
    padding: 30px 15px 0;
  }

  .template-landing .landing-sidebar .ic-form-wrapper form button, 
  .template-landing .ic-form-wrapper form button {
    padding: 10px !important;
    margin: 0!important;
    box-sizing: border-box;
  }
 }

/*------ landing pages BOFU ------*/

.BOFU-sidebar .form-title,
.BOFU-sidebar .form-intro {
  display: none;
}

.BOFU-modulo {
  border-top: 1px solid #EE2737;
  margin: 40px 0;
  padding: 40px 0;
  position: relative;
}

.BOFU-title {
  text-align: center;
  margin-bottom: 40px;
  width: 100%;
  font-size: 40px;
}

.btn-content {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.BOFU-modulo .btn-cta {
  background: #EE2737;
  padding: 10px 15px;
  box-sizing: content-box;
  width: auto;
  color: #fff !important;
  border-radius: 0px;
  font-family: "Montserrat";
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  border: 2px solid #EE2737;
  margin: 0px auto 0;
  display: inline-block;
}
.BOFU-modulo .btn-cta:hover {
  background: #ffffff !important;
  color: #EE2737 !important;
}

.BOFU-media {
  margin-top: 80px;
}
.BOFU-img {
  max-width: 100%;
}
.BOFU-media-text {
  margin-top: 80px;
  text-align: center;
}

.embed-container { 
  position: relative; 
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed,
.embed-container .rll-youtube-player { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.BOFU-logos .BOFU-title {
  margin-bottom: 40px;
}
.BOFU-modulo.BOFU-logos .btn-cta {
  margin-top: 30px;
}
.BOFU-list-logos {
  display: flex;
  flex-wrap: wrap;
}
.BOFU-list-logos .col-sm-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}
.BOFU-list-logos .BOFU-img {
  max-width: 90%;
  max-height: 180px;
}
.masterCarrusel {
  float:left;
  width:100%;
  overflow:hidden;
  height:500px;
  position:relative;
  margin-top:20px;
  margin-bottom:20px;
}
.masters.carrusel {
  width: 4000px;
  left: 0px;
  position: absolute;
  z-index: 0;
}
.BOFU-masters .left-arrow,
.BOFU-masters .right-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -20px;
  transition: all .3 ease-in-out;
}
.BOFU-masters .left-arrow {
  left: -80px;
}
.BOFU-masters .right-arrow {
  right: -80px;
}
.BOFU-masters .left-arrow:hover,
.BOFU-masters .right-arrow:hover {
  opacity: .45;
}
.BOFU-masters .masters {
  display: inline-flex;
  flex-wrap: wrap;
}
.BOFU-masters .masters > div {
  margin-bottom: 40px;
  display: inline-block;
  max-width: 390px;
}
.BOFU-masters .masters > div a {
  height: 100%;
  display: block;
}
.BOFU-masters .masters-image {
  background-color: #f1f1f1;
  height: 210px;
  position: relative;
}
.BOFU-masters .masters-image img {
  max-width: 260px;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto 0px auto;
}
.BOFU-masters .masters-content {
  background-color: #f1f1f1;
  padding: 20px 20px 30px;
  height: calc(100% - 210px);
}
.BOFU-masters .masters-content h3 {
  margin-top: 0;
}
.BOFU-masters a:hover h3 {
  color: #666;
}

.BOFU-servicios .servicios {
  display: inline-flex;
  flex-wrap: wrap;
}
.servicios-card {
  text-align: center;
  display: inline-block;
  padding: 20px 40px;
}
.servicios-card_img {
  height: 150px;
  width: 100%;
  max-width: 100%;
  max-height: 100px;
  border-radius: 0px;
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
.servicios-card_img img {
  position: absolute;
  height: 100%;
  max-height: 100px;
  object-fit: cover;
}
.servicios-card_title {
  color: #EE2737;
}

.BOFU-opiniones .opiniones .opiniones-card {
  padding: 40px 20px;
  text-align: center;
}
.opiniones-card_author {
  margin-top: 15px;
}
@media (max-width: 768px){
  .BOFU-masters .masters {
    margin-left: -2px;
  }
  .BOFU-masters .left-arrow {
    left: -8px;
  }
  .BOFU-masters .right-arrow {
    right: -8px;
  }
}
@media (max-width: 520px){
  .BOFU-masters .col-sm-4,
  .BOFU-list-logos .col-sm-3 {
    margin-bottom: 30px;
  }
  .embed-container {
    margin-bottom: 30px;
    width: 350px;
  }
  .BOFU-list-logos .BOFU-img {
    max-width: 70%;
  }
}


/*------ thank you pages ------*/
.typ-header .hero-caption {
  padding: 115px 20px 0px 20px !important;
  border-bottom: 4px solid #EE2737 }
  .typ-header .hero-caption .container {
    position: relative; }
    .typ-header .hero-caption .container .blog-title-typ {
      font-family: "Tabac";
      font-weight: 500;
      color: #ffffff !important;
      font-size: 72px !important;
      margin-top: 0px !important;
      text-align: center;
      max-width: 1170px;
      margin: 0px auto 0px; }
    .typ-header .hero-caption .container .blog-subtitle-typ {
      font-family: "Tabac";
      font-weight: 500;
      color: #ffffff !important;
      font-size: 32px !important;
      margin-top: 0px !important;
      text-align: center;
      max-width: 800px;
      width: auto;
      display: inline-block;
      padding: 20px;
      font-weight: 700 }
    .typ-header .hero-caption .container .blog-subtitle-typ:after {
      content: "\f003";
      width: 100%;
      display: block;
      text-align: center;
      margin: 30px auto 0px;
      font-weight: lighter;
      transform: rotate(30deg);
      font-family: FontAwesome;
      color: #ffffff !important;
      font-size: 46px !important; }

.thank-you-title h3 {
    font-size: 34px !important;
    margin-top: 0;
    margin-bottom: 50px;
    color: #EE2737;
    text-align: center }

.thank-you-body {
  margin: 0px auto !important;
  float: none !important; }

.thank-you-body p, .thank-you-body ul li {
    font-size: 18px;
    font-weight: 300 }

.thank-you-body ul li {
    list-style: none;
    margin-bottom: 10px }

.thank-you-body ul li:before {
    content: "\f14a";
    margin-right: 10px;
    font-family: FontAwesome;
    color: #EE2737;
    font-size: 16px !important }

.thank-you-body p a, .thank-you-body ul a {
    text-decoration: underline }

.thank-you-body p a:hover, .thank-you-body ul a:hover {
    text-decoration: none }

.thank-you-body h4 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 22px }

.thank-you-body .ic-thank-you-pages-download-button {
    display: block;
    width: 260px;
    margin: 20px auto 40px;
    text-align: center;
    padding: 10px 20px;
    background: #EE2737;
    color: #ffffff !important;
    font-family: "Tabac";
    font-weight: 600;
    font-size: 24px;
    border: 2px solid #EE2737; }

.thank-you-body .ic-thank-you-pages-download-button:hover {
    background: #ffffff;
    color: #EE2737 !important; }

.thank-you-sidebar .ic-form-wrapper {
  background: #f1f1f1;
  padding-bottom: 0px !important; }
  .thank-you-sidebar .ic-form-wrapper .ic-form-title {
    background: #EE2737;
    color: #ffffff;
    font-family: "Tabac";
    font-weight: 700;
    font-size: 24px;
    padding: 15px 20px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 0 }
  .thank-you-sidebar .ic-form-wrapper form {
    padding: 10px 20px; }

.thank-you-sidebar .ic-form-wrapper form select {
  height: 35px }
    .thank-you-sidebar .ic-form-wrapper form button {
      width: 100%;
      background: #EE2737;
      padding: 15px 18px;
      box-sizing: border-box;
      color: #fff;
      border-radius: 0px;
      font-family: "Tabac";
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 20px;
      border: 2px solid #EE2737; }
    .thank-you-sidebar .ic-form-wrapper form button:hover {
      background: #ffffff;
      color: #EE2737; }

.share-module-wrapper-typ { display: none !important; }

  .mauticform_wrapper .mauticform-checkboxgrp-row {
    display: inline-block;
    width: 32%;
  }

  @media (min-width: 992px) { 
    .landing-sidebar #mauticform_bofumasterbolsaymercadosfinancieros_nombre,
    .landing-sidebar #mauticform_bofumasterbolsaymercadosfinancieros_apellido,
    .landing-sidebar #mauticform_bofumasterbolsaymercadosfinancieros_pais,
    .landing-sidebar #mauticform_bofumasterbolsaymercadosfinancieros_provincia,
    .landing-sidebar #mauticform_bofumasterbolsaymercadosfinancieros_que_programa_prefieres,
    .landing-sidebar #mauticform_bofumasterbolsaymercadosfinancieros_campus,
    .landing-sidebar #mauticform_bofulperd_nombre,
    .landing-sidebar #mauticform_bofulperd_apellido,
    .thank-you-sidebar #mauticform_bofunormalerdtyp_nombre,
    .thank-you-sidebar #mauticform_bofunormalerdtyp_apellido,
    .landing-sidebar .mauticform-innerform .mauticform-field-1,
    .landing-sidebar .mauticform-innerform .mauticform-field-2,
    .thank-you-sidebar .mauticform-innerform .mauticform-field-1,
    .thank-you-sidebar .mauticform-innerform .mauticform-field-2 {
      width: 49%;
      display: inline-block;
    }
    .landing-sidebar #mauticform_bofumasterbolsaymercadosfinancieros_apellido,
    .landing-sidebar #mauticform_bofumasterbolsaymercadosfinancieros_provincia,
    .landing-sidebar #mauticform_bofumasterbolsaymercadosfinancieros_campus,
    .landing-sidebar #mauticform_bofulperd_apellido,
    .thank-you-sidebar #mauticform_bofunormalerdtyp_apellido,
    .landing-sidebar .mauticform-innerform .mauticform-field-2,
    .thank-you-sidebar .mauticform-innerform .mauticform-field-2 {
      margin-left: 3px;
    }
  }

@media (max-width: 768px) {
	.typ-header .hero-caption {
	    padding: 140px 20px 20px 20px !important }
}

@media (max-width: 520px) {
  .typ-header .hero-caption .container {
    padding: 20px 0;
  }

	.typ-header .hero-caption .container .blog-title-typ {
		font-size: 40px !important }

	.typ-header .hero-caption .container .blog-subtitle-typ {
		font-size: 20px !important }

	.thank-you-title h3 {
		font-size: 32px !important;
		margin-bottom: 20px }

	.thank-you-sidebar .ic-form-wrapper {
    margin-top: 30px }
    
  .thank-you-form-right .thank-you-body .row {
    display: flex;
    flex-direction: column-reverse;
  }
}


/*-------------- Centro de recursos --------------*/
/*.resources-header .hero-caption {
  position: relative; }
  .resources-header .hero-caption .container {
    float: left; }*/
    .resources-header .hero-caption .container h1 {
      font-family: "Tabac";
      font-weight: 500;
      color: #ffffff !important;
      font-size: 60px !important;
      /*margin-top: 0px !important;
      text-align: center;
      position: absolute;
      bottom: 30px;
      width: 100%;
    margin: 100px auto 0px;*/ }
    .resources-header .hero-caption .container h2 {
      font-family: "Tabac";
      font-weight: 600;
      color: #ffffff !important;
      font-size: 28px !important;
      /*margin-top: 0px !important;
      text-align: center;
      width: 100%;
      max-width: 100%;
      position: absolute;
    bottom: -30px !important;*/ }
      .resources-header .hero-caption .container h2 p {
        display: block;
        width: auto;
        max-width: 800px;
        margin: 0px auto;
        padding: 10px 20px; }

@media (max-width: 420px) {
  .resources-header .hero-caption {
    position: static;
    padding-top: 200px;
    padding-bottom: 50px; }
    .resources-header .hero-caption .container {
      margin-top: -50px;
      float: left; }
      .resources-header .hero-caption .container h1 {
        font-family: "Tabac";
        font-weight: 500;
        color: #ffffff !important;
        font-size: 30px !important;
        margin-top: 0px !important;
        text-align: center;
        position: static !important;
        width: 100%;
        margin: 0px auto 0px !important;
        bottom: 0px; }
      .resources-header .hero-caption .container h2 {
        font-family: "Tabac";
        font-weight: 600;
        color: #ffffff !important;
        font-size: 28px !important;
        margin-top: 0px !important;
        text-align: center;
        width: 100%;
        max-width: 100%;
        position: static !important;
        bottom: 0px !important; }
        .resources-header .hero-caption .container h2 p {
          display: block;
          width: auto;
          max-width: 800px;
          margin: 0px auto;
          padding: 10px 20px;
          } }

.template-resources-center .page-header {
    margin-top: 60px;
    border-color: #EE2737; }
.template-resources-center .page-header p, .template-resources-center .page-body p.title {
    font-size: 25px;
    text-align: center; }
.template-resources-center .page-body {
    margin-bottom: 80px; }
.resources-center-listing .resource-center-item .col-sm-8 {
  width: 66.66666667%; }
.resources-center-listing .resource-center-item {
  padding: 60px 0px 60px;
  border-bottom: 1px solid #EE2737; }
  .resources-center-listing .resource-center-item img {
    max-width: 185px;
    height: auto;
    float: right;
    margin-right: 40px; }
  .resources-center-listing .resource-center-item h2 {
    font-family: "Tabac";
    font-weight: 500;
    font-size: 40px; }
  .resources-center-listing .resource-center-item .lead {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 13px; }
  .resources-center-listing .resource-center-item .resources-center-download {
    margin-top: 20px; }
  .resources-center-listing .resource-center-item .resources-center-download a {
    background: #EE2737;
    padding: 8px 15px;
    box-sizing: content-box;
    width: auto;
    color: #fff !important;
    border-radius: 0px;
    font-family: "Tabac";
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
    border: 2px solid #EE2737; }
  .resources-center-listing .resource-center-item .resources-center-download a:hover {
    background: #ffffff !important;
    color: #EE2737 !important; }

    .resources-viewed-listing {
    	float: left;
        width: 100%;
        margin: 40px 0 70px;
        border-bottom: 1px solid #EE2737;
        padding-bottom: 40px }

    .resources-viewed-listing .resources-viewed-item {
    	border: 0;
    	padding: 0;
    	margin-bottom: 30px }

    .resources-viewed-listing .resources-viewed-item h2 {
    	font-size: 24px;
    	height: auto;
    	margin-bottom: 40px;
      min-height: 104px;}

    .resources-viewed-listing .resources-viewed-item .img-wrapper {
    	background-color: #C2C2C1;
    	height: 285px;
    	position: relative }

    .resources-viewed-listing .resources-viewed-item img {
    	max-height: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto }

    .resources-viewed-listing .resources-viewed-item .resources-center-download {
    	margin: 0;
    	text-align: center;
    	border: 2px solid #DE0613 }

    .resources-viewed-listing .resources-viewed-item .resources-center-download a {
    	width: 100%;
        padding: 15px 0;
        border: 0;
        line-break: auto;
        white-space: normal; }

    @media (min-width: 768px) and (max-width: 1200px) {
    	.resources-viewed-listing .col-sm-3 {
    		width: 40% }
    }

    @media (max-width: 768px) {
    	.resources-viewed-listing .resources-viewed-item h2 {
    		margin-bottom: 10px;
    		height: auto }
    }


.social-icons-lists.icons-background-rounded .socicon, .social-icons-lists.icons-background-square .socicon {
  color: #fff;
  border: 1px solid #ffffff !important;
  background: #434343 !important; }

/*------ related posts -------*/
.zem_rp_content ul li {
  width: 32% !important; }
.zem_rp_content ul .zem_rp_thumbnail {
  width: 100%;
  height: 240px;
  overflow: hidden; }
  .zem_rp_content ul .zem_rp_thumbnail img {
    width: 100%;
    height: auto; }

/* Form estilos generales */
.widget_text, .widget_ic_forms_widget_form {
  padding-bottom: 0px !important; }

.ic-form-wrapper {
  background: #f1f1f1;
  padding-bottom: 0px !important; }
  .ic-form-wrapper form {
    padding: 0; }
    .ic-form-wrapper form button {
      width: 100%;
      background: #EE2737;
      padding: 15px 18px !important;
      box-sizing: border-box;
      color: #fff;
      border-radius: 0px !important;
      font-family: "Tabac";
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 14px !important;
      border: 2px solid #EE2737 !important; }
    .ic-form-wrapper form button:hover {
      background: #ffffff;
      color: #EE2737; }
    .ic-form-wrapper a,
    .landing-sidebar a{
      text-decoration: underline;
    }

.ic-form-wrapper form p {
	font-size: 14px !important }

.ic-form-wrapper form .mauticform-message {
    font-size: 20px;
    font-weight: 700;
    color: #000 }

.widget .mauticform-button-wrapper {
  margin: 0 -20px;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #f3f3f3 !important;
  display: block;
  float: left;
  width: 100%; }

/*# sourceMappingURL=style.css.map */


.display_none {
  display: none;
}

.nuestros_expertos {
  margin-top: 60px;
}

.nuestros_expertos .post-body {
  margin-right: 0;
}

.nuestros_expertos .post-body h1 {
  display: block;
  margin-bottom: 50px;
}

.nuestros_expertos .autores_item {
  display: inline-flex;
  padding: 50px 35px;
  width: 100%;
}
.nuestros_expertos .autores_item:not(:last-child) {
  border-bottom: 1px solid #EE2737;
}

.nuestros_expertos .autores_img {
  border-radius: 50%;
  height: 150px;
  width: 150px;
  overflow: hidden;
}

.nuestros_expertos .autores_img img {
  height: auto;
  width: 100%;
}

.nuestros_expertos .autores_content {
  margin-left: 30px;
  width: calc(100% - 180px);
}

.nuestros_expertos .autores_content h2 a {
  font-weight: 500;
  color: #000 !important;
}

.nuestros_expertos .autores_content h2 a:hover {
  color: #666 !important;
}

@media (max-width: 768px) {

  .nuestros_expertos .autores_item {
    display: block;
  }

  .nuestros_expertos .autores_img {
    margin: 0 auto;
    text-align: center;
  }

  .nuestros_expertos .autores_content {
    display: inline-block;
    margin-top: 15px;
    margin-left: 0;
    width: 100%;
  }

}

#cookie-notice .cn-button {
  color: white;
  text-decoration: underline;
  font-weight: 500;
}