@charset "UTF-8";
/*
Theme Name: Rhythm Child
Theme URI: http://themeforest.net/user/JoiThemes/
Author: JoiThemes
Author URI: http://themeforest.net/user/JoiThemes/
Template:  rhythm
Description: Powerful Theme
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: rhythm
Tags:
*/
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-left: 30px;
  padding-right: 30px;
}

.skeleton-jg--one-colum-fw {
  max-width: 1170px;
  margin: 0 auto;
  float: none;
}

.without-marging {
  margin: 0;
}

.without-padding,
.without-padding .wpb_column,
.without-padding > .section-text {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 990px) {
  .without-padding__mobile {
    padding: 0;
  }
}

.max-width-s .section-text {
  max-width: 355px;
  margin-left: auto;
  margin-right: auto;
}

.max-width-g .section-text {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.max-width-xl .section-text {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.max-width-skeleton--half > .section-text {
  max-width: calc(1170px / 2);
  width: 100%;
}

.jg-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.jg-container--right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.jg-container--center-h {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.jg-container--center-v {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 991px) {
  .jg-container > div {
    padding-left: 60px;
  }
}

.jg-container--center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.jg-container--center-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.center-verticar-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-height--30-7 {
  padding-top: 0.23333333%;
}

.gutter-v {
  margin-top: 11rem;
}

@media screen and (max-width: 1200px) {
  .skeleton-jg--one-colum-fw {
    max-width: 972px;
  }
  .max-width-skeleton--half > .section-text {
    max-width: calc(486px);
  }
}

@media screen and (max-width: 990px) {
  .skeleton-jg--one-colum-fw,
  .max-width-skeleton--half {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }
  section.full-width .max-width-skeleton--half {
    max-width: 100%;
  }
  .section:not(.left-on-mobile) * {
    text-align: center;
  }
  .section:not(.left-on-mobile) .section-text {
    margin-left: auto;
    margin-right: auto;
  }
  .button-plus--jg {
    text-align: left !important;
  }
  .section:not(.left-on-mobile) .button-plus--jg {
    margin-left: auto;
    margin-right: auto;
  }
  .max-width-skeleton--half > .section-text {
    max-width: 750px;
  }
  .container-right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .without-padding--mobile {
    padding: 0;
  }
  .inverse-order--2 > .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .inverse-order--2 > .row .wpb_column:first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .without-padding-b-v--mobile {
    padding-bottom: 0;
  }
  .gutter-v {
    margin-top: 7rem;
  }
  .gutter-v--mv {
    margin-top: 7rem;
  }
  .jg-container--right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .is-fluid .section-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 990px) {
  .gutter-v {
    margin: 0;
  }
  body:not(.home) .text > section:not(.desable-mobile-padding) {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  body:not(.home) .text > section:not(.desable-mobile-padding) h1,
  body:not(.home) .text > section:not(.desable-mobile-padding) h2 {
    margin-top: 0;
  }
  body:not(.home)
    .text
    > section:not(.desable-mobile-padding)
    .section-text
    *:last-child {
    margin-bottom: 0;
  }
  body:not(.home) .text .padding-v-mobile--t {
    padding-top: 60px !important;
  }
  body:not(.home) .text .padding-v-mobile--t-mini {
    padding-top: 30px !important;
  }
  body:not(.home) .text .padding-v-mobile--b {
    padding-bottom: 60px !important;
  }
  body:not(.home) .text .padding-v-mobile--t-b {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

@media screen and (min-width: 991px) {
  .custom-half-separation-2-columns .wpb_column {
    width: calc(50% - 15px);
  }
  .custom-half-separation-2-columns .wpb_column:first-child {
    margin-right: 15px;
  }
  .custom-half-separation-2-columns .wpb_column:nth-child(2) {
    padding-left: 0;
    margin-left: 15px;
  }
}

@font-face {
  font-family: "Conv_Flama-Basic";
  src: url("fonts/Flama-Basic.eot");
  src:
    url("fonts/Flama-Basic.woff") format("woff"),
    url("fonts/Flama-Basic.ttf") format("truetype"),
    url("fonts/Flama-Basic.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Conv_Flama-Book";
  src: url("fonts/Flama-Book.eot");
  src:
    url("fonts/Flama-Book.woff") format("woff"),
    url("fonts/Flama-Book.ttf") format("truetype"),
    url("fonts/Flama-Book.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Conv_Flama-Medium";
  src: url("fonts/Flama-Medium.eot");
  src:
    url("fonts/Flama-Medium.woff") format("woff"),
    url("fonts/Flama-Medium.ttf") format("truetype"),
    url("fonts/Flama-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "icons-a";
  src: url("fonts/Fontfabric - Panton Icons A Regular.eot");
  src:
    url("fonts/Fontfabric - Panton Icons A Regular.woff") format("woff"),
    url("fonts/Fontfabric - Panton Icons A Regular.ttf") format("truetype"),
    url("fonts/Fontfabric - Panton Icons A Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "icons-b";
  src: url("fonts/Fontfabric - Panton Icons B Regular.eot");
  src:
    url("fonts/Fontfabric - Panton Icons B Regular.woff") format("woff"),
    url("fonts/Fontfabric - Panton Icons B Regular.ttf") format("truetype"),
    url("fonts/Fontfabric - Panton Icons B Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("/wp-content/themes/rhythm-child/fonts/open-sans-v44-latin-regular.woff2")
    format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

h1,
.text h1,
h2,
.blog-item-title,
h3,
h4,
h5,
h6 {
  font-family: "Conv_Flama-Medium";
  color: #0094d9;
}

div,
p,
a,
li,
span,
table th,
table td {
  font-family: "Conv_Flama-Basic";
  color: #808182;
}

strong,
b {
  font-family: "Conv_Flama-Medium";
}

/* Sizes */
body {
  font-size: 100%;
}

p,
a,
li,
table th,
table td {
  font-size: 16px;
}

@media screen and (min-width: 640px) {
  p,
  a,
  li,
  table th,
  table td {
    font-size: 18px;
    line-height: 1.6em;
  }
}

h1 {
  line-height: 1.2em;
  margin-bottom: 0.8em;
}

@media screen and (max-width: 639px) {
  h1 {
    font-size: 27px;
  }
  h2,
  .blog-item-title {
    font-size: 23px;
    line-height: 1.2;
  }
}

/* General styles */
a {
  text-decoration: none;
}

input {
  outline: none;
  border-radius: initial;
  border: none;
}

ul {
  padding-left: 0;
  list-style-position: inside;
}

li {
  list-style: outside;
  margin-left: 18px;
}

.sections--paddings-v {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

[class^="title__bar"] {
  position: relative;
  margin-bottom: 2em;
}

[class^="title__bar"]::before {
  content: "";
  width: 2.5em;
  height: 0.15em;
  position: absolute;
  top: 1.7em;
  left: 0;
}

.title__bar--white,
.title__bar--white-2 {
  color: #fff;
}

.title__bar--white::before,
.title__bar--white-2::before {
  background-color: #fff;
}

.title__bar--blue {
  color: #0094d9;
}

.title__bar--blue::before {
  background-color: #0094d9;
}

.title__bar--2::before,
.title__bar--white-2::before {
  top: 3em;
}

.title__bar--3::before {
  top: 4.5em;
}

.title__bar--4::before {
  top: 6em;
}

.title__icon {
  margin-bottom: 1em;
}

.margin-b--icon .section-text p:first-child {
  margin-bottom: 3em;
}

.banner-h1-with-bars {
  padding-top: 6em;
  padding-bottom: 6em;
}

.banner-h1-with-bars h1 {
  color: #fff;
  position: relative;
}

.banner-h1-with-bars h1::before,
.banner-h1-with-bars h1::after {
  content: "";
  position: absolute;
  width: 2.2em;
  height: 3px;
  left: 50%;
  -webkit-transform: translate(calc(2.2em / -2));
  -ms-transform: translate(calc(2.2em / -2));
  transform: translate(calc(2.2em / -2));
  background-color: #fff;
}

.banner-h1-with-bars h1::before {
  top: -1.5em;
}

.banner-h1-with-bars h1::after {
  bottom: -1.5em;
}

@media screen and (max-width: 990px) {
  .banner-h1-with-bars h1::before {
    top: -0.9em;
  }
  .banner-h1-with-bars h1::after {
    bottom: -0.9em;
  }
}

.column-4--bg {
  padding: 60px 15px;
  margin: 0 1%;
  width: 22%;
  background-color: #f5f5f5;
}

@media screen and (max-width: 990px) {
  .column-4--bg {
    width: calc(100% - 60px);
    margin: 30px auto;
    max-width: 750px;
  }
}

.column-4--bg .section-text {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
}

.column-4--bg p {
  margin-bottom: 0;
}

@media screen and (max-width: 990px) {
  .column-4--bg:last-child .section-text {
    margin-bottom: 0;
  }
}

.oficinas-territoriales__column .section-text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.oficinas-territoriales__column h4 {
  color: #0094d9;
  margin-bottom: 0.3em;
}

@media screen and (max-width: 440px) {
  .title__bar--2-lines:before {
    top: 3em;
  }
}

@media screen and (max-width: 1034px) {
  .sections--paddings-v {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.wpb_single_image.wpb_content_element {
  margin-bottom: 0;
}

/* Colors */
.bg--grey {
  background-color: #e6e6e6;
}

.text-blue {
  color: #0094d9;
}

.border--white {
  border: 1px solid #fff;
}

.cities {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cities__row {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 1em;
}

.cities__list {
  list-style: none;
}

.button-plus--jg {
  display: block;
  position: relative;
  width: 142px;
  height: 36px;
  line-height: 36px;
  padding: 0 0 0 16px;
  background-image: url("./icons/icon_arrow_white.svg");
  background-color: #0094d9;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: 12px 19px;
  background-position: 116px 8px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.button-plus--jg:hover {
  background-color: #0075c4;
  -webkit-animation: arrow 1s linear forwards infinite alternate;
  animation: arrow 1s linear forwards infinite alternate;
  text-decoration: underline;
  color: #fff;
}

.button-plus--jg:visited,
.button-plus--jg:focus {
  text-decoration: none;
  color: #fff;
}

@-webkit-keyframes arrow {
  100% {
    background-position-x: 125px;
  }
}

@keyframes arrow {
  100% {
    background-position-x: 125px;
  }
}

.jg-button-plus--border {
  border: 1px solid #fff;
}

.jg-button-plus--border:hover {
  color: #0094d9;
  background-color: #fff;
  background-image: url("./icons/icon_arrow_blue.svg"); /*transition: 0.5s linear all;*/
}

.boxes--jg__section .wpb_raw_html,
.boxes--jg__section .wpb_wrapper,
.boxes--jg__section .boxes--custom-jg {
  height: 100%;
}

.boxes--custom-jg {
  position: relative;
  padding: 2em 3em 2em 2em;
  border: 1px solid #e6e6e6;
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
  .boxes--custom-jg {
    padding-right: 1em;
  }
}

@media screen and (max-width: 990px) {
  .boxes--custom-jg {
    padding-bottom: 4em;
  }
}

.boxes--custom-jg img {
  height: 41px;
  max-height: 41px;
  width: auto;
}

.boxes--custom-jg .button-plus--jg {
  position: absolute;
  bottom: 32px;
  left: 32px;
}

.section-text-img .wpb_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.section-text-img .section-text {
  width: 100%;
  max-width: calc(1170px / 2);
}

.section-img-text .wpb_column {
  height: 100%;
}

@media screen and (min-width: 647px) {
  .section-img-text .wpb_column {
    padding: 0;
  }
}

.section-img-text .section-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  max-width: calc(1170px / 2);
  padding-left: 8em;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .section-text-img .section-text {
    max-width: calc(972px / 2);
  }
  .section-img-text .section-text {
    padding-left: 7em;
    padding-right: 30px;
  }
}

@media screen and (max-width: 990px) {
  .section-text-img .wpb_column,
  .section-img-text .wpb_column {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .section-img-text .section-text,
  .section-text-img .section-text {
    padding-top: 3em;
    padding-bottom: 30px;
    max-width: 750px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.section-text-img .wpb_single_image,
.section-text-img .wpb_single_image *,
.section-img-text .wpb_single_image,
.section-img-text .wpb_single_image * {
  width: 100%;
  max-width: 120%;
  height: 100%;
}

.section-text-img .bg-blue,
.section-img-text .bg-blue {
  color: white;
}

.preheader--jg {
  background-color: #0094d9;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  height: 42px;
  z-index: 90;
}

.preheader--jg__wrap {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  font-size: 125%;
}

@media screen and (max-width: 767px) {
  .preheader--jg__wrap {
    padding: 0 15px;
  }
}

.preheader--jg__wrap .number {
  color: #fff;
  margin-left: 10px;
}

@media screen and (min-width: 1200px) {
  .preheader--jg {
    height: 45px;
  }
  .preheader--jg__wrap {
    font-size: 130%;
  }
}

@media screen and (max-width: 1200px) {
  .preheader--jg__wrap {
    max-width: 972px;
  }
}

.preheader--jg__left-section,
.preheader--jg__right-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.preheader--jg__right-section {
  padding-right: 3px;
}

.preheader--jg__left-section a,
.preheader--jg__right-section a {
  color: #fff;
  display: block;
  font-size: 0.85em;
}

.preheader--jg__left-section a {
  padding: 0 1.7em 0 0.5em;
  position: relative;
  font-size: 1em;
}

.preheader--jg__left-section input {
  padding: 0;
  max-width: 160px;
  color: #fff;
}

.preheader--jg__left-section input,
.icon-search--jg {
  background-color: #33aaeb;
  height: 1.7em;
}

.icon-tel--jg,
.icon-search--jg {
  display: inline-block;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 15px;
  color: #fff;
}

.icon-tel--jg {
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  background-image: url("./icons/phone_mobile_icon.svg");
}

.icon-search--jg {
  width: 30px;
  background-image: url("./icons/buscador_icon_ok.svg");
}

.preheader--jg__right-section a {
  display: block;
  position: relative;
}

.preheader--jg__right-section a {
  position: relative;
  padding: 0 1em;
}

.preheader--jg__right-section a:first-child {
  padding-left: 0;
}

.preheader--jg__right-section a:last-child {
  padding-right: 0;
}

.preheader--jg__right-section a:not(:last-child)::after {
  content: "|";
  position: absolute;
  top: 0;
  right: -0.2em;
  color: white;
}

.preheader--jg__right-section span {
  color: #fff;
}

@media screen and (max-width: 992px) {
  .preheader--jg__wrap {
    max-width: 750px;
  }
  .preheader--jg__left-section .icon-search--jg,
  .preheader--jg__left-section input {
    display: none;
  }
}

@media screen and (max-width: 620px) {
  .preheader--jg__wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .preheader--jg__left-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%;
  }
  .preheader--jg__left-section a {
    height: 20px;
  }
  .preheader--jg__left-section .number {
    display: none;
  }
  .preheader--jg__right-section {
    padding-right: 0;
  }
}

@media screen and (max-width: 500px) {
  .preheader--jg__right-section a > span {
    display: none;
  }
}

@media screen and (min-width: 500px) {
  .preheader-special-area-tag {
    display: none;
  }
}

@media screen and (max-width: 499px) {
  .preheader-special-area-tag {
    display: inline-block;
    color: #fff;
    margin-bottom: 0;
    font-size: 0.85em;
  }
}

@media screen and (max-width: 427px) {
  .preheader--jg__right-section {
    font-size: 90%;
  }
}

@media screen and (max-width: 393px) {
  .preheader--jg__right-section {
    font-size: 80%;
  }
}

@media screen and (max-width: 361px) {
  .preheader--jg__right-section {
    font-size: 70%;
  }
}

@media screen and (max-width: 331px) {
  .preheader--jg__right-section {
    font-size: 80%;
  }
  .preheader-special-area-tag {
    display: none;
  }
}

/* End Preheader */
.main-nav {
  min-height: 95px !important;
  height: 95px !important;
  position: fixed;
  top: 45px;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 750px) and (max-width: 767px) {
  .main-nav .container {
    max-width: 750px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1200px) {
  .main-nav {
    top: 42px;
  }
}

.main-nav > .container,
.desktop-nav,
.nav-logo-wrap {
  height: 100%;
}

.nav-logo-wrap {
  display: block;
}

.nav-logo-wrap .logo:not(.small-height) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  max-width: 207px;
}

.inner-nav #primary-nav {
  display: block;
}

.inner-nav ul li {
  height: 79%;
  margin-left: 23px;
  position: static;
}

#primary-nav > li.current_page_item,
#primary-nav > li.current_page_ancestor,
#primary-nav > li:hover,
.page-id-489 #primary-nav > li#menu-item-120,
.page-id-458 #primary-nav > li#menu-item-120,
.page-id-486 #primary-nav > li#menu-item-120,
.page-id-487 #primary-nav > li#menu-item-120,
.page-id-488 #primary-nav > li#menu-item-120,
.page-id-490 #primary-nav > li#menu-item-120 {
  border-bottom: 6px solid #0094d9;
  color: #0094d9;
}

.inner-nav ul li.current_page_item a,
.inner-nav ul li.current_page_ancestor > .mn-has-sub,
.inner-nav ul li:hover a {
  color: #0094d9;
}

#primary-nav > li:last-child {
  display: none;
}

.inner-nav ul li a {
  display: block;
  font-size: 13.2px;
  color: #0094d9;
  padding-left: 0.7em;
  padding-right: 0.7em;
  letter-spacing: 1px;
}

.mobile-nav i:before {
  color: #0094d9;
}

/* Submenu */
.mn-sub {
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  opacity: 0.9;
}

.inner-nav ul li .mn-sub li a {
  color: #0094d9;
  font-size: 16px;
  line-height: 1.5 !important;
  padding-top: 3px;
  padding-bottom: 3px;
}

.mn-sub li a:hover,
.inner-nav ul li .mn-sub li a:hover,
.mn-sub li a.active {
  color: #0094d9 !important;
  text-decoration: underline;
  -webkit-transition: 0.5s ease-in text-decoration;
  -o-transition: 0.5s ease-in text-decoration;
  transition: 0.5s ease-in text-decoration;
}

@media screen and (min-width: 1498px) {
  .mn-sub {
    top: 108%;
    padding: 1.5em;
  }
  .mn-angle-icon {
    display: none;
  }
  .inner-nav ul > li {
    position: relative;
  }
  .mn-sub {
    width: 282%;
  }
}

@media screen and (max-width: 1498px) {
  .main-nav > .container {
    position: initial;
  }
  .mobile-on .desktop-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    background-color: #0094d9;
    z-index: 9999;
  }
  #primary-nav {
    max-height: 100% !important;
  }
  #primary-nav > li.current_page_item,
  #primary-nav > li:hover {
    border: none;
  }
  #primary-nav li > a:hover {
    background-color: transparent;
  }
  .inner-nav #primary-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    background-color: inherit;
    height: 100%;
    min-height: calc(100vh - $header-height-g - $preheader-height);
    opacity: 0.95;
    width: 100%;
  }
  .inner-nav ul li {
    height: auto;
  }
  #primary-nav > li {
    width: 100%;
  }
  #primary-nav > li:last-child {
    display: block;
    position: absolute;
    top: 1em;
    right: 1em;
    height: 3rem;
    text-align: right;
  }
  #primary-nav > li:first-child {
    margin-top: 6em !important;
  }
  #primary-nav a {
    border: none;
    text-align: center;
    margin-bottom: 1.2em;
    font-size: 2rem;
  }
  #primary-nav > li > a {
    display: inline-block;
    width: auto;
    color: #fff;
  }
  #primary-nav .mn-sub {
    padding: 1em 0 0 0;
    background-color: #0094d9;
    opacity: 0.95; /*height: calc(100vh - 5rem);*/
  }
  #primary-nav > li.js-opened a {
    margin-bottom: 0.3em;
  }
  #primary-nav > li.js-opened + li a {
    margin-bottom: 0.3em;
  }
  #primary-nav > li.js-opened + li + li a {
    margin-bottom: 0.3em;
  }
  #primary-nav > li.js-opened + li + li + li a {
    margin-bottom: 0.3em;
  }
  #primary-nav > li.js-opened + li + li + li + li a {
    margin-bottom: 0.3em;
  }
  #primary-nav > li.js-opened + li + li + li + li + li a {
    margin-bottom: 0.3em;
  }
  #primary-nav .mn-sub a {
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.2 !important;
    color: #fff;
  }
  #primary-nav .mn-sub a:hover {
    color: #fff !important;
  }
  .mobile-on .mn-has-sub > .mn-angle-icon {
    right: -13px;
    border: none;
  }
  /* .inner-nav ul li.current_page_item a:after, .inner-nav ul li a:hover:after{ display: none; }*/
}

@media screen and (max-width: 768px) {
  .text-shadow--jg {
    text-shadow: 0px 0px 25px #fff;
  }
  .logo > img {
    position: relative;
    left: 6px;
  }
}

@media screen and (max-width: 600px) {
  .main-nav {
    min-height: 80px !important;
    height: 80px;
  }
  .nav-logo-wrap .logo:not(.small-height) {
    max-width: 150px;
    height: 100%;
  }
}

/*_slider-*/
.tp-loop-wrap .tp-caption {
  font-family: "Conv_Flama-Medium" !important;
}

/* End Bottom Header */
.cabecera {
  height: 28rem;
}

.cabecera > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.cabecera h1,
.cabecera p {
  color: #fff;
  margin: 0;
}

.cabecera p {
  font-family: "Conv_Flama-medium";
  font-size: 1.1em;
  margin-bottom: 0.2em;
}

.cabecera .section-text {
  padding-left: 0;
}

@media screen and (max-width: 990px) {
  .cabecera .section-text {
    padding: 30px;
  }
}

@media screen and (max-width: 991px) {
  .cabecera {
    height: 21rem;
  }
  .cabecera > .row {
    margin: 0 auto;
    max-width: 750px;
  }
  .cabecera .skeleton-jg--one-colum-fw {
    padding: 0;
    margin-left: 0;
  }
}

[class*="subcabecera--"] {
  padding: 1em 0 !important;
  background-color: #f5f5f5;
}

[class*="subcabecera--"] .section-text {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

[class*="subcabecera--"] .section-text > div {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

[class*="subcabecera--"] .section-text > div:first-child {
  -webkit-transform: translate(calc(-100% - 4em));
  -ms-transform: translate(calc(-100% - 4em));
  transform: translate(calc(-100% - 4em));
}

[class*="subcabecera--"] .section-text > div:nth-child(3) {
  -webkit-transform: translate(4em);
  -ms-transform: translate(4em);
  transform: translate(4em);
}

[class*="subcabecera--"] .section-text > div:first-child,
[class*="subcabecera--"] .section-text > div:nth-child(3) {
  position: absolute;
  top: 0.5em;
  left: 50%;
}

@media screen and (max-width: 648px) {
  [class*="subcabecera--"] .section-text > div:first-child,
  [class*="subcabecera--"] .section-text > div:nth-child(3) {
    top: -4px;
  }
}

.jg-separator {
  width: 1px;
  height: 2.7em;
  background-color: #808182;
}

@media screen and (max-width: 648px) {
  .jg-separator {
    height: 1.2em;
  }
}

@media screen and (max-width: 589px) {
  .subcabecera--trabaja-con-nosotros {
    padding-top: 0 !important;
  }
  .subcabecera--trabaja-con-nosotros .row {
    padding-top: 16px;
    background-color: #f5f5f5;
  }
  .subcabecera--trabaja-con-nosotros .section-text {
    display: block;
  }
  .subcabecera--trabaja-con-nosotros .section-text .jg-separator {
    display: none;
  }
  .subcabecera--trabaja-con-nosotros .section-text div {
    width: 100%;
    text-align: center;
    position: static !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .subcabecera--trabaja-con-nosotros .section-text div a {
    margin: 0 auto;
  }
}

.subcabecera--mision .section-text {
  max-width: 460px;
}

.subcabecera--multirriesgo .section-text {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 655px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.subcabecera--multirriesgo .section-text > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.subcabecera--multirriesgo .section-text > div.jg-separator {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 4%;
}

.subcabecera--multirriesgo .section-text > div:first-child {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.subcabecera--multirriesgo .section-text > div:nth-child(3) {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.subcabecera--multirriesgo .section-text > div:first-child,
.subcabecera--multirriesgo .section-text > div:nth-child(3) {
  position: initial;
}

@media screen and (max-width: 654px) {
  .subcabecera--multirriesgo .section-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .subcabecera--multirriesgo .section-text .separator-hidden-mobile {
    display: none;
  }
  .subcabecera--multirriesgo .section-text > div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .subcabecera--multirriesgo .section-text > div .jg-separator {
    margin: 0 1em;
    height: 1.2em;
  }
}

@media screen and (max-width: 480px) {
  [class*="subcabecera--"]:not(.subcabecera--multirriesgo)
    .section-text
    > div:first-child {
    -webkit-transform: translate(calc(-100% - 1em));
    -ms-transform: translate(calc(-100% - 1em));
    transform: translate(calc(-100% - 1em));
  }
  [class*="subcabecera--"]:not(.subcabecera--multirriesgo)
    .section-text
    > div:nth-child(3) {
    -webkit-transform: translate(1em);
    -ms-transform: translate(1em);
    transform: translate(1em);
  }
}

.single-subcabecera {
  padding: 1.366em 0;
  background-color: #f5f5f5;
}

@media screen and (max-width: 654px) {
  .single-subcabecera {
    padding: 0.715em 0;
  }
}

.single-subcabecera p {
  margin: 0;
}

.single-subcabecera .section-text {
  text-align: center;
}

#mobile-slide {
  display: block;
}

#desktop-slide {
  display: none;
}

@media screen and (min-width: 480px) {
  #mobile-slide {
    display: none;
  }
  #desktop-slide {
    display: block;
  }
}

.custom.tp-bullets {
  width: 240px;
}

.custom.tp-bullets .tp-bullet {
  width: 70px;
  height: 4px;
  background-color: #fff;
}

@media screen and (max-width: 479px) {
  .custom.tp-bullets .tp-bullet {
    width: 55px;
  }
}

.popup__container {
  position: absolute;
  left: -150vw;
}

.custom.tp-bullets .tp-bullet.selected {
  background-color: #0094d9;
}

.icon-title-text-box .section-text p:first-child {
  height: 7.6rem;
  margin-bottom: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
}

.icon-title-text-box .section-text h2 {
  color: #808182;
  font-size: 2.6rem;
  margin: 1.3em 0 0.8em 0;
}

.icon-title-text-box .section-text h2 + p,
.icon-title-text-box .section-text h2 + p + * {
  margin-bottom: 0;
}

.icon-title-text-box .section-text img {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .icon-title-text-box .section-text p:first-child {
    margin-top: 6rem;
  }
  .section-valores--row-2 {
    margin-top: 0;
  }
}

.footer--jg {
  background-color: #fff;
  padding-bottom: 40px;
  padding-top: 80px;
}

.footer--jg a,
.footer--jg p {
  font-size: 1em;
  line-height: 1.7;
}

.page-id-132 .footer--jg,
.page-id-134 .footer--jg,
.page-id-458 .footer--jg,
.page-id-148 .footer--jg,
.page-id-489 .footer--jg,
.page-id-458 .footer--jg,
.page-id-486 .footer--jg,
.page-id-487 .footer--jg,
.page-id-488 .footer--jg,
.page-id-490 .footer--jg,
.page-id-136 .footer--jg,
.page-id-117 .footer--jg,
.page-id-986 .footer--jg,
.home .footer--jg {
  border-top: 1px solid #e6e6e6;
}

.footer--jg__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
  min-height: 14em;
  padding-left: 0;
  position: relative;
}

.footer--jg__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 30%;
  -webkit-flex: 0 1 30%;
  flex: 0 1 30%;
  color: #0094d9;
}

.footer--jg__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.footer-linkedin-wrap {
  position: relative;
}

@media screen and (min-width: 991px) {
  .footer-linkedin-wrap {
    top: 12px;
  }
}

.footer-icon-linkedin {
  font-size: 15px !important;
}

.footer-icon-linkedin:hover {
  text-decoration: none;
}

.footer-icon-linkedin img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.footer--jg__left figure {
  width: 200px;
}

.footer--jg__right p,
.footer--jg__right a {
  -webkit-box-flex: 1;
  -ms-flex: 1 4 70%;
  -webkit-flex: 1 4 70%;
  flex: 1 4 70%;
  color: #808182;
}

.footer--jg__right p {
  margin-bottom: 0;
}

.footer--jg__right__top {
  font-size: 1.5em;
}

.footer--jg__right__bottom {
  font-size: 1.3em;
}

.footer--jg__left p,
.footer--jg__left a {
  font-family: "Conv_Flama-Basic";
}

.footer--jg__right p,
.footer--jg__right a {
  font-family: "Conv_Flama-Book";
}

.footer--jg__links {
  position: relative;
  padding: 0 0.7em;
  font-family: "Conv_Flama-Basic";
}

.footer--jg__links:not(.last-in-file):after {
  content: "|";
  position: absolute;
  top: -3px;
  right: -5px;
}

.first-in-file {
  padding-left: 0;
}

.footer--jg__right__bottom span:last-child {
  display: inline-block;
}

@media screen and (min-width: 600px) {
  .footer--jg__br {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .hidden-after-mv:after {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .footer--jg {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .footer--jg__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 15px;
  }
  .footer--jg__left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 2em;
  }
  .footer--jg__right,
  .footer--jg__left {
    text-align: center;
  }
  .footer--jg__right p,
  .footer--jg__right a {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .footer--jg__right p {
    margin-bottom: 0;
  }
  .footer--jg__right__top {
    font-size: 1.3em;
    margin-bottom: 2em;
  }
  .footer--jg__right__bottom {
    font-size: 1.1em;
  }
  .footer--jg__links {
    padding: 0 0.7em;
  }
  .footer-linkedin-wrap {
    margin-bottom: 25px;
  }
}

.up-arrow {
  position: fixed;
  bottom: 50px;
  right: 50px; /* width: 35px; height: 35px; background-image: url("./icons/icon_arrow_white.svg"); background-color: $color-blue; background-attachment: scroll; background-repeat: no-repeat; background-size: 12px 19px; background-position: 12px 8px; color: #fff; transform: rotate(-90deg); */
  -webkit-transition: 0.7s linear visibility;
  -o-transition: 0.7s linear visibility;
  transition: 0.7s linear visibility;
  visibility: hidden;
}

@media screen and (max-width: 484px) {
  .up-arrow {
    bottom: 20px;
    right: 20px;
  }
}

.up-arrow--visible {
  visibility: visible;
  -webkit-transition: 0.7s linear visibility;
  -o-transition: 0.7s linear visibility;
  transition: 0.7s linear visibility;
}

@-webkit-keyframes upArrow {
  100% {
    background-position-x: 15px;
  }
}

@keyframes upArrow {
  100% {
    background-position-x: 15px;
  }
}

.widget_rss {
  margin-bottom: 3em;
}

.widget_rss ul {
  width: 300%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-animation: slide-news 20s forwards infinite;
  animation: slide-news 20s forwards infinite;
}

.widget_rss ul li {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.widget_rss ul li > a {
  color: #0094d9;
  font-size: 2.5rem;
  line-height: 1.2;
  display: block;
  max-width: 400px;
  margin: 0 auto 1em auto;
}

@media screen and (max-width: 639px) {
  .widget_rss ul li > a {
    font-size: 2.2rem;
    padding: 0 30px;
  }
}

.widget_rss ul li > a:hover {
  color: #0094d9;
  text-decoration: underline;
}

.widget_rss .rssSummary {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  color: #808182;
  font-size: 1.6rem;
  font-family: "Conv_Flama-Basic";
}

@media screen and (min-width: 640px) {
  .widget_rss .rssSummary {
    font-size: 18px;
  }
}

.feed-asiturfocus-new__button a {
  text-align: left;
  margin: 0 auto;
  background-color: #0094d9;
  margin-bottom: 6rem;
}

.widgettitle {
  margin-top: 0;
  border-bottom: none;
  font-size: 1em;
  letter-spacing: 0px;
}

.widgettitle > .rsswidget:first-child {
  display: none;
}

.widgettitle > .rsswidget:last-child {
  color: #0094d9 !important;
  font-size: 3.2rem;
  text-transform: none;
  font-family: "Conv_Flama-Medium";
}

@media screen and (max-width: 639px) {
  .widgettitle > .rsswidget:last-child {
    font-size: 2.7rem;
  }
}

.widgettitle > .rsswidget:last-child:hover {
  text-decoration: underline;
}

@-webkit-keyframes slide-news {
  0% {
    margin-left: 0;
  }
  30% {
    margin-left: 0;
  }
  35% {
    margin-left: -100%;
  }
  65% {
    margin-left: -100%;
  }
  70% {
    margin-left: -200%;
  }
  100% {
    margin-left: -200%;
  }
}

@keyframes slide-news {
  0% {
    margin-left: 0;
  }
  30% {
    margin-left: 0;
  }
  35% {
    margin-left: -100%;
  }
  65% {
    margin-left: -100%;
  }
  70% {
    margin-left: -200%;
  }
  100% {
    margin-left: -200%;
  }
}

/*================ TABLES ==================*/
.table--jg {
  width: 100%;
}

.table--jg,
.table--jg tbody,
.table--jg tfoot,
.table--jg thead,
.table--jg tr,
.table--jg td {
  border: none;
}

.table--jg tr {
  border-bottom: 1px solid #eaeaea;
}

.table--jg td,
.table--jg th {
  text-align: center;
  vertical-align: center;
  text-transform: none;
  letter-spacing: 0;
  font-family: "Conv_Flama-Basic";
}

.table--jg td {
  color: #808182;
}

.table--jg thead th,
.table--jg tfoot td {
  color: #0094d9;
}

/*============= FORMS =============*/
.custom-form__row .wpcf7-form {
  max-width: 650px;
  margin: 0 auto;
}

.custom-form__row .wpcf7-form input,
.custom-form__row .wpcf7-form textarea,
.custom-form__row .wpcf7-form select {
  border: none !important;
  background-color: #f5f5f5;
  text-transform: none !important;
  font-family: "Conv_Flama-Basic";
  color: #808182 !important;
  font-size: 16px !important;
}

@media screen and (min-width: 640px) {
  .custom-form__row .wpcf7-form input,
  .custom-form__row .wpcf7-form textarea,
  .custom-form__row .wpcf7-form select {
    font-size: 18px !important;
    line-height: 1.6em !important;
  }
}

.custom-form__row .wpcf7-form input:focus,
.custom-form__row .wpcf7-form textarea:focus,
.custom-form__row .wpcf7-form select:focus {
  border-color: #0094d9 !important;
}

.custom-form__row .wpcf7-form input[type="text"].wpcf7-form-control,
.custom-form__row .wpcf7-form input[type="email"].wpcf7-form-control,
.custom-form__row .wpcf7-form input.wpcf7-form-control,
.custom-form__row .wpcf7-form select {
  height: 45px;
  padding-left: 36px;
  padding-right: 30px;
}

.custom-form__row .wpcf7-form input[type="submit"] {
  width: 80%;
  background-color: #0094d9;
  color: #fff !important;
  text-align: center;
  border-radius: 12px;
}

.custom-form__row .wpcf7-form p {
  margin-bottom: 7px;
  min-height: 55px;
}

.custom-form__row .wpcf7-form textarea {
  padding-left: 36px;
  padding-right: 30px;
}

@media screen and (min-width: 450px) {
  .custom-form__row .wpcf7-form textarea {
    height: 150px !important;
  }
}

.custom-form__row .submit-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding-top: 30px;
}

.custom-form__row .submit-wrap > span {
  position: absolute;
  top: 0;
  left: 0;
}

.custom-form__row .fileinput__container {
  width: 0.1px;
  height: 0.1px !important;
  opacity: 0;
  overflow: hidden;
  position: absolute !important;
  z-index: -1;
}

.custom-form__row .inputfile {
  width: 0.1px;
  height: 0.1px !important;
  opacity: 0;
  overflow: hidden;
}

.custom-form__row .input-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: normal;
  background-color: #f5f5f5;
  height: 45px;
  padding: 0 30px 0 36px;
  cursor: pointer;
}

@media screen and (max-width: 499px) {
  .custom-form__row .input-label .label-left {
    position: relative;
    padding-right: 40px;
  }
  .custom-form__row .input-label .label-left:after {
    content: "";
    width: 20px;
    height: 100%;
    position: absolute;
    right: 0;
    background: url("./icons/clip_icon.svg") center center/20px no-repeat scroll;
  }
}

.custom-form__row .input-label .label-right {
  position: relative;
  padding-right: 40px;
}

@media screen and (max-width: 499px) {
  .custom-form__row .input-label .label-right {
    display: none;
  }
}

.custom-form__row .input-label .label-right:after {
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  right: 0;
  background: url("./icons/clip_icon.svg") center center/20px no-repeat scroll;
}

.custom-form__row .acepto .wpcf7-form-control {
  border: none;
  text-align: left;
  padding-top: 20px;
  padding-left: 0;
  position: relative;
}

.custom-form__row .acepto .wpcf7-form-control .wpcf7-list-item {
  margin: 0;
}

.custom-form__row .acepto .wpcf7-form-control a {
  font-size: 14px;
}

.custom-form__row .acepto .wpcf7-form-control .label-text {
  position: relative;
  top: -10px;
}

.custom-form__row .acepto .wpcf7-form-control .label-acepto {
  width: 18px;
  height: 18px;
  margin-right: 15px;
  background-color: #f5f5f5;
}

@media screen and (max-width: 479px) {
  .custom-form__row .acepto .wpcf7-form-control .label-acepto {
    position: relative;
    top: -8px;
    width: 30px;
    height: 30px;
  }
}

.custom-form__row .acepto .wpcf7-form-control input {
  position: absolute;
  top: 0;
  left: -9999px;
  visibility: hidden;
}

@media screen and (max-width: 479px) {
  .custom-form__row .acepto input[name="acepto"] + span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.custom-form__row input:checked + span .label-acepto {
  position: relative;
}

.custom-form__row input:checked + span .label-acepto:before {
  content: "";
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  background: #0094d9;
}

.custom-form__row .form-answer {
  padding-left: 36px;
  padding-bottom: 1em;
}

.custom-form__row .checkbox-zone input:not([name="otras-actividades"]) {
  position: absolute;
  top: 0;
  left: -9999px;
  visibility: hidden;
}

.custom-form__row .checkbox-zone input[name="otras-actividades"] {
  width: 140px;
  height: 30px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  position: relative;
  top: -6px;
}

.custom-form__row .checkbox-zone span.wpcf7-list-item {
  margin: 0;
}

.custom-form__row .unique-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
}

.custom-form__row .label-pretty {
  width: 18px;
  height: 18px;
  margin-right: 15px;
  background-color: #f5f5f5;
}

.custom-form__row .form-answer--indent-2,
.custom-form__row .checkbox-group {
  padding-left: 70px;
}

.custom-form__row .checkbox-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 990px) {
  .custom-form__row .checkbox-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.custom-form__row .checkbox-group .label-pretty {
  -webkit-flex-basis: 23px;
  -ms-flex-preferred-size: 23px;
  flex-basis: 23px;
}

.custom-form__row .checkbox-group_left {
  -webkit-flex-basis: 280px;
  -ms-flex-preferred-size: 280px;
  flex-basis: 280px;
  padding-right: 60px;
}

.custom-form__row .main-checkbox,
.custom-form__row .asistencia-carretera-wrap {
  padding-left: 37px;
}

.custom-form__row .main-checkbox .wpcf7-list-item-label,
.custom-form__row .asistencia-carretera-wrap .wpcf7-list-item-label {
  font-size: 16px !important;
}

@media screen and (min-width: 640px) {
  .custom-form__row .main-checkbox .wpcf7-list-item-label,
  .custom-form__row .asistencia-carretera-wrap .wpcf7-list-item-label {
    font-size: 18px !important;
    line-height: 1.6em !important;
  }
}

.custom-form__row .main-checkbox .wpcf7-form-control-wrap,
.custom-form__row .asistencia-carretera-wrap .wpcf7-form-control-wrap {
  position: relative;
  top: -6px;
}

.custom-form__row .asistencia-carretera-wrap {
  margin-top: 20px;
}

.custom-form__row .checked {
  position: relative;
}

.custom-form__row .checked:after {
  content: "";
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  background-color: #0094d9;
}

.custom-form__row span.wpcf7-not-valid-tip {
  left: unset;
  right: 15%;
}

.custom-form__row div.wpcf7-validation-errors,
.custom-form__row div.wpcf7-acceptance-missing {
  border-color: red;
  color: red;
}

.popup-wraper {
  position: fixed;
  width: 100%;
  top: 150px;
}

.popupIE {
  position: relative;
  padding-top: 100px;
  width: 1000px;
  height: 620px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.75);
}

.popupIE__img {
  text-align: center;
}

.popupIE__img img {
  width: 207px;
  height: 64px;
}

.popupIE__links {
  padding: 100px 70px;
}

.popupIE__links__link {
  width: 265px;
  background-color: #0094d9;
  color: #fff;
  float: left;
  margin: 0 10px;
  padding-top: 40px;
  padding-bottom: 30px;
}

.popupIE__links__link h1 {
  text-align: center;
  font-size: 25px;
  color: #fff;
}

.popupIE__links__link a {
  display: block;
  position: relative;
  width: 170px;
  font-size: 13px;
  height: 40px;
  color: #fff;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 60px;
  border: 1px solid #fff;
  font-size: 16px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 60px;
}

.popupIE__links__link a img {
  position: absolute;
  top: 11px;
  right: 10px;
  width: 15px;
  height: 16px;
}

.popupIE__close {
  position: absolute;
  right: 40px;
  top: 40px;
}

.title-special-size {
  font-size: 23px;
}

@media screen and (max-width: 479px) {
  .title-special-size {
    font-size: 20px;
  }
}

.main-section {
  margin-top: calc(42px + 95px) !important;
}

.background-blue {
  background-color: #0094d9;
}

.bg--blue,
.context-bg--blue {
  color: white;
}

.bg--blue .row,
.context-bg--blue .row {
  background-color: #0094d9;
}

.bg--blue h1,
.context-bg--blue h1,
.bg--blue h2,
.context-bg--blue h2,
.bg--blue p,
.context-bg--blue p,
.bg--blue li,
.context-bg--blue li,
.bg--blue div,
.context-bg--blue div {
  color: inherit;
}

.blue {
  color: #0094d9 !important;
}

.bg-grey {
  background-color: #f5f5f5;
}

.context-bg--blue {
  background-color: #0094d9;
}

.border-grey {
  border: 1px solid #e6e6e6;
}

h2.subtitle {
  color: #0094d9;
  margin-bottom: 0.4em;
  line-height: 1.2;
}

.color-grey.color-grey {
  color: #808182;
}

.img-remove-bottom-space * {
  display: block;
  height: 100% !important;
}

.empty-banner .vc_single_image-wrapper {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.empty-banner img {
  min-height: 200px;
  max-width: none !important;
  width: auto;
}

.center {
  margin-right: auto;
  margin-left: auto;
}

.color__text--blue * {
  color: #0094d9;
}

.zoom-img-mobile {
  width: auto !important;
  height: 260px !important;
  max-width: none !important;
}

.center-object {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 990px) {
  .center-title-list .section-text {
    text-align: center;
  }
  .center-title-list li {
    list-style: none;
  }
}

@media screen and (max-width: 989px) {
  .center-mobile--cabecera .wpb_column {
    margin-left: auto !important;
    margin-right: auto;
    text-align: center;
  }
  .gutter-v--list li:not(:last-child) {
    margin-bottom: 0.5em;
  }
}

@media screen and (min-width: 1200px) {
  margin-top: calc(45px + 95px) !important;
}

.fadeIn {
  visibility: visible !important;
  -webkit-transition: 0.5s 1s linear visibility;
  -o-transition: 0.5s 1s linear visibility;
  transition: 0.5s 1s linear visibility;
}

/* Section 1 */
@media screen and (max-width: 648px) {
  .acerca-asitur + section .vc_single_image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .acerca-asitur + section img {
    width: auto !important;
    height: 260px !important;
    max-width: none !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}

@media screen and (min-width: 991px) and (max-width: 1362px) {
  #home-acerca .section-text {
    padding-left: 0;
    padding-right: 0;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }
}

.boxes--custom__img--custom-padding {
  margin-top: 16px;
}

/* Section 2: Last news; */
/* Wrap news */
#asitur-mobile-section-bug + section {
  background: url("./img/bg-diff.jpg") center bottom/cover no-repeat scroll;
  margin-top: 6rem;
}

.section__image {
  text-align: center;
  background-color: #e6e6e6;
  padding-top: 50px;
  padding-bottom: 25px;
}

.last-news {
  position: relative;
  text-align: center;
}

.last-news,
.last-news * {
  background-color: #fff;
}

.last-news .wpb_posts_slider_heading,
.last-news .wpb_content_element {
  margin: 0;
}

.last-news .wpb_posts_slider_heading {
  font-size: 32px;
}

.last-news .flex-caption {
  margin-bottom: 0;
  background-color: transparent;
}

.last-news .wpb_gallery_slides {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.last-news .wpb_posts_slider .flex-caption,
.last-news .wpb_posts_slider .nivo-caption {
  background-color: transparent;
}

.last-news .wpb_posts_slider_heading,
.last-news .post-title > a {
  color: #0094d9;
}

.last-news .post-title {
  font-size: 1.3em;
  margin-bottom: 0.8em;
  max-width: 286px;
  margin-left: auto;
  margin-right: auto;
}

.last-news .post-title > a:hover {
  text-decoration: none;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-transition: 1s ease transform;
  -o-transition: 1s ease transform;
  transition: 1s ease transform;
}

.last-news .link_image > img {
  display: none !important;
}

.last-news .wpb_posts_slider {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.last-news .flex-control-paging,
.last-news .flex-prev,
.last-news .flex-next {
  display: none;
}

.arrow__container--jg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  max-width: 1170px;
  margin: 0 auto 30px auto;
}

@media screen and (max-width: 1458px) and (min-width: 991px) {
  #home-acerca .wpb_column:first-child img {
    max-width: none !important;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (min-width: 990px) and (max-width: 1199px) {
  #asitur-mobile-section-bug .wpb_column:not(:first-child) h1 {
    margin-bottom: 2em;
  }
}

@media screen and (max-width: 990px) {
  .last-news .flexslider {
    margin-bottom: 10px;
  }
  .arrow__container--jg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.arrow__wrap--jg {
  width: 80px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.arrow__left--jg,
.arrow__right--jg {
  display: block;
  width: 35px;
  height: 35px;
  background: #0094d9;
  position: relative;
  background-image: url("./icons/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: 12px 19px;
  background-attachment: scroll;
  background-position: center;
  background-color: #0094d9;
}

.arrow__left--jg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* Section 3 */
.text-white-big {
  color: white;
  font-size: 2em;
  font-family: "Conv_Flama-Book";
  margin-bottom: 0.8em;
  line-height: 1.2em;
}

@media screen and (max-width: 480px) {
  .text-white-big {
    font-size: 1.5em;
  }
}

/* Section 4 */
.column-center--jg .button-plus--jg {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.column-center--jg .section-text p:last-child {
  margin-bottom: 0;
  margin-top: 3em;
}

/* Section 5 */
#asitur-focus-section {
  background-position: bottom;
  padding-left: 30px;
  padding-right: 30px;
}

#asitur-focus-section figure {
  margin-bottom: 2em;
}

#asitur-focus-section img {
  height: 70px;
  width: 471px;
}

#asitur-focus-section p {
  margin-bottom: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Section 6 Lunas */
#lunas-container {
  background-color: #e6e6e6;
}

#search-from-wordpress {
  display: none;
}

/*= QUIENES SOMOS =*/
.valor-asistencia .title__bar--2-lines:before {
  top: 1.7em;
}

@media screen and (max-width: 325px) {
  .valor-asistencia .title__bar--2-lines:before {
    top: 3em;
  }
}

@media screen and (min-width: 991px) and (max-width: 1627px) {
  .valor-asistencia .wpb_column:nth-child(2) img {
    width: auto !important;
    max-width: none !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}

@media screen and (min-width: 1205px) and (max-width: 1627px) {
  .valor-asistencia .wpb_column:nth-child(2) img {
    height: 600px !important;
  }
}

@media screen and (min-width: 1022px) and (max-width: 1203px) {
  .valor-asistencia .wpb_column:nth-child(2) img {
    height: 584px !important;
  }
}

@media screen and (min-width: 991px) and (max-width: 1020px) {
  .valor-asistencia .wpb_column:nth-child(2) img {
    height: 612px !important;
  }
}

@media screen and (min-width: 991px) {
  .valor-asistencia + section .wpb_column:nth-child(2) p:first-child {
    margin-top: 36px;
  }
  .valor-asistencia + section .wpb_column:first-child {
    background-color: #f5f5f5;
  }
}

/*Vídeo*/
.asitur-video {
  position: relative;
  top: 2px;
  margin: 0;
}

.asitur-video .section-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 388px;
}

.asitur-video__link {
  margin-bottom: 1em;
  max-width: 140px;
}

.asitur-video__text {
  color: #fff;
  font-size: 35px;
  margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .asitur-video .section-text {
    height: 340px;
  }
}

@media screen and (max-width: 990px) {
  .asitur-video .section-text {
    height: 280px;
  }
  .asitur-video__link {
    max-width: 100px;
  }
  .asitur-video__text {
    font-size: 29px;
  }
}

@media screen and (max-width: 479px) {
  .asitur-video .section-text {
    height: 220px;
  }
  .asitur-video__link {
    max-width: 85px;
  }
  .asitur-video__text {
    font-size: 24px;
  }
}

.YouTubePopUp-Content {
  max-width: 889px;
}

.calidad-innovacion__img-column {
  padding-right: 30px;
  padding-left: 30px;
}

.calidad-innovacion__img-column .section-text {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
  .gestion-siniestros__img-column img {
    width: auto !important;
    max-width: none !important;
    height: 375px !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}

@media screen and (min-width: 991px) and (max-width: 1125px) {
  .formacion-continua___img-column img {
    width: auto !important;
    max-width: none !important;
    height: 289px !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}

#bug-qs-cifras + section,
.qs-cifras {
  background-color: #0094d9 !important;
  color: #fff;
}

#bug-qs-cifras + section *,
.qs-cifras * {
  color: inherit;
}

#bug-qs-cifras + section .pb-70,
.qs-cifras .pb-70 {
  padding-bottom: 30px;
}

@media screen and (max-width: 990px) {
  .qs-cifras {
    padding-bottom: 1em;
  }
}

@media screen and (max-width: 990px) {
  .qs-cifras__row .section-text {
    margin-top: 2em;
  }
}

.qs-cifras__row__img {
  max-width: 48px;
}

.qs-cifras__row h1 {
  font-size: 5rem;
  margin-bottom: 0.2em;
}

@media screen and (max-width: 990px) {
  .qs-cifras__row h1 {
    font-size: 2em;
  }
}

.qs-cifras__row p {
  font-size: 1.5em;
  line-height: 1.3;
}

@media screen and (max-width: 990px) {
  .qs-cifras__row p {
    font-size: 1.2em;
  }
}

.icon--people {
  width: 81px;
  margin-bottom: 1em;
}

@media screen and (min-width: 990px) {
  .box-custom-border-right {
    position: relative;
  }
  .box-custom-border-right::after {
    content: "";
    width: 2px;
    height: 80%;
    position: absolute;
    top: 2.1em;
    right: -1px;
    background-color: #fff;
  }
}

/* - VALORES - */
.mision-vision .wpb_column:nth-child(2) {
  margin-top: 3em;
}

.section-valores-img-fw {
  padding-top: 12.2vw;
}

.text-over-img {
  width: 100%;
}

@media screen and (max-width: 639px) {
  .text-over-img .title__icon {
    width: 45px;
  }
}

.text-over-img .skeleton-jg--one-colum-fw {
  padding-left: 30px;
}

.text-over-img .skeleton-jg--one-colum-fw h1 {
  color: white;
}

@media screen and (max-width: 990px) {
  .empleados-text .section-text {
    padding-top: 2em;
  }
}

.section-image-compose p,
.section-image-compose .vc_single_image-wrapper {
  overflow: hidden;
}

.section-image-compose p:hover > img,
.section-image-compose .vc_single_image-wrapper:hover > img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.5s linear transform;
  -o-transition: 0.5s linear transform;
  transition: 0.5s linear transform;
}

.equipo-directivo-banner {
  padding-top: 33%;
}

@media screen and (min-width: 1920px) {
  .equipo-directivo-banner {
    background-position-y: top;
  }
}

@media screen and (min-width: 510px) and (max-width: 990px) {
  .equipo-directivo-banner {
    height: 200px;
  }
}

@media screen and (max-width: 508px) {
  .equipo-directivo-banner {
    height: 150px;
  }
}

.equipo-directivo-banner--moreheight {
  padding-top: 40%;
}

@media screen and (min-width: 2000px) {
  .equipo-directivo-banner--moreheight {
    padding-top: 53%;
  }
}

@media screen and (min-width: 3000px) {
  .equipo-directivo-banner--moreheight {
    padding-top: 60%;
  }
}

@media screen and (max-width: 990px) {
  .equipo-directivo-banner--moreheight {
    height: 323px;
  }
}

@media screen and (max-width: 557px) {
  .equipo-directivo-banner--moreheight {
    height: 255px;
  }
}

@media screen and (max-width: 508px) {
  .equipo-directivo-banner--moreheight {
    height: 255px;
  }
}

@media screen and (max-width: 449px) {
  .equipo-directivo-banner--moreheight {
    height: 240px;
  }
}

@media screen and (max-width: 405px) {
  .equipo-directivo-banner--moreheight {
    height: 212px;
  }
}

@media screen and (max-width: 359px) {
  .equipo-directivo-banner--moreheight {
    height: 180px;
  }
}

@media screen and (min-width: 991px) and (max-width: 1417px) {
  .empleados-column__img img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: auto !important;
    max-width: none !important;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1417px) {
  .empleados-column__img img {
    height: 362px !important;
  }
}

@media screen and (min-width: 1022px) and (max-width: 1199px) {
  .empleados-column__img img {
    height: 405px !important;
  }
}

.img-collage > .section-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.img-collage > .section-text p {
  margin: 0;
}

.img-collage > .section-text p:first-child {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.img-collage > .section-text p:nth-child(2),
.img-collage > .section-text p:nth-child(3) {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.max-width-text .section-text p {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.jg-team-section .team-item-image {
  max-width: 26rem;
  margin: 0 auto;
}

.jg-team-section .team-item-image:hover {
  cursor: pointer;
}

.jg-team-section .team-item:hover .team-item-image-style2::after {
  background: #0094d9 url("./icons/white-linkedin-64.png") center/64px no-repeat
    scroll;
  opacity: 0.9;
}

.jg-team-section .team-item-detail p,
.jg-team-section .team-item-detail h4 {
  display: none;
}

.jg-team-section .team-item-name {
  font-size: 2.6rem;
  font-family: "Conv_Flama-medium";
  color: #0094d9;
}

.jg-team-section .team-item-role {
  margin-bottom: 5px;
  color: #808182;
}

.jg-team-section .team-item__linkedin {
  color: #0094d9;
  font-size: 12px;
}

.jg-team-section .team-social-links {
  display: none;
}

@media screen and (min-width: 991px) {
  .jg-team-section-one {
    margin-bottom: 3rem;
  }
}

.google-maps-link--js a {
  display: inline-block;
  position: relative;
  color: #0094d9;
  padding-bottom: 3px;
}

.google-maps-link--js a::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #0094d9;
  -webkit-animation: width 0.5s;
  animation: width 0.5s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.google-maps-link--js a:hover {
  text-decoration: none;
}

.google-maps-link--js a:hover::before {
  width: 100%;
}

.google-maps-link--js img {
  margin-right: 0;
}

.context-bg--blue .google-maps-link--js a {
  color: #fff;
}

.context-bg--blue .google-maps-link--js a:before {
  background-color: #fff;
}

.context-bg--blue .google-maps-link--js a:hover {
  color: #fff;
}

.sedes {
  display: table;
  width: 100%;
}

.sedes__row {
  display: table-row;
}

.sedes__sede {
  display: table-cell;
}

.sedes__sede:last-child {
  padding-left: 20px;
}

.sedes__sede h2 {
  color: #0094d9;
  font-size: 22px;
  margin-bottom: 0.1em;
}

.sedes__sede p {
  font-size: 16px;
  line-height: 1.3em;
  margin-bottom: 0;
}

@media screen and (max-width: 990px) {
  .sedes__sede p {
    margin-bottom: 25px !important;
  }
}

@media screen and (max-width: 551px) {
  .overview-modelo-gestion .vc_single_image-wrapper,
  .overview-multirriesgo .vc_single_image-wrapper,
  .overview-carretera .vc_single_image-wrapper,
  .gestion-siniestros .vc_single_image-wrapper,
  .multirriesgo-experiencia .vc_single_image-wrapper,
  .formacion-continua .vc_single_image-wrapper,
  .atencion-personalizada .vc_single_image-wrapper,
  .resize-img-height-text .vc_single_image-wrapper {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .overview-modelo-gestion .vc_single_image-wrapper img,
  .overview-multirriesgo .vc_single_image-wrapper img,
  .overview-carretera .vc_single_image-wrapper img,
  .gestion-siniestros .vc_single_image-wrapper img,
  .multirriesgo-experiencia .vc_single_image-wrapper img,
  .formacion-continua .vc_single_image-wrapper img,
  .atencion-personalizada .vc_single_image-wrapper img,
  .resize-img-height-text .vc_single_image-wrapper img {
    width: auto !important;
    height: 280px !important;
    max-width: none !important;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.icon-over-img {
  position: relative;
}

.icon-over-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.icon-over-img.gestion::after {
  background-image: url("./icons/modelogestion_icon_01.svg");
}

.icon-over-img.multirriesgo::after {
  background-image: url("./icons/multirriesgo_icon_01.svg");
}

.icon-over-img.gestion::after,
.icon-over-img.multirriesgo::after {
  background-size: 142px 143px;
}

@media screen and (max-width: 639px) {
  .icon-over-img.gestion::after,
  .icon-over-img.multirriesgo::after {
    background-size: calc(0.6 * 142px) calc(0.6 * 143px);
  }
}

@media screen and (max-width: 479px) {
  .icon-over-img.gestion::after,
  .icon-over-img.multirriesgo::after {
    background-size: calc(0.45 * 142px) calc(0.45 * 143px);
  }
}

.icon-over-img.carretera::after {
  background-image: url("./icons/carretera_icon_01.svg");
  background-size: 198px 93px;
}

@media screen and (max-width: 639px) {
  .icon-over-img.carretera::after {
    background-size: calc(0.45 * 198px) calc(0.45 * 93px);
  }
}

@media screen and (max-width: 479px) {
  .icon-over-img.carretera::after {
    background-size: calc(0.45 * 198px) calc(0.45 * 93px);
  }
}

@media screen and (min-width: 991px) {
  .multirriesgo + div .section-text {
    margin-left: 8em;
  }
}

@media screen and (max-width: 991px) {
  .page-id-13 .section-text {
    text-align: center;
  }
  .page-id-13 .jg-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page-id-13 .button-plus--jg {
    margin-left: auto;
    margin-right: auto;
  }
  .page-id-13 .cabecera .section-text {
    text-align: left;
  }
}

.rsc-accion-social__img-row .wpb_wrapper,
.rsc-medioambiente__img-row .wpb_wrapper {
  overflow: hidden;
}

.rsc-accion-social__img-row .vc_single_image-wrapper,
.rsc-medioambiente__img-row .vc_single_image-wrapper {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rsc-accion-social__img-row .vc_single_image-wrapper img,
.rsc-medioambiente__img-row .vc_single_image-wrapper img {
  max-width: 1200px;
}

@media screen and (max-width: 1699px) {
  .rsc-accion-social__img-row img,
  .rsc-medioambiente__img-row img {
    width: auto !important;
    max-width: none !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}

@media screen and (min-width: 1204px) and (max-width: 1699px) {
  .rsc-accion-social__img-row img,
  .rsc-medioambiente__img-row img {
    height: 432px !important;
  }
}

@media screen and (min-width: 991px) and (max-width: 1202px) {
  .rsc-accion-social__img-row img,
  .rsc-medioambiente__img-row img {
    height: 521px !important;
  }
}

@media screen and (min-width: 698px) and (max-width: 741px) {
  .rsc-accion-social__img-row img,
  .rsc-medioambiente__img-row img {
    height: 375px !important;
  }
}

@media screen and (max-width: 990px) {
  .rsc-accion-social__img-row img,
  .rsc-medioambiente__img-row img {
    min-height: 280px !important;
  }
}

@media screen and (max-width: 479px) {
  .rsc-accion-social__img-row img,
  .rsc-medioambiente__img-row img {
    max-width: 600px !important;
  }
}

@media screen and (min-width: 991px) {
  .rsc-download-section .row {
    max-width: 900px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 990px) {
  .rsc-descarga__row h3 {
    text-align: center;
  }
}

.nuestro-modelo-gestion .wpb_column:first-child .section-text p:nth-child(3) {
  margin-bottom: 1em;
}

.nuestro-modelo-gestion .wpb_column:first-child .section-text p:nth-child(4) {
  margin-bottom: 60px;
}

@media screen and (max-width: 990px) {
  .servicios-multirriesgo {
    padding-bottom: 0;
  }
}

/*.gestion-siniestros{  @include to($break-m){  h2{ text-align: center; margin-bottom: 1.2em; br{ display: none; } .text &.subtitle { @include to($break-m){ margin-top: 1em; }} } ul{ text-align: center; padding-left: 0; li{ list-style: none; } } } }*/
.valor-anadido h1 {
  text-align: center;
}

@media screen and (max-width: 990px) {
  .valor-anadido {
    padding-bottom: 0em;
  }
  .valor-anadido h1 {
    text-align: left;
  }
}

.valor-anadido-list > .row {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.valor-anadido-list .wpb_column:nth-child(2) .section-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
}

@media screen and (max-width: 990px) {
  .valor-anadido-list .wpb_column:first-child {
    margin: 2em 0 1em 0;
  }
}

@media screen and (max-width: 990px) {
  .valor-anadido-list .wpb_column:first-child {
    margin: 2em 0 0 0;
  }
  .valor-anadido-list .wpb_column:nth-child(2) .section-text {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}

.servicio-valor-anadido-banner {
  padding-top: 20%;
}

@media screen and (max-width: 990px) {
  .servicio-valor-anadido-banner {
    height: 180px;
  }
}

.perfil-asitur img {
  max-width: 700px;
}

.tramitacion {
  padding-bottom: 5.5rem;
}

@media screen and (max-width: 990px) {
  .plataforma .wpb_column:first-child {
    padding-bottom: 1em;
  }
}

.plataforma .section-text {
  padding: 5.5rem;
  background-color: #f5f5f5;
  height: 100%;
}

@media screen and (max-width: 318px) {
  .atencion-personalizada .title__bar--2::before {
    top: 3em;
  }
}

@media screen and (max-width: 990px) {
  .atencion-personalizada .jg-container {
    width: 100%;
  }
  .atencion-personalizada .jg-container .section-text {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 689px) {
  .perfil-asitur .section-text p:not(:last-child) {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .map-delegaciones .title__bar--white::before {
    top: 5.5em;
  }
}

@media screen and (max-width: 990px) {
  .map-delegaciones .title__bar--white {
    text-align: center;
  }
  .map-delegaciones .title__bar--white::before {
    display: none;
  }
}

.siniestro-hogar__img-row .wpb_wrapper {
  overflow: hidden;
}

.siniestro-hogar__img-row .vc_single_image-wrapper {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.siniestro-hogar__img-row img {
  width: auto !important;
  max-width: none !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.siniestro-hogar__img-row img {
  height: 100% !important;
  -o-object-position: right center;
  object-position: right center;
}

@media screen and (min-width: 991px) {
  .siniestro-hogar__img-row img {
    -webkit-transform: translate(calc());
    -ms-transform: translate(calc());
    transform: translate(calc());
  }
}

@media screen and (max-width: 990px) {
  .siniestro-hogar__img-row img {
    width: 100% !important;
  }
}

@media screen and (max-width: 691px) {
  .siniestro-hogar__img-row img {
    width: auto !important;
    height: 362px !important;
  }
}

@media screen and (max-width: 669px) {
  .siniestro-hogar__img-row img {
    -webkit-transform: translateX(-38px);
    -ms-transform: translateX(-38px);
    transform: translateX(-38px);
  }
}

@media screen and (max-width: 537px) {
  .siniestro-hogar__img-row img {
    -webkit-transform: translateX(-170px);
    -ms-transform: translateX(-170px);
    transform: translateX(-170px);
  }
}

@media screen and (max-width: 403px) {
  .siniestro-hogar__img-row img {
    -webkit-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    transform: translateX(-240px);
  }
}

.conectividad .wpb_column:first-child > .section-text,
.conectividad .wpb_column:nth-child(3) > .section-text {
  position: relative;
  padding-bottom: 1em;
}

.conectividad .wpb_column:first-child > .section-text:nth-child(2),
.conectividad .wpb_column:nth-child(3) > .section-text:nth-child(2) {
  margin-top: 2em;
}

@media screen and (max-width: 990px) {
  .conectividad .wpb_column:first-child > .section-text:nth-child(2),
  .conectividad .wpb_column:nth-child(3) > .section-text:nth-child(2) {
    margin-bottom: 2em;
  }
}

.conectividad .wpb_column:first-child > .section-text::after,
.conectividad .wpb_column:nth-child(3) > .section-text::after {
  content: "";
  width: 4.5em;
  height: 3px;
  background-color: #0094d9;
  position: absolute;
  left: 15px;
  bottom: 0;
}

.canales-comunicacion__img-column figure {
  max-width: 650px;
  margin: 0 auto;
}

.canales-comunicacion__img-column img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1200px) {
  .delegaciones .title__bar--4::before {
    top: 8em;
  }
}

@media screen and (max-width: 991px) {
  .sistema-gestion .wpb_column:nth-child(2) .section-text {
    padding-top: 1em;
  }
  .delegaciones .title__bar--4::before {
    top: 4.3em;
  }
  .conectividad .wpb_column:first-child > .section-text,
  .conectividad .wpb_column:nth-child(3) > .section-text {
    text-align: center;
  }
  .conectividad .wpb_column:first-child > .section-text::after,
  .conectividad .wpb_column:nth-child(3) > .section-text::after {
    left: 50%;
    -webkit-transform: translateX(-2.25em);
    -ms-transform: translateX(-2.25em);
    transform: translateX(-2.25em);
  }
}

@media screen and (max-width: 692px) {
  .delegaciones .title__bar--4::before {
    top: 5.5em;
  }
}

@media screen and (max-width: 511px) {
  .delegaciones .title__bar--4::before {
    top: 6.5em;
  }
}

@media screen and (max-width: 460px) {
  .delegaciones .title__bar--4::before {
    top: 8em;
  }
}

@media screen and (max-width: 402px) {
  .delegaciones .title__bar--4 {
    font-size: 22px;
    text-align: center;
    margin: 44px 0;
  }
  .delegaciones .title__bar--4::before {
    display: none;
  }
}

/* Gestion siniestros */
@media screen and (max-width: 449px) {
  .gestion-carreteras-text .hidden-s {
    display: none;
  }
}

@media screen and (min-width: 450px) {
  .gestion-carreteras-text .hidden-g {
    display: none;
  }
}

/**/
@media screen and (min-width: 991px) {
  .spain-map-servicios-carreteras__row div,
  .spain-map-servicios-carreteras__row figure {
    height: 100%;
  }
  .spain-map-servicios-carreteras__row .vc_single_image-wrapper {
    background-color: #f5f5f5;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

/**/
.diferentes_row--1,
.diferentes_row--2,
.diferentes_row--3 {
  background-color: #0094d9;
}

.diferentes_row--1 h2,
.diferentes_row--1 p,
.diferentes_row--2 h2,
.diferentes_row--2 p,
.diferentes_row--3 h2,
.diferentes_row--3 p {
  color: #fff;
}

.diferentes_row--1 h2,
.diferentes_row--2 h2,
.diferentes_row--3 h2 {
  font-size: 25px;
  line-height: 1.2;
}

.diferentes_row--1 .section-text,
.diferentes_row--2 .section-text,
.diferentes_row--3 .section-text {
  padding-bottom: 3em;
}

@media screen and (max-width: 990px) {
  .diferentes_row--1 .section-text,
  .diferentes_row--2 .section-text,
  .diferentes_row--3 .section-text {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

.diferentes_row--2 figure {
  display: block;
  height: 85px;
}

.diferentes_row--3 figure {
  display: block;
  height: 74px;
}

.diferentes_row--3 .wpb_column:last-child .section-text {
  padding-bottom: 0em;
}

/* 7delegaciones */
@media screen and (max-width: 990px) {
  .delegacion__column {
    max-width: calc(1170px / 2);
  }
}

.delegacion__column .cities {
  max-width: 400px;
}

/* Potenciamos.. Text*/
.potenciamos-reparacion .section-text {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 990px) {
  .potenciamos-reparacion .section-text {
    margin-bottom: 2em;
  }
}

@media screen and (max-width: 990px) {
  .siniestros-viaje__column .title__bar--white-2::before {
    top: 2em;
  }
}

@media screen and (max-width: 571px) {
  .siniestros-viaje__column .title__bar--white-2::before {
    top: 3.4em;
  }
}

@media screen and (max-width: 325px) {
  .siniestros-viaje__column .title__bar--white-2::before {
    top: 4.4em;
  }
}

.title-icon-subtitle-text h2 {
  color: #0094d9;
  font-size: 20px;
  margin-bottom: 0.6em;
}

.interesado-trabajar__row .subtitle {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

@media screen and (min-width: 991px) and (max-width: 1125px) {
  .vocacion-servicio___img-column img {
    width: auto !important;
    max-width: none !important;
    height: 289px !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}

@media screen and (max-width: 767px) {
  .trabaja-con-nosotros-banner.trabaja-con-nosotros-banner.trabaja-con-nosotros-banner {
    background-size: contain !important;
    background-position: top;
  }
}

@media screen and (max-width: 990px) {
  .trabaja-con-nosotros-banner.trabaja-con-nosotros-banner.trabaja-con-nosotros-banner
    + section {
    padding-top: 0 !important;
  }
}

.contacta-asitur-section-columns .wpb_column {
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
}

@media screen and (min-width: 991px) {
  .contacta-asitur-section-columns .wpb_column {
    width: calc(33.33333333% - 20px);
    padding: 0;
  }
  .contacta-asitur-section-columns .wpb_column:first-child {
    margin: 0 15px 0 0;
  }
  .contacta-asitur-section-columns .wpb_column:nth-child(2) {
    margin: 0 15px;
  }
  .contacta-asitur-section-columns .wpb_column:last-child {
    margin: 0 0 0 15px;
  }
}

.contacta-asitur-section-columns .wpb_column:first-child h2 {
  margin-bottom: 2.2em;
}

.contacta-asitur-section-columns .wpb_column:last-child h2,
.contacta-asitur-section-columns .wpb_column:nth-child(2) h2 {
  margin-bottom: 0.7em;
}

.contacta-asitur-section-columns .wpb_column .section-text {
  text-align: center;
  padding-bottom: 15px;
}

.contacta-asitur-section-columns .wpb_column h2 {
  font-size: 20px;
}

.contacta-asitur-section-columns .wpb_column p {
  margin-bottom: 1.2em;
}

.contacta-asitur-section-columns .wpb_column a {
  display: inline-block;
  position: relative;
  color: #0094d9;
  padding-bottom: 3px;
}

.contacta-asitur-section-columns .wpb_column a::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #0094d9;
  -webkit-animation: width 0.5s;
  animation: width 0.5s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.contacta-asitur-section-columns .wpb_column a:hover {
  text-decoration: none;
}

.contacta-asitur-section-columns .wpb_column a:hover::before {
  width: 100%;
}

.proveedores-facturacion-section .section-text {
  padding-top: 10px;
}

.proveedores-facturacion-section h2 {
  font-size: 20px;
  margin-bottom: 0.7em;
}

.proveedores-facturacion-section p {
  margin-bottom: 0.1em;
}

.proveedores-facturacion-section a {
  margin-bottom: 0.7em;
}

.proveedores-facturacion-section a {
  display: inline-block;
  position: relative;
  color: #0094d9;
  padding-bottom: 3px;
}

.proveedores-facturacion-section a::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #0094d9;
  -webkit-animation: width 0.5s;
  animation: width 0.5s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.proveedores-facturacion-section a:hover {
  text-decoration: none;
}

.proveedores-facturacion-section a:hover::before {
  width: 100%;
}

@media screen and (max-width: 990px) {
  .proveedores-facturacion-section .wpb_column {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 30px;
    margin-right: 30px;
  }
  .proveedores-facturacion-section .wpb_column:first-child {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 533px) {
  .proveedores-facturacion-section p {
    overflow: hidden;
  }
  .proveedores-facturacion-section a {
    font-size: 12px;
    position: relative;
    top: -8px;
  }
}

.search-results {
  padding-top: 80px;
}

.blog-item-title a {
  color: #0094d9;
  letter-spacing: 0;
}

.blog-item-data,
.blog-media {
  margin-bottom: 0;
}

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

/*****************************************
***************************************
****************************************/
/* Post SASS WARNING */
/* Plugin cookies */
.custom-cookies-style * {
  font-size: 13px !important;
  color: #fff;
}
.custom-cookies-style button {
  color: #0094d9;
}

/* Banner Asitur Focus */
.asitur-focus-banner {
  display: flex;
  flex-direction: column;
  height: 320px;
  padding: 50px 30px;
  justify-content: space-between;
  align-items: center;
  background: url("/wp-content/uploads/2018/05/fondo_asiturfocus_banner.jpg")
    center / cover no-repeat;
}

.asitur-focus-banner .white-version {
  display: none;
}

.page-id-130 .asitur-focus-banner .dark-version,
.page-id-146 .asitur-focus-banner .dark-version,
.page-id-148 .asitur-focus-banner .dark-version,
.page-id-150 .asitur-focus-banner .dark-version {
  display: none;
}

.page-id-130 .asitur-focus-banner .white-version,
.page-id-146 .asitur-focus-banner .white-version,
.page-id-148 .asitur-focus-banner .white-version,
.page-id-150 .asitur-focus-banner .white-version {
  display: block;
}

/* white version */
.page-id-130 .asitur-focus-banner,
.page-id-146 .asitur-focus-banner,
.page-id-148 .asitur-focus-banner,
.page-id-150 .asitur-focus-banner {
  background-image: url("/wp-content/uploads/2018/05/fondoblanco_asiturfocus_banner.jpg");
}

.asitur-focus-banner h1 {
  color: #fff;
  font-size: 29px;
  text-align: center;
}

.page-id-130 .asitur-focus-banner h1,
.page-id-146 .asitur-focus-banner h1,
.page-id-148 .asitur-focus-banner h1,
.page-id-150 .asitur-focus-banner h1 {
  color: #0094d9;
}

.asitur-focus-banner a {
  width: 201px;
  background-position: 176px 8px;
}

.asitur-focus-banner .button-plus--jg:hover {
  -webkit-animation: arrow-asiturfocus 1s linear forwards infinite alternate;
  animation: arrow-asiturfocus 1s linear forwards infinite alternate;
}

@-webkit-keyframes arrow-asiturfocus {
  100% {
    background-position-x: 185px;
  }
}

@media screen and (max-width: 480px) {
  .asitur-focus-banner h1 {
    font-size: 21px;
  }
}

/* Reajuste menu */
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  #primary-nav > li {
    margin-left: 11px;
  }

  /* 344  .mn-sub { width: 282%; } } */
}

@media screen and (min-width: 1034px) {
  #primary-nav > li:nth-child(2) .mn-sub {
    width: 300px;
  }
}

/* preheader */
@media screen and (max-width: 708px) {
  .preheader-inicio {
    display: none !important;
  }
}
/* Menu asiturfocus */

#primary-nav a[title="asiturfocus"] {
  color: #46c1c6;
}
