@charset "UTF-8";
/*Colores*/
/*Tipografias*/
/*Espaciado cabecera*/
/*Sobreescribir variables material*/
/*Generalidades*/
body {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  background-color: #fff;
  color: #19243d;
  line-height: 1.4em;
  font-weight: 400; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  font-family: "Roboto Slab", serif;
  line-height: 1.3em; }

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: bold;
  font-family: "Roboto Slab", serif; }

h1 {
  font-size: 2.2rem; }

h2 {
  font-size: 1.7rem; }

h3 {
  font-size: 1.3rem; }

h4 {
  font-size: 1.2rem; }

h5 {
  font-size: 1.1rem; }

h6 {
  font-size: 1rem; }

p {
  margin-bottom: 1.2em; }

p, ul, li, strong {
  font-family: "Open Sans", sans-serif; }

ul li {
  margin: 0 5px; }

a {
  color: #7ac3cc; }
  a:hover, a:focus {
    color: #7ac3cc; }

.card-inner {
  padding: 30px; }

.notice.notice_success {
  background: rgba(4, 136, 14, 0.29);
  border-left: 5px solid #008800;
  color: #017909; }

.notice.notice_error {
  background: rgba(136, 0, 0, 0.29);
  border-left: 5px solid #880000;
  color: #790202; }

.notice_list {
  margin: 15px 0;
  padding: 15px 0 15px 40px; }

#primary {
  width: 100%; }

/*Espaciado de la cabecera y ancla*/
.espaciado-cabecera {
  height: 80px; }

.ancla {
  position: absolute;
  top: -80px; }

@media (min-width: 992px) and (max-width: 1200px) {
  .espaciado-cabecera {
    height: 80px; }

  .ancla {
    top: -80px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .espaciado-cabecera {
    height: 74px; }

  .ancla {
    top: -80px; } }
@media (min-width: 576px) and (max-width: 767px) {
  .espaciado-cabecera {
    height: 70px; }

  .ancla {
    top: -80px; } }
@media (max-width: 575px) {
  .espaciado-cabecera {
    height: 70px; }

  .ancla {
    top: -80px; } }
/*Botones*/
body .wpcf7 .wpcf7-form .wpcf7-submit, .wpcf7 .wpcf7-form .btn-large,
body .wpcf7 .wpcf7-form .btn,
.btn:not(.btn-raised),
.btn:not(.btn-raised):not(.btn-link) {
  background-color: #7ac3cc;
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 30px;
  text-transform: none;
  box-shadow: none;
  font-family: "Open Sans", sans-serif; }
  body .wpcf7 .wpcf7-form .wpcf7-submit:hover, .wpcf7 .wpcf7-form .btn-large:hover,
  body .wpcf7 .wpcf7-form .btn:hover,
  .btn:not(.btn-raised):hover,
  .btn:not(.btn-raised):not(.btn-link):hover {
    background-color: #7ac3cc;
    color: #fff !important;
    box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.2);
    text-transform: none; }
  body .wpcf7 .wpcf7-form .wpcf7-submit.btn-blanco, .wpcf7 .wpcf7-form .btn-large.btn-blanco,
  body .wpcf7 .wpcf7-form .btn.btn-blanco,
  .btn:not(.btn-raised).btn-blanco,
  .btn:not(.btn-raised):not(.btn-link).btn-blanco {
    background-color: #fff;
    color: #7ac3cc; }
    body .wpcf7 .wpcf7-form .wpcf7-submit.btn-blanco:hover, .wpcf7 .wpcf7-form .btn-large.btn-blanco:hover,
    body .wpcf7 .wpcf7-form .btn.btn-blanco:hover,
    .btn:not(.btn-raised).btn-blanco:hover,
    .btn:not(.btn-raised):not(.btn-link).btn-blanco:hover {
      background-color: #fff;
      color: #7ac3cc; }

/*Cards y overlays */
a:hover .card, .card.fake-a:not(.no_link):hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16); }

body .card, a .card, .card.fake-a {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.16);
  transition: all .3s ease-in-out; }

.fake-a:not(.no_link) {
  cursor: pointer; }

.fake-a.no_link {
  /*box-shadow:none;
  border:solid 1px rgba(0,0,0,0.1) */ }

.overlay-item-wrap {
  position: relative;
  cursor: pointer; }

.overlay-item-wrap:hover .overlay {
  opacity: 1; }

.overlay {
  background-color: rgba(122, 195, 204, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  text-transform: uppercase; }
  .overlay img {
    display: block;
    margin: 0 auto 8px auto; }

.container-1900 {
  max-width: 1900px;
  padding: 0; }

/*Bootstrap 4 */
input[type=date]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=search-md]:focus:not([readonly]), input[type=search]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=url]:focus:not([readonly]), textarea.md-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #7ac3cc;
  box-shadow: 0 1px 0 0 #7ac3cc; }

input[type=date]:focus:not([readonly]) + label, input[type=datetime-local]:focus:not([readonly]) + label, input[type=email]:focus:not([readonly]) + label, input[type=number]:focus:not([readonly]) + label, input[type=password]:focus:not([readonly]) + label, input[type=search-md]:focus:not([readonly]) + label, input[type=search]:focus:not([readonly]) + label, input[type=tel]:focus:not([readonly]) + label, input[type=text]:focus:not([readonly]) + label, input[type=time]:focus:not([readonly]) + label, input[type=url]:focus:not([readonly]) + label, textarea.md-textarea:focus:not([readonly]) + label {
  color: #7ac3cc; }

/*Contact form 7 Material Design Plugin*/
#cf7md-form .mdc-textfield--focused.mdc-textfield--upgraded:not(.mdc-textfield--fullwidth):not(.mdc-textfield--multiline)::after, #cf7md-form .mdc-multi-select:focus .mdc-list-item:checked, #cf7md-form .mdc-checkbox__background::before, #cf7md-form .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background, #cf7md-form .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background, #cf7md-form .mdc-radio__background::before, #cf7md-form .mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__inner-circle, #cf7md-form .mdc-button--primary.mdc-button--raised, #cf7md-form .mdc-switch__native-control:checked ~ .mdc-switch__background::before, #cf7md-form .mdc-switch__native-control:checked ~ .mdc-switch__background .mdc-switch__knob, #cf7md-form .mdc-switch__native-control:checked ~ .mdc-switch__background .mdc-switch__knob::before {
  background-color: #03314c; }

#cf7md-form .cf7md-item {
  margin-bottom: 10px; }

.logo_contra {
  display: none; }

body:not(.home) #masthead .navbar-brand img {
  max-height: 50px;
  width: auto; }

#masthead {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12); }
  #masthead .container {
    position: relative; }
  #masthead .navbar {
    margin: 0;
    background-color: #fff; }
    #masthead .navbar .navbar-brand img {
      width: auto;
      transition: all .3s ease-in-out; }
    #masthead .navbar .navbar-nav {
      margin-top: 0px; }
    #masthead .navbar .navbar-toggler {
      background-image: none;
      margin-top: 10px; }
      #masthead .navbar .navbar-toggler span {
        background-image: none;
        display: none; }
      #masthead .navbar .navbar-toggler:before {
        font: normal normal normal 25px/1 FontAwesome;
        content: "\f0c9";
        color: #7ac3cc; }
    #masthead .navbar li {
      margin: 0; }
      #masthead .navbar li.active > a, #masthead .navbar li.current-menu-ancestor > a, #masthead .navbar li.wpml-ls-current-language > a {
        color: #7ac3cc !important; }
      #masthead .navbar li > a {
        color: #19243d;
        text-transform: uppercase;
        font-size: 17px;
        padding: 20px 10px;
        font-weight: 600;
        line-height: 20px; }
        #masthead .navbar li > a:hover, #masthead .navbar li > a:focus {
          color: #7ac3cc !important; }
      #masthead .navbar li.link_rojo:hover, #masthead .navbar li.link_rojo:focus, #masthead .navbar li.link_rojo.active {
        border-color: #da0218; }
      #masthead .navbar li.link_rojo > a {
        color: #da0218; }
        #masthead .navbar li.link_rojo > a:hover, #masthead .navbar li.link_rojo > a:focus {
          color: #da0218 !important; }
      #masthead .navbar li.link_rojo.active > a {
        color: #da0218 !important;
        /*el bootstrap lleva un important*/ }
      #masthead .navbar li.btn-menu {
        margin-top: 10px; }
        #masthead .navbar li.btn-menu > a {
          display: inline-block;
          font-size: 16px;
          font-weight: 600;
          line-height: 1.42857143;
          text-align: center;
          position: relative;
          padding: 10px 30px;
          margin: 0px;
          cursor: pointer;
          border-radius: 2px;
          text-transform: uppercase;
          text-decoration: none;
          color: #fff !important;
          transition: background-color 0.2s ease, box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
          outline: none !important;
          background-color: #7ac3cc;
          border: none; }
          #masthead .navbar li.btn-menu > a:hover {
            box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
            color: #fff;
            border: none; }
      #masthead .navbar li .dropdown-menu {
        border-radius: 0;
        min-width: 12rem; }
        #masthead .navbar li .dropdown-menu > li.active > a {
          background-color: transparent;
          color: #7ac3cc; }
        #masthead .navbar li .dropdown-menu > li > a {
          padding: 10px 15px;
          text-transform: none; }
          #masthead .navbar li .dropdown-menu > li > a:hover {
            background-color: transparent; }
    #masthead .navbar li.menu-item-has-children:hover ul.dropdown-menu {
      display: block; }

/*menu idiomas*/
#masthead .navbar .menu_idiomas {
  position: absolute;
  right: 15px;
  top: 25px; }
  #masthead .navbar .menu_idiomas ul {
    margin: 0;
    display: block; }
    #masthead .navbar .menu_idiomas ul li {
      margin: 0;
      display: inline-block; }
      #masthead .navbar .menu_idiomas ul li a {
        font-size: 14px;
        border-right: solid 1px #03314c;
        padding: 1px 7px 1px 2px;
        margin: 0; }
      #masthead .navbar .menu_idiomas ul li:last-of-type a {
        border: none; }

/*Menu principal*/
@media (min-width: 1025px) {
  body.home header#masthead {
    background-color: transparent; }
    body.home header#masthead .logo_iberconsa_big {
      text-align: center;
      top: 15px;
      opacity: .8;
      z-index: 1;
      transition: all ease .3s;
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0%);
      -webkit-transform: translate(-50%, -5%); }
      body.home header#masthead .logo_iberconsa_big img {
        max-height: 100px;
        width: auto;
        height: auto; }
    body.home header#masthead .top-nav-collapse {
      height: 70px; }
      body.home header#masthead .top-nav-collapse .logo_iberconsa_big {
        height: 0;
        width: 0;
        overflow: hidden;
        transition: all ease .3s; }
    body.home header#masthead .navbar:not(.top-nav-collapse) {
      height: 200px;
      transition: all ease .3s;
      display: block; }
      body.home header#masthead .navbar:not(.top-nav-collapse) .logo_iberconsa_big {
        height: 100px; }
      body.home header#masthead .navbar:not(.top-nav-collapse) .menu_principal_wrap {
        position: relative;
        top: 105px; }
      body.home header#masthead .navbar:not(.top-nav-collapse) .menu_idiomas {
        top: 135px; } }
body:not(.home) #masthead .logo_iberconsa_big {
  display: none; }

@media (max-width: 1024px) {
  #masthead .logo_iberconsa_big {
    display: none; } }
.home #masthead {
  background-color: transparent; }
  .home #masthead .navbar-brand img {
    height: 45px; }

#masthead .navbar {
  padding-bottom: 0; }

#masthead .navbar.scrolling-navbar.top-nav-collapse {
  padding-bottom: 0; }

#masthead .menu_principal_wrap {
  flex: 1;
  text-align: center; }
  #masthead .menu_principal_wrap .wpml-ls-item {
    display: none; }
  #masthead .menu_principal_wrap .navbar-nav {
    margin: 0;
    flex-direction: row;
    justify-content: center;
    width: auto;
    display: inline-flex;
    position: relative; }
    #masthead .menu_principal_wrap .navbar-nav:before {
      content: "";
      position: absolute;
      bottom: 2px;
      height: 1px;
      left: 0;
      width: 100%;
      background-color: #fff; }
    #masthead .menu_principal_wrap .navbar-nav > li {
      border-bottom: solid 5px transparent; }
      #masthead .menu_principal_wrap .navbar-nav > li > a {
        text-transform: none; }
      #masthead .menu_principal_wrap .navbar-nav > li:hover, #masthead .menu_principal_wrap .navbar-nav > li.active {
        border-color: #7ac3cc; }
        #masthead .menu_principal_wrap .navbar-nav > li:hover > a, #masthead .menu_principal_wrap .navbar-nav > li.active > a {
          color: #7ac3cc; }

/*
Configuraciones cuando sale el menu hamburguesa,
cambiar seg├║n el BREACKPOINT
*/
@media (min-width: 992px) {
  .sidebar-toggle {
    display: none; }

  .home header#masthead .navbar.top-nav-collapse .navbar-brand img {
    max-height: 45px;
    width: auto; }
  .home header#masthead .navbar:not(.top-nav-collapse) {
    background-color: transparent !important;
    box-shadow: none; }
    .home header#masthead .navbar:not(.top-nav-collapse) .navbar-toggler {
      margin-top: -22px; }
    .home header#masthead .navbar:not(.top-nav-collapse) li:not(.btn-menu) a {
      color: #fff;
      background-color: transparent; }
      .home header#masthead .navbar:not(.top-nav-collapse) li:not(.btn-menu) a:hover {
        color: #7ac3cc; }
    .home header#masthead .navbar:not(.top-nav-collapse) li:not(.btn-menu).active > a, .home header#masthead .navbar:not(.top-nav-collapse) li:not(.btn-menu).current-menu-ancestor > a {
      color: #7ac3cc; }
    .home header#masthead .navbar:not(.top-nav-collapse) .logo_wrap {
      display: none; }
    .home header#masthead .navbar:not(.top-nav-collapse) .logo_contra {
      display: block; }
    .home header#masthead .navbar:not(.top-nav-collapse) .navbar-toggler:before {
      color: #fff; }
    .home header#masthead .navbar:not(.top-nav-collapse) .menu_idiomas ul li a {
      color: rgba(255, 255, 255, 0.6) !important;
      border-color: #fff; }
      .home header#masthead .navbar:not(.top-nav-collapse) .menu_idiomas ul li a:hover {
        color: #fff !important; }
    .home header#masthead .navbar:not(.top-nav-collapse) .menu_idiomas ul li.wpml-ls-current-language a {
      color: #fff !important; }

  .home .espaciado-cabecera {
    display: none; } }
@media (min-width: 992px) {
  #masthead .navbar .navbar-brand {
    position: absolute;
    left: 15px;
    top: 10px; }

  .menu-side .menu > li.wpml-ls-item {
    display: none; } }
@media (max-width: 991px) {
  #masthead .navbar .menu_idiomas {
    left: 15px;
    right: auto; }

  .menu_principal_wrap {
    display: none; }

  #masthead .navbar-brand {
    margin: 0 auto;
    padding: 0; }
    #masthead .navbar-brand img {
      max-height: 50px;
      width: auto; } }
.dropdown-menu {
  opacity: .9; }

.sidebar-toggle {
  position: fixed;
  top: 20px;
  right: 20px;
  height: 32px;
  width: 32px;
  z-index: 10001;
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer; }
  .sidebar-toggle span:not(.sr-only) {
    position: absolute;
    width: 28px;
    height: 4px;
    top: 2px;
    left: 2px;
    background-color: #7ac3cc;
    transition: transform 0.5s ease, opacity 0.5s ease; }
    .sidebar-toggle span:not(.sr-only):nth-child(2) {
      top: 6px; }
    .sidebar-toggle span:not(.sr-only):nth-child(3) {
      top: 14px; }
    .sidebar-toggle span:not(.sr-only):nth-child(4) {
      top: 22px; }

.menu-side {
  position: fixed;
  top: 0;
  height: 100%;
  width: 55vw;
  z-index: 10000;
  right: -55vw;
  transform: translateX(0);
  transition: transform 0.5s ease;
  background-color: rgba(3, 49, 76, 0.9);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 50px; }
  .menu-side .menu-bottom {
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
    padding: 0 15px;
    display: flex;
    justify-content: space-between; }
    .menu-side .menu-bottom .redes-menu ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .menu-side .menu-bottom .redes-menu ul li {
        display: inline-block; }
        .menu-side .menu-bottom .redes-menu ul li a {
          color: #fff;
          margin-left: 5px;
          font-size: 20px; }
          .menu-side .menu-bottom .redes-menu ul li a:hover {
            color: #7ac3cc; }
  .menu-side .menu {
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 30px;
    max-width: 610px; }
    .menu-side .menu .dropdown-menu {
      display: block;
      background-color: transparent;
      box-shadow: none;
      border: none;
      position: relative !important;
      transform: none !important;
      padding-top: 0;
      top: 0;
      padding-bottom: 20px; }
      .menu-side .menu .dropdown-menu > li > a {
        font-size: 16px;
        text-transform: none;
        color: #fff;
        font-weight: 400;
        padding: .2rem 1rem; }
        .menu-side .menu .dropdown-menu > li > a:hover {
          color: #7ac3cc; }
    .menu-side .menu .logo-menu {
      padding-bottom: 30px; }
    .menu-side .menu .caret, .menu-side .menu .dropdown-toggle::after {
      display: none; }
    .menu-side .menu li.wpml-ls-item {
      padding-top: 20px;
      margin: 0; }
      .menu-side .menu li.wpml-ls-item.wpml-ls-current-language a {
        color: #7ac3cc; }
      .menu-side .menu li.wpml-ls-item a {
        color: #fff;
        font-weight: bold;
        padding: 5px 3px;
        padding-left: 1rem; }
        .menu-side .menu li.wpml-ls-item a:hover {
          color: #7ac3cc; }
    .menu-side .menu > li:not(.wpml-ls-item) {
      clear: both;
      width: 33%;
      max-width: 33%;
      min-width: 33%;
      margin: 0; }
      .menu-side .menu > li:not(.wpml-ls-item) > a {
        font-family: "Roboto Slab", serif;
        font-weight: 900;
        font-size: 18px;
        color: #7ac3cc;
        text-transform: uppercase;
        text-decoration: none; }
        .menu-side .menu > li:not(.wpml-ls-item) > a:visited, .menu-side .menu > li:not(.wpml-ls-item) > a:focus, .menu-side .menu > li:not(.wpml-ls-item) > a:hover, .menu-side .menu > li:not(.wpml-ls-item) > a:active {
          text-decoration: none; }
        .menu-side .menu > li:not(.wpml-ls-item) > a:hover {
          color: #7ac3cc; }
      .menu-side .menu > li:not(.wpml-ls-item) li a {
        font-family: "Open Sans", sans-serif; }
      .menu-side .menu > li:not(.wpml-ls-item).current-menu-item > a {
        color: #7ac3cc; }
      .menu-side .menu > li:not(.wpml-ls-item).open > a, .menu-side .menu > li:not(.wpml-ls-item).current-page-ancestor > a {
        color: #7ac3cc;
        text-decoration: none;
        float: left;
        /*ie fix*/
        background-color: transparent; }
        .menu-side .menu > li:not(.wpml-ls-item).open > a:visited, .menu-side .menu > li:not(.wpml-ls-item).open > a:focus, .menu-side .menu > li:not(.wpml-ls-item).open > a:hover, .menu-side .menu > li:not(.wpml-ls-item).open > a:active, .menu-side .menu > li:not(.wpml-ls-item).current-page-ancestor > a:visited, .menu-side .menu > li:not(.wpml-ls-item).current-page-ancestor > a:focus, .menu-side .menu > li:not(.wpml-ls-item).current-page-ancestor > a:hover, .menu-side .menu > li:not(.wpml-ls-item).current-page-ancestor > a:active {
          text-decoration: none;
          background-color: transparent; }
      .menu-side .menu > li:not(.wpml-ls-item).open > .dropdown-menu, .menu-side .menu > li:not(.wpml-ls-item).current-page-ancestor > .dropdown-menu {
        display: block;
        position: relative;
        background-color: transparent;
        box-shadow: none;
        width: 100%; }
        .menu-side .menu > li:not(.wpml-ls-item).open > .dropdown-menu > li, .menu-side .menu > li:not(.wpml-ls-item).current-page-ancestor > .dropdown-menu > li {
          margin: 0; }
          .menu-side .menu > li:not(.wpml-ls-item).open > .dropdown-menu > li.current-menu-item > a, .menu-side .menu > li:not(.wpml-ls-item).current-page-ancestor > .dropdown-menu > li.current-menu-item > a {
            color: #7ac3cc;
            background-color: transparent; }
          .menu-side .menu > li:not(.wpml-ls-item).open > .dropdown-menu > li > a, .menu-side .menu > li:not(.wpml-ls-item).current-page-ancestor > .dropdown-menu > li > a {
            text-transform: none;
            color: rgba(255, 255, 255, 0.6);
            font-size: 15px;
            background-color: transparent; }
            .menu-side .menu > li:not(.wpml-ls-item).open > .dropdown-menu > li > a:hover, .menu-side .menu > li:not(.wpml-ls-item).current-page-ancestor > .dropdown-menu > li > a:hover {
              color: #7ac3cc;
              background-color: transparent; }
    .menu-side .menu a {
      display: block;
      width: 100%; }
    .menu-side .menu a:hover,
    .menu-side .menu a:visited,
    .menu-side .menu a:active {
      text-decoration: none; }

.menu-side-open .sidebar-toggle {
  position: fixed;
  z-index: 10001; }
  .menu-side-open .sidebar-toggle span:not(.sr-only):nth-child(2) {
    transform: translateY(8px) rotate(45deg); }
  .menu-side-open .sidebar-toggle span:not(.sr-only):nth-child(3) {
    opacity: 0; }
  .menu-side-open .sidebar-toggle span:not(.sr-only):nth-child(4) {
    transform: translateY(-8px) rotate(-45deg); }
.menu-side-open .menu-side {
  transform: translateX(-55vw);
  z-index: 10000;
  /*ie fix*/ }

body .menu-side .current_page_ancestor.soluciones-item > ul.dropdown-menu,
body .menu-side .open.soluciones-item > ul.dropdown-menu {
  display: flex;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  flex-wrap: wrap;
  text-align: left;
  /*max-width:450px;*/
  position: relative; }
  body .menu-side .current_page_ancestor.soluciones-item > ul.dropdown-menu:before,
  body .menu-side .open.soluciones-item > ul.dropdown-menu:before {
    content: ' ';
    width: 1px;
    /*height:100%;*/
    background: #fff;
    position: absolute;
    left: 50%;
    top: 10px;
    bottom: 10px; }
  body .menu-side .current_page_ancestor.soluciones-item > ul.dropdown-menu > li,
  body .menu-side .open.soluciones-item > ul.dropdown-menu > li {
    width: 50%;
    display: inline-block; }
    body .menu-side .current_page_ancestor.soluciones-item > ul.dropdown-menu > li a,
    body .menu-side .open.soluciones-item > ul.dropdown-menu > li a {
      text-align: left; }
    body .menu-side .current_page_ancestor.soluciones-item > ul.dropdown-menu > li:nth-child(odd) a,
    body .menu-side .open.soluciones-item > ul.dropdown-menu > li:nth-child(odd) a {
      text-align: right; }

/*Responsive*/
@media (min-width: 992px) {
  .menu-side .menu > li.wpml-ls-item {
    display: none; } }
@media (max-width: 991px) {
  #masthead .navbar.scrolling-navbar.top-nav-collapse {
    padding-bottom: 5px; }

  .menu-side {
    width: 100vw;
    right: -102vw;
    min-height: 100vh;
    height: 100vh;
    overflow-y: scroll; }

  .menu-side-open .menu-side {
    transform: translateX(-100vw); } }
@media (max-width: 767px) {
  .menu-side .menu > li:not(.wpml-ls-item) {
    width: 100%;
    max-width: 100%;
    min-width: 100%; }

  body .menu-side .open.soluciones-item > ul.dropdown-menu {
    display: flex;
    flex-direction: column;
    flex: 1;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center; }
    body .menu-side .open.soluciones-item > ul.dropdown-menu:before {
      background: transparent; }
    body .menu-side .open.soluciones-item > ul.dropdown-menu > li {
      width: 100%;
      display: inline-block; }
      body .menu-side .open.soluciones-item > ul.dropdown-menu > li > a {
        text-align: center; }
      body .menu-side .open.soluciones-item > ul.dropdown-menu > li.bloque1 {
        order: 1; }
      body .menu-side .open.soluciones-item > ul.dropdown-menu > li.bloque2 {
        order: 2; }
        body .menu-side .open.soluciones-item > ul.dropdown-menu > li.bloque2.order1 {
          margin-top: 15px; }
      body .menu-side .open.soluciones-item > ul.dropdown-menu > li:nth-child(odd) > a {
        text-align: center; }

  .menu-side {
    width: 100vw;
    right: -100vw;
    min-height: 100vh;
    height: 100vh;
    overflow-y: scroll; }
    .menu-side .menu-bottom {
      padding: 0 15px 0 30px; }

  .menu-side-open .menu-side {
    transform: translateX(-100vw); }
    .menu-side-open .menu-side .menu-bottom {
      position: relative;
      bottom: auto; } }
.archive:not(.post-type-archive-nos) #colophon, .blog #colophon {
  margin-top: 30px; }

body.post-type-archive-nos .hentry,
body.post-type-archive-nos #colophon {
  margin: 0px; }

.contacto_pie_wrap {
  align-items: flex-end; }

#colophon {
  padding: 15px 0;
  background-color: #03314c;
  margin-top: 0;
  box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: 400;
  font-size: .8rem; }
  #colophon .img_home {
    padding-right: 10px; }
  #colophon .contacto_item {
    margin-bottom: 5px; }
    #colophon .contacto_item:last-of-type {
      margin: 0;
      line-height: 1em; }
    #colophon .contacto_item i {
      display: none; }
  #colophon .row {
    display: flex;
    align-items: flex-end; }
  #colophon a {
    opacity: 1;
    color: rgba(255, 255, 255, 0.8); }
    #colophon a:hover {
      color: #7ac3cc; }
  #colophon h3 {
    font-size: 16px;
    margin-top: 0;
    font-weight: bold; }
  #colophon .pie-col.pie-col2 {
    text-align: center; }
  #colophon .pie-col.pie-col3 {
    text-align: right; }
  #colophon .pie-col .menu {
    margin: 10px 0 0 0;
    padding: 0;
    list-style-type: none; }
    #colophon .pie-col .menu li {
      display: inline-block; }
      #colophon .pie-col .menu li.current_page_item a {
        color: #7ac3cc; }
  #colophon .pie-col .contacto_item span {
    padding-left: 5px; }
  #colophon .pie-col a {
    transition: all .3s ease-in-out; }
    #colophon .pie-col a:hover {
      text-decoration: none; }
      #colophon .pie-col a:hover i {
        color: #fff;
        background-color: #7ac3cc; }

.redes_pie span {
  font-size: 16px; }
.redes_pie ul {
  width: auto;
  margin: 0;
  flex: 1;
  flex-wrap: nowrap;
  flex-direction: row; }
.redes_pie i.fa {
  padding: 5px;
  border: solid 2px #fff;
  color: #fff;
  margin: 0 3px;
  height: 37px;
  width: 37px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%; }

@media (max-width: 991px) {
  .pagina-contacto:before {
    display: none; }

  .contenido-contacto {
    background-color: #03314c; }

  .contenido-contacto .contenido_contacto_int {
    padding: 15px 0; } }
@media (max-width: 767px) {
  .datos_contacto {
    margin: 0 auto; }

  .logo-item {
    padding: 10px;
    max-width: 150px; }

  .listado-logos {
    flex-wrap: wrap; }

  #colophon .row {
    flex-wrap: wrap; }
    #colophon .row .pie-col {
      width: 100%;
      text-align: center;
      margin: 10px 0; }

  #colophon .contacto_pie_wrap {
    flex-wrap: wrap;
    text-align: center; }
    #colophon .contacto_pie_wrap .img_home {
      width: 100%;
      text-align: center;
      margin-bottom: 10px; } }
/*General*/
.titulo_home_wrap {
  text-align: center; }
  .titulo_home_wrap .titulo_home {
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0; }

/*Bloques home */
.bloque-home {
  padding: 50px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

@media (max-width: 767px) {
  .bloque-home {
    text-align: center; } }
/*Presentacion*/
.bloque-presentacion {
  height: auto;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  top: -10px;
  display: flex;
  align-content: flex-end; }
  .bloque-presentacion .wrapper-video {
    padding-bottom: 49.60%; }
  .bloque-presentacion .texto_presentacion_wrap {
    height: auto;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 30px; }
    .bloque-presentacion .texto_presentacion_wrap .texto_presentacion {
      color: rgba(255, 255, 255, 0.6);
      font-size: 80px;
      font-weighT: bold; }
      .bloque-presentacion .texto_presentacion_wrap .texto_presentacion span {
        display: block;
        color: #7ac3cc;
        font-size: 1.3rem;
        line-height: 1em; }

@media (max-width: 991px) {
  .bloque-presentacion {
    margin-top: 70px; } }
@media (max-width: 575px) {
  .bloque-presentacion .texto_presentacion_wrap .texto_presentacion {
    font-size: 2.2rem; }
    .bloque-presentacion .texto_presentacion_wrap .texto_presentacion span {
      font-size: 1.3rem; } }
/*Bloque marcas*/
body .tns-outer {
  position: relative;
  padding: 0 70px !important; }
  body .tns-outer .tns-controls button {
    text-indent: -9999px;
    width: 64px;
    height: 64px;
    background: transparent;
    box-shadow: none;
    border: none;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%); }
    body .tns-outer .tns-controls button:first-of-type {
      background-image: url(../images/back.png);
      left: 0; }
    body .tns-outer .tns-controls button:last-of-type {
      background-image: url(../images/next.png);
      right: 0; }
  body .tns-outer .marca_item {
    min-height: 140px;
    display: inline-flex !important;
    align-items: center; }

.bloque-marcas-home {
  padding-bottom: 0; }
  .bloque-marcas-home .logos_pie_wrap {
    background-color: #eceef0;
    padding-bottom: 100px; }
  .bloque-marcas-home .items_marcas_home {
    margin-top: -50px; }
    .bloque-marcas-home .items_marcas_home .wrap_contenido_foto .texto-bloque {
      /* background: rgba(86,137,143,1);
       background: -moz-linear-gradient(left, rgba(86,137,143,1) 0%, rgba(122,194,204,1) 100%);
       background: -webkit-gradient(left top, right top, color-stop(0%, rgba(86,137,143,1)), color-stop(100%, rgba(122,194,204,1)));
       background: -webkit-linear-gradient(left, rgba(86,137,143,1) 0%, rgba(122,194,204,1) 100%);
       background: -o-linear-gradient(left, rgba(86,137,143,1) 0%, rgba(122,194,204,1) 100%);
       background: -ms-linear-gradient(left, rgba(86,137,143,1) 0%, rgba(122,194,204,1) 100%);
       background: linear-gradient(to right, rgba(86,137,143,1) 0%, rgba(122,194,204,1) 100%);
       filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56898f', endColorstr='#7ac2cc', GradientType=1 );
       align-items: center;
       display: flex;
       */ }
      .bloque-marcas-home .items_marcas_home .wrap_contenido_foto .texto-bloque .contenido-texto-bloque {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 30px; }
        .bloque-marcas-home .items_marcas_home .wrap_contenido_foto .texto-bloque .contenido-texto-bloque .titulo_seccion_wrap {
          align-items: flex-end;
          margin-bottom: 15px; }
          .bloque-marcas-home .items_marcas_home .wrap_contenido_foto .texto-bloque .contenido-texto-bloque .titulo_seccion_wrap .titulo_seccion {
            margin: 0 0 0 10px;
            line-height: 1em; }
          .bloque-marcas-home .items_marcas_home .wrap_contenido_foto .texto-bloque .contenido-texto-bloque .titulo_seccion_wrap img {
            max-height: 30px;
            width: auto;
            margin-bottom: 2px; }
    .bloque-marcas-home .items_marcas_home .wrap_contenido_foto .img-bloque {
      background-size: cover;
      background-position: center;
      height: 100%; }
    .bloque-marcas-home .items_marcas_home .container {
      padding: 0 15px; }

@media (min-width: 992px) {
  .items_marcas_home > div:nth-child(2n) .texto-bloque_wrap {
    order: 1; }
  .items_marcas_home > div:nth-child(2n) .img-bloque_wrap {
    order: 2; } }
@media (max-width: 991px) {
  .bloque-marcas-home .items_marcas_home .container {
    width: 100%;
    padding: 0;
    max-width: 100%; }

  .items_marcas_home .wrap_contenido_foto {
    background-image: none !important;
    max-width: 600px;
    margin: 10px auto; } }
/*Carrusel */
@media (max-width: 767px) {
  body .tns-outer .tns-controls button {
    width: 35px;
    height: 45px;
    background-size: 25px auto;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent; }

  body .tns-outer {
    position: relative;
    padding: 0 30px !important; } }
@media (max-width: 991px) {
  .items_marcas_home.bloque-texto_foto .img-bloque {
    background-image: none !important; }
    .items_marcas_home.bloque-texto_foto .img-bloque img {
      display: block; } }
@media (min-width: 992px) {
  .items_marcas_home.bloque-texto_foto .img-bloque img {
    display: none; }

  .bloque_marcas_wrap {
    padding: 0 15px; }
    .bloque_marcas_wrap > div {
      padding: 0; }

  .items_marcas_home {
    margin-top: -50px; }
    .items_marcas_home .wrap_contenido_foto .texto-bloque {
      min-height: 500px; }
    .items_marcas_home .wrap_contenido_foto:nth-child(2n+1) .texto-bloque_wrap {
      order: 1; }
    .items_marcas_home .wrap_contenido_foto:nth-child(2n+1) .img-bloque_wrap {
      order: 2; } }
/*Bloque texto video*/
.bloque-texto_video {
  position: relative;
  max-height: 450px;
  overflow: hidden;
  padding: 0;
  color: #fff;
  background-size: cover;
  background-position: center; }
  .bloque-texto_video:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(3, 49, 76, 0.6);
    z-index: 1; }
  .bloque-texto_video .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    padding: 50px 15px;
    z-index: 20; }
  .bloque-texto_video p, .bloque-texto_video h1, .bloque-texto_video h2, .bloque-texto_video h3, .bloque-texto_video h4, .bloque-texto_video strong, .bloque-texto_video li {
    color: #fff; }

.video-home {
  width: 100%;
  height: 100%;
  position: relative; }
  .video-home video {
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100; }

@media (max-width: 575px) {
  .bloque-texto_video .img-bloque {
    text-align: center; }
    .bloque-texto_video .img-bloque img {
      max-width: 60px;
      height: auto; } }
@media (max-width: 991px) {
  .video-home {
    display: none; }

  .bloque-texto_video {
    max-height: inherit; }
    .bloque-texto_video .container {
      position: relative;
      left: inherit;
      top: inherit;
      transform: translate(0%, 0%);
      -webkit-transform: translate(0%, 0%); } }
/*Bloque datos*/
.bloque-datos {
  background: #f1f1f1;
  background: -moz-linear-gradient(top, #f1f1f1 0%, white 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, white));
  background: -webkit-linear-gradient(top, #f1f1f1 0%, white 100%);
  background: -o-linear-gradient(top, #f1f1f1 0%, white 100%);
  background: -ms-linear-gradient(top, #f1f1f1 0%, white 100%);
  background: linear-gradient(to bottom, #f1f1f1 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff', GradientType=0 );
  position: relative;
  padding: 50px 0 80px 0; }
  .bloque-datos:before {
    background-image: url(../images/logo_trans.png);
    background-repeat: no-repeat;
    background-size: auto 85%;
    background-position: center;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    z-index: 0;
    position: absolute;
    height: 100%; }
  .bloque-datos .titulo_home {
    font-size: 2.2rem; }
  .bloque-datos .texto_intro {
    font-size: 1.3rem;
    line-height: 1.4em; }
  .bloque-datos .col_datos {
    text-align: center;
    font-family: "Oswald", sans-serif; }
    .bloque-datos .col_datos .card {
      width: 100%;
      padding: 10px;
      display: flex;
      align-items: center;
      flex-direction: row;
      min-height: 120px;
      border: solid 1px rgba(0, 0, 0, 0.2);
      box-shadow: none; }
      .bloque-datos .col_datos .card > * {
        width: 100%;
        text-align: center; }
    .bloque-datos .col_datos .row_cifras > .cifra_big {
      padding-bottom: 10px; }
      .bloque-datos .col_datos .row_cifras > .cifra_big .cifra_datos {
        font-size: 130px;
        line-height: 1em;
        font-family: "Oswald", sans-serif;
        font-weight: 500; }
        .bloque-datos .col_datos .row_cifras > .cifra_big .cifra_datos > img {
          margin-bottom: 8px; }
      .bloque-datos .col_datos .row_cifras > .cifra_big .valor_col {
        font-size: 20px; }
    .bloque-datos .col_datos .row_cifras {
      padding: 0 12.5px; }
      .bloque-datos .col_datos .row_cifras > * {
        padding: 0 2.5px 5px 2.5px; }
    .bloque-datos .col_datos .cifra_datos {
      color: #7ac3cc;
      font-weight: 400;
      font-size: 40px;
      line-height: 1em;
      font-family: "Oswald", sans-serif;
      display: flex;
      align-items: flex-end;
      justify-content: center; }
      .bloque-datos .col_datos .cifra_datos > img {
        margin-left: 5px;
        margin-bottom: 2px; }
    .bloque-datos .col_datos .valor_col {
      font-weight: 400;
      color: #8a8b90;
      font-family: "Open Sans", sans-serif;
      line-height: 1.4em;
      margin-top: 5px;
      font-size: 14px; }

.bloque-mapa .canvas_wrap {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 75%; }
  .bloque-mapa .canvas_wrap canvas {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

@media (max-width: 767px) {
  .bloque-datos .col_datos .grafico_img img {
    max-height: 80px;
    width: auto; }

  .bloque-datos .col_datos {
    text-align: center; }
    .bloque-datos .col_datos .datos > div {
      margin-bottom: 8px; } }
@media (max-width: 991px) {
  .home .bloque-texto100 .img-bloque {
    display: none; }

  .bloque-datos .col_datos .row_cifras > .cifra_big .cifra_datos {
    font-size: 70px; }

  .bloque-datos .col_datos .cifra_datos {
    font-size: 24px; }

  .bloque-datos .col_datos .card {
    padding: 10px 5px; }

  .bloque-datos .col_datos .valor_col {
    font-size: 12px; }

  .bloque-datos .col_datos .cifra_datos > img {
    max-height: 18px;
    width: auto; }

  .bloque-datos .col_datos .row_cifras > .cifra_big .cifra_datos > img {
    max-height: 30px; } }
@media (min-width: 992px) {
  .bloque-datos .col_datos .valor_col {
    padding: 0; } }
@media (max-width: 767px) {
  .bloque-datos .col_datos .row_cifras > .cifra_big {
    padding-bottom: 5px; }

  .listado_cifras_wrap .cifra_wrap {
    width: 50%; }

  .bloque-datos .texto_intro {
    font-size: 18px; } }
@media (max-width: 1199px) {
  .bloque-datos .col_datos .row_cifras > .cifra_big .valor_col {
    font-size: 16px; } }
/*Bloque noticias*/
.bloque-news {
  padding-bottom: 0; }
  .bloque-news .listado-noticias {
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    flex: 1;
    flex-wrap: nowrap;
    padding-bottom: 0; }
    .bloque-news .listado-noticias > div {
      width: 100%; }
    .bloque-news .listado-noticias .noticia-item-wrap {
      position: relative;
      overflow: hidden; }
      .bloque-news .listado-noticias .noticia-item-wrap.noticia-big-wrap {
        height: 800px; }
        .bloque-news .listado-noticias .noticia-item-wrap.noticia-big-wrap .titulo-noticia-item {
          font-size: 30px; }
      .bloque-news .listado-noticias .noticia-item-wrap a {
        display: block;
        height: 100%; }
      .bloque-news .listado-noticias .noticia-item-wrap .noticia-item {
        background: #7ac3cc;
        height: 100%; }
        .bloque-news .listado-noticias .noticia-item-wrap .noticia-item .noticia-item-img {
          background-size: cover;
          transition: all .4s ease-in-out;
          background-repeat: no-repeat;
          background-position: center;
          height: 100%;
          width: 100%;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          /* -webkit-filter: grayscale(100%);
           filter: grayscale(100%); */ }
          .bloque-news .listado-noticias .noticia-item-wrap .noticia-item .noticia-item-img:hover {
            /* mix-blend-mode: multiply;*/
            transform: scale(1.1); }
          .bloque-news .listado-noticias .noticia-item-wrap .noticia-item .noticia-item-img:before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            top: 0;
            transition: all .4s ease-in-out;
            background: rgba(255, 255, 255, 0);
            background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 43%, rgba(255, 255, 255, 0.02) 44%, #030303 100%);
            background: -webkit-gradient(left top, left bottom, color-stop(43%, rgba(255, 255, 255, 0)), color-stop(44%, rgba(255, 255, 255, 0.02)), color-stop(100%, #030303));
            background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 43%, rgba(255, 255, 255, 0.02) 44%, #030303 100%);
            background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 43%, rgba(255, 255, 255, 0.02) 44%, #030303 100%);
            background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 43%, rgba(255, 255, 255, 0.02) 44%, #030303 100%);
            background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 43%, rgba(255, 255, 255, 0.02) 44%, #030303 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#030303', GradientType=0 ); }
      .bloque-news .listado-noticias .noticia-item-wrap .titulo-noticia-item {
        position: absolute;
        bottom: 10%;
        left: 15px;
        color: #fff;
        /*text-transform:uppercase;*/
        font-size: 20px;
        font-family: "Roboto Slab", serif;
        font-weight: 500;
        transition: all .4s ease-in-out; }
        .bloque-news .listado-noticias .noticia-item-wrap .titulo-noticia-item .fecha {
          color: #7ac3cc;
          font-size: 16px;
          font-weight: 600;
          margin-bottom: 5px; }
      .bloque-news .listado-noticias .noticia-item-wrap:hover .titulo-noticia-item {
        /*color: $color_base;*/
        color: #fff;
        transform: scale(1); }
      .bloque-news .listado-noticias .noticia-item-wrap:hover .noticia-item .noticia-item-img {
        transform: scale(1.1); }
    .bloque-news .listado-noticias .wrap-small-news {
      display: flex;
      flex-wrap: wrap;
      align-items: stretch;
      justify-content: center; }
      .bloque-news .listado-noticias .wrap-small-news > div.noticia-item-wrap {
        height: 400px;
        width: 50%; }

@media (min-width: 768px) {
  .bloque-news .listado-noticias .noticia-item-wrap.noticia-big-wrap .titulo-noticia-item {
    line-height: 1.2em; } }
@media (max-width: 1024px) {
  .listado_marcas_seccion {
    align-items: stretch; }
    .listado_marcas_seccion > div {
      align-items: stretch;
      display: flex; }

  body .listado_marcas_seccion .item-marca {
    min-height: inherit;
    display: flex;
    padding: 15px;
    width: 100%;
    flex-wrap: wrap;
    align-items: center; }
    body .listado_marcas_seccion .item-marca:hover {
      box-shadow: none; }
    body .listado_marcas_seccion .item-marca .overlay {
      position: relative;
      opacity: 1;
      color: #03314c;
      background-color: transparent;
      padding: 15px 0 0 0; } }
@media (max-width: 991px) {
  .bloque-news .listado-noticias .wrap-small-news > div.noticia-item-wrap {
    height: 300px; }

  .bloque-news .listado-noticias {
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto; }
    .bloque-news .listado-noticias .noticia-item-wrap.noticia-big-wrap {
      height: 400px; }
    .bloque-news .listado-noticias .wrap-small-news {
      height: 600px; } }
@media (max-width: 767px) {
  #colophon .contacto_item {
    justify-content: center; }

  body .bloque-marcas-home {
    margin-top: 0;
    padding: 0 15px; }

  .bloque-news .listado-noticias .wrap-small-news > div.noticia-item-wrap {
    height: 300px; }

  .bloque-marcas-home .items_marcas_home .wrap_contenido_foto .texto-bloque {
    margin: 0 auto; }

  .bloque-news .listado-noticias .noticia-item-wrap .titulo-noticia-item {
    font-size: 14px;
    left: 0;
    padding: 0 5px;
    text-align: left;
    line-height: 1.2em; }
    .bloque-news .listado-noticias .noticia-item-wrap .titulo-noticia-item .fecha {
      font-size: 14px;
      color: #fff; }

  .bloque-news .listado-noticias .noticia-item-wrap.noticia-big-wrap .titulo-noticia-item {
    font-size: 18px; }

  .bloque-marcas-home .items_marcas_home .wrap_contenido_foto .texto-bloque .contenido-texto-bloque .titulo_seccion_wrap {
    justify-content: center; } }
body.home .titulo_home_wrap .titulo_home,
body .bloque-marcas-home .items_marcas_home .wrap_contenido_foto .texto-bloque .contenido-texto-bloque .titulo_seccion_wrap .titulo_seccion {
  font-size: 2.2rem; }

.home .bloque-datos h1 {
  font-size: 1.3rem;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 15px;
  font-weight: 400; }

.fecha-destacada {
  background-color: #7ac3cc;
  color: #fff;
  font-size: 25px;
  min-height: 70px;
  padding: 17px;
  line-height: 1;
  font-weight: 400;
  text-align: center; }
  .fecha-destacada span {
    display: block; }
    .fecha-destacada span.year {
      font-size: 15px;
      text-transform: uppercase; }

.titulo-item {
  font-size: 15px;
  font-weight: 600;
  margin: 8px 0 0 0;
  line-height: 1.3em; }

.link_ver_todos {
  text-align: center;
  margin-top: 20px; }
  .link_ver_todos .btn-link {
    text-transform: uppercase;
    font-weight: bold;
    color: #7ac3cc; }
    .link_ver_todos .btn-link:hover {
      color: #7ac3cc; }

.titulo-item a {
  color: #383838; }
  .titulo-item a:hover {
    text-decoration: none;
    color: #7ac3cc; }

.item-foto-titulo {
  margin-bottom: 30px;
  width: 100%; }
  .item-foto-titulo .imagen-loop-item {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden; }
    .item-foto-titulo .imagen-loop-item img {
      transition: all ease .3s; }
    .item-foto-titulo .imagen-loop-item img {
      position: absolute;
      top: 0;
      left: 0;
      object-fit: cover;
      width: 100%;
      height: 100%; }
    .item-foto-titulo .imagen-loop-item:before {
      content: '';
      display: flex;
      padding-top: 75%; }
    .item-foto-titulo .imagen-loop-item .fecha-destacada {
      position: absolute;
      top: 0;
      left: 0; }
  .item-foto-titulo .titulo-item {
    transition: all ease .3s; }
  .item-foto-titulo:hover .imagen-loop-item img {
    transform: scale(1.1); }
  .item-foto-titulo:hover .titulo-item a {
    color: #7ac3cc; }
  .item-foto-titulo .item-info {
    padding: 15px; }
    .item-foto-titulo .item-info .titulo-item {
      font-size: 18px;
      font-weight: 600; }

.item-evento {
  width: 100%; }
  .item-evento .card .contenido-noticia {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start; }
    .item-evento .card .contenido-noticia .item-info {
      padding: 10px; }
      .item-evento .card .contenido-noticia .item-info .titulo-item {
        font-size: 18px; }
      .item-evento .card .contenido-noticia .item-info .meta-wrap-noticia {
        font-size: 14px; }

@media (max-width: 767px) {
  .overlay-item-wrap {
    max-width: 450px;
    margin: 5px auto; } }
/*Flota*/
.flota_item {
  position: relative;
  overflow: hidden; }
  .flota_item.item-foto-titulo .imagen-loop-item {
    transition: all ease .5s; }
    .flota_item.item-foto-titulo .imagen-loop-item:before {
      padding-top: 83%; }
    .flota_item.item-foto-titulo .imagen-loop-item img {
      width: 100%;
      transition: all ease .3s;
      transform: scale(1); }
  .flota_item:hover .imagen-loop-item img {
    transform: scale(1.1); }
  .flota_item .item_img {
    z-index: 1; }
    .flota_item .item_img img {
      width: 100%; }
  .flota_item .texto_item {
    color: #fff;
    position: absolute;
    top: 15px;
    text-align: center;
    width: 100%;
    Z-INDEX: 10; }
    .flota_item .texto_item .nombre_item {
      text-transform: uppercase;
      margin: 0; }
      .flota_item .texto_item .nombre_item a {
        color: #fff; }
  .flota_item:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    transition: all ease .3s;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0;
    z-index: 3; }
  .flota_item:hover:before {
    opacity: 1; }
  .flota_item:hover .item_img img {
    transform: scale(1.1); }

body .flota_wrap .flota_item {
  margin-bottom: 0; }
  body .flota_wrap .flota_item .imagen-loop-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+61&0.65+0,0+36 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 36%, transparent 61%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 36%, transparent 61%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, transparent 36%, transparent 61%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */ }

/*generalidades*/
.entry-container {
  padding: 15px; }

/*Cabecera - titulo interiores */
.cabecera-custom {
  padding: 30px 0;
  color: #fff;
  background-color: #7ac3cc;
  margin-bottom: 0px;
  background-size: cover;
  position: relative;
  background-position: center; }
  .cabecera-custom:not(.cabecera_slim) .container, .cabecera-custom.con_velo .container {
    z-index: 10; }
  .cabecera-custom:not(.cabecera_slim):before, .cabecera-custom.con_velo:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    z-index: 1; }
  .cabecera-custom:not(.cabecera_slim):after, .cabecera-custom.con_velo:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    bottom: 0;
    z-index: 2;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+43,0e3a54+100&0+43,0.6+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 43%, rgba(14, 58, 84, 0.6) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 43%, rgba(14, 58, 84, 0.6) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 43%, rgba(14, 58, 84, 0.6) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#990e3a54', GradientType=0);
    /* IE6-9 */ }
  .cabecera-custom .entry-title {
    margin-top: 0;
    line-height: 1.1;
    font-size: 2.2rem;
    color: #fff;
    font-weight: bold; }

body .cabecera-custom.sin_velo:before, body .cabecera-custom.sin_velo:after {
  display: none; }

@media (min-width: 992px) {
  .cabecera-custom:not(.cabecera_slim) {
    min-height: 400px; }
    .cabecera-custom:not(.cabecera_slim) > img {
      display: none; } }
@media (max-width: 767px) {
  #masthead .navbar.scrolling-navbar.top-nav-collapse {
    padding-bottom: 10px; }

  .cabecera-custom {
    min-height: 200px; } }
/*Cabecera Slim*/
.cabecera_slim {
  background-image: url("../images/bg_slim_header.jpg");
  padding: 50px 0 25px 0; }

@media (min-width: 992px) {
  .cabecera_slim {
    min-height: 160px; } }
/*Migas de pan*/
.breadcrumbs {
  padding: 5px 0;
  font-size: 14px; }
  .breadcrumbs a:hover {
    text-decoration: underline; }

/*Sidebars */
#secondary {
  margin-top: 15px; }
  #secondary .panel {
    box-shadow: none; }
    #secondary .panel > .panel-heading {
      text-transform: uppercase;
      border-bottom: solid 1px;
      margin-bottom: 10px;
      margin-top: 0;
      color: #383838;
      background-color: transparent;
      font-weight: bold;
      padding: 0 0 10px 0; }
      #secondary .panel > .panel-heading h3 {
        font-size: 18px;
        text-transform: uppercase;
        margin: 0; }
    #secondary .panel ul {
      padding: 0 0 10px 0; }
      #secondary .panel ul li {
        margin: 8px 0;
        padding: 5px 0;
        border-bottom: solid 1px rgba(0, 0, 0, 0.1); }
    #secondary .panel a:hover {
      text-decoration: underline; }

@media (max-width: 767px) {
  .entry-container h1 {
    font-size: 1.7rem; } }
@media (min-width: 768px) {
  #secondary {
    margin-top: 30px;
    padding-left: 40px; }

  .grafico_movil {
    display: none; } }
/*Formulario de busqueda*/
.busqueda_resultado {
  margin-bottom: 15px; }

/*P├ígina de contacto*/
.contenido-contacto {
  color: #fff; }
  .contenido-contacto .contenido_contacto_int {
    padding: 50px 15px 50px 0; }
  .contenido-contacto .datos_contacto i {
    display: none; }
  .contenido-contacto .datos_contacto.contacto_phone {
    display: none !important; }
  .contenido-contacto .titulo_oficinas {
    text-transform: uppercase;
    font-weight: 600;
    color: #7ac3cc;
    margin-bottom: 10px;
    font-size: 16px; }

body .wpcf7-form .wpcf7-submit {
  color: #03314c;
  font-weight: 600; }

body .wpcf7-form p {
  margin: 0 !important; }

.pagina-contacto {
  position: relative;
  font-size: 14px; }
  .pagina-contacto:before {
    z-index: 1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background-color: #03314c; }
  .pagina-contacto .container {
    position: relative;
    z-index: 10; }
  .pagina-contacto .wpcf7-form {
    padding: 30px 50px; }

.wpcf7-form input:not([type]), .wpcf7-form input[type=text]:not(.browser-default), .wpcf7-form input[type=password]:not(.browser-default), .wpcf7-form input[type=email]:not(.browser-default), .wpcf7-form input[type=url]:not(.browser-default), .wpcf7-form input[type=time]:not(.browser-default), .wpcf7-form input[type=date]:not(.browser-default), .wpcf7-form input[type=datetime]:not(.browser-default), .wpcf7-form input[type=datetime-local]:not(.browser-default), .wpcf7-form input[type=tel]:not(.browser-default), .wpcf7-form input[type=number]:not(.browser-default), .wpcf7-form input[type=search]:not(.browser-default), .wpcf7-form textarea.materialize-textarea {
  margin-bottom: 0 !important; }

body .wpcf7-form .wpcf7-list-item {
  padding: 15px 0 0 0;
  display: block; }

.otras_oficinas {
  padding: 15px 0;
  margin: 15px 0;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  border-bottom: solid 1px rgba(255, 255, 255, 0.3); }
  .otras_oficinas h3 {
    font-size: 16px;
    color: #7ac3cc;
    font-family: "Open Sans", sans-serif; }

body .acf-map {
  margin: 0; }

.proximamente_wrap {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center; }

@media (max-width: 767px) {
  .grafico_movil {
    display: block; }

  .grafico_escritorio {
    display: none; }

  .logo_contacto {
    padding-bottom: 10px; }

  .contenido-contacto .contenido_contacto_int,
  .pagina-contacto .wpcf7-form {
    padding: 15px 0; } }
/*Paginacion */
.pag-wrap {
  clear: both;
  text-align: center;
  margin-top: 30px;
  width: 100%;
  float: left; }
  .pag-wrap .wp-pagenavi a:hover, .pag-wrap .wp-pagenavi span.current {
    background-color: #7ac3cc;
    color: #fff;
    border-color: #7ac3cc;
    text-decoration: none; }

/*P├ígina de contacto*/
.infowindow_custom {
  max-width: 300px; }

/* Noticias  */
.listado_items {
  margin-top: 30px; }

.single-post .entry-container {
  padding: 15px 0; }

/*Flota*/
.post-type-archive-flota .row_archive {
  padding: 0 15px;
  margin-top: 30px; }

/*Contacto*/
.pagina-contacto .contacto_item {
  margin: 5px 0; }

.redes_contacto {
  display: flex;
  align-items: center; }
  .redes_contacto ul {
    display: inline-flex !important; }

body .wpcf7 .wpcf7-form .wpcf7-submit, .wpcf7 .wpcf7-form .btn-large,
body .wpcf7 .wpcf7-form .btn {
  height: auto;
  line-height: 1.5em;
  background-color: #7ac3cc !important;
  float: right;
  margin-right: 0; }

body .wpcf7 .wpcf7-form .wpcf7-submit[disabled],
body .wpcf7 .wpcf7-form .btn[disabled] {
  opacity: .6; }
  body .wpcf7 .wpcf7-form .wpcf7-submit[disabled]:hover,
  body .wpcf7 .wpcf7-form .btn[disabled]:hover {
    box-shadow: none;
    cursor: not-allowed; }

body .wpcf7-acceptance {
  text-align: right; }

.proxiammente_cont {
  text-align: center; }

.content-page {
  margin-top: 30px; }

@media (min-width: 992px) {
  .oficina_central {
    padding-bottom: 15px; }
    .oficina_central > div {
      display: flex;
      align-items: center; } }
/*Misc*/
.container_estrecho {
  max-width: 850px; }

.btn-wrap {
  margin-top: 20px; }
  .btn-wrap .btn {
    margin: 0;
    clear: both; }
    .btn-wrap .btn img {
      width: 20px;
      height: auto;
      margin-right: 5px; }

/*Estructura bloques */
.bloque-interior {
  padding: 30px 0;
  background-repeat: no-repeat;
  position: relative;
  clear: both; }
  .bloque-interior h2, .bloque-interior h3 {
    margin-top: 0;
    margin-bottom: 20px; }
  .bloque-interior h1 {
    margin-top: 0;
    margin-bottom: 30px; }
  .bloque-interior ul {
    margin: 0 0 1em 0;
    list-style-type: none;
    padding-left: 30px; }
    .bloque-interior ul > li {
      list-style-type: none;
      margin: 8px 0;
      position: relative; }
      .bloque-interior ul > li:before {
        content: "";
        background-color: #7ac3cc;
        border-radius: 50%;
        height: 5px;
        width: 5px;
        top: 8px;
        display: block;
        position: absolute;
        left: -15px; }

body .no_padding {
  padding: 0; }

/*Bloque 100% de texto*/
.bloque-texto100 .container-fluid {
  width: 100%;
  padding: 0; }
  .bloque-texto100 .container-fluid .row {
    margin: 0; }
    .bloque-texto100 .container-fluid .row .texto-bloque {
      padding: 0; }
      .bloque-texto100 .container-fluid .row .texto-bloque p {
        margin: 0; }

/*Bloque columnas*/
.cols_separador .texto-bloque {
  border-right: solid 1px; }
  .cols_separador .texto-bloque:last-of-type {
    border: none; }

/*Bloque texto Foto */
@media (min-width: 992px) {
  .bloque-texto_foto:not(.bloque_invertir) .img-bloque img {
    margin-left: 35px; } }
.bloque-texto_foto {
  padding: 0; }
  .bloque-texto_foto .contenido-texto-bloque {
    padding: 0px; }
  .bloque-texto_foto .container {
    padding-top: 30px;
    padding-bottom: 30px; }
    .bloque-texto_foto .container .img-bloque {
      display: flex;
      align-items: center; }
  .bloque-texto_foto .container-fluid {
    max-width: 1900px;
    padding-top: 0;
    padding-bottom: 0; }
    .bloque-texto_foto .container-fluid .texto-bloque {
      padding-right: 50px; }
      .bloque-texto_foto .container-fluid .texto-bloque .contenido-texto-bloque {
        max-width: 545px;
        width: 100%;
        display: block;
        padding: 30px 15px; }
      .bloque-texto_foto .container-fluid .texto-bloque .btn-wrap {
        max-width: 545px; }
    .bloque-texto_foto .container-fluid .img-bloque {
      padding: 0;
      background-size: cover;
      min-height: 250px; }
      .bloque-texto_foto .container-fluid .img-bloque img {
        width: 100%;
        display: none; }
  .bloque-texto_foto.bloque_invertir .wrap_contenido_foto .texto-bloque {
    order: 2;
    padding-left: 50px;
    padding-right: 15px; }
  .bloque-texto_foto.bloque_invertir .wrap_contenido_foto .img-bloque {
    order: 1; }

.bloque-interior.bloque-texto_foto .container .img-bloque {
  background-image: none !important; }

@media (max-width: 991px) {
  body .descarga_item {
    width: 50%;
    max-width: 50%;
    min-width: 50%; }

  .bloque-interior.bloque-texto_foto {
    justify-content: center; }
    .bloque-interior.bloque-texto_foto .img-bloque {
      text-align: center;
      width: 100%;
      order: 2;
      min-height: inherit;
      background-image: none !important; }
      .bloque-interior.bloque-texto_foto .img-bloque img {
        display: block;
        margin: 0 auto; } }
@media (max-width: 991px) {
  .bloque-interior.bloque-texto_foto .container .img-bloque {
    max-width: inherit !important;
    padding: 0 15px; }

  .bloque-interior.bloque-texto_foto {
    justify-content: center; }
    .bloque-interior.bloque-texto_foto .texto-bloque {
      padding: 0 15px; }
      .bloque-interior.bloque-texto_foto .texto-bloque .contenido-texto-bloque {
        padding: 0;
        max-width: inherit; }
    .bloque-interior.bloque-texto_foto.bloque-interior.bloque_invertir .img-bloque {
      order: 2; }
    .bloque-interior.bloque-texto_foto.bloque-interior.bloque_invertir .texto-bloque {
      order: 1;
      padding: 15px; } }
/*Listado de marcas*/
.bloque-marcas h3.titulo_subseccion {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #7ac3cc; }

.listado_marcas_seccion {
  padding: 0 15px;
  margin-top: 15px; }
  .listado_marcas_seccion > div {
    padding: 0; }
  .listado_marcas_seccion .item-marca {
    box-shadow: none;
    border: solid 1px rgba(0, 0, 0, 0.2);
    text-align: center;
    min-height: 300px;
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%; }
    .listado_marcas_seccion .item-marca:not(.fake-a) .overlay {
      cursor: default; }
    .listado_marcas_seccion .item-marca .marca_img {
      width: 100%;
      text-align: center; }
      .listado_marcas_seccion .item-marca .marca_img img {
        margin: 0 auto;
        max-width: calc(100% - 20px); }
    .listado_marcas_seccion .item-marca .overlay {
      text-transform: none;
      background-color: #03314c;
      padding: 30px; }
      .listado_marcas_seccion .item-marca .overlay .nombre_marca {
        text-transform: uppercase;
        margin: 0; }

@media (max-width: 1200px) {
  .listado_marcas_seccion .item-marca {
    min-height: 300px;
    margin: 0; }

  .bloque-texto_foto.bloque_invertir .wrap_contenido_foto .texto-bloque {
    padding-left: 15px; } }
@media (min-width: 992px) and (max-width: 1200px) {
  .wrap_contenido_foto {
    flex-wrap: nowrap !important; } }
@media (max-width: 991px) {
  .intro_marca {
    font-size: 14px; }

  .bloque-texto_foto.bloque-interior:before {
    display: none; }

  .bloque-texto_foto .container-fluid {
    max-width: 720px; } }
@media (max-width: 632px) {
  .listado_marcas_seccion .item-marca:not(.fake-a) {
    cursor: default; }

  .listado_marcas_seccion .item-marca .overlay .nombre_marca {
    font-size: 16px;
    color: #03314c; }
    .listado_marcas_seccion .item-marca .overlay .nombre_marca a {
      color: #03314c; }

  .listado_marcas_seccion .item-marca .marca_img img {
    margin: 0 auto;
    max-height: 90px;
    width: auto; } }
/*Listado con imagenes pensando inicialmente para fabricas*/
.bloque_img_link {
  padding-top: 0; }
  .bloque_img_link .titulo_seccion_wrap h2 {
    font-size: 1.3rem;
    margin: 0;
    color: #7ac3cc; }
  .bloque_img_link .listado_img_seccion {
    margin-top: 15px; }

.item-wrap-imagen {
  overflow: hidden;
  position: relative; }
  .item-wrap-imagen .texto_item {
    text-align: center;
    color: #fff; }
    .item-wrap-imagen .texto_item .nombre_item {
      position: absolute;
      top: 80%;
      width: 100%;
      z-index: 2;
      transition: all .3s ease;
      transform: translateY(0); }
    .item-wrap-imagen .texto_item .texto_oculto {
      background-color: rgba(3, 49, 76, 0.8);
      position: absolute;
      top: 100%;
      width: 100%;
      height: 100%;
      z-index: 1;
      transition: all .3s ease;
      transform: translateY(0); }
      .item-wrap-imagen .texto_item .texto_oculto .intro_marca {
        top: 50%;
        position: absolute;
        padding: 0 30px; }
  .item-wrap-imagen:hover .texto_item .texto_oculto {
    transform: translateY(-100%); }
  .item-wrap-imagen:hover .texto_item .nombre_item {
    transform: translateY(-128px); }

@media (min-width: 992px) {
  #intro_bloque.bloque-texto_foto .texto-bloque {
    min-height: inherit; }

  .bloque-texto_foto .texto-bloque {
    min-height: 350px;
    align-items: center; } }
@media (max-width: 991px) {
  body .bloque-fabricas .item-wrap-imagen {
    margin-bottom: 10px; }
    body .bloque-fabricas .item-wrap-imagen .texto_item {
      padding: 0px 15px; }
      body .bloque-fabricas .item-wrap-imagen .texto_item .nombre_item {
        position: relative;
        transform: none;
        color: #03314c;
        margin-bottom: 0px;
        padding: 5px 0;
        font-size: 20px; }
      body .bloque-fabricas .item-wrap-imagen .texto_item .texto_oculto {
        position: relative;
        transform: none;
        background-color: #fff; }
        body .bloque-fabricas .item-wrap-imagen .texto_item .texto_oculto .intro_marca {
          top: 0%;
          position: relative;
          padding: 0px;
          color: #03314c;
          font-size: 14px; } }
/*Listado de imagene socn link*/
.listado_img_seccion {
  margin-top: 30px;
  padding: 0 12px; }

/*Listado de eventos*/
.listado_eventos {
  margin-top: 30px; }
  .listado_eventos .item-foto-titulo .titulo-item {
    margin-bottom: 0;
    min-height: 45px; }
  .listado_eventos .item-foto-titulo .imagen-loop-item {
    background-color: #f7f7f7; }
    .listado_eventos .item-foto-titulo .imagen-loop-item img {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      object-fit: inherit;
      width: auto;
      height: auto; }
  .listado_eventos .fecha {
    color: #7ac3cc; }
  .listado_eventos .titulo-item {
    margin-top: 5px;
    font-size: 18px;
    font-weight: bold; }
    .listado_eventos .titulo-item a {
      font-weight: bold; }
      .listado_eventos .titulo-item a:hover {
        color: #19243d; }

/*Listado de videos*/
.desc_item_video {
  margin-top: 15px; }
  .desc_item_video h3 {
    margin-bottom: 0; }

/*Listado de descargas*/
.listado_descargas_seccion {
  flex-wrap: wrap;
  margin-top: 15px; }

.descarga_item {
  text-align: center;
  flex: 1;
  width: 25%;
  min-width: 25%; }
  .descarga_item .card_gris {
    width: 100%;
    margin: 15px 0; }
  .descarga_item .btn_descargas {
    margin-top: 15px; }
    .descarga_item .btn_descargas a {
      color: #03314c;
      padding: 0 10px; }
      .descarga_item .btn_descargas a:hover {
        text-decoration: underline; }
  .descarga_item h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.2rem; }
  .descarga_item img {
    margin: 10px auto;
    max-height: 110px;
    width: auto; }

@media (max-width: 767px) {
  .listado_descargas_seccion {
    padding: 0 10px; }
    .listado_descargas_seccion .descarga_item {
      padding: 0 5px; }
      .listado_descargas_seccion .descarga_item .card_gris {
        margin: 5px 0;
        padding: 15px; } }
/*Listado iconos */
.listado_iconos_seccion_wrap {
  margin-top: 15px;
  color: #03314c; }
  .listado_iconos_seccion_wrap .icono_item {
    margin-bottom: 10px;
    max-width: 168px; }
    .listado_iconos_seccion_wrap .icono_item img {
      height: 135px;
      width: auto;
      display: block;
      margin: 0 auto; }
  .listado_iconos_seccion_wrap .texto_icono {
    font-weight: bold;
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.3em; }

@media (min-width: 992px) {
  .icono_item_wrap .img_icono {
    position: relative; }
    .icono_item_wrap .img_icono:before {
      content: "";
      position: absolute;
      top: calc(50% - 15px);
      right: -23px;
      width: 16px;
      height: 30px;
      background-image: url("../images/fl.png");
      background-size: 100% 100%; }

  .icono_item_wrap:last-of-type .img_icono:before {
    display: none; } }
@media (max-width: 991px) {
  .icono_item_wrap {
    width: 33%;
    min-width: 33%; }

  .listado_iconos_seccion_wrap .icono_item img {
    height: auto; } }
@media (max-width: 600px) {
  .icono_item_wrap {
    width: 50%;
    min-width: 50%; } }
/*Infowindow fabricas*/
.fabrica_titulo {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .fabrica_titulo .logos_fabrica {
    margin-bottom: 8px; }
    .fabrica_titulo .logos_fabrica p {
      font-size: 12px;
      margin: 0; }

.nombre_fabrica_wrap > * {
  display: inline-block; }

.mapasvg_lighbox_wrapper {
  /*opacity:1!important;
  display:block!Important; */ }

.mapasvg_wrap svg.argentina path#AR,
.mapasvg_wrap svg.namibia path#NA,
.mapasvg_wrap svg.sudafrica path#ZA {
  cursor: pointer; }

body .mapasvg_lighbox_wrapper {
  position: absolute;
  top: 20%;
  bottom: inherit;
  height: 380px;
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  padding: 15px;
  max-width: 1100px;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  color: #03314c; }
  body .mapasvg_lighbox_wrapper > div {
    position: relative;
    height: auto;
    align-items: stretch; }
    body .mapasvg_lighbox_wrapper > div .fabrica_imagen {
      display: flex;
      align-items: stretch; }
      body .mapasvg_lighbox_wrapper > div .fabrica_imagen img {
        max-height: 270px;
        width: auto; }
      body .mapasvg_lighbox_wrapper > div .fabrica_imagen iframe {
        max-width: 360px;
        max-height: 280px; }
    body .mapasvg_lighbox_wrapper > div .fabrica_info_wrap {
      padding-left: 15px;
      flex: 1; }
    body .mapasvg_lighbox_wrapper > div h3 {
      color: #03314c;
      text-transform: uppercase; }
    body .mapasvg_lighbox_wrapper > div .fabrica_titulo > * {
      display: inline-block; }
    body .mapasvg_lighbox_wrapper > div .fabrica_titulo .localizacion {
      padding: 0 5px;
      color: #4a718f;
      font-family: "Roboto Slab", serif;
      font-weight: 600; }
    body .mapasvg_lighbox_wrapper > div .fabrica_info {
      display: flex; }
      body .mapasvg_lighbox_wrapper > div .fabrica_info > div {
        flex: 1;
        border-right: solid 1px rgba(3, 49, 76, 0.5);
        padding-right: 15px;
        padding-left: 15px;
        min-width: 33%;
        line-height: 1.3em; }
        body .mapasvg_lighbox_wrapper > div .fabrica_info > div:first-of-type {
          padding-left: 0; }
        body .mapasvg_lighbox_wrapper > div .fabrica_info > div:last-of-type {
          border-right: none;
          margin-right: 0px; }
        body .mapasvg_lighbox_wrapper > div .fabrica_info > div ul {
          margin: 0;
          padding: 0 0 0 15px; }
          body .mapasvg_lighbox_wrapper > div .fabrica_info > div ul li {
            margin-bottom: 4px;
            font-size: 13px;
            line-height: 1.3em; }
        body .mapasvg_lighbox_wrapper > div .fabrica_info > div .col1_item {
          font-size: 2rem;
          font-weight: 700;
          line-height: 1.5rem;
          font-family: "Roboto Slab", serif;
          margin-top: 8px; }
      body .mapasvg_lighbox_wrapper > div .fabrica_info .col2 ul, body .mapasvg_lighbox_wrapper > div .fabrica_info .col3 ul {
        font-family: "Roboto Slab", serif;
        font-weight: 600; }
    body .mapasvg_lighbox_wrapper > div .fabrica_origendestino {
      background-color: rgba(122, 195, 204, 0.3);
      margin-top: 10px;
      padding: 10px;
      color: #7ac3cc; }
      body .mapasvg_lighbox_wrapper > div .fabrica_origendestino .datos_origendestino {
        display: flex; }
        body .mapasvg_lighbox_wrapper > div .fabrica_origendestino .datos_origendestino .datos_destino {
          padding-left: 10px; }
      body .mapasvg_lighbox_wrapper > div .fabrica_origendestino .destino_valor {
        color: #03314c;
        font-family: "Roboto Slab", serif;
        font-weight: 600; }

.fabrica_label {
  font-size: .7rem;
  text-transform: uppercase;
  display: block;
  color: #7ac3cc;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  margin: 5px 0 0 0;
  line-height: 1.3em; }

@media (min-width: 768px) {
  .fabricas_toggle_wrap {
    display: none; } }
@media (max-width: 767px) {
  body .mapasvg_lighbox_wrapper {
    height: 375px; }

  .fabrica_titulo {
    display: block; } }
@media (max-width: 767px) {
  .oculto_movil {
    display: none !important; }

  body .mapasvg_lighbox_wrapper > div .fabrica_info_wrap .fabrica_info > div {
    border: none; }

  body .mapasvg_lighbox_wrapper > div .fabrica_info {
    display: flex;
    flex-wrap: wrap; }
    body .mapasvg_lighbox_wrapper > div .fabrica_info > div {
      width: 100%;
      min-width: 100%; }
    body .mapasvg_lighbox_wrapper > div .fabrica_info > div .col1_item {
      font-size: 1rem;
      line-height: 1.3em; }

  body .mapasvg_lighbox_wrapper {
    flex-wrap: wrap;
    z-index: 100;
    max-width: inherit;
    height: auto;
    position: relative;
    display: block;
    opacity: 1; }
    body .mapasvg_lighbox_wrapper > div {
      display: block; }
      body .mapasvg_lighbox_wrapper > div .fabrica_imagen {
        display: block;
        text-align: center;
        margin-bottom: 5px;
        padding-right: 10px;
        min-width: 100%; }
        body .mapasvg_lighbox_wrapper > div .fabrica_imagen img {
          width: auto; }
      body .mapasvg_lighbox_wrapper > div .fabrica_info_wrap {
        padding-left: 0;
        text-align: left;
        width: 100%;
        min-width: 100%; }
        body .mapasvg_lighbox_wrapper > div .fabrica_info_wrap .fabrica_info > div {
          padding: 0;
          margin: 7px 0; }

  .fabrica_label {
    display: inline;
    margin-top: 0;
    padding-left: 5px; }

  .fabricas_toggle_wrap .accordion .card .card-header {
    padding: 0; }
    .fabricas_toggle_wrap .accordion .card .card-header a {
      padding: 1rem 1.5rem;
      display: block;
      color: #7ac3cc;
      transition: all ease .3s; }
      .fabricas_toggle_wrap .accordion .card .card-header a:not(.collapsed) {
        color: #fff;
        background-color: #7ac3cc; }
    .fabricas_toggle_wrap .accordion .card .card-header:hover a {
      color: #fff;
      background-color: #7ac3cc; }
  .fabricas_toggle_wrap .accordion .card .card-body {
    background-color: #f7f7f7; }
    .fabricas_toggle_wrap .accordion .card .card-body .mapasvg_lighbox_wrapper {
      box-shadow: none;
      padding: 0;
      background-color: transparent; } }
/*SECCIONES NOS*/
.breadcrumbs {
  z-index: 1;
  position: relative; }

.bloque_intro_NOS_wrap {
  padding-top: 50px;
  margin-top: -30px;
  z-index: 0;
  position: relative; }
  .bloque_intro_NOS_wrap .intro_nos {
    display: flex;
    align-items: flex-start; }
    .bloque_intro_NOS_wrap .intro_nos img {
      min-width: 120px;
      margin-top: -50px; }

#banner_nos {
  padding: 30px 0 0 0; }
  #banner_nos .texto-bloque {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    #banner_nos .texto-bloque:before {
      content: url(../images/logo_NOS.png);
      margin-right: 10px; }
    #banner_nos .texto-bloque .contenido-texto-bloque {
      margin-top: 30px; }
    #banner_nos .texto-bloque h2 {
      margin-bottom: 0px; }

.grupo_productos_wrap {
  padding: 30px 0; }
  .grupo_productos_wrap:nth-child(2n) {
    background-color: #eceef0; }
  .grupo_productos_wrap .producto_nos_wrap .overlay {
    background-color: rgba(218, 2, 24, 0.5); }
  .grupo_productos_wrap .producto_nos_wrap .imagen-loop-item {
    background-image: url(../images/bg_ficha_NOS.jpg);
    background-size: cover; }
    .grupo_productos_wrap .producto_nos_wrap .imagen-loop-item:before {
      padding-top: 56%; }
    .grupo_productos_wrap .producto_nos_wrap .imagen-loop-item img {
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      width: auto;
      height: auto;
      max-width: 95%;
      max-height: 100%; }
  .grupo_productos_wrap .titulo_cat {
    padding-bottom: 15px; }
    .grupo_productos_wrap .titulo_cat h2 {
      color: #da0218;
      display: flex;
      align-items: center;
      margin: 0; }
      .grupo_productos_wrap .titulo_cat h2:after {
        content: "";
        height: 2px;
        width: auto;
        flex: 1;
        background-color: #da0218;
        margin-left: 10px; }

@media (max-width: 767px) {
  #banner_nos .texto-bloque:before {
    display: none; }

  .img_intro_nos {
    display: none; }

  .grupo_productos_wrap .producto_nos_wrap .overlay {
    background-color: #fff; }

  #banner_nos {
    padding: 30px 0; }
    #banner_nos .texto-bloque .contenido-texto-bloque {
      margin-top: 0; } }
/*Bloque historia*/
.bloque-texto_foto#bloque_historia .container-fluid .img-bloque {
  background-size: 80% auto;
  background-repeat: no-repeat;
  background-position: center; }

/*BLOQUE DE INTRIDUCCION DEL GUPO: LIDERAZGO*/
@media (max-width: 991px) {
  #liderazgo .img-bloque img {
    height: 180px;
    width: auto; } }
/*Archive con categorias */
.row_archive {
  padding: 30px 0; }

.bloque_categoria {
  min-height: 370px; }
  .bloque_categoria .bloque_texto_cat .texto-wrap {
    padding: 30px; }
  .bloque_categoria .bloque_texto_cat .name_cat {
    color: #03314c;
    text-transform: uppercase;
    border-bottom: solid 2px;
    padding-bottom: 15px;
    margin-bottom: 30px; }
  .bloque_categoria .bloque_texto_cat .btn_cat {
    margin-top: 15px; }
    .bloque_categoria .bloque_texto_cat .btn_cat .btn:not(.btn-raised) {
      margin-left: 0; }
  .bloque_categoria .bloque_img_cat {
    text-align: center;
    padding: 30px 15px; }
    .bloque_categoria .bloque_img_cat img {
      max-width: 80%;
      height: auto; }

.nombre_tax_producto .azul_small {
  text-transform: none;
  font-style: italic;
  font-size: 16px; }

.datos_producto_wrap {
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: solid 1px #03314c; }

.nombre_tax_producto {
  padding-bottom: 15px; }

.icon_dato {
  min-width: 30px;
  width: 30px; }

.dato_barco span {
  margin-right: 5px;
  display: inline-block; }
  .dato_barco span:after {
    content: ","; }
  .dato_barco span.ultimo_dato:after {
    content: ""; }

@media (min-width: 768px) {
  .bloque_categoria:nth-child(2n) {
    background: -webkit-linear-gradient(left, #fff 50%, #f2f2f2 50%);
    background: -moz-linear-gradient(left, #fff 50%, #f2f2f2 50%);
    background: -o-linear-gradient(left, #fff 50%, #f2f2f2 50%);
    background: linear-gradient(left, #fff 50%, #f2f2f2 50%); }
  .bloque_categoria:nth-child(2n+1) {
    background: -webkit-linear-gradient(right, #fff 50%, #f2f2f2 50%);
    background: -moz-linear-gradient(right, #fff 50%, #f2f2f2 50%);
    background: -o-linear-gradient(right, #fff 50%, #f2f2f2 50%);
    background: linear-gradient(right, #fff 50%, #f2f2f2 50%); }
    .bloque_categoria:nth-child(2n+1) .bloque_texto_cat {
      order: 2; }
    .bloque_categoria:nth-child(2n+1) .bloque_img_cat {
      order: 1; } }
@media (max-width: 767px) {
  .bloque_categoria:first-of-type .bloque_texto_cat .texto-wrap {
    padding-top: 0; }
  .bloque_categoria .bloque_texto_cat .texto-wrap {
    padding: 30px 0; }
  .bloque_categoria .bloque_img_cat {
    background-color: #eceef0; } }
/*Fichade producto*/
.wrap_producto {
  padding: 30px 0; }
  .wrap_producto h2, .wrap_producto h3, .wrap_producto h4, .wrap_producto h5, .wrap_producto h6 {
    color: #4a718f; }
  .wrap_producto .bloque_img img {
    border: solid 1px #eceef0; }
  .wrap_producto .subtitulo {
    font-style: italic;
    font-size: 18px;
    font-weight: bold;
    color: #4a718f; }
  .wrap_producto .entry-title {
    color: #4a718f;
    text-transform: uppercase;
    font-size: 1.7rem; }
  .wrap_producto .entry-content {
    padding: 15px 0 0 0;
    border-top: solid 1px #03314c;
    border-bottom: solid 1px #03314c;
    margin-bottom: 30px; }

.otros_productos {
  background-color: #fff;
  padding: 30px 0; }
  .otros_productos .titulo_seccion {
    margin-bottom: 30px; }
  .otros_productos h2 {
    color: #4a718f; }

.otros_productos_listado {
  padding: 0 10px; }

.producto_item_wrap {
  text-align: center;
  padding: 0 5px; }
  .producto_item_wrap .overlay-item-wrap {
    cursor: inherit;
    margin-bottom: 10px; }
  .producto_item_wrap .card {
    box-shadow: none;
    border: solid 1px rgba(0, 0, 0, 0.2); }
  .producto_item_wrap .overlay {
    padding: 30px;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5); }
    .producto_item_wrap .overlay .titulo-item {
      text-align: center;
      font-size: 1.3rem; }
    .producto_item_wrap .overlay .nombre_cientifico {
      font-size: 14px;
      text-transform: none;
      line-height: 1.2em;
      margin-top: 5px;
      font-style: italic; }

body .intro_producto .barco_img {
  display: flex;
  align-items: center; }

@media (max-width: 1024px) {
  .producto_item_wrap .overlay {
    position: relative;
    opacity: 1;
    background-color: transparent;
    color: #03314c;
    padding: 15px; }

  .producto_item_wrap {
    align-items: stretch;
    display: flex; }

  body .producto_item_wrap .overlay .titulo-item {
    font-size: 1.2rem; } }
@media (max-width: 767px) {
  .intro_producto .card_gris {
    display: block;
    margin: 30px 0 0 0;
    padding: 15px 0; }

  .info_barco {
    padding-top: 15px; }

  .bloque_cont {
    padding-top: 30px; }

  .otros_productos .titulo_seccion {
    margin-bottom: 15px; } }
.form-group textarea.form-control {
  height: 80px; }

.form-group.is-focused .form-control {
  outline: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7ac3cc), to(#7ac3cc)), -webkit-gradient(linear, left top, left bottom, from(#7ac3cc), to(#7ac3cc));
  background-image: -webkit-linear-gradient(#7ac3cc, #7ac3cc), -webkit-linear-gradient(#7ac3cc, #7ac3cc);
  background-image: -o-linear-gradient(#7ac3cc, #7ac3cc), -o-linear-gradient(#7ac3cc, #7ac3cc);
  background-image: linear-gradient(#7ac3cc, #7ac3cc), linear-gradient(#7ac3cc, #7ac3cc); }

body .wpcf7-form [type="checkbox"] + label {
  color: #000; }

body .form-group {
  margin: 0; }

.form-group.is-focused label, .form-group.is-focused label.control-label {
  color: #7ac3cc; }

.form-group.label-floating label.control-labe {
  font-size: 14px; }

body .form-group.label-static label.control-label,
body .form-group.label-floating.is-focused label.control-label,
body .form-group.label-floating:not(.is-empty) label.control-label {
  top: -22px; }

.form-group .form-control {
  margin: 0; }

/*Busqueda*/
.search-form {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end; }
  .search-form label {
    margin: 0;
    top: 1.2rem; }
  .search-form .btn {
    padding: 10px 20px;
    margin: 0px 0px 1rem 0px; }

.links_extra a:hover {
  text-decoration: underline; }

body .wpcf7 .input-field .wpcf7-not-valid-tip {
  margin-top: 0; }

.wpcf7 .wpcf7-validation-errors {
  margin-top: 15px; }

/*Ficha de barco*/
.card_gris {
  background-color: #ebebeb;
  display: flex;
  padding: 30px 15px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  margin: 30px 0; }

.azul_small {
  color: #7ac3cc;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600; }

.nombre_barco .entry-title {
  text-transform: uppercase;
  line-height: 1em; }

.bloque_info_barco {
  margin: 10px 0;
  display: flex;
  align-items: center; }
  .bloque_info_barco .info_dato {
    padding-left: 10px; }
  .bloque_info_barco .dato_barco {
    font-family: "Roboto Slab", serif;
    color: #03314c;
    font-weight: 600;
    font-size: 16px; }

.info_principal {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: solid 1px #03314c; }

.listado_relacionados {
  padding: 0 15px; }

.info_ipad {
  display: none; }

body .barco_img {
  position: relative; }
  body .barco_img .tns-outer {
    padding: 0 !important; }
  body .barco_img .tns-nav {
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 100%;
    text-align: center; }
    body .barco_img .tns-nav button {
      width: 14px;
      height: 14px;
      border-radius: 50%;
      padding: 0;
      box-shadow: none;
      margin: 5px;
      background-color: #fff;
      border: solid 1px #383838; }
      body .barco_img .tns-nav button.tns-nav-active {
        background-color: #383838; }
      body .barco_img .tns-nav button:hover {
        opacity: #eceef0; }

@media (min-width: 768px) and (max-width: 991px) {
  .single-flota .info_barco .datos_barco_wrap {
    display: none; }

  .single-flota .card_gris {
    padding: 30px 15px 15px 15px; }

  .info_ipad {
    display: block; }
    .info_ipad .bloque_info_barco {
      width: 33%;
      flex: 0 0 33%;
      max-width: 33%; } }
/*--------------------------------------------------------------
404
--------------------------------------------------------------*/
.error404 {
  margin-bottom: 30px;
  margin-top: 30px; }
  .error404 #page {
    text-align: center; }
    .error404 #page .article {
      width: 100%; }
      .error404 #page .article header h1 {
        color: #000;
        font-size: 45px;
        text-transform: uppercase; }
        .error404 #page .article header h1 span {
          color: #7ac3cc;
          font-weight: bold;
          font-family: "Roboto Slab", serif; }
      .error404 #page .article header img {
        margin: 0 auto; }
      .error404 #page .article header p {
        font-size: 20px;
        margin-bottom: 0; }
      .error404 #page .article .page-content {
        clear: both; }
        .error404 #page .article .page-content .md-form {
          margin: 0; }
        .error404 #page .article .page-content .caja-busqueda {
          padding: 0; }
          .error404 #page .article .page-content .caja-busqueda input {
            width: 100%;
            color: #a4a4a4;
            border: 1px solid #D8D8D8;
            font-family: inherit;
            border-radius: 0;
            margin: 0; }
          .error404 #page .article .page-content .caja-busqueda label {
            left: 10px; }
        .error404 #page .article .page-content .boton-buscar {
          padding: 0; }
          .error404 #page .article .page-content .boton-buscar .btn:not(.btn-link):not(.btn-flat) {
            margin: 0;
            padding: 9px 40px;
            border-radius: 2px; }
        .error404 #page .article .page-content .items_404 {
          margin-top: 30px; }
          .error404 #page .article .page-content .items_404 div:last-of-type img {
            margin-top: 6px; }
          .error404 #page .article .page-content .items_404 div a {
            color: #000;
            text-align: center;
            font-size: 14px; }
          .error404 #page .article .page-content .items_404 div img {
            margin: 0 auto;
            margin-bottom: 10px;
            display: block; }
      .error404 #page .article p {
        color: #000;
        font-size: 16px; }

@media (min-width: 768px) {
  .items_404 .bordegris {
    border-right: solid 1px #acacac; } }

/*# sourceMappingURL=custom.css.map */
