.do-transition {
  transition: all .4s ease-in-out; }

.hover-green:hover {
  color: #66b7c9; }

a:hover {
  text-decoration: none;
  transition: all .4s ease-in-out; }

div[class^="col-"].no-padding {
  padding: 0; }

#top-menu a:hover {
  color: #000000 !important; }

.nav ul li a:hover {
  background-color: transparent; }

.nav li ul {
  width: 280px; }

#top-menu li li a {
  width: 240px; }

#top-menu li.current-menu-item > a, .et_mobile_menu li.current-menu-item > a {
  color: !important; }

.bottom-nav li.current-menu-item > a {
  color: #66b7c9; }

#top-menu li.current-menu-ancestor > a, #top-menu li.current-page-ancestor > a, .et_mobile_menu li.current-menu-ancestor > a, .et_mobile_menu li.current-page-ancestor > a {
  color: !important; }

.bottom-nav li.current-menu-ancestor > a, .bottom-nav li.current-page-ancestor > a {
  color: #66b7c9; }

.et_mobile_menu .menu-item-has-children > a {
  background-color: #ffffff; }

/*arreglo menu fondo blanco*/
div[class^='et_mobile_nav_menu'] .et_mobile_menu .menu-item-has-children > a {
  background-color: transparent; }

#top-header .current-menu-item a {
  color: #000000;
  font-weight: 600; }

.h2-nopadding h2 {
  padding-bottom: 0; }

.custom-modules-et_font_icon:before {
  font-family: 'ETmodules';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

footer {
  padding: 45px 0 15px 0; }
  footer .bottom-nav {
    padding: 0 0 30px 0; }
    footer .bottom-nav a {
      color: #ffffff; }
    footer .bottom-nav > li {
      text-transform: uppercase;
      display: block;
      padding: 0; }
      footer .bottom-nav > li > a {
        display: inline-block;
        margin-bottom: 20px; }
      footer .bottom-nav > li ul {
        padding-left: 10px; }
        footer .bottom-nav > li ul li {
          text-transform: none;
          display: block;
          font-weight: 300; }
          footer .bottom-nav > li ul li > a {
            display: inline-block;
            margin-bottom: 5px; }
            @media (min-width: 992px) {
              footer .bottom-nav > li ul li > a::before {
                content: "- "; } }
  footer .questions-answers-col {
    color: #ffffff;
    font-size: 14px; }
    footer .questions-answers-col .col-xs-12 {
      padding: 0;
      margin-bottom: 20px;
      text-align: center; }
      @media (min-width: 992px) {
        footer .questions-answers-col .col-xs-12 {
          text-align: left; } }
    footer .questions-answers-col a {
      text-transform: uppercase;
      color: #ffffff;
      transition: all .4s ease-in-out; }
      footer .questions-answers-col a:hover {
        color: #66b7c9; }
    footer .questions-answers-col .newsletter-row {
      margin-top: 10px; }
      footer .questions-answers-col .newsletter-row p {
        padding-bottom: 10px;
        font-weight: 300;
        text-align: center; }
        @media (min-width: 992px) {
          footer .questions-answers-col .newsletter-row p {
            text-align: left; } }
        footer .questions-answers-col .newsletter-row p.clearfix {
          clear: both; }
        footer .questions-answers-col .newsletter-row p a {
          text-transform: none; }
      footer .questions-answers-col .newsletter-row input {
        float: left;
        width: 70%;
        padding: 16px 15px;
        position: relative;
        border: none;
        margin-bottom: 10px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0; }
        @media (min-width: 768px) {
          footer .questions-answers-col .newsletter-row input {
            width: 314px; } }
        footer .questions-answers-col .newsletter-row input:focus {
          border: none; }
        footer .questions-answers-col .newsletter-row input.error {
          border: solid 3px red;
          padding: 13px 15px; }
      footer .questions-answers-col .newsletter-row button {
        float: left;
        background-color: #002e67;
        color: #ffffff;
        font-size: 30px;
        border: none;
        padding: 5px 15px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0; }
      footer .questions-answers-col .newsletter-row .thanks-message {
        display: none;
        font-size: 20px; }
      footer .questions-answers-col .newsletter-row .error-message {
        display: none; }
      footer .questions-answers-col .newsletter-row .spinner {
        display: none; }
        footer .questions-answers-col .newsletter-row .spinner span {
          width: 1em;
          height: 1em;
          display: inline-block;
          text-align: center;
          font-size: 20px;
          -webkit-animation: spin 2s linear infinite;
          -moz-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
          -ms-transform-origin: 50% 60%;
          /* IE 9 */
          -webkit-transform-origin: 50% 60%;
          /* Chrome, Safari, Opera */
          transform-origin: 50% 60%; }
  footer .footer-rrss {
    text-align: center;
    margin-top: 10px; }
    footer .footer-rrss a {
      margin: 10px;
      font-size: 25px;
      color: #ffffff !important; }
      footer .footer-rrss a img {
        height: 25px;
        position: relative;
        top: -4px; }
    @media (min-width: 768px) {
      footer .footer-rrss {
        text-align: left; }
        footer .footer-rrss a:first-child {
          margin-left: 0; } }

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
#aux-footer {
  padding: 5px 0;
  font-size: 14px;
  color: #000000; }
  #aux-footer a {
    color: #000000;
    font-weight: 700;
    text-decoration: underline; }

.et_pb_scroll_top.et-pb-icon {
  bottom: 40px; }

.custom-module-breadcrumb {
  font-weight: 600;
  text-transform: uppercase; }
  .custom-module-breadcrumb a {
    color: #000000; }
    .custom-module-breadcrumb a.selected {
      color: #002e67; }

.breadcrumb-section + .et_pb_section {
  padding-top: 0px !important; }

.module-latestconten, #posts-content, #news-content, #search-content {
  margin-left: -15px;
  margin-right: -15px; }
  .module-latestconten .latest-content-item, #posts-content .latest-content-item, #news-content .latest-content-item, #search-content .latest-content-item {
    margin-bottom: 60px; }
    .module-latestconten .latest-content-item .latest-content-item-container, #posts-content .latest-content-item .latest-content-item-container, #news-content .latest-content-item .latest-content-item-container, #search-content .latest-content-item .latest-content-item-container {
      background-color: #ffffff; }
    .module-latestconten .latest-content-item .latest-content-image, #posts-content .latest-content-item .latest-content-image, #news-content .latest-content-item .latest-content-image, #search-content .latest-content-item .latest-content-image {
      opacity: 1;
      -webkit-transition: all 0.3s;
      /* Safari */
      transition: all 0.3s; }
      .module-latestconten .latest-content-item .latest-content-image:hover, #posts-content .latest-content-item .latest-content-image:hover, #news-content .latest-content-item .latest-content-image:hover, #search-content .latest-content-item .latest-content-image:hover {
        opacity: 0.8; }
      .module-latestconten .latest-content-item .latest-content-image a, #posts-content .latest-content-item .latest-content-image a, #news-content .latest-content-item .latest-content-image a, #search-content .latest-content-item .latest-content-image a {
        display: block;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }
        .module-latestconten .latest-content-item .latest-content-image a img, #posts-content .latest-content-item .latest-content-image a img, #news-content .latest-content-item .latest-content-image a img, #search-content .latest-content-item .latest-content-image a img {
          width: 100%;
          height: 250px;
          opacity: 0; }
    .module-latestconten .latest-content-item .latest-content-data, #posts-content .latest-content-item .latest-content-data, #news-content .latest-content-item .latest-content-data, #search-content .latest-content-item .latest-content-data {
      padding: 15px 15px 10px 15px; }
      @media (min-width: 768px) {
        .module-latestconten .latest-content-item .latest-content-data, #posts-content .latest-content-item .latest-content-data, #news-content .latest-content-item .latest-content-data, #search-content .latest-content-item .latest-content-data {
          padding: 15px 35px 10px 35px; } }
      .module-latestconten .latest-content-item .latest-content-data .latest-content-category, #posts-content .latest-content-item .latest-content-data .latest-content-category, #news-content .latest-content-item .latest-content-data .latest-content-category, #search-content .latest-content-item .latest-content-data .latest-content-category {
        text-transform: uppercase;
        color: #002e67; }
      .module-latestconten .latest-content-item .latest-content-data .latest-content-title, #posts-content .latest-content-item .latest-content-data .latest-content-title, #news-content .latest-content-item .latest-content-data .latest-content-title, #search-content .latest-content-item .latest-content-data .latest-content-title {
        text-transform: uppercase;
        overflow: hidden; }
        @media (min-width: 768px) {
          .module-latestconten .latest-content-item .latest-content-data .latest-content-title, #posts-content .latest-content-item .latest-content-data .latest-content-title, #news-content .latest-content-item .latest-content-data .latest-content-title, #search-content .latest-content-item .latest-content-data .latest-content-title {
            height: 7.5em; } }
        @media (min-width: 992px) {
          .module-latestconten .latest-content-item .latest-content-data .latest-content-title, #posts-content .latest-content-item .latest-content-data .latest-content-title, #news-content .latest-content-item .latest-content-data .latest-content-title, #search-content .latest-content-item .latest-content-data .latest-content-title {
            height: 6em; } }
      .module-latestconten .latest-content-item .latest-content-data .latest-content-excerpt, #posts-content .latest-content-item .latest-content-data .latest-content-excerpt, #news-content .latest-content-item .latest-content-data .latest-content-excerpt, #search-content .latest-content-item .latest-content-data .latest-content-excerpt {
        overflow: hidden; }
        @media (min-width: 768px) {
          .module-latestconten .latest-content-item .latest-content-data .latest-content-excerpt, #posts-content .latest-content-item .latest-content-data .latest-content-excerpt, #news-content .latest-content-item .latest-content-data .latest-content-excerpt, #search-content .latest-content-item .latest-content-data .latest-content-excerpt {
            height: 8em; } }
        @media (min-width: 992px) {
          .module-latestconten .latest-content-item .latest-content-data .latest-content-excerpt, #posts-content .latest-content-item .latest-content-data .latest-content-excerpt, #news-content .latest-content-item .latest-content-data .latest-content-excerpt, #search-content .latest-content-item .latest-content-data .latest-content-excerpt {
            height: 7em; } }
    .module-latestconten .latest-content-item .latest-content-readmore-container, #posts-content .latest-content-item .latest-content-readmore-container, #news-content .latest-content-item .latest-content-readmore-container, #search-content .latest-content-item .latest-content-readmore-container {
      padding: 5px; }
      .module-latestconten .latest-content-item .latest-content-readmore-container .latest-content-readmore, #posts-content .latest-content-item .latest-content-readmore-container .latest-content-readmore, #news-content .latest-content-item .latest-content-readmore-container .latest-content-readmore, #search-content .latest-content-item .latest-content-readmore-container .latest-content-readmore {
        text-align: center; }
        .module-latestconten .latest-content-item .latest-content-readmore-container .latest-content-readmore a, #posts-content .latest-content-item .latest-content-readmore-container .latest-content-readmore a, #news-content .latest-content-item .latest-content-readmore-container .latest-content-readmore a, #search-content .latest-content-item .latest-content-readmore-container .latest-content-readmore a {
          display: block;
          border: solid 3px;
          padding: 15px 0;
          font-weight: 700;
          text-transform: uppercase; }
          .module-latestconten .latest-content-item .latest-content-readmore-container .latest-content-readmore a:hover, #posts-content .latest-content-item .latest-content-readmore-container .latest-content-readmore a:hover, #news-content .latest-content-item .latest-content-readmore-container .latest-content-readmore a:hover, #search-content .latest-content-item .latest-content-readmore-container .latest-content-readmore a:hover {
            border: solid 3px #66b7c9;
            color: #66b7c9; }
    .module-latestconten .latest-content-item .archived-content-item-container, #posts-content .latest-content-item .archived-content-item-container, #news-content .latest-content-item .archived-content-item-container, #search-content .latest-content-item .archived-content-item-container {
      border: solid 3px #000000; }
      .module-latestconten .latest-content-item .archived-content-item-container .latest-content-data .latest-content-title, #posts-content .latest-content-item .archived-content-item-container .latest-content-data .latest-content-title, #news-content .latest-content-item .archived-content-item-container .latest-content-data .latest-content-title, #search-content .latest-content-item .archived-content-item-container .latest-content-data .latest-content-title {
        height: auto; }
      .module-latestconten .latest-content-item .archived-content-item-container .latest-content-data .latest-content-excerpt, #posts-content .latest-content-item .archived-content-item-container .latest-content-data .latest-content-excerpt, #news-content .latest-content-item .archived-content-item-container .latest-content-data .latest-content-excerpt, #search-content .latest-content-item .archived-content-item-container .latest-content-data .latest-content-excerpt {
        height: auto;
        padding-bottom: 15px; }
      .module-latestconten .latest-content-item .archived-content-item-container .latest-content-readmore-container .latest-content-readmore, #posts-content .latest-content-item .archived-content-item-container .latest-content-readmore-container .latest-content-readmore, #news-content .latest-content-item .archived-content-item-container .latest-content-readmore-container .latest-content-readmore, #search-content .latest-content-item .archived-content-item-container .latest-content-readmore-container .latest-content-readmore {
        padding-left: 35px;
        padding-bottom: 15px; }
        .module-latestconten .latest-content-item .archived-content-item-container .latest-content-readmore-container .latest-content-readmore a, #posts-content .latest-content-item .archived-content-item-container .latest-content-readmore-container .latest-content-readmore a, #news-content .latest-content-item .archived-content-item-container .latest-content-readmore-container .latest-content-readmore a, #search-content .latest-content-item .archived-content-item-container .latest-content-readmore-container .latest-content-readmore a {
          width: 250px; }
  .module-latestconten .news-item, #posts-content .news-item, #news-content .news-item, #search-content .news-item {
    display: none; }

.module-upcomingevents .upcoming-events-item, .module-mobilecalendar .upcoming-events-item {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: solid 1px #000000; }
  @media (min-width: 768px) {
    .module-upcomingevents .upcoming-events-item, .module-mobilecalendar .upcoming-events-item {
      border-bottom: none; } }
  .module-upcomingevents .upcoming-events-item .upcoming-events-image, .module-mobilecalendar .upcoming-events-item .upcoming-events-image {
    margin-bottom: 10px; }
    .module-upcomingevents .upcoming-events-item .upcoming-events-image a, .module-mobilecalendar .upcoming-events-item .upcoming-events-image a {
      display: block;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
      .module-upcomingevents .upcoming-events-item .upcoming-events-image a img, .module-mobilecalendar .upcoming-events-item .upcoming-events-image a img {
        width: 100%;
        height: 180px;
        opacity: 0; }
  .module-upcomingevents .upcoming-events-item .upcoming-events-data .upcoming-events-date, .module-mobilecalendar .upcoming-events-item .upcoming-events-data .upcoming-events-date {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #000000; }
  .module-upcomingevents .upcoming-events-item .upcoming-events-data .upcoming-events-title, .module-mobilecalendar .upcoming-events-item .upcoming-events-data .upcoming-events-title {
    text-transform: uppercase;
    font-weight: 400;
    min-height: 2.5em; }
  .module-upcomingevents .upcoming-events-item .upcoming-events-data .upcoming-events-viewevent, .module-mobilecalendar .upcoming-events-item .upcoming-events-data .upcoming-events-viewevent {
    max-width: 205px;
    font-weight: 700;
    text-align: center; }
    .module-upcomingevents .upcoming-events-item .upcoming-events-data .upcoming-events-viewevent a, .module-mobilecalendar .upcoming-events-item .upcoming-events-data .upcoming-events-viewevent a {
      display: block;
      border: solid 3px;
      padding: 15px 0;
      text-transform: uppercase; }
      .module-upcomingevents .upcoming-events-item .upcoming-events-data .upcoming-events-viewevent a:hover, .module-mobilecalendar .upcoming-events-item .upcoming-events-data .upcoming-events-viewevent a:hover {
        border: solid 3px #66b7c9;
        color: #66b7c9; }

.module-mobilecalendar .events-controllers {
  margin-bottom: 20px; }
  .module-mobilecalendar .events-controllers .events-controllers-monthDate {
    text-align: center;
    padding-bottom: 5px;
    border-bottom: solid 1px #000000; }

#paginacion {
  margin-top: 20px;
  text-align: center; }
  #paginacion .paginacion-item {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    border: 1px solid #dadada;
    width: 44px;
    font-size: 12px;
    padding: 11px 0px 11px 0px;
    margin: 0px 7px 10px 7px;
    cursor: pointer;
    color: gray; }
    #paginacion .paginacion-item.active {
      background-color: black;
      color: white;
      cursor: default;
      border: 1px solid black; }
    #paginacion .paginacion-item:not(.active):hover {
      border: 1px solid black;
      color: black; }

.paginacion-info {
  margin-top: 10px;
  margin-bottom: 10px; }

#categorias-content table {
  border-collapse: unset;
  border-spacing: 8px;
  border: 0px; }
#categorias-content .categories-content {
  display: none; }
  @media (min-width: 992px) {
    #categorias-content .categories-content {
      display: table-row; } }
#categorias-content .categoria-item {
  cursor: pointer;
  text-align: center;
  position: relative;
  border: 4px solid black;
  padding: 10px 0px;
  display: block;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  /* Safari */
  transition: all 0.3s; }
  @media (min-width: 992px) {
    #categorias-content .categoria-item {
      display: table-cell; } }
  #categorias-content .categoria-item.active {
    color: white; }
    #categorias-content .categoria-item.active:before {
      left: 0px;
      right: 0px;
      opacity: 1;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0%; }
  #categorias-content .categoria-item:not(.active):hover {
    border: 4px solid #002e67;
    color: #002e67; }
  #categorias-content .categoria-item:before {
    -webkit-border-radius: 30%;
    -moz-border-radius: 30%;
    border-radius: 30%;
    opacity: 0;
    content: '';
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 40%;
    right: 40%;
    height: 100%;
    background-color: black;
    -webkit-transition: all 0.3s;
    /* Safari */
    transition: all 0.3s; }
#categorias-content .categorias-filter-mobile {
  display: block; }
  @media (min-width: 992px) {
    #categorias-content .categorias-filter-mobile {
      display: none; } }
  #categorias-content .categorias-filter-mobile .categoria-filter-item {
    cursor: pointer;
    text-align: center;
    position: relative;
    border: 4px solid black;
    padding: 10px 0px;
    display: block;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    /* Safari */
    transition: all 0.3s; }
    #categorias-content .categorias-filter-mobile .categoria-filter-item.active {
      color: white; }
      #categorias-content .categorias-filter-mobile .categoria-filter-item.active:before {
        left: 0px;
        right: 0px;
        opacity: 1;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0%; }
    #categorias-content .categorias-filter-mobile .categoria-filter-item:not(.active):hover {
      border: 4px solid; }
    #categorias-content .categorias-filter-mobile .categoria-filter-item:before {
      -webkit-border-radius: 30%;
      -moz-border-radius: 30%;
      border-radius: 30%;
      opacity: 0;
      content: '';
      position: absolute;
      z-index: -1;
      top: 0px;
      left: 40%;
      right: 40%;
      height: 100%;
      background-color: black;
      -webkit-transition: all 0.3s;
      /* Safari */
      transition: all 0.3s; }

.btn-border-cian {
  display: block;
  padding: 20px 2px 20px 2px;
  text-align: center;
  border: 3px solid; }
  .btn-border-cian:hover {
    color: black;
    border: 3px solid black; }

.featured-item-blog, .featured-item-news {
  position: relative;
  width: 100%;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  @media (min-width: 992px) {
    .featured-item-blog, .featured-item-news {
      height: 540px;
      padding-left: 15px;
      padding-right: 15px; } }
  .featured-item-blog .featured-data, .featured-item-news .featured-data {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 5;
    margin: 0;
    padding: 15px;
    max-width: 1140px; }
    @media (min-width: 992px) {
      .featured-item-blog .featured-data, .featured-item-news .featured-data {
        margin: 160px auto 0 auto;
        padding: 45px 170px; } }
    .featured-item-blog .featured-data .featured-title, .featured-item-news .featured-data .featured-title {
      text-transform: uppercase;
      font-weight: 400;
      font-size: 28px;
      line-height: 39px; }
    .featured-item-blog .featured-data .featured-excerpt, .featured-item-news .featured-data .featured-excerpt {
      font-size: 20px;
      font-weight: 300; }
    .featured-item-blog .featured-data .featured-readmore a, .featured-item-news .featured-data .featured-readmore a {
      color: #ffffff;
      background-color: #002e67;
      padding: 10px 20px;
      margin-top: 20px;
      display: inline-block;
      text-transform: uppercase; }

.single-post-new {
  /*a{
      color: map-get($colors, "green") !important;
      &:hover{
          color: map-get($colors, "blue-hover") !important;
      }
      
      & *{
          color: map-get($colors, "green") !important;
          &:hover{
              color: map-get($colors, "blue-hover") !important;
          }
      }
      
  }*/ }
  .single-post-new .single-meta-background {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%; }
    @media (min-width: 992px) {
      .single-post-new .single-meta-background {
        padding: 180px 0 100px 0; } }
    .single-post-new .single-meta-background.pattern-bg {
      background-repeat: repeat;
      background-position: center center;
      background-size: 200px 200px; }
    .single-post-new .single-meta-background .meta-data {
      max-width: 760px;
      font-weight: 300;
      margin: 0 auto;
      text-align: center;
      text-transform: uppercase;
      background-color: rgba(255, 255, 255, 0.8);
      padding: 13px 20px 45px 20px; }
      .single-post-new .single-meta-background .meta-data .entry-date {
        margin: 20px 0 0; }
      .single-post-new .single-meta-background .meta-data .entry-title {
        margin: 20px 0 0;
        padding: 0;
        font-size: 28px;
        line-height: 39px;
        font-weight: 400;
        text-transform: uppercase; }
  .single-post-new .single-top-social .social-links-top {
    margin-top: 15px;
    text-align: center; }
    @media (min-width: 768px) {
      .single-post-new .single-top-social .social-links-top {
        margin-top: 0;
        text-align: right; } }
    .single-post-new .single-top-social .social-links-top a {
      text-decoration: none;
      color: #000000;
      margin: 0 10px; }
      @media (min-width: 768px) {
        .single-post-new .single-top-social .social-links-top a {
          margin: 0 0 0 20px; } }
      .single-post-new .single-top-social .social-links-top a:hover {
        text-decoration: none; }
  .single-post-new .more-social-icons {
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px; }
    .single-post-new .more-social-icons a {
      text-decoration: none;
      color: #000000;
      margin: 0 10px; }
      .single-post-new .more-social-icons a:hover {
        text-decoration: none; }
  .single-post-new .other-posts {
    padding-left: 0;
    padding-right: 0;
    overflow: auto; }
    @media (min-width: 992px) {
      .single-post-new .other-posts {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 992px) {
      .single-post-new .other-posts .next-post, .single-post-new .other-posts .prev-post {
        width: 410px; } }
    .single-post-new .other-posts .custom-modules-et_font_icon {
      font-size: 50px; }
    @media (min-width: 992px) {
      .single-post-new .other-posts .prev-post {
        float: left;
        margin-left: 20px; } }
    @media (min-width: 1200px) {
      .single-post-new .other-posts .prev-post {
        margin-left: 90px; } }
    @media (min-width: 992px) {
      .single-post-new .other-posts .prev-post .other-posts-image {
        margin-left: 50px; } }
    .single-post-new .other-posts .prev-post .other-post-arrow, .single-post-new .other-posts .prev-post .other-post-the-title {
      float: left; }
    .single-post-new .other-posts .prev-post .other-post-arrow {
      display: none; }
      @media (min-width: 992px) {
        .single-post-new .other-posts .prev-post .other-post-arrow {
          display: block; } }
    @media (min-width: 992px) {
      .single-post-new .other-posts .next-post {
        float: right;
        margin-right: 20px; } }
    @media (min-width: 1200px) {
      .single-post-new .other-posts .next-post {
        margin-right: 90px; } }
    @media (min-width: 992px) {
      .single-post-new .other-posts .next-post .other-posts-image {
        margin-right: 50px; } }
    @media (min-width: 992px) {
      .single-post-new .other-posts .next-post .other-post-arrow, .single-post-new .other-posts .next-post .other-post-the-title {
        float: right; } }
    .single-post-new .other-posts .next-post .other-post-arrow {
      display: none; }
      @media (min-width: 992px) {
        .single-post-new .other-posts .next-post .other-post-arrow {
          display: block; } }
    @media (min-width: 768px) {
      .single-post-new .other-posts .next-post .other-post-the-title {
        text-align: right; } }
    .single-post-new .other-posts .other-posts-image a {
      display: block;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
    .single-post-new .other-posts .other-posts-image img {
      width: 100%;
      opacity: 0;
      height: 120px; }
      @media (min-width: 992px) {
        .single-post-new .other-posts .other-posts-image img {
          height: 260px; } }
    .single-post-new .other-posts .next-post:hover .other-posts-image, .single-post-new .other-posts .prev-post:hover .other-posts-image {
      opacity: 0.8;
      transition: all .4s ease-in-out; }
    .single-post-new .other-posts .next-post:hover a, .single-post-new .other-posts .prev-post:hover a {
      transition: all .4s ease-in-out; }
    .single-post-new .other-posts .other-posts-title {
      text-transform: uppercase;
      font-weight: 700; }
      .single-post-new .other-posts .other-posts-title a {
        color: #000000; }
      .single-post-new .other-posts .other-posts-title .other-post-the-title {
        padding-top: 15px;
        padding-bottom: 40px; }
        @media (min-width: 992px) {
          .single-post-new .other-posts .other-posts-title .other-post-the-title {
            width: 70%;
            padding-bottom: 0; } }

.single-post-new.single-event .entry-category {
  text-transform: uppercase; }
.single-post-new.single-event .single-meta-background {
  padding: 270px 0 270px 0; }
.single-post-new.single-event .entry-title {
  font-weight: 300;
  margin-bottom: 0; }
.single-post-new.single-event .entry-content .container {
  width: 100%; }
  @media (min-width: 992px) {
    .single-post-new.single-event .entry-content .container {
      width: 80%; } }

/*.single-post .entry-content a{
    color: map-get($colors, "green");
    text-decoration: underline;
    &:hover{
        color: map-get($colors, "blue-hover");
    }
}*/
#main-content .container.single-top-social {
  padding: 25px 0 0 0; }
#main-content .entry-content .container {
  padding: 0; }
  @media (min-width: 992px) {
    #main-content .entry-content .container {
      padding: 0 20px; } }

.fiware_events .event-row {
  border: solid 1px #002e67;
  margin-bottom: 15px;
  padding: 10px;
  overflow: auto; }
  @media (min-width: 992px) {
    .fiware_events .event-row .event-dates, .fiware_events .event-row .event-info {
      float: left; } }
  .fiware_events .event-row .event-dates {
    overflow: auto;
    border-bottom: solid 1px #002e67;
    padding-bottom: 10px; }
    @media (min-width: 992px) {
      .fiware_events .event-row .event-dates {
        border-bottom: none;
        padding-bottom: 0px;
        border-right: solid 1px #002e67; } }
    .fiware_events .event-row .event-dates .event-date-start, .fiware_events .event-row .event-dates .event-date-separator, .fiware_events .event-row .event-dates .event-date-end {
      float: left;
      text-align: center; }
      .fiware_events .event-row .event-dates .event-date-start .event-date-day, .fiware_events .event-row .event-dates .event-date-start .event-date-month, .fiware_events .event-row .event-dates .event-date-separator .event-date-day, .fiware_events .event-row .event-dates .event-date-separator .event-date-month, .fiware_events .event-row .event-dates .event-date-end .event-date-day, .fiware_events .event-row .event-dates .event-date-end .event-date-month {
        display: block; }
      .fiware_events .event-row .event-dates .event-date-start .event-date-day, .fiware_events .event-row .event-dates .event-date-separator .event-date-day, .fiware_events .event-row .event-dates .event-date-end .event-date-day {
        font-size: 40px;
        width: 100px; }
      .fiware_events .event-row .event-dates .event-date-start .event-date-month, .fiware_events .event-row .event-dates .event-date-separator .event-date-month, .fiware_events .event-row .event-dates .event-date-end .event-date-month {
        font-size: 20px; }
    .fiware_events .event-row .event-dates .event-date-separator {
      line-height: 75px;
      font-size: 20px; }
  .fiware_events .event-row .event-info {
    text-transform: uppercase;
    padding-left: 20px;
    padding-top: 10px; }
    @media (min-width: 992px) {
      .fiware_events .event-row .event-info {
        padding-left: 30px;
        padding-top: 0px;
        width: 85%; }
        .fiware_events .event-row .event-info.double {
          width: 70%; } }
    .fiware_events .event-row .event-info .event-name {
      font-size: 24px; }
    .fiware_events .event-row .event-info .event-link {
      margin-top: 15px; }
  .fiware_events .event-row.cat-default .event-dates {
    color: #f2f2f2; }
  .fiware_events .event-row.cat-hackathon .event-dates {
    color: #A9ACBB; }
  .fiware_events .event-row.cat-conference .event-dates {
    color: #F0ACBB; }
  .fiware_events .event-row.cat-conferences .event-dates {
    color: #F0ACBB; }
  .fiware_events .event-row.cat-workshop .event-dates {
    color: #88AE88; }
  .fiware_events .event-row.cat-fair .event-dates {
    color: #D64F5F; }
  .fiware_events .event-row.cat-lunchdebate .event-dates {
    color: #75A9E6; }
  .fiware_events .event-row.cat-lunchDebate .event-dates {
    color: #75A9E6; }
  .fiware_events .event-row.cat-summit .event-dates {
    color: #75A9E6; }
  .fiware_events .event-row.cat-info .event-dates {
    color: #DDA74D; }
  .fiware_events .event-row.cat-infosession .event-dates {
    color: #DDA74D; }
@media (min-width: 992px) {
  .fiware_events .events-info p {
    text-align: center; } }
.fiware_events .events-info span {
  padding: 5px 10px;
  margin: 0 10px 0 30px; }
.fiware_events .events-info.top {
  margin-bottom: 15px; }
@media (min-width: 992px) {
  .fiware_events .events-tags p {
    text-align: center; } }
.fiware_events .events-tags span {
  padding-top: 0;
  padding-bottom: 0; }
.fiware_events .events-tags .default {
  background-color: #f2f2f2; }
.fiware_events .events-tags .hackathon {
  background-color: #A9ACBB; }
.fiware_events .events-tags .conference {
  background-color: #F0ACBB; }
.fiware_events .events-tags .conferences {
  background-color: #F0ACBB; }
.fiware_events .events-tags .workshop {
  background-color: #88AE88; }
.fiware_events .events-tags .fair {
  background-color: #D64F5F; }
.fiware_events .events-tags .lunchdebate {
  background-color: #75A9E6; }
.fiware_events .events-tags .lunchDebate {
  background-color: #75A9E6; }
.fiware_events .events-tags .summit {
  background-color: #75A9E6; }
.fiware_events .events-tags .info {
  background-color: #DDA74D; }
.fiware_events .events-tags .infosession {
  background-color: #DDA74D; }
.fiware_events .event-year-display {
  background-color: #002e67;
  color: white;
  padding: 5px 20px;
  margin: 30px 0 15px 0;
  cursor: pointer; }
.fiware_events .event-year-block.collapsed {
  display: none; }

.featured-members {
  max-width: 1000px;
  margin: 0 auto; }
  .featured-members .type-of-member-container {
    margin-bottom: 30px;
    overflow: auto; }
    .featured-members .type-of-member-container .type-of-member-title {
      text-transform: uppercase;
      border-bottom: solid 3px #9B6CC3;
      clear: both; }
      .featured-members .type-of-member-container .type-of-member-title h3 {
        text-transform: uppercase;
        font-weight: 600; }
    .featured-members .type-of-member-container .members-holder {
      width: 100%;
      clear: both; }
      .featured-members .type-of-member-container .members-holder .members-item {
        width: 50%;
        float: left; }
        @media (min-width: 768px) {
          .featured-members .type-of-member-container .members-holder .members-item {
            width: 20%; } }
        .featured-members .type-of-member-container .members-holder .members-item img {
          max-width: 100%; }

.individual-members .individual-members-letter {
  margin-bottom: 30px;
  display: none; }
  .individual-members .individual-members-letter h3 {
    text-transform: uppercase;
    border-bottom: solid 3px #9B6CC3;
    margin-bottom: 10px;
    padding-bottom: 3px; }
    .individual-members .individual-members-letter h3 span {
      display: inline-block;
      background-color: #9B6CC3;
      color: #ffffff;
      width: 50px;
      text-align: center;
      line-height: 50px; }
  .individual-members .individual-members-letter ul {
    list-style: none;
    padding-left: 0; }
    .individual-members .individual-members-letter ul li {
      margin-bottom: 5px; }
  .individual-members .individual-members-letter.active {
    display: block; }
.individual-members .selectors {
  width: 100%;
  display: table;
  margin: 15px 15px 15px 15px; }
  .individual-members .selectors .selectors-letter {
    float: left;
    background-color: #9B6CC3;
    color: white;
    border: 2px solid #9B6CC3;
    margin: 0px 10px 10px 0px;
    padding: 5px 0px 5px 0px;
    width: 35px;
    text-align: center;
    cursor: pointer; }
    .individual-members .selectors .selectors-letter.active {
      background-color: #b795d4; }
    .individual-members .selectors .selectors-letter:not(.active):hover {
      border: 2px solid #b795d4;
      background-color: #b795d4; }
.individual-members .selectors-all {
  background-color: #9B6CC3;
  color: white;
  padding: 5px 0px 5px 0px;
  margin: 0px 15px 0px 15px;
  width: 110px;
  text-align: center;
  cursor: pointer;
  border: 2px solid #9B6CC3; }
  .individual-members .selectors-all.active {
    background-color: #9B6CC3; }
  .individual-members .selectors-all:not(.active):hover {
    border: 2px solid #b795d4;
    background-color: #b795d4; }
.individual-members .selectors-select {
  margin: 0px 5% 20px 5%;
  padding: 5px;
  width: 90%; }

#members-fees-table table {
  border: none;
  color: #000000;
  text-transform: uppercase; }
  #members-fees-table table .filled {
    background-color: #9B6CC3;
    color: #ffffff; }
  #members-fees-table table tr {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 3px #9B6CC3; }
    #members-fees-table table tr td {
      border: none !important;
      height: 120px; }

/* Agenda */
.agenda-module .noPadding {
  padding: 0; }
.agenda-module .agenda-selectors .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  padding: 10px 5px;
  background-color: transparent; }
  .agenda-module .agenda-selectors .btn:hover, .agenda-module .agenda-selectors .btn:active, .agenda-module .agenda-selectors .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .agenda-module .agenda-selectors .btn:hover .button-content {
    background-color: #000000;
    color: #ffffff; }
  .agenda-module .agenda-selectors .btn .button-content {
    padding: 10px;
    border: solid 3px #000000;
    color: #000000; }
  .agenda-module .agenda-selectors .btn .tit {
    font-weight: 600; }
  .agenda-module .agenda-selectors .btn.agendaFocus .button-content {
    background-color: #000000;
    color: #ffffff; }
.agenda-module .agenda-info {
  padding: 0 5px; }
  .agenda-module .agenda-info .infoblock {
    display: none; }
    .agenda-module .agenda-info .infoblock.desplegado {
      display: block; }
    .agenda-module .agenda-info .infoblock .panel {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      border: solid 3px;
      margin-bottom: 5px; }
    .agenda-module .agenda-info .infoblock .panel-heading {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      border: none; }
    .agenda-module .agenda-info .infoblock [class*="actividad"] {
      margin-bottom: 30px; }
      .agenda-module .agenda-info .infoblock [class*="actividad"] .actividad-hora {
        margin-bottom: 10px; }

@media only screen and (max-width: 800px) {
  /* Force table to not be like tables anymore */
  #members-fees-table table#table-no-more thead,
  #members-fees-table table#table-no-more tbody,
  #members-fees-table table#table-no-more th,
  #members-fees-table table#table-no-more td,
  #members-fees-table table#table-no-more tr {
    display: block; }

  /* Hide table headers (but not display: none;, for accessibility) */
  #members-fees-table table#table-no-more thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  #members-fees-table table#table-no-more tr {
    border: 1px solid #9B6CC3; }

  #members-fees-table table#table-no-more td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #9B6CC3;
    position: relative;
    padding-left: 40%;
    white-space: normal;
    text-align: left;
    height: auto; }

  #members-fees-table table#table-no-more td.table-no-more-ml {
    padding-left: 24px;
    text-align: center;
    padding-top: 10px;
    background-color: #9B6CC3;
    color: #fff; }

  #members-fees-table table#table-no-more td:nth-child(even) {
    background-color: #f4f4f4; }

  #members-fees-table table#table-no-more td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    font-size: 10px; }

  /*
  Label the data
  */
  #members-fees-table table#table-no-more td:before {
    content: attr(data-title);
    color: #9B6CC3; } }
@media only screen and (min-width: 800px) {
  #members-fees-table table#table-no-more td.table-no-more-ml {
    width: 30%; } }
#fiware-accelerator-programe-provide img {
  width: 160px; }

#fiware-accelerator-programe-links {
  text-align: center; }
  #fiware-accelerator-programe-links a {
    width: 167px;
    height: 167px;
    text-indent: -999999em;
    display: inline-block;
    margin: 0 20px 10px 20px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    #fiware-accelerator-programe-links a[title="Smart Cities"] {
      transition: all .4s ease-in-out;
      background-image: url(../img/accelerator-programe/smart-cities_greyx2X.png), url(../img/accelerator-programe/smart-cities_greenx2X.png); }
      #fiware-accelerator-programe-links a[title="Smart Cities"]:hover {
        background-image: url(../img/accelerator-programe/smart-cities_greenx2X.png); }
    #fiware-accelerator-programe-links a[title="Agrifood"] {
      transition: all .4s ease-in-out;
      background-image: url(../img/accelerator-programe/agrifood_greyx2X.png), url(../img/accelerator-programe/agrifood_greenx2X.png); }
      #fiware-accelerator-programe-links a[title="Agrifood"]:hover {
        background-image: url(../img/accelerator-programe/agrifood_greenx2X.png); }
    #fiware-accelerator-programe-links a[title="Media & Content"] {
      transition: all .4s ease-in-out;
      background-image: url(../img/accelerator-programe/media-content_greyx2X.png), url(../img/accelerator-programe/media-content_greenx2X.png); }
      #fiware-accelerator-programe-links a[title="Media & Content"]:hover {
        background-image: url(../img/accelerator-programe/media-content_greenx2X.png); }
    #fiware-accelerator-programe-links a[title="Manufacturing"] {
      transition: all .4s ease-in-out;
      background-image: url(../img/accelerator-programe/manufacturing_greyx2X.png), url(../img/accelerator-programe/manufacturing_greenx2X.png); }
      #fiware-accelerator-programe-links a[title="Manufacturing"]:hover {
        background-image: url(../img/accelerator-programe/manufacturing_greenx2X.png); }
    #fiware-accelerator-programe-links a[title="Industry 4.0"] {
      transition: all .4s ease-in-out;
      background-image: url(../img/accelerator-programe/industry_greyx2X.png), url(../img/accelerator-programe/industry_greenx2X.png); }
      #fiware-accelerator-programe-links a[title="Industry 4.0"]:hover {
        background-image: url(../img/accelerator-programe/industry_greenx2X.png); }

img.left-circles-text {
  float: none;
  display: block;
  margin: 0 auto 15px auto; }
  @media (min-width: 768px) {
    img.left-circles-text {
      float: left;
      padding-bottom: 160px;
      margin-right: 35px !important; } }

.text-center-padding {
  text-align: center;
  padding: 120px 0px 120px 0px;
  font-size: 28px; }

@media (min-width: 768px) {
  .developers-arrows {
    background-position: 15px 15px;
    background-repeat: no-repeat;
    background-size: 100px;
    background-image: url(../img/developers/arrowsx2X.png); } }
@media (min-width: 768px) {
  .developers-clock {
    background-position: 15px 15px;
    background-repeat: no-repeat;
    background-size: 100px;
    background-image: url(../img/developers/clockx2X.png); } }
@media (min-width: 768px) {
  .developers-cloud {
    background-position: 15px 15px;
    background-repeat: no-repeat;
    background-size: 100px;
    background-image: url(../img/developers/cloudx2X.png); } }
@media (min-width: 768px) {
  .developers-eye {
    background-position: 15px 15px;
    background-repeat: no-repeat;
    background-size: 100px;
    background-image: url(../img/developers/eyex2X.png); } }
@media (min-width: 768px) {
  .developers-glasses {
    background-position: 15px 15px;
    background-repeat: no-repeat;
    background-size: 100px;
    background-image: url(../img/developers/glassesx2X.png); } }
@media (min-width: 768px) {
  .developers-grid {
    background-position: 15px 15px;
    background-repeat: no-repeat;
    background-size: 100px;
    background-image: url(../img/developers/gridx2X.png); } }
@media (min-width: 768px) {
  .developers-lock {
    background-position: 15px 15px;
    background-repeat: no-repeat;
    background-size: 100px;
    background-image: url(../img/developers/lockx2X.png); } }
@media (min-width: 768px) {
  .developers-map {
    background-position: 15px 15px;
    background-repeat: no-repeat;
    background-size: 100px;
    background-image: url(../img/developers/mapx2X.png); } }
@media (min-width: 768px) {
  .developers-pieChart {
    background-position: 15px 15px;
    background-repeat: no-repeat;
    background-size: 100px;
    background-image: url(../img/developers/pieChartx2X.png); } }
@media (min-width: 768px) {
  .developers-shape {
    background-position: 15px 15px;
    background-repeat: no-repeat;
    background-size: 100px;
    background-image: url(../img/developers/shapex2X.png); } }
@media (min-width: 768px) {
  .developers-smartCar {
    background-position: 15px 15px;
    background-repeat: no-repeat;
    background-size: 100px;
    background-image: url(../img/developers/smartCarx2X.png); } }
@media (min-width: 768px) {
  .developers-webcam {
    background-position: 15px 15px;
    background-repeat: no-repeat;
    background-size: 100px;
    background-image: url(../img/developers/webcamx2X.png); } }
@media (min-width: 768px) {
  .developers-blog {
    background-position: 15px 15px;
    background-repeat: no-repeat;
    background-size: 100px;
    background-image: url(../img/developers/blogx2X.png); } }
@media (min-width: 768px) {
  .developers-cable {
    background-position: 15px 15px;
    background-repeat: no-repeat;
    background-size: 100px;
    background-image: url(../img/developers/cablex2X.png); } }
@media (min-width: 768px) {
  .developers-laptop {
    background-position: 15px 15px;
    background-repeat: no-repeat;
    background-size: 100px;
    background-image: url(../img/developers/laptopx2X.png); } }
@media (min-width: 768px) {
  .developers-online {
    background-position: 15px 15px;
    background-repeat: no-repeat;
    background-size: 100px;
    background-image: url(../img/developers/onlinex2X.png); } }
@media (min-width: 768px) {
  .developers-presentation {
    background-position: 15px 15px;
    background-repeat: no-repeat;
    background-size: 100px;
    background-image: url(../img/developers/presentationx2X.png); } }
@media (min-width: 768px) {
  .developers-tutorial {
    background-position: 15px 15px;
    background-repeat: no-repeat;
    background-size: 100px;
    background-image: url(../img/developers/tutorialx2X.png); } }
@media (min-width: 768px) {
  .developers-batery {
    background-position: 15px 15px;
    background-repeat: no-repeat;
    background-size: 100px;
    background-image: url(../img/developers/bateryx2X.png); } }
@media (min-width: 768px) {
  .developers-catalogue {
    background-position: 15px 15px;
    background-repeat: no-repeat;
    background-size: 100px;
    background-image: url(../img/developers/cataloguex2X.png); } }
@media (min-width: 768px) {
  .developers-lab {
    background-position: 15px 15px;
    background-repeat: no-repeat;
    background-size: 100px;
    background-image: url(../img/developers/labx2X.png); } }
@media (min-width: 768px) {
  .data-models-alerts {
    background-position: 15px 15px;
    background-repeat: no-repeat;
    background-size: 100px;
    background-image: url(../img/data-models/alertsx2X.png); } }
@media (min-width: 768px) {
  .data-models-civic {
    background-position: 15px 15px;
    background-repeat: no-repeat;
    background-size: 100px;
    background-image: url(../img/data-models/civicx2X.png); } }
@media (min-width: 768px) {
  .data-models-device {
    background-position: 15px 15px;
    background-repeat: no-repeat;
    background-size: 100px;
    background-image: url(../img/data-models/devicex2X.png); } }
@media (min-width: 768px) {
  .data-models-environment {
    background-position: 15px 15px;
    background-repeat: no-repeat;
    background-size: 100px;
    background-image: url(../img/data-models/environmentx2X.png); } }
@media (min-width: 768px) {
  .data-models-indicators {
    background-position: 15px 15px;
    background-repeat: no-repeat;
    background-size: 100px;
    background-image: url(../img/data-models/indicatorsx2X.png); } }
@media (min-width: 768px) {
  .data-models-parking {
    background-position: 15px 15px;
    background-repeat: no-repeat;
    background-size: 100px;
    background-image: url(../img/data-models/parkingx2X.png); } }
@media (min-width: 768px) {
  .data-models-parks {
    background-position: 15px 15px;
    background-repeat: no-repeat;
    background-size: 100px;
    background-image: url(../img/data-models/parksx2X.png); } }
@media (min-width: 768px) {
  .data-models-point {
    background-position: 15px 15px;
    background-repeat: no-repeat;
    background-size: 100px;
    background-image: url(../img/data-models/pointx2X.png); } }
@media (min-width: 768px) {
  .data-models-street {
    background-position: 15px 15px;
    background-repeat: no-repeat;
    background-size: 100px;
    background-image: url(../img/data-models/streetx2X.png); } }
@media (min-width: 768px) {
  .data-models-transportation {
    background-position: 15px 15px;
    background-repeat: no-repeat;
    background-size: 100px;
    background-image: url(../img/data-models/transportationx2X.png); } }
@media (min-width: 768px) {
  .data-models-waste {
    background-position: 15px 15px;
    background-repeat: no-repeat;
    background-size: 100px;
    background-image: url(../img/data-models/wastex2X.png); } }
@media (min-width: 768px) {
  .data-models-weather {
    background-position: 15px 15px;
    background-repeat: no-repeat;
    background-size: 100px;
    background-image: url(../img/data-models/weatherx2X.png); } }
select[name="select-subject"] {
  background-color: white;
  border: 0px solid white;
  padding: 20px 30px 20px 30px;
  min-width: 350px;
  max-width: 450px; }

.margin-sides-5 {
  margin-left: 5%;
  margin-right: 5%; }

.icon-social-media {
  margin-left: 5%;
  margin-right: 5%;
  border: 5px solid white;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  padding: 4px; }
  .icon-social-media:hover {
    border: 5px solid; }

#et_search_icon:hover:before {
  color: black !important; }

#et-secondary-nav .menu-item a:hover {
  color: black !important;
  font-weight: bold; }

footer .bottom-nav > li ul {
  padding-left: 0px; }

.text-with-number img {
  display: block;
  margin: 0 auto 15px auto;
  float: none; }
  @media (min-width: 992px) {
    .text-with-number img {
      display: inline;
      margin: 0 30px 30px 0;
      float: left; } }

.calculate-tabs-5 .et_pb_tabs_controls > li {
  width: 100%;
  height: auto;
  text-align: center; }
  @media (min-width: 992px) {
    .calculate-tabs-5 .et_pb_tabs_controls > li {
      width: 20%;
      height: 5.7em; } }

.calculate-tabs-6 .et_pb_tabs_controls > li {
  width: 100%;
  height: auto;
  text-align: center; }
  @media (min-width: 992px) {
    .calculate-tabs-6 .et_pb_tabs_controls > li {
      width: 16.66666%;
      height: 5.7em; } }
  .calculate-tabs-6 .et_pb_tabs_controls > li a {
    width: 100%;
    display: block; }

#brand-guide-items {
  padding: 0px 0px; }
  @media (max-width: 980px) {
    #brand-guide-items {
      max-width: 350px;
      margin: auto auto; }
      #brand-guide-items .et_pb_button_module_wrapper {
        text-align: center; }
        #brand-guide-items .et_pb_button_module_wrapper a {
          width: 100%; } }

#ihubs-table table {
  border: none;
  color: #000000;
  text-transform: uppercase; }
  #ihubs-table table .filled {
    background-color: #002e67;
    color: #ffffff; }
  #ihubs-table table tr {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 3px #002e67; }
    #ihubs-table table tr td {
      border: none !important;
      height: 75px; }
#ihubs-table a {
  color: #ffffff; }
  @media (min-width: 768px) {
    #ihubs-table a {
      color: #002e67; } }
#ihubs-table .evaluation-image {
  height: 21px; }
@media (min-width: 768px) {
  #ihubs-table .ihubs-table-evaluation {
    text-align: center; } }

@media only screen and (max-width: 800px) {
  /* Force table to not be like tables anymore */
  #ihubs-table table#table-no-more thead,
  #ihubs-table table#table-no-more tbody,
  #ihubs-table table#table-no-more th,
  #ihubs-table table#table-no-more td,
  #ihubs-table table#table-no-more tr {
    display: block; }

  /* Hide table headers (but not display: none;, for accessibility) */
  #ihubs-table table#table-no-more thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  #ihubs-table table#table-no-more tr {
    border: 1px solid #002e67; }

  #ihubs-table table#table-no-more td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #002e67;
    position: relative;
    padding-left: 40%;
    white-space: normal;
    text-align: left;
    height: auto; }

  #ihubs-table table#table-no-more td.table-no-more-ml {
    padding-left: 24px;
    text-align: center;
    padding-top: 10px;
    background-color: #002e67;
    color: #fff; }

  #ihubs-table table#table-no-more td:nth-child(even) {
    background-color: #f4f4f4; }

  #ihubs-table table#table-no-more td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    font-size: 10px; }

  /*
  Label the data
  */
  #ihubs-table table#table-no-more td:before {
    content: attr(data-title);
    color: #002e67; } }
@media only screen and (min-width: 800px) {
  #ihubs-table table#table-no-more td.table-no-more-ml {
    width: 30%; } }
.ihubs-incubated-legend {
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px; }
  .ihubs-incubated-legend p {
    display: inline;
    line-height: 21px;
    margin-right: 25px; }
    .ihubs-incubated-legend p.last-child {
      margin-right: 0; }
    .ihubs-incubated-legend p .evaluation-image {
      vertical-align: middle;
      height: 21px; }

#main-content .container::before {
  width: 0px; }

.et_pb_fullwidth_menu .fullwidth-menu-nav .not-fullwidth-menu {
  padding-top: 0 !important; }
  .et_pb_fullwidth_menu .fullwidth-menu-nav .not-fullwidth-menu a {
    padding-bottom: 0; }

#join-us-bottom-text a {
  color: #66b7c9; }

.module-successfeed {
  /*.latest-content-item .latest-content-data .latest-content-title{
      @media(min-width: 992px){
          height: 4em;    
      }
  }*/ }
  .module-successfeed .latest-content-item .latest-content-image a.bg-content {
    background-size: contain !important; }
  @media (min-width: 992px) {
    .module-successfeed .module-latestconten .latest-content-item .latest-content-data .latest-content-title, .module-successfeed #posts-content .latest-content-item .latest-content-data .latest-content-title, .module-successfeed #news-content .latest-content-item .latest-content-data .latest-content-title, .module-successfeed #search-content .latest-content-item .latest-content-data .latest-content-title {
      height: 4em; } }
  .module-successfeed #searchform {
    text-align: right;
    margin-bottom: 10px; }
    .module-successfeed #searchform #success_search_word {
      border: solid 3px #000000;
      padding: 5px 10px;
      text-align: right; }
    .module-successfeed #searchform #success_search_button {
      border: solid 3px #000000;
      background-color: #000000;
      color: #ffffff;
      text-transform: uppercase;
      padding: 5px 10px; }
      .module-successfeed #searchform #success_search_button:hover {
        background-color: #ffffff;
        color: #000000; }

.single-post-new.single-success_story {
  /*.ss-descripcion{
      padding-top: 60px;
      &.padding-description{
          padding-top: 0px;
      }
  }*/
  /*.ancho{
      padding-bottom:30px;
  }*/
  /*.embed-responsive .embed-responsive-item, .embed-responsive video{max-width: 100%; height:auto;}*/ }
  .single-post-new.single-success_story .container.nopaddingtop {
    padding-top: 0 !important; }
  @media (max-width: 767px) {
    .single-post-new.single-success_story .container {
      width: 100%; } }
  .single-post-new.single-success_story ul {
    padding-left: 15px; }
  .single-post-new.single-success_story li {
    list-style-type: disc;
    list-style-position: inside; }
  .single-post-new.single-success_story .single-meta-background .meta-data {
    padding: 45px 20px; }
    .single-post-new.single-success_story .single-meta-background .meta-data .entry-title {
      margin: 0 0 20px 0; }
  .single-post-new.single-success_story .text-blocks h4, .single-post-new.single-success_story .ss-txt-second h4 {
    text-align: right; }
    @media (max-width: 992px) {
      .single-post-new.single-success_story .text-blocks h4, .single-post-new.single-success_story .ss-txt-second h4 {
        text-align: left; } }
  .single-post-new.single-success_story .quote {
    font-size: 26px; }
    .single-post-new.single-success_story .quote .custom-modules-et_font_icon {
      font-size: 40px; }
  .single-post-new.single-success_story .text-blocks .row > div:nth-child(even) {
    margin-bottom: 60px; }
  .single-post-new.single-success_story .text-blocks .row > div:nth-child(odd) {
    margin-bottom: 20px; }
  .single-post-new.single-success_story .success-rrss-icons {
    width: 85px;
    margin-bottom: 5px; }
  .single-post-new.single-success_story .clean {
    clear: both; }
  @media (max-width: 992px) {
    .single-post-new.single-success_story .single-meta-background {
      padding: 180px 0 100px 0; } }
  .single-post-new.single-success_story .ss-cabecera {
    text-align: center;
    color: white; }
  .single-post-new.single-success_story .ss-cabecera h1 {
    color: white;
    font-size: 52px; }
  .single-post-new.single-success_story .ss-cabecera span {
    font-size: 21px;
    text-transform: uppercase; }
  .single-post-new.single-success_story .ver_btn .btn {
    min-width: 100%;
    background-color: #002e67;
    border: none;
    font-weight: 500;
    font-size: 16px;
    padding: 15px 40px;
    margin-bottom: 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase; }
    .single-post-new.single-success_story .ver_btn .btn:hover {
      background-color: #66b7c9;
      text-decoration: underline; }
  .single-post-new.single-success_story .nopadtop {
    padding-top: 0px !important; }
  .single-post-new.single-success_story .ss-descripcion div:first-child {
    text-align: center;
    margin-bottom: 30px; }
  .single-post-new.single-success_story .ss-descripcion div:last-child h3 {
    text-align: center; }
  .single-post-new.single-success_story .ss-categoria {
    padding: 40px 0px 20px; }
  .single-post-new.single-success_story .ss-categoria div {
    text-align: center; }
  .single-post-new.single-success_story .ss-categoria div h4 {
    text-transform: uppercase; }
  .single-post-new.single-success_story .ss-enlaces {
    padding: 50px 0px 0px;
    /*overflow: hidden;*/ }
  .single-post-new.single-success_story .ss-enlaces .enlace {
    height: 130px; }
    .single-post-new.single-success_story .ss-enlaces .enlace.col-sm-quintos {
      width: 20%;
      float: left; }
    @media (max-width: 767px) {
      .single-post-new.single-success_story .ss-enlaces .enlace.col-sm-quintos {
        width: 50%;
        float: left; } }
  .single-post-new.single-success_story .ss-enlaces .enlace p {
    text-align: center; }
  .single-post-new.single-success_story .ss-enlaces a, .single-post-new.single-success_story .ss-enlaces span {
    color: black; }
  .single-post-new.single-success_story .ss-enlaces img {
    text-align: center;
    display: block;
    margin-right: auto;
    margin-left: auto; }
  .single-post-new.single-success_story .ss-txt-first {
    padding: 50px 0 20px; }
  .single-post-new.single-success_story .fondo_uc {
    margin-bottom: 20px; }
    .single-post-new.single-success_story .fondo_uc .container {
      padding: 60px 0; }
      @media (max-width: 830px) {
        .single-post-new.single-success_story .fondo_uc .container {
          padding: 60px 30px; } }
  @media (max-width: 992px) {
    .single-post-new.single-success_story .fondo_uc {
      padding-left: 0px;
      margin-bottom: 15px; } }
  @media (max-width: 768px) {
    .single-post-new.single-success_story .fondo_uc {
      padding-left: 7px; } }
  .single-post-new.single-success_story .ss-txt-first .txt {
    padding: 10px 50px 40px 50px; }
  .single-post-new.single-success_story .ss-txt-second div:first-child {
    margin-bottom: 20px; }
  .single-post-new.single-success_story .ss-txt-second .txt {
    padding-right: 40px; }
  @media (max-width: 768px) {
    .single-post-new.single-success_story {
      /*.ss-txt-first .txt{padding: 10px 10px 40px 10px;}*/
      /*.ss-txt-second .txt{padding: 40px 0px 40px 0px;}*/ } }
  .single-post-new.single-success_story .ss-txt-first div div:last-child, .single-post-new.single-success_story .ss-txt-second div div:last-child {
    text-align: justify; }
  .single-post-new.single-success_story .ss-txt-second div, .single-post-new.single-success_story .ss-txt-second div h4 {
    color: white; }
  .single-post-new.single-success_story .quote {
    color: #002e67; }
  .single-post-new.single-success_story .pad_bot {
    padding-bottom: 40%; }
  .single-post-new.single-success_story .embed-responsive.embed-responsive-bg {
    background-color: #002e67; }

.gob-h2, .gob-h3 {
  margin-bottom: 40px; }

.gob-h2 {
  border-bottom: 5px solid #000; }

.gob-h3 {
  color: #4c4c4c;
  margin-top: 20px; }

.gob-content-image .circle {
  width: 140px;
  height: 140px;
  border: 3px solid #002e67!important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
  padding: 2px; }
  .gob-content-image .circle a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: 0; }
  .gob-content-image .circle img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }

.gob-content-item {
  margin-bottom: 20px;
  height: 270px; }

.gob-content-data {
  text-align: center;
  margin-top: 15px; }
  .gob-content-data .latest-content-name {
    color: #000; }
  .gob-content-data p:not(.latest-content-name) {
    font-size: 13px; }

.gob-single-background {
  background: #d8d4d4;
  height: 300px;
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .gob-single-background {
      height: 520px; } }

.gob-single-image {
  text-align: center;
  margin-top: 45px;
  color: #000; }
  .gob-single-image .circle {
    width: 200px;
    border: 3px solid #002e67!important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 4px; }
  .gob-single-image img {
    width: 200px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }

.gob-single-info {
  margin-top: 70px;
  font-size: 13px; }
  .gob-single-info p:first-child {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold; }
  .gob-single-info p:nth-child(even) {
    color: #9765d8;
    font-weight: bold;
    padding-bottom: 0px; }
  .gob-single-info p:last-child a {
    margin-right: 10px;
    text-decoration: none; }
  .gob-single-info .lin {
    width: 21px;
    height: 20px; }
  .gob-single-info .twi {
    width: 25px;
    height: 20px; }

.single-icon {
  margin-top: 15px; }

.single-body {
  padding: 0px 15px; }
  .single-body p:first-child {
    color: #9765d8;
    font-weight: bold; }

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