/**
 * Theme Name: Custom Theme
 * Theme URI: 
 * Author: RubikCode
 * Author URI: http://www.rubikCode.es
 * Description: Theme for Custom
 * Version: 0.0.5
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: Custom
 */
@font-face {
  font-family: 'latoblack';
  src: url("fonts/lato-black-webfont.woff2") format("woff2"), url("fonts/lato-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'latobold';
  src: url("fonts/lato-bold-webfont.woff2") format("woff2"), url("fonts/lato-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'latohairline';
  src: url("fonts/lato-hairline-webfont.woff2") format("woff2"), url("fonts/lato-hairline-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'latolight';
  src: url("fonts/lato-light-webfont.woff2") format("woff2"), url("fonts/lato-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'latoregular';
  src: url("fonts/lato-regular-webfont.woff2") format("woff2"), url("fonts/lato-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'caveatbold';
  src: url("fonts/caveat-bold-webfont.woff2") format("woff2"), url("fonts/caveat-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'caveatregular';
  src: url("fonts/caveat-regular-webfont.woff2") format("woff2"), url("fonts/caveat-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/********************************* ROBOTO  ****************************************/
@font-face {
  font-family: 'robotobold';
  src: url("fonts/roboto-bold-webfont.woff2") format("woff2"), url("fonts/roboto-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'robotolight';
  src: url("fonts/roboto-light-webfont.woff2") format("woff2"), url("fonts/roboto-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'robotoregular';
  src: url("fonts/roboto-regular-webfont.woff2") format("woff2"), url("fonts/roboto-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'robotothin';
  src: url("fonts/roboto-thin-webfont.woff2") format("woff2"), url("fonts/roboto-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/* line 2, sass/_custom.scss */
.container-fluid .row {
  margin-right: 0px !important;
  margin-left: 0px !important; }

/* line 8, sass/_custom.scss */
html {
  height: 100%; }

/* line 12, sass/_custom.scss */
body {
  position: relative;
  min-height: 100%; }

/* line 17, sass/_custom.scss */
#main-content-area {
  padding-bottom: 120px; }

/* line 21, sass/_custom.scss */
#header {
  padding: 0px !important;
  -webkit-box-shadow: 0px 4px 5px 0px #838689;
  box-shadow: 0px 4px 5px 0px #838689; }

/* line 34, sass/_custom.scss */
.navbar.navbar-default.navbar-nav > .active > a {
  background-color: transparent;
  color: #85ac43 !important;
  text-transform: uppercase; }

/* line 39, sass/_custom.scss */
.navbar.navbar-default.navbar-nav > .active > a:hover {
  background-color: transparent;
  color: #85ac43 !important;
  text-transform: uppercase; }

/* line 44, sass/_custom.scss */
.navbar.navbar-default.navbar-nav > .active > a.focus {
  background-color: transparent;
  color: #85ac43 !important;
  text-transform: uppercase; }

/* line 53, sass/_custom.scss */
.navbar.navbar-default li.menu-item a {
  font-family: robotoregular !important;
  font-size: 18px !important;
  background-color: transparent;
  text-transform: capitalize; }
  /* line 58, sass/_custom.scss */
  .navbar.navbar-default li.menu-item a:hover {
    color: #85ac43 !important;
    text-decoration: underline; }
  /* line 62, sass/_custom.scss */
  .navbar.navbar-default li.menu-item a:focus {
    outline: none; }

/* line 67, sass/_custom.scss */
.navbar.navbar-default li.menu-item.active a {
  background-color: transparent;
  color: #85ac43 !important;
  text-transform: capitalize; }

/* line 72, sass/_custom.scss */
.navbar.navbar-default li.menu-item.active:focus {
  outline: none; }

/* line 82, sass/_custom.scss */
.post_header_page {
  padding-top: 31px;
  padding-bottom: 32px;
  background-color: #0000ff;
  margin-bottom: 80px; }
  /* line 88, sass/_custom.scss */
  .post_header_page h1.sub-content {
    font-size: 26px;
    color: #ffffff;
    line-height: 31px;
    font-family: 'robotolight'; }
  /* line 96, sass/_custom.scss */
  .post_header_page .breadcrumbs {
    font-size: 14px;
    color: #ffffff;
    line-height: 27px;
    font-family: 'robotothin';
    float: right; }

/* line 1, sass/_news.scss */
.news_section {
  margin-bottom: 100px; }
  /* line 3, sass/_news.scss */
  .news_section .item_new {
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 40px; }
    /* line 7, sass/_news.scss */
    .news_section .item_new .image_new {
      text-align: center; }
      /* line 9, sass/_news.scss */
      .news_section .item_new .image_new img {
        border: none !important;
        height: 220px; }
    /* line 14, sass/_news.scss */
    .news_section .item_new .title_new {
      font-size: 19px;
      line-height: 29px;
      color: #757575;
      font-family: 'robotolight';
      padding: 0 12px; }
    /* line 21, sass/_news.scss */
    .news_section .item_new .date_new {
      font-size: 14px;
      line-height: 21px;
      color: #5c5c5c;
      font-family: 'robotolight';
      margin-bottom: 15px;
      padding: 0 12px; }
    /* line 29, sass/_news.scss */
    .news_section .item_new .description_new {
      font-size: 18px;
      line-height: 30px;
      color: #5c5c5c;
      font-family: 'robotolight';
      padding: 0 12px; }
      /* line 36, sass/_news.scss */
      .news_section .item_new .description_new a.read_more {
        color: #0000ff;
        font-size: 14px; }
      /* line 40, sass/_news.scss */
      .news_section .item_new .description_new a:hover {
        color: #0000ff;
        text-decoration: none; }
  /* line 48, sass/_news.scss */
  .news_section .pagination_news {
    text-align: center; }
    /* line 51, sass/_news.scss */
    .news_section .pagination_news .page-numbers.current {
      color: #0000ff !important;
      border: 1px solid #0000ff;
      padding: 2px 4px;
      border-radius: 4px; }
    /* line 61, sass/_news.scss */
    .news_section .pagination_news a.page-numbers {
      color: #5c5c5c !important;
      border: 1px solid #5c5c5c;
      padding: 2px 4px;
      border-radius: 4px; }
      /* line 69, sass/_news.scss */
      .news_section .pagination_news a.page-numbers.next.page-numbers {
        color: #5c5c5c !important;
        border: 1px solid #5c5c5c;
        padding: 2px 4px;
        border-radius: 4px; }
      /* line 79, sass/_news.scss */
      .news_section .pagination_news a.page-numbers:hover.page-numbers {
        text-decoration: none;
        color: #0000ff !important;
        border-color: #0000ff !important; }

/* line 90, sass/_news.scss */
.single {
  font-family: 'robotolight' !important; }
  /* line 93, sass/_news.scss */
  .single.single-post .description_current_news {
    margin-top: 30px;
    font-size: 18px;
    line-height: 34px;
    color: #5c5c5c; }
  /* line 100, sass/_news.scss */
  .single.single-post .new_info {
    clear: both;
    overflow: hidden;
    font-size: 14px;
    line-height: 27px;
    color: #5c5c5c;
    margin-top: 20px;
    padding: 5px 0;
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
    margin-bottom: 120px; }
    /* line 110, sass/_news.scss */
    .single.single-post .new_info a {
      color: #5c5c5c; }
      /* line 112, sass/_news.scss */
      .single.single-post .new_info a:hover {
        color: #5c5c5c;
        text-decoration: none;
        cursor: auto; }
  /* line 121, sass/_news.scss */
  .single.single-post .recent_posts_title {
    background-color: #0000ff;
    padding: 9px 15px;
    color: #ffffff; }
  /* line 127, sass/_news.scss */
  .single.single-post .recent_posts .recent_post_li {
    display: block;
    padding: 10px 10px 10px 12px;
    border-bottom: 1px solid #e7e6e6;
    color: #333;
    position: relative; }
    /* line 133, sass/_news.scss */
    .single.single-post .recent_posts .recent_post_li .imagen_li {
      display: inline;
      padding-right: 10px; }
      /* line 136, sass/_news.scss */
      .single.single-post .recent_posts .recent_post_li .imagen_li .fa-lg {
        font-size: 12px;
        /* line-height: 1em; */
        vertical-align: 0%; }
    /* line 142, sass/_news.scss */
    .single.single-post .recent_posts .recent_post_li .text_li {
      display: inline; }
      /* line 144, sass/_news.scss */
      .single.single-post .recent_posts .recent_post_li .text_li a {
        color: #5c5c5c; }
        /* line 146, sass/_news.scss */
        .single.single-post .recent_posts .recent_post_li .text_li a:hover {
          color: #0000ff;
          text-decoration: none; }

/* line 2, sass/_home.scss */
.image_home img {
  width: 100%;
  height: auto; }

/* line 8, sass/_home.scss */
.home .main_text {
  padding-top: 107px;
  padding-bottom: 60px;
  text-align: center;
  font-size: 40px;
  color: #757575;
  font-family: 'robotothin' !important; }
  /* line 15, sass/_home.scss */
  .home .main_text strong {
    font-family: 'robotolight' !important;
    font-size: 40px !important;
    color: #0000ff; }

/* line 22, sass/_home.scss */
.home .separator {
  margin-left: 33%;
  margin-right: 33%;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 38px; }

/* line 29, sass/_home.scss */
.home .description_page {
  font-size: 20px;
  line-height: 38px;
  color: #5c5c5c;
  font-family: 'robotolight';
  text-align: center; }

/* line 36, sass/_home.scss */
.home .image_home_page {
  background-color: #ffffff;
  background-image: url(img/border_image_blue.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  padding-top: 110px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: rgba(97, 158, 133, 0);
  border-top-style: solid;
  border-bottom-style: solid; }

/* line 52, sass/_home.scss */
.home .data_plane_info {
  padding: 0px;
  max-height: none;
  overflow: visible;
  height: 570px; }
  /* line 57, sass/_home.scss */
  .home .data_plane_info .plane_image {
    background-image: url(img/info_plane_blue_0000ff.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%; }

/* line 70, sass/_home.scss */
.home .info_company {
  background-color: #EEEEEE; }
  /* line 72, sass/_home.scss */
  .home .info_company .title_company {
    padding-top: 54px;
    padding-bottom: 1%;
    text-align: center;
    font-size: 40px;
    color: #757575;
    font-family: 'robotothin' !important; }
    /* line 79, sass/_home.scss */
    .home .info_company .title_company strong {
      font-family: 'robotolight' !important;
      font-size: 40px !important;
      color: #0000ff; }
  /* line 85, sass/_home.scss */
  .home .info_company .description_company {
    font-size: 20px;
    line-height: 38px;
    color: #5c5c5c;
    font-family: 'robotolight';
    text-align: center;
    margin-bottom: 5%; }
  /* line 93, sass/_home.scss */
  .home .info_company .impar_container {
    background-color: #f3f3f3; }

/* line 98, sass/_home.scss */
.home .technology_info {
  background-color: #EEEEEE;
  background-image: url(img/tech-why-bg-blue-0000ff.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  padding-top: 60px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: rgba(97, 158, 133, 0);
  border-top-style: solid;
  border-bottom-style: solid; }
  /* line 112, sass/_home.scss */
  .home .technology_info .title_company {
    text-align: center;
    font-size: 40px;
    color: #757575;
    font-family: 'robotothin' !important; }
    /* line 117, sass/_home.scss */
    .home .technology_info .title_company strong {
      font-family: 'robotolight' !important;
      font-size: 40px !important;
      color: #0000ff; }
  /* line 123, sass/_home.scss */
  .home .technology_info .separator {
    margin-left: 33%;
    margin-right: 33%;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 3%; }
  /* line 129, sass/_home.scss */
  .home .technology_info .description_company {
    font-size: 20px;
    line-height: 38px;
    color: #5c5c5c;
    font-family: 'robotolight';
    text-align: center;
    margin-bottom: 149px; }
    /* line 136, sass/_home.scss */
    .home .technology_info .description_company.list {
      text-align: left; }
      /* line 138, sass/_home.scss */
      .home .technology_info .description_company.list ul {
        list-style-position: inside; }
        /* line 141, sass/_home.scss */
        .home .technology_info .description_company.list ul li strong {
          color: #0000ff; }
  /* line 148, sass/_home.scss */
  .home .technology_info .maqueta {
    height: 500px; }
    /* line 150, sass/_home.scss */
    .home .technology_info .maqueta .image_maqueta {
      background-image: url(img/c2_vort.png);
      background-position: center bottom;
      background-repeat: no-repeat;
      background-size: cover;
      max-width: 100%;
      height: 100%; }

/* line 163, sass/_home.scss */
.home .description_team .title_company {
  padding-top: 54px;
  padding-bottom: 41px;
  text-align: center;
  font-size: 40px;
  color: #757575;
  font-family: 'robotothin' !important; }
  /* line 170, sass/_home.scss */
  .home .description_team .title_company strong {
    font-family: 'robotolight' !important;
    font-size: 40px !important;
    color: #0000ff; }

/* line 176, sass/_home.scss */
.home .description_team .description_company {
  font-size: 20px;
  line-height: 38px;
  color: #5c5c5c;
  font-family: 'robotolight';
  text-align: center; }

/* line 185, sass/_home.scss */
.home .image_team {
  margin-top: 22%;
  height: 500px; }
  /* line 188, sass/_home.scss */
  .home .image_team .team_picture {
    background-image: url(img/image_user.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
    height: 100%; }

/* line 199, sass/_home.scss */
.home #heroCarousell {
  height: 100%;
  -webkit-box-shadow: 0px 4px 5px 0px #999999;
  box-shadow: 0px 4px 5px 0px #999999; }
  /* line 205, sass/_home.scss */
  .home #heroCarousell .carousel-item img {
    height: 100% !important; }

/* line 1, sass/_header.scss */
.header_page {
  min-height: 114px;
  padding-top: 18px; }
  /* line 4, sass/_header.scss */
  .header_page .navbar {
    float: right;
    padding-top: 17px; }
    /* line 12, sass/_header.scss */
    .header_page .navbar .collapse.navbar-collapse #bs4navbar ul li.current_page_item a {
      text-decoration: underline !important; }
    /* line 17, sass/_header.scss */
    .header_page .navbar .collapse.navbar-collapse #bs4navbar ul li a {
      font-size: 18px;
      font-family: 'robotoregular';
      color: #0000ff; }
    /* line 26, sass/_header.scss */
    .header_page .navbar .collapse.navbar-collapse.show .collapse {
      display: block !important; }
      /* line 28, sass/_header.scss */
      .header_page .navbar .collapse.navbar-collapse.show .collapse #menu-top-menu {
        position: absolute;
        z-index: 1;
        right: -15%;
        background-color: #fff;
        padding: 24px;
        top: -18px;
        padding-top: 80px; }
        /* line 39, sass/_header.scss */
        .header_page .navbar .collapse.navbar-collapse.show .collapse #menu-top-menu li a {
          float: right;
          color: #0000ff; }
      /* line 46, sass/_header.scss */
      .header_page .navbar .collapse.navbar-collapse.show .collapse .dropdown-menu.show a.dropdown-item {
        padding: .25rem -0rem !important;
        color: #747575 !important;
        text-align: right; }
        /* line 50, sass/_header.scss */
        .header_page .navbar .collapse.navbar-collapse.show .collapse .dropdown-menu.show a.dropdown-item.active {
          color: #ffffff !important; }
  /* line 60, sass/_header.scss */
  .header_page .navbar-toggler {
    outline: none !important;
    z-index: 2; }
    /* line 63, sass/_header.scss */
    .header_page .navbar-toggler:focus, .header_page .navbar-toggler:hover {
      outline: none !important; }
  /* line 69, sass/_header.scss */
  .header_page .navbar-toggler-icon {
    font-size: 26px;
    color: #0000ff; }
  /* line 74, sass/_header.scss */
  .header_page .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
    /* line 77, sass/_header.scss */
    .header_page .navbar-nav .dropdown-menu.show {
      border: none; }
      /* line 79, sass/_header.scss */
      .header_page .navbar-nav .dropdown-menu.show a {
        float: right; }
    /* line 84, sass/_header.scss */
    .header_page .navbar-nav .dropdown-menu a.dropdown-item:active {
      background-color: #0000ff;
      color: #ffffff !important; }
    /* line 88, sass/_header.scss */
    .header_page .navbar-nav .dropdown-menu a.dropdown-item.active {
      background-color: #0000ff;
      color: #ffffff !important; }
  /* line 93, sass/_header.scss */
  .header_page .dropdown-toggle::after {
    display: none !important; }

/* line 1, sass/_footer.scss */
.footer {
  height: 120px;
  background-color: #0000ff;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0; }
  /* line 10, sass/_footer.scss */
  .footer .info_footer.copyright {
    padding-top: 50px;
    color: #ffffff;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    font-family: 'robotolight'; }

/* line 2, sass/_team.scss */
.team_section .item_team {
  margin-bottom: 61px; }
  /* line 4, sass/_team.scss */
  .team_section .item_team .title_team h1 {
    font-size: 40px;
    line-height: 56px;
    color: #757575;
    font-family: 'robotothin';
    padding-bottom: 4px; }
  /* line 11, sass/_team.scss */
  .team_section .item_team .content_team {
    margin-top: 37px;
    font-size: 18px;
    line-height: 34px;
    color: #5c5c5c;
    font-family: 'robotothin'; }
  /* line 19, sass/_team.scss */
  .team_section .item_team .image_team {
    margin-top: 88px; }
    /* line 21, sass/_team.scss */
    .team_section .item_team .image_team .current_team {
      -webkit-box-shadow: 0px 3px 5px 0px #777777;
      box-shadow: 0px 3px 5px 0px #777777; }
  /* line 28, sass/_team.scss */
  .team_section .item_team .separator {
    border-bottom: 1px solid #e7e6e6; }

/* line 34, sass/_team.scss */
.team_section .all_team .title_group {
  padding-bottom: 12px;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  color: #757575;
  font-family: 'robotothin'; }
  /* line 41, sass/_team.scss */
  .team_section .all_team .title_group strong {
    color: #0000ff;
    font-family: 'robotolight'; }

/* line 46, sass/_team.scss */
.team_section .all_team .separator {
  border-bottom: 1px solid #e7e6e6; }

/* line 49, sass/_team.scss */
.team_section .all_team .main_content {
  margin-top: 37px;
  font-size: 18px;
  line-height: 34px;
  color: #5c5c5c;
  font-family: 'robotothin'; }

/* line 56, sass/_team.scss */
.team_section .all_team .img_team {
  background-image: url(img/team.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 269.006px; }

/* line 1, sass/_contact.scss */
.contact_section {
  margin-bottom: 100px; }
  /* line 3, sass/_contact.scss */
  .contact_section .title_contact {
    font-size: 30px;
    line-height: 45px;
    color: #757575;
    font-family: 'robotothin';
    padding-bottom: 15px; }
  /* line 10, sass/_contact.scss */
  .contact_section .separator {
    border-bottom: 1px solid #e7e6e6; }
  /* line 13, sass/_contact.scss */
  .contact_section .info_contact_coflow {
    margin-top: 40px; }
  /* line 17, sass/_contact.scss */
  .contact_section .contact_form_cowflo {
    font-size: 18px;
    line-height: 34px;
    color: #5c5c5c;
    font-family: 'robotolight'; }
    /* line 22, sass/_contact.scss */
    .contact_section .contact_form_cowflo .wpcf7-submit {
      text-transform: uppercase;
      background: #0000ff;
      text-transform: uppercase;
      color: #ffffff;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0000ff, endColorstr=#0000ff);
      transition: all .2s;
      border-width: 0px;
      border-style: solid;
      border-color: #ffffff;
      border-radius: 2px;
      width: 71%;
      -webkit-transition: all .2s;
      -moz-transition: all .2s;
      -ms-transition: all .2s;
      -o-transition: all .2s;
      -webkit-border-radius: 2px; }
  /* line 43, sass/_contact.scss */
  .contact_section .info_contact_user {
    font-size: 13px;
    color: #5c5c5c;
    line-height: 22px;
    font-family: 'robotolight';
    margin-top: 25px; }
    /* line 49, sass/_contact.scss */
    .contact_section .info_contact_user .icon_contact {
      color: #0000ff; }
    /* line 52, sass/_contact.scss */
    .contact_section .info_contact_user .data_info {
      line-height: 25px; }

/* line 1, sass/_default.scss */
.default_page {
  color: #5c5c5c;
  font-family: 'robotolight';
  line-height: 25px;
  font-size: 16px;
  margin-bottom: 100px; }
  /* line 8, sass/_default.scss */
  .default_page strong {
    color: #212529;
    font-family: 'robotobold'; }
  /* line 13, sass/_default.scss */
  .default_page a {
    color: #5c5c5c; }
    /* line 15, sass/_default.scss */
    .default_page a:hover {
      text-decoration: none;
      color: #0000ff; }
  /* line 21, sass/_default.scss */
  .default_page .title_pdf {
    color: #212529;
    display: inline-block;
    font-family: 'robotolight';
    font-style: italic;
    cursor: pointer; }
  /* line 28, sass/_default.scss */
  .default_page .read_pdf {
    padding-left: 1%;
    color: #5c5c5c;
    display: inline-block;
    cursor: pointer; }
  /* line 35, sass/_default.scss */
  .default_page .download_pdf {
    padding-left: 1%;
    display: inline-block; }
  /* line 40, sass/_default.scss */
  .default_page .pdfemb-viewer {
    display: none;
    margin-bottom: 2%; }
