/* REM */
/*-------------------------------------------------------------------------------------------------------------------*/
/* GENERAL */
/*--------------------------------------------------------------------------------------------------------------------*/
html {
  font-size: 16px; }

body {
  font-family: "AcuminProCond-Bold";
  font-weight: normal;
  font-style: normal;
  background: #ebebeb; }

a {
  outline: none; }
  a:hover {
    outline: none; }

.visibility-hidden {
  visibility: hidden; }

a,
button,
input {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

p {
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #6f6f6f;
  font-family: "AcuminProCond-Bold";
  font-weight: normal;
  font-style: normal; }

.cover-image {
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important; }

.contain-image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain; }

.visible_hidden,
.visibility-hidden {
  visibility: hidden; }

.padding-30-0 {
  padding: 1.875rem 0; }

.padding-30-15 {
  padding: 1.875rem 0.9375rem; }

.padding-70-0 {
  padding: 4.375rem 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "AcuminProCond-Bold";
  font-weight: normal;
  font-style: normal; }

.flexbox-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 31.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.flexbox-container-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start; }

.flexbox-container-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end; }

#content.site-content {
  padding-bottom: 0;
  padding-top: 0; }

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

.container-full {
  width: 100%;
  max-width: 100%;
  margin: 0 auto; }

.big-container {
  width: 100%;
  max-width: 100rem;
  margin: 0 auto; }

.container {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto; }

.d-none {
  display: none; }

body button:not(.toggle),
body .button,
body .faux-button,
body .wp-block-button__link,
body .wp-block-file .wp-block-file__button,
body input[type="button"],
body input[type="reset"],
body input[type="submit"],
body .bg-accent,
body .bg-accent-hover:hover,
body .bg-accent-hover:focus,
body :root .has-accent-background-color,
body .comment-reply-link {
  background-color: #ff0000; }

body .color-accent,
body .color-accent-hover:hover,
body .color-accent-hover:focus,
body :root .has-accent-color,
body .has-drop-cap:not(:focus)::first-letter,
body .wp-block-button.is-style-outline,
body a {
  color: #ff0000; }

body .button-container {
  padding: 1.5625rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

body a.button {
  background: #e5e5e5;
  border: 0.0625rem solid #ff0000;
  color: #ff0000;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.9375rem 1.5625rem;
  min-width: 17.5rem;
  max-width: 21.875rem;
  text-decoration: none;
  font-family: "AcuminProCond-Bold";
  font-weight: normal;
  font-style: normal; }
  body a.button:hover {
    background: #e5e5e5;
    border: 0.0625rem solid #000000;
    color: #000000;
    text-decoration: none; }

/* header */
/*------------------------------------------------------------------------------*/
#site-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  background: none;
  z-index: 987; }
  #site-header .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #site-header .header-inner .site-logo-area {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin: 0;
      padding: 0; }
    #site-header .header-inner .header-titles-wrapper {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      max-width: 25%; }
      #site-header .header-inner .header-titles-wrapper .site-description {
        font-size: 1rem;
        line-height: 1.25rem; }
      #site-header .header-inner .header-titles-wrapper .nabvar-menu-primary {
        max-width: 75%; }

/* sticky */
.sticky#site-header {
  position: fixed;
  z-index: 987;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }
  .sticky#site-header .header-inner {
    background-color: #333333 !important;
    height: 3.75rem;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out; }
    .sticky#site-header .header-inner .site-logo img {
      max-width: 13.75rem;
      max-height: 3.25rem; }
  .sticky#site-header .pre-top-area {
    display: none; }

/* nabvar-menu-primary */
/*------------------------------------------------------------------------------*/
.nabvar-menu-primary ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .nabvar-menu-primary ul li {
    list-style: none;
    margin: 0;
    padding: 0; }
    .nabvar-menu-primary ul li a {
      font-size: 1rem;
      line-height: 1.25rem;
      cursor: pointer !important;
      text-decoration: none;
      outline: none; }
      .nabvar-menu-primary ul li a:hover {
        text-decoration: none;
        outline: none; }

/* pre-top-area */
/*------------------------------------------------------------------------------*/
.pre-top-area {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .pre-top-area .pre-top-area-text {
    font-size: 1rem;
    line-height: 1.25rem; }
  .pre-top-area .pre-top-area-social {
    font-size: 1rem;
    line-height: 1.25rem;
    text-align: right; }
    .pre-top-area .pre-top-area-social .social-icons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }

/* services_list */
/*------------------------------------------------------------------------------*/
.services_list {
  margin: 0;
  padding: 3.125rem 0; }
  .services_list li {
    list-style: none;
    margin: 0;
    padding: 0; }
    .services_list li h1 {
      font-size: 1rem;
      line-height: 1.25rem; }
    .services_list li h2 {
      font-size: 0.75rem;
      line-height: 1rem; }

/* hero-box sector-hero */
/*------------------------------------------------------------------------------*/
.hero-box.sector-hero {
  height: 12.5rem;
  width: 100%;
  overflow: hidden; }
  .hero-box.sector-hero h1 {
    font-size: 1rem;
    line-height: 1.25rem;
    margin: 0;
    padding: 0;
    color: #fff; }

/* pre-top-area */
/*------------------------------------------------------------------------------*/
.pre-top-area {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 0.5rem 0; }
  .pre-top-area .pre-top-area-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .pre-top-area .pre-top-area-text ul {
      list-style: none;
      margin: 0;
      padding: 0.3125rem 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .pre-top-area .pre-top-area-text ul li {
        font-family: "AcuminProCond-Bold";
        font-weight: normal;
        font-style: normal;
        font-size: 1rem;
        line-height: 1.25rem;
        margin: 0;
        padding: 0;
        color: #ffffff;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        text-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.25); }
        .pre-top-area .pre-top-area-text ul li:first-child {
          border-right: 0.0625rem solid #ffffff; }
  .pre-top-area .pre-top-area-social {
    background: none; }
    .pre-top-area .pre-top-area-social .social-icons {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .pre-top-area .pre-top-area-social .social-icons a {
        width: 1.5rem;
        height: auto;
        display: block;
        margin: 0 0.625rem;
        overflow: hidden;
        border: 0 none;
        border-radius: 0; }
      .pre-top-area .pre-top-area-social .social-icons a,
      .pre-top-area .pre-top-area-social .social-icons a:hover {
        -webkit-transform: scale(1);
                transform: scale(1);
        text-decoration: none; }
        .pre-top-area .pre-top-area-social .social-icons a .fa,
        .pre-top-area .pre-top-area-social .social-icons a:hover .fa {
          font-size: 1.5rem !important;
          line-height: 1.75rem; }
      .pre-top-area .pre-top-area-social .social-icons .social-icons-fb {
        background: none !important; }
      .pre-top-area .pre-top-area-social .social-icons .social-icons-ig {
        background: none !important; }

/* 404 */
.error404 #site-content {
  padding-top: 0; }

/* logo y menu */
/*------------------------------------------------------------------------------*/
#site-header .header-inner {
  padding: 0.9375rem 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1); }
  #site-header .header-inner .header-titles-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    max-width: 25%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  #site-header .header-inner .big-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    #site-header .header-inner .big-container .header-titles-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
    #site-header .header-inner .big-container .nabvar-menu-primary {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      #site-header .header-inner .big-container .nabvar-menu-primary ul {
        margin: 0;
        padding: 0; }
        #site-header .header-inner .big-container .nabvar-menu-primary ul li {
          margin: 0;
          padding: 0;
          list-style: none;
          padding: 0 0.9375rem; }
          #site-header .header-inner .big-container .nabvar-menu-primary ul li a {
            color: #ffffff;
            font-family: "AcuminProCond-Bold";
            font-weight: normal;
            font-style: normal;
            font-size: 1rem;
            line-height: 1.25rem;
            text-transform: uppercase;
            text-shadow: 0rem 0rem 0.3125rem rgba(0, 0, 0, 0.25);
            padding: 0.625rem 0.625rem;
            border: 0.0625rem solid transparent; }
            #site-header .header-inner .big-container .nabvar-menu-primary ul li a:hover {
              text-decoration: none;
              border: 0.0625rem solid #f00;
              background-color: rgba(0, 0, 0, 0.25); }
          #site-header .header-inner .big-container .nabvar-menu-primary ul li.current_page_item a {
            text-decoration: none;
            border: 0.0625rem solid #f00;
            background-color: rgba(0, 0, 0, 0.25); }

#site-header .site-logo img {
  max-width: 24.8125rem;
  max-height: 5.875rem; }

/* box-area-the-paginator */
body .box-area-the-paginator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  overflow: hidden; }

/* footer */
/*------------------------------------------------------------------------------*/
footer#site-footer {
  background: #2b2b2b;
  width: 100%;
  padding: 0;
  margin: 0;
  /* footer-credits */ }
  footer#site-footer .footer-manager {
    padding: 3.75rem 0;
    overflow: hidden;
    display: block;
    width: 100%; }
    footer#site-footer .footer-manager .site-logo.faux-heading {
      background-image: url(../img/line-underline.png);
      background-repeat: no-repeat;
      background-position: 0 0;
      padding-top: 3.75rem; }
    footer#site-footer .footer-manager .site-logo-area img {
      max-width: 10rem;
      margin: 0; }
    footer#site-footer .footer-manager h2 {
      font-size: 5rem;
      line-height: 5.625rem;
      color: #acacac;
      margin-bottom: 1.5625rem;
      margin-top: -1.25rem; }
  footer#site-footer .social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    footer#site-footer .social-icons a {
      width: 1.5rem;
      height: auto;
      display: block;
      margin: 0 0.625rem;
      overflow: hidden;
      border: 0 none;
      border-radius: 0;
      color: #acacac; }
    footer#site-footer .social-icons a,
    footer#site-footer .social-icons a:hover {
      -webkit-transform: scale(1);
              transform: scale(1);
      text-decoration: none; }
      footer#site-footer .social-icons a .fa,
      footer#site-footer .social-icons a:hover .fa {
        font-size: 1.5rem !important;
        line-height: 1.75rem; }
    footer#site-footer .social-icons .social-icons-fb {
      background: none !important; }
    footer#site-footer .social-icons .social-icons-ig {
      background: none !important; }
  footer#site-footer .datos-de-area h3 {
    color: #acacac;
    font-family: 'ProximaNovaCond-Regular';
    font-weight: normal;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.5rem;
    text-decoration: none;
    text-transform: none; }
  footer#site-footer .datos-de-area h4 {
    color: #acacac;
    font-family: 'ProximaNovaCond-Bold';
    font-weight: normal;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.5rem;
    text-decoration: none;
    text-transform: none; }
  footer#site-footer .datos-de-area h5 {
    color: #acacac;
    font-family: 'ProximaNovaCond-Regular';
    font-weight: normal;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.5rem;
    text-decoration: none;
    text-transform: none; }
  footer#site-footer .datos-de-area h6 {
    color: #acacac;
    font-family: 'ProximaNovaCond-Regular';
    font-weight: normal;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.5rem;
    text-decoration: none;
    text-transform: none;
    margin-bottom: 0.9375rem; }
  footer#site-footer .datos-de-area h3 i,
  footer#site-footer .datos-de-area h4 i,
  footer#site-footer .datos-de-area h5 i,
  footer#site-footer .datos-de-area h6 i {
    margin-right: 0.5rem; }
  footer#site-footer .footer-area-box {
    padding: 5.625rem 0 0 0; }
    footer#site-footer .footer-area-box ul.navbar-footer {
      margin: 0;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      footer#site-footer .footer-area-box ul.navbar-footer li {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%;
        display: inline-block;
        vertical-align: top; }
        footer#site-footer .footer-area-box ul.navbar-footer li a {
          text-decoration: none;
          font-size: 1rem;
          line-height: 1.25rem;
          color: #acacac;
          text-decoration: none;
          font-family: "AcuminProCond-Bold";
          font-weight: normal;
          font-style: normal;
          text-transform: uppercase;
          margin-bottom: 0.5rem; }
          footer#site-footer .footer-area-box ul.navbar-footer li a:hover {
            text-decoration: underline; }
  footer#site-footer .footer-credits {
    background-color: #333333;
    width: 100%;
    padding: 0.9375rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center; }
    footer#site-footer .footer-credits p {
      font-size: 1rem;
      line-height: 1.375rem;
      color: #adadad;
      font-family: "AcuminProCond-Bold";
      font-weight: normal;
      font-style: normal; }
  footer#site-footer .border-right-zone {
    border-right: 0.0625rem solid #989898;
    height: 100%; }
  footer#site-footer .border-right-zone-2 {
    padding: 0 0 0 2.8125rem; }
  footer#site-footer a.to-the-top {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    background-color: #ff0000;
    color: #fff !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    padding: 0.5rem;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 100%;
    width: 2.75rem;
    height: 2.75rem;
    text-align: center;
    line-height: 1.375rem;
    text-decoration: none !important;
    outline: none !important;
    display: none !important; }

/* home */
/*----------------------------------------------------------------------------------*/
.organizacion-home-area {
  background-image: url(../img/home/organizacion-bg.jpg);
  background-repeat: no-repeat;
  background-position: 0 50%;
  width: 100%;
  padding: 3.125rem 0 0;
  background-size: contain; }
  .organizacion-home-area .big-container {
    padding: 0 0 3.125rem 0; }
  .organizacion-home-area h1 {
    color: #0392ce;
    font-size: 2.75rem;
    line-height: 3.125rem;
    font-family: "AcuminProCond-Bold";
    font-weight: normal;
    font-style: normal;
    margin-bottom: 1.5625rem; }
  .organizacion-home-area p {
    font-size: 1rem;
    line-height: 1.375rem;
    color: #6f6f6f;
    font-family: "AcuminProCond-Bold";
    font-weight: normal;
    font-style: normal; }
  .organizacion-home-area .content-area {
    color: #678b9b;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: normal;
    min-height: 4.6875rem; }
  .organizacion-home-area .imagen-area {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-bottom: 0.9375rem; }
    .organizacion-home-area .imagen-area img {
      width: 100%; }

.organizacion-home-area-objetivos-bg {
  background-repeat: no-repeat;
  background-position: 0 50%;
  width: 100%;
  padding: 0;
  background-size: cover; }
  .organizacion-home-area-objetivos-bg .container {
    padding: 3.125rem 0.9375rem; }
  .organizacion-home-area-objetivos-bg h1 {
    color: #222222;
    font-size: 1.75rem;
    line-height: 2rem;
    font-weight: bold;
    padding: 0.9375rem 0;
    font-weight: 300;
    padding: 0;
    margin: 0;
    text-shadow: 0rem 0rem 0.1875rem rgba(255, 255, 255, 0.75); }
  .organizacion-home-area-objetivos-bg .content-area {
    padding: 0.9375rem 0;
    color: #fff; }
    .organizacion-home-area-objetivos-bg .content-area p {
      font-size: 0.875rem;
      line-height: 1.125rem;
      color: #ffffff;
      font-family: "AcuminProCond-Bold";
      font-weight: normal;
      font-style: normal; }
  .organizacion-home-area-objetivos-bg .organizacion-home-area-objetivos-bg-content .imagen-area {
    padding: 0.9375rem 0; }
    .organizacion-home-area-objetivos-bg .organizacion-home-area-objetivos-bg-content .imagen-area img {
      width: auto; }

/* last-news-home-area */
.last-news-home-area {
  background-image: url(../img/news/news-bg.jpg);
  background-repeat: repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 100%;
  overflow: hidden; }
  .last-news-home-area .last-news-home-area-content {
    padding: 3.125rem 0; }
    .last-news-home-area .last-news-home-area-content h1 {
      color: #0392ce;
      font-size: 2.75rem;
      line-height: 3.125rem;
      font-weight: normal; }
    .last-news-home-area .last-news-home-area-content .box-news-area {
      margin-bottom: 2.1875rem; }
      .last-news-home-area .last-news-home-area-content .box-news-area h1 {
        color: #ff0000;
        font-size: 2.1875rem;
        line-height: 2.625rem;
        font-weight: 500;
        min-height: 2.8125rem; }
      .last-news-home-area .last-news-home-area-content .box-news-area h2 {
        color: #6f8c9f;
        font-size: 1.1875rem;
        line-height: 1.5rem;
        font-weight: 300;
        min-height: 4.6875rem; }
      .last-news-home-area .last-news-home-area-content .box-news-area .box-news-area-image {
        display: block;
        overflow: hidden;
        width: 100%;
        height: 33.75rem;
        margin-bottom: 0.9375rem; }
        .last-news-home-area .last-news-home-area-content .box-news-area .box-news-area-image img {
          width: 100%;
          height: 33.75rem;
          -o-object-fit: cover;
             object-fit: cover; }
      .last-news-home-area .last-news-home-area-content .box-news-area h3 {
        background-image: url(../img/icons/icon-clock.png);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 1.125rem 1.125rem;
        padding-left: 1.875rem;
        font-size: 1rem;
        line-height: 1.125rem;
        color: #6f8c9f;
        display: block;
        font-weight: 300; }
    .last-news-home-area .last-news-home-area-content .image-resizer .box-news-area-image {
      height: 15.625rem; }
      .last-news-home-area .last-news-home-area-content .image-resizer .box-news-area-image img {
        height: 15.625rem; }
    .last-news-home-area .last-news-home-area-content .box-news-area-alternative h1 {
      color: #ff0000;
      font-size: 1.375rem;
      line-height: 1.6875rem;
      font-weight: 500;
      min-height: 2.8125rem; }
    .last-news-home-area .last-news-home-area-content .box-news-area-alternative h2 {
      display: none !important; }
    .last-news-home-area .last-news-home-area-content .box-news-area-alternative .box-news-area-image {
      height: 15.625rem; }
      .last-news-home-area .last-news-home-area-content .box-news-area-alternative .box-news-area-image img {
        height: 15.625rem; }

/* nuestro-equipo-box */
/*------------------------------------------------------------------------------*/
.nuestro-equipo-home-area-bg {
  background-repeat: no-repeat;
  background-position: 0 50%;
  width: 100%;
  padding: 0;
  background-size: cover; }
  .nuestro-equipo-home-area-bg .big-container {
    padding: 3.125rem 0; }
  .nuestro-equipo-home-area-bg .nuestro-equipo-box {
    background-image: url(../img/home/nuestro-equipo-bg-2.jpg);
    background-repeat: no-repeat;
    background-position: 0 50%;
    width: 100%;
    padding: 3.125rem;
    background-size: contain;
    background-color: #fff;
    margin: 3.125rem 0; }
    .nuestro-equipo-home-area-bg .nuestro-equipo-box h1 {
      color: #ff0000;
      font-size: 2.625rem;
      line-height: 3.125rem;
      font-weight: bold;
      font-family: "AcuminProCond-Bold";
      font-weight: normal;
      font-style: normal;
      margin-bottom: 1.5625rem; }
    .nuestro-equipo-home-area-bg .nuestro-equipo-box p {
      font-size: 1.125rem;
      line-height: 1.5rem;
      color: #787878;
      font-family: "AcuminProCond-Bold";
      font-weight: normal;
      font-style: normal; }
    .nuestro-equipo-home-area-bg .nuestro-equipo-box a.button {
      color: #0392ce;
      font-size: 1.125rem;
      line-height: 1.5rem;
      background: none;
      padding: 0;
      margin: 0;
      margin-top: 0.9375rem;
      text-decoration: none;
      border: 0 none;
      min-width: auto;
      max-width: 100%; }
      .nuestro-equipo-home-area-bg .nuestro-equipo-box a.button:hover {
        color: #000000; }

/* home-benficios-box */
/*------------------------------------------------------------------------------*/
.home-benficios-area-bg {
  background-repeat: no-repeat;
  background-position: 0 50%;
  width: 100%;
  padding: 0;
  background-size: cover; }
  .home-benficios-area-bg .big-container {
    padding: 3.125rem 0; }
  .home-benficios-area-bg .home-benficios-box {
    background-image: url(../img/home/nuestro-equipo-bg-2.jpg);
    background-repeat: no-repeat;
    background-position: 0 50%;
    width: 100%;
    padding: 3.125rem;
    background-size: contain;
    background-color: #fff;
    margin: 3.125rem 0; }
    .home-benficios-area-bg .home-benficios-box h1 {
      color: #ff0000;
      font-size: 2.625rem;
      line-height: 3.125rem;
      font-family: "AcuminProCond-Bold";
      font-weight: normal;
      font-style: normal;
      margin-bottom: 1.5625rem; }
    .home-benficios-area-bg .home-benficios-box p {
      font-size: 1.125rem;
      line-height: 1.5rem;
      color: #787878;
      font-family: "AcuminProCond-Bold";
      font-weight: normal;
      font-style: normal; }
    .home-benficios-area-bg .home-benficios-box ul {
      margin: 0 0 0 0.625rem;
      padding: 0;
      list-style: none; }
      .home-benficios-area-bg .home-benficios-box ul li {
        margin: 0 0 0.3125rem 0;
        list-style: none;
        background-image: url(../img/icons/icon-check.png);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 1.3125rem 1.3125rem;
        font-size: 1.125rem;
        line-height: 1.5rem;
        color: #787878;
        font-family: "AcuminProCond-Bold";
        font-weight: normal;
        font-style: normal;
        padding-left: 1.875rem; }
    .home-benficios-area-bg .home-benficios-box a.button {
      color: #0392ce;
      font-size: 1.125rem;
      line-height: 1.5rem;
      background: none;
      padding: 0;
      margin: 0;
      margin-top: 0.9375rem; }
      .home-benficios-area-bg .home-benficios-box a.button:hover {
        color: #000000; }

/* home-contactese-box */
/*------------------------------------------------------------------------------*/
.wpcf7 label {
  display: inline-block;
  margin-bottom: 0;
  width: 100%; }

.wpcf7 .form-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .wpcf7 .form-cols label {
    padding-left: 1.5625rem; }
  .wpcf7 .form-cols label.fuller {
    padding-left: 0; }

.wpcf7 span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: normal;
  display: block; }

.wpcf7 h5 {
  color: #6f6f6f;
  font-size: 0.875rem;
  line-height: 1.125rem;
  width: 100%;
  font-family: 'AcuminPro-Bold';
  font-weight: normal;
  font-style: normal; }

.wpcf7 textarea.wpcf7-form-control {
  background: transparent;
  border: 0;
  border-bottom: 0.125rem solid #323232;
  color: #6f6f6f;
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: 'AcuminPro-Bold';
  font-weight: normal;
  font-style: normal;
  width: 100%;
  padding: 0.75rem 1.875rem; }

.wpcf7 input.wpcf7-form-control {
  background: transparent;
  border: 0;
  border-bottom: 0.125rem solid #323232;
  color: #6f6f6f;
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: 'AcuminPro-Bold';
  font-weight: normal;
  font-style: normal;
  width: 100%;
  padding: 0.75rem 1.875rem; }

.wpcf7 .wpcf7-form-control.wpcf7-submit {
  background: transparent;
  border: 0.125rem solid #323232;
  color: #fb0400;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.9375rem 1.5625rem;
  min-width: 17.5rem;
  max-width: 21.875rem;
  text-decoration: none;
  font-family: "AcuminProCond-Bold";
  font-weight: normal;
  font-style: normal;
  margin-top: 0.9375rem; }
  .wpcf7 .wpcf7-form-control.wpcf7-submit:hover {
    background: transparent;
    border: 0.125rem solid #323232;
    color: #323232; }

.home-contactese-area-bg {
  background-repeat: no-repeat;
  background-position: 0 50%;
  width: 100%;
  padding: 0;
  background-size: cover; }
  .home-contactese-area-bg .big-container {
    padding: 5rem 0; }
  .home-contactese-area-bg .home-contactese-form {
    padding: 3.125rem;
    margin: 0.3125rem; }
    .home-contactese-area-bg .home-contactese-form h1 {
      color: #6f6f6f;
      font-size: 1.3125rem;
      line-height: 1.5rem;
      font-family: 'ProximaNovaCond-Semibold';
      font-weight: normal;
      font-style: normal;
      margin-bottom: 0; }
    .home-contactese-area-bg .home-contactese-form h2 {
      color: #6f6f6f;
      font-size: 2.1875rem;
      line-height: 2.5rem;
      font-family: 'ProximaNovaCond-Semibold';
      font-weight: normal;
      font-style: normal;
      margin-bottom: 2.1875rem; }
      .home-contactese-area-bg .home-contactese-form h2 strong {
        color: #ff0000;
        font-size: 2.1875rem;
        line-height: 2.5rem;
        font-family: 'ProximaNovaCond-Semibold';
        font-weight: normal;
        font-style: normal;
        margin-bottom: 0; }
  .home-contactese-area-bg .home-contactese-box {
    width: 100%; }
    .home-contactese-area-bg .home-contactese-box .datos-oficina {
      padding-top: 2.1875rem; }
      .home-contactese-area-bg .home-contactese-box .datos-oficina.divider {
        background-image: url(../img/home/divider.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        margin-top: 2.1875rem;
        padding-top: 2.1875rem;
        background-size: 3.25rem 0.1875rem;
        margin-bottom: 2.1875rem; }
      .home-contactese-area-bg .home-contactese-box .datos-oficina h2 {
        color: #ff0000;
        font-size: 2.75rem;
        line-height: 2.75rem;
        font-family: "AcuminProCond-Bold";
        font-weight: normal;
        font-style: normal;
        margin-bottom: 1.5625rem; }
        .home-contactese-area-bg .home-contactese-box .datos-oficina h2 span {
          color: #222222;
          font-size: 3.625rem;
          line-height: 4rem;
          font-family: "AcuminProCond-Bold";
          font-weight: normal;
          font-style: normal;
          margin-bottom: 0; }
      .home-contactese-area-bg .home-contactese-box .datos-oficina p {
        font-size: 1.125rem;
        line-height: 1.5rem;
        color: #787878;
        font-family: "AcuminProCond-Bold";
        font-weight: normal;
        font-style: normal; }
      .home-contactese-area-bg .home-contactese-box .datos-oficina ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        .home-contactese-area-bg .home-contactese-box .datos-oficina ul li {
          margin: 0 0 0.3125rem 0;
          list-style: none;
          background-image: url(../img/icons/icon-check.png);
          background-repeat: no-repeat;
          background-position: 0 50%;
          background-size: 1.3125rem 1.3125rem;
          font-size: 1.125rem;
          line-height: 1.5rem;
          color: #787878;
          font-family: "AcuminProCond-Bold";
          font-weight: normal;
          font-style: normal;
          padding-left: 1.875rem; }
    .home-contactese-area-bg .home-contactese-box a.button {
      color: #0392ce;
      font-size: 1.125rem;
      line-height: 1.5rem;
      background: none;
      padding: 0;
      margin: 0;
      margin-top: 0.9375rem; }
      .home-contactese-area-bg .home-contactese-box a.button:hover {
        color: #000000; }

/* slider-hero-home-box */
/*------------------------------------------------------------------------------*/
.slider-hero-home-box {
  background-color: #000;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .slider-hero-home-box.generic-hero-home-box {
    max-height: 25rem; }
    .slider-hero-home-box.generic-hero-home-box .slider-hero-home-item {
      max-height: 25rem; }
    .slider-hero-home-box.generic-hero-home-box .slick-dots {
      display: none; }
  .slider-hero-home-box .slider-hero-home-item {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    overflow: hidden;
    max-height: 100vh; }
    .slider-hero-home-box .slider-hero-home-item .overlay {
      background: rgba(0, 0, 0, 0.6);
      width: 100%;
      height: 100vh; }
    .slider-hero-home-box .slider-hero-home-item .slider-hero-home-item-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-align: left;
      height: 100%;
      padding: 18.75rem 0 0 0; }
      .slider-hero-home-box .slider-hero-home-item .slider-hero-home-item-content h1 {
        color: #ffffff;
        font-size: 6.875rem;
        line-height: 7.125rem;
        font-family: "AcuminProCond-Bold";
        font-style: normal;
        font-weight: normal;
        text-transform: uppercase;
        padding: 0;
        margin: 0 0 0.9375rem 0;
        text-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.25); }
      .slider-hero-home-box .slider-hero-home-item .slider-hero-home-item-content .desc {
        color: #ffffff;
        font-size: 1.5rem;
        line-height: 2.125rem;
        font-family: "AcuminProCond-Bold";
        font-style: normal;
        font-weight: normal;
        padding: 0;
        margin: 0 0 0.9375rem 0;
        text-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.25); }
        .slider-hero-home-box .slider-hero-home-item .slider-hero-home-item-content .desc p {
          text-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.25);
          color: #ffffff;
          font-size: 1.5rem;
          line-height: 2.125rem;
          font-family: "AcuminProCond-Bold";
          font-style: normal;
          font-weight: normal;
          padding: 0; }
      .slider-hero-home-box .slider-hero-home-item .slider-hero-home-item-content a.button {
        background-image: url(../img/slider/btn-bg.png);
        background-repeat: repeat;
        background-position: 0 0;
        background-color: transparent !important;
        border: 0.0625rem solid #ff0000;
        color: #ffffff;
        font-size: 1.375rem;
        line-height: 1.75rem;
        font-weight: normal;
        text-transform: none;
        padding: 0.9375rem 1.5625rem;
        min-width: 11.25rem;
        max-width: 15.625rem;
        text-decoration: none;
        text-transform: uppercase;
        font-family: 'ProximaNovaCond-Semibold';
        font-weight: normal;
        font-style: normal; }
        .slider-hero-home-box .slider-hero-home-item .slider-hero-home-item-content a.button:hover {
          background-color: transparent !important;
          border: 0.0625rem solid #ffffff;
          color: #ffffff; }
  .slider-hero-home-box .slick-dots {
    position: absolute;
    bottom: 0.9375rem;
    padding: 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
    text-align: center; }
    .slider-hero-home-box .slick-dots li {
      list-style: none;
      padding: 0;
      margin: 0;
      display: inline-block;
      vertical-align: top;
      margin: 0 0.375rem;
      text-align: center; }
      .slider-hero-home-box .slick-dots li button {
        border-radius: 100%;
        background-color: rgba(255, 255, 255, 0.25);
        display: block;
        width: 0.9375rem;
        height: 0.9375rem;
        padding: 0;
        text-indent: -99999px; }
      .slider-hero-home-box .slick-dots li.slick-active button {
        border-radius: 100%;
        background-color: white;
        display: block;
        width: 0.9375rem;
        height: 0.9375rem;
        padding: 0; }
  .slider-hero-home-box .slick-prev.slick-arrow {
    position: absolute;
    top: 50%;
    left: 0.9375rem;
    z-index: 98;
    background-image: url(../img/slider/arrow-slider-left.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    width: 1.625rem;
    height: 1.625rem;
    margin-top: -0.8125rem;
    text-indent: -99999px;
    outline: none; }
  .slider-hero-home-box .slick-next.slick-arrow {
    position: absolute;
    top: 50%;
    right: 0.9375rem;
    z-index: 98;
    background-image: url(../img/slider/arrow-slider-right.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    width: 1.625rem;
    height: 1.625rem;
    margin-top: -0.8125rem;
    text-indent: -99999px;
    outline: none; }

/* slider */
/*------------------------------------------------------------------------------*/
.slider-contact-area {
  padding: 0.9375rem 0;
  background-color: rgba(0, 0, 0, 0.25);
  background-image: url(../img/header/menu-bg.png);
  background-repeat: repeat;
  background-position: 0 0;
  width: 100%;
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 0;
  display: block; }
  .slider-contact-area .data-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
    .slider-contact-area .data-item .imager {
      padding-right: 0.9375rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-line-pack: center;
          align-content: center; }
    .slider-contact-area .data-item .texter {
      font-size: 1.5rem;
      line-height: 1.75rem;
      color: #ffffff;
      font-family: "AcuminProCond-Bold";
      font-weight: normal;
      font-style: normal;
      text-align: left;
      text-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.25); }
      .slider-contact-area .data-item .texter span {
        font-size: 1.125rem;
        line-height: 1.375rem;
        color: #ffffff;
        font-family: "AcuminProCond-Bold";
        font-weight: normal;
        font-style: normal;
        text-align: left;
        text-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.25); }

/* paginator */
.paginator {
  padding: 1.5625rem 0; }
  .paginator .wp-pagenavi {
    text-align: center; }
  .paginator .wp-pagenavi span,
  .paginator .wp-pagenavi a,
  .paginator .wp-pagenavi :last-child {
    border: 0.0625rem solid #bbb !important;
    padding: 0.375rem 0.75rem;
    margin: 0; }
  .paginator .wp-pagenavi span,
  .paginator .wp-pagenavi a {
    border-right: none !important; }
  .paginator .wp-pagenavi span,
  .paginator .wp-pagenavi a {
    font-weight: bold !important;
    color: #999 !important; }
  .paginator .wp-pagenavi span.current,
  .paginator .wp-pagenavi a:hover {
    color: #666 !important;
    background-color: #ddd !important; }
  .paginator .wp-pagenavi :first-child {
    color: #666 !important; }
  .paginator .wp-pagenavi .nextpostslink:before {
    content: 'Siguiente '; }
  .paginator .wp-pagenavi .previouspostslink:after {
    content: ' Anterior'; }

/* page_services */
/*------------------------------------------------------------------------------*/
.page_services .bg-area {
  background-image: url(../img/services/services-bg-page.jpg);
  background-repeat: repeat;
  background-size: contain;
  background-position: 50% 50%;
  width: 100%; }

.page_services .page_services_content {
  padding: 3.125rem 0; }
  .page_services .page_services_content h1 {
    color: #0392ce;
    font-size: 2.75rem;
    line-height: 3.125rem;
    font-family: "AcuminProCond-Bold";
    font-weight: normal;
    font-style: normal;
    margin-bottom: 3.125rem; }
  .page_services .page_services_content .services_list {
    padding: 0;
    margin: 0; }
    .page_services .page_services_content .services_list h1 {
      color: #222222;
      font-size: 2.625rem;
      line-height: 2.875rem;
      font-family: "AcuminProCond-Bold";
      font-weight: normal;
      font-style: normal;
      margin-bottom: 1.5625rem;
      background-image: url(../img/icons/icon-check.png);
      background-repeat: no-repeat;
      background-position: 0 1rem;
      background-size: 1.3125rem 1.3125rem;
      padding-left: 2.1875rem; }
    .page_services .page_services_content .services_list li {
      padding: 0;
      margin: 0 0 2.1875rem 0;
      list-style: none; }
      .page_services .page_services_content .services_list li.es_par {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; }
      .page_services .page_services_content .services_list li .desc p {
        font-size: 1.125rem;
        line-height: 1.75rem;
        color: #6f6f6f;
        font-family: "AcuminProCond-Bold";
        font-weight: normal;
        font-style: normal; }
      .page_services .page_services_content .services_list li .content-area {
        color: #678b9b;
        font-size: 1rem;
        line-height: 1.375rem;
        font-weight: normal;
        min-height: 4.6875rem; }
      .page_services .page_services_content .services_list li .imagen-area {
        display: block;
        overflow: hidden;
        width: 100%;
        max-height: 21.875rem;
        margin-bottom: 0.9375rem; }
        .page_services .page_services_content .services_list li .imagen-area img {
          width: 100%; }

/* services_banner_list */
/*------------------------------------------------------------------------------*/
ul.services_banner_list {
  margin: 0 !important;
  padding: 0 !important; }
  ul.services_banner_list li.services_banner {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1; }
    ul.services_banner_list li.services_banner h1 {
      color: #ffffff;
      font-size: 2.625rem;
      line-height: 3rem;
      font-weight: 500;
      font-family: "AcuminProCond-Bold";
      font-weight: normal;
      font-style: normal;
      margin-bottom: 1.5625rem;
      background-image: url(../img/services/icon-bullet-white.png);
      background-repeat: no-repeat;
      background-position: 0 0.9375rem;
      background-size: 1.3125rem 1.3125rem;
      padding-left: 2.1875rem;
      width: 100%;
      text-align: left;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      position: absolute;
      z-index: 9;
      margin: 0 3.125rem;
      max-width: 80%; }
    ul.services_banner_list li.services_banner .div-area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-align: center;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      width: 100%;
      overflow: hidden;
      max-width: 100%;
      margin: 0 3.125rem; }

/* google-map-box */
/*------------------------------------------------------------------------------*/
.google-map-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5rem 0; }
  .google-map-box .google-map-box-container {
    height: 31.25rem; }
    .google-map-box .google-map-box-container iframe {
      height: 31.25rem; }
  .google-map-box .full-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }

.imagen-area-cover {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }

/* menu btn */
/* menu */
/*------------------------------------------------------------------------------*/
.btn11 {
  position: absolute;
  width: 3.75rem;
  height: 3.75rem;
  top: 0.5rem;
  right: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  display: none; }

.header-footer-group.sticky .btn11 {
  top: 0.125rem;
  right: 0; }

.btn11 .icon-left {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  height: 0.25rem;
  width: 0.9375rem;
  top: 1.875rem;
  background-color: #ffffff; }

.btn11 .icon-left:before {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 0.9375rem;
  height: 0.25rem;
  background-color: #ffffff;
  content: "";
  top: -0.625rem; }

.btn11 .icon-left:after {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 0.9375rem;
  height: 0.25rem;
  background-color: #ffffff;
  content: "";
  top: 0.625rem; }

.btn11 .icon-left:hover {
  cursor: pointer; }

.btn11 .icon-right {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  height: 0.25rem;
  width: 0.9375rem;
  top: 1.875rem;
  background-color: #ffffff;
  left: 0.9375rem; }

.btn11 .icon-right:before {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 0.9375rem;
  height: 0.25rem;
  background-color: #ffffff;
  content: "";
  top: -0.625rem; }

.btn11 .icon-right:after {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 0.9375rem;
  height: 0.25rem;
  background-color: #ffffff;
  content: "";
  top: 0.625rem; }

.btn11.open .icon-left {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  background: transparent; }

.btn11.open .icon-left:before {
  -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(0.125rem, 0.125rem);
  transform: rotateZ(45deg) scaleX(1.4) translate(0.125rem, 0.125rem); }

.btn11.open .icon-left:after {
  -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(0.125rem, -0.125rem);
  transform: rotateZ(-45deg) scaleX(1.4) translate(0.125rem, -0.125rem); }

.btn11.open .icon-right {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  background: transparent; }

.btn11.open .icon-right:before {
  -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(-0.125rem, 0.125rem);
  transform: rotateZ(-45deg) scaleX(1.4) translate(-0.125rem, 0.125rem); }

.btn11.open .icon-right:after {
  -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(-0.125rem, -0.125rem);
  transform: rotateZ(45deg) scaleX(1.4) translate(-0.125rem, -0.125rem); }

.btn11:hover {
  cursor: pointer; }

/* single */
/*------------------------------------------------------------------------------*/
.single-area-content {
  padding: 3.125rem 0; }
  .single-area-content h2.single-copete {
    color: #ff0000;
    font-size: 1.75rem;
    line-height: 2.625rem;
    font-weight: 500;
    margin-bottom: 0.9375rem; }
  .single-area-content .desc-data {
    font-size: 1.5rem;
    line-height: 2.125rem;
    font-weight: 300;
    margin-bottom: 0.9375rem; }
    .single-area-content .desc-data p {
      color: #6f6f6f;
      font-size: 1.125rem;
      line-height: 1.5rem;
      font-weight: 300;
      margin-bottom: 0.9375rem; }
    .single-area-content .desc-data h1,
    .single-area-content .desc-data h2,
    .single-area-content .desc-data h3 {
      color: #6f6f6f; }
    .single-area-content .desc-data ul li {
      font-size: 1.125rem;
      line-height: 1.5rem;
      font-weight: 300;
      margin-bottom: 0.9375rem;
      color: #6f6f6f; }

a.btn-vermas {
  background: #e5e5e5;
  border: 0.0625rem solid #ff0000;
  color: #ff0000;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.625rem 1.5625rem;
  text-decoration: none;
  font-family: "AcuminProCond-Bold";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  vertical-align: top;
  margin: 0.625rem 0 0 0; }
  a.btn-vermas:hover {
    background: #e5e5e5;
    border: 0.0625rem solid #000000;
    color: #000000;
    text-decoration: none; }

/* theme */
/*----------------------------------------------------------------------*/
h1.titulados {
  color: #333333;
  font-size: 5.25rem;
  line-height: 5.875rem;
  text-transform: none;
  background-image: url(../img/line-underline.png);
  background-repeat: no-repeat;
  background-position: 0 100%;
  padding-bottom: 1.875rem;
  margin-bottom: 1.25rem;
  font-family: "AcuminProCond-Bold";
  font-style: normal;
  font-weight: normal; }

h2.subtitulados {
  color: #333333;
  font-size: 1.5rem;
  line-height: 2.125rem;
  text-transform: none;
  padding-bottom: 1.25rem;
  font-family: "AcuminProCond-Bold";
  font-style: normal;
  font-weight: normal; }

/* nuestra-empresa-box */
/*----------------------------------------------------------------------*/
.nuestra-empresa-box {
  padding: 5rem 0; }
  .nuestra-empresa-box .empresa-imagen {
    margin: 3.125rem 0; }
  .nuestra-empresa-box .empresa-desc {
    color: #6f6f6f;
    font-size: 1.0625rem;
    line-height: 1.625rem;
    text-transform: none;
    font-family: 'ProximaNovaCond-Semibold';
    font-weight: normal;
    font-style: normal; }
    .nuestra-empresa-box .empresa-desc p {
      color: #6f6f6f;
      font-size: 1.0625rem;
      line-height: 1.625rem;
      text-transform: none;
      padding-bottom: 0;
      font-family: 'ProximaNovaCond-Semibold';
      font-weight: normal;
      font-style: normal; }
    .nuestra-empresa-box .empresa-desc ul {
      padding: 0;
      margin: 0 0 0.75rem 0; }
      .nuestra-empresa-box .empresa-desc ul li {
        padding: 0;
        margin: 0 0 0 1.125rem; }

/* nuestra-empresa-box */
/*----------------------------------------------------------------------*/
.catalogo-box {
  padding: 5rem 0;
  background-color: #ffffff; }
  .catalogo-box .catalogo-box-list {
    background-color: #dddddd; }
    .catalogo-box .catalogo-box-list .catalogo-box-list-item {
      -webkit-transition: none;
      transition: none;
      min-height: 31.25rem;
      display: block;
      max-height: 31.25rem; }
      .catalogo-box .catalogo-box-list .catalogo-box-list-item .catalogo-box-list-item-hover-plus,
      .catalogo-box .catalogo-box-list .catalogo-box-list-item .catalogo-box-list-item-hover-texter {
        display: none; }
      .catalogo-box .catalogo-box-list .catalogo-box-list-item .catalogo-box-list-item-hover-plus-active-video {
        background-color: transparent;
        background-image: url(../img/icons/icon-play.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        color: #fff;
        text-indent: -999999px;
        top: 50%;
        left: 50%;
        z-index: 9;
        position: absolute;
        margin-left: -3.125rem;
        margin-top: -3.125rem;
        display: block;
        width: 6.25rem;
        height: 6.25rem; }
      .catalogo-box .catalogo-box-list .catalogo-box-list-item .catalogo-box-list-item-hover-texter-active {
        border-top: 0.125rem solid #c3c3c3 !important;
        width: 84%;
        padding: 0.9375rem 0;
        position: absolute;
        bottom: 0.9375rem;
        z-index: 9;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: left;
        left: 50%;
        margin-left: -42%; }
        .catalogo-box .catalogo-box-list .catalogo-box-list-item .catalogo-box-list-item-hover-texter-active h1 {
          color: #ffffff;
          font-size: 1.5rem;
          line-height: 2.125rem;
          text-transform: none;
          padding-bottom: 1.25rem;
          font-family: "AcuminProCond-Bold";
          font-style: normal;
          font-weight: normal;
          margin: 0;
          padding: 0;
          text-transform: uppercase; }
        .catalogo-box .catalogo-box-list .catalogo-box-list-item .catalogo-box-list-item-hover-texter-active p {
          font-size: 1rem;
          line-height: 1.25rem;
          color: #ffffff;
          text-transform: none;
          padding-bottom: 1.25rem;
          font-family: "AcuminProCond-Bold";
          font-style: normal;
          font-weight: normal;
          margin: 0;
          padding: 0;
          text-transform: uppercase; }
      .catalogo-box .catalogo-box-list .catalogo-box-list-item:hover .catalogo-box-list-item-hover-texter-active,
      .catalogo-box .catalogo-box-list .catalogo-box-list-item:hover .catalogo-box-list-item-hover-plus-active-video {
        visibility: hidden; }
      .catalogo-box .catalogo-box-list .catalogo-box-list-item:hover .catalogo-box-list-item-hover {
        background-color: rgba(206, 3, 3, 0.5);
        background-repeat: repeat;
        background-position: 50% 50%;
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%;
        height: 100%; }
      .catalogo-box .catalogo-box-list .catalogo-box-list-item:hover .catalogo-box-list-item-hover-plus {
        background-color: transparent;
        background-image: url(../img/icons/icon-plus.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 6.25rem;
        height: 6.25rem; }
      .catalogo-box .catalogo-box-list .catalogo-box-list-item:hover .catalogo-box-list-item-hover-plus-video {
        background-color: transparent;
        background-image: url(../img/icons/icon-play.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 6.25rem;
        height: 6.25rem; }
      .catalogo-box .catalogo-box-list .catalogo-box-list-item:hover .catalogo-box-list-item-hover-texter {
        border-top: 0.125rem solid #c3c3c3 !important;
        width: 84%;
        padding: 0.9375rem 0;
        position: absolute;
        bottom: 0.9375rem;
        z-index: 9;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: left; }
        .catalogo-box .catalogo-box-list .catalogo-box-list-item:hover .catalogo-box-list-item-hover-texter h1 {
          color: #ffffff;
          font-size: 1.5rem;
          line-height: 2.125rem;
          text-transform: none;
          padding-bottom: 1.25rem;
          font-family: "AcuminProCond-Bold";
          font-style: normal;
          font-weight: normal;
          margin: 0;
          padding: 0;
          text-transform: uppercase; }
        .catalogo-box .catalogo-box-list .catalogo-box-list-item:hover .catalogo-box-list-item-hover-texter p {
          font-size: 1rem;
          line-height: 1.25rem;
          color: #ffffff;
          text-transform: none;
          padding-bottom: 1.25rem;
          font-family: "AcuminProCond-Bold";
          font-style: normal;
          font-weight: normal;
          margin: 0;
          padding: 0;
          text-transform: uppercase; }
      .catalogo-box .catalogo-box-list .catalogo-box-list-item img {
        width: 100%; }

/* icon_to_down */
/*----------------------------------------------------------------------*/
.slider-hero-home-box {
  position: relative;
  z-index: 1; }
  .slider-hero-home-box .icon_to_down {
    position: absolute;
    z-index: 987;
    bottom: 1.5625rem;
    left: 50%;
    display: block;
    overflow: hidden;
    width: 2.4375rem;
    height: 1.625rem;
    text-transform: none;
    background-image: url(../img/icons/arrow-down.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-left: -1.125rem; }

.espaciador {
  padding: 0 3.125rem; }
  .espaciador h1 {
    font-size: 2.75rem;
    line-height: 3.375rem;
    text-transform: none;
    background-image: url(../img/line-underline-black.png);
    background-repeat: no-repeat;
    background-position: 0 100%;
    padding-bottom: 1.875rem;
    margin-bottom: 1.25rem;
    font-family: "AcuminProCond-Bold";
    font-style: normal;
    font-weight: normal; }

.mobile-view,
.mobile-view-block {
  display: none; }

.visibility-mobile-view {
  visibility: hidden; }

.img_for_mobile {
  display: none; }

/* IE11 */
/*------------------------------------------------------------------------------------------------------------------*/
_:-ms-fullscreen,
:root body .desktop-view-block,
_:-ms-fullscreen,
:root body .desktop-view {
  display: block; }

@media (max-width: 1023px) {
  _:-ms-fullscreen,
  :root body .mobile-view,
  _:-ms-fullscreen,
  :root body .mobile-view-block {
    display: block; } }

/* 1600 */
/*------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1600px) {
  body header .pre-top-area {
    padding: 0.9375rem 0.9375rem; }
  body #site-header .header-inner {
    padding: 0.9375rem 0.9375rem; }
  .slider-hero-home-box .slider-hero-home-item .slider-hero-home-item-content {
    padding-left: 0.9375rem; }
  body .catalogo-box .big-container {
    padding: 0 1.875rem; }
  body .google-map-box .big-container {
    padding: 0 1.875rem; }
  body footer#site-footer .footer-manager {
    padding-left: 1.875rem;
    padding-right: 1.875rem; } }

/* 1400 */
/*------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1400px) {
  .slider-hero-home-box .slider-hero-home-item .slider-hero-home-item-content {
    padding-left: 4.0625rem; } }

@media (min-width: 1024px) and (max-width: 1200px) {
  /* contact */
  .home-contactese-area-bg .home-contactese-box .datos-oficina {
    width: 48%;
    display: inline-block;
    vertical-align: top; }
  .home-contactese-area-bg .home-contactese-box .datos-oficina.divider {
    background-image: none;
    margin-top: 0; } }

/* 1200 */
/*------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1200px) {
  /* wpcf7 */
  .wpcf7 .form-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .wpcf7 .form-cols label {
    padding-left: 0; }
  .wpcf7 .wpcf7-form-control.wpcf7-submit {
    min-width: auto;
    max-width: 100%;
    width: 100%; }
  /* footer */
  footer#site-footer .border-right-zone {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    border-bottom: 0.0625rem solid #eee; }
  footer#site-footer .border-right-zone-2 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    border-bottom: 0.0625rem solid #eee; }
  footer#site-footer .footer-area-box ul.navbar-footer {
    max-width: 33.75rem;
    margin: 0 auto; }
  footer#site-footer .footer-manager .footer-logo {
    margin-bottom: 1.5625rem; }
  footer#site-footer .footer-manager .datos-de-area {
    margin-bottom: 1.5625rem;
    margin-top: 0.9375rem;
    text-align: center; }
  footer#site-footer .footer-manager .footer-area-box {
    margin-bottom: 1.5625rem;
    margin-top: 0.9375rem; }
  footer#site-footer .footer-manager .pre-top-area-social {
    margin-bottom: 0;
    margin-top: 0.9375rem; }
  footer#site-footer .footer-manager .footer-area-box ul.navbar-footer li {
    text-align: center; } }

/* 1120 */
/*------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1120px) {
  #site-header .header-inner .header-titles-wrapper {
    max-width: 15%; }
  .slider-contact-area .data-item .texter {
    font-size: 1.125rem;
    line-height: 1.75rem; }
    .slider-contact-area .data-item .texter span {
      font-size: 0.875rem;
      line-height: 1.375rem; } }

/* 767 */
/*------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1023px) {
  html {
    font-size: 26px; }
  body {
    /* header */
    /* menu */
    /* slider */
    /* home */
    /* to-the-top */
    /* last-news-home-area */
    /* services_banner_list */ }
    body .desktop-view,
    body .desktop-view-block {
      display: none; }
    body .mobile-view,
    body .mobile-view-block {
      display: block; }
    body .slider-hero-home-box .icon_to_down {
      display: none !important; }
    body .slider-hero-home-box .slider-hero-home-item .slider-hero-home-item-content h1 {
      font-size: 3.375rem;
      line-height: 3.5rem; }
    body .slider-hero-home-box .slider-hero-home-item .slider-hero-home-item-content .desc {
      font-size: 1.125rem;
      line-height: 1.5rem; }
      body .slider-hero-home-box .slider-hero-home-item .slider-hero-home-item-content .desc p {
        font-size: 1.125rem;
        line-height: 1.5rem; }
    body .slider-hero-home-box .slider-hero-home-item .slider-hero-home-item-content a.button {
      font-size: 1.125rem;
      line-height: 1.5rem;
      padding: 0.5rem 1.125rem;
      min-width: 8.75rem;
      max-width: 12.5rem; }
    body .btn11 {
      display: block; }
    body .pre-top-area {
      position: fixed;
      bottom: 0;
      z-index: 987;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-align: center;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      width: 100%;
      border: 0 none;
      padding: 0.5rem; }
      body .pre-top-area .col-12.col-lg-6.col-xl-6 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
                flex: 0 0 100%;
        max-width: 100%; }
      body .pre-top-area .pre-top-area-text {
        display: none; }
    body .pre-top-area .pre-top-area-social .social-icons {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    body #site-header .header-inner .header-titles-wrapper {
      padding: 0 0.9375rem; }
    body #site-header.open {
      background-color: #333333 !important; }
    body #site-header .header-inner .big-container .nabvar-menu-primary {
      display: none !important; }
      body #site-header .header-inner .big-container .nabvar-menu-primary.open {
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        display: block !important;
        position: absolute;
        top: 4.75rem;
        left: 0;
        width: 100%;
        background-color: #333333 !important;
        width: 100%;
        -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1); }
      body #site-header .header-inner .big-container .nabvar-menu-primary ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 2.5rem 0; }
        body #site-header .header-inner .big-container .nabvar-menu-primary ul li {
          min-height: 2rem; }
          body #site-header .header-inner .big-container .nabvar-menu-primary ul li a {
            padding: 0.3125rem 0.9375rem; }
    body #site-header .header-inner {
      height: 4.75rem; }
    body #site-header .header-inner .header-titles-wrapper {
      max-width: 66%; }
    body #site-header.header-footer-group.sticky .header-inner .nabvar-menu-primary.open {
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      background-color: #333333 !important;
      top: 3.75rem; }
    body .sticky#site-header .header-inner .site-logo img {
      max-width: 9.375rem;
      max-height: 2rem; }
    body #site-header .site-logo img {
      max-width: 10.625rem;
      max-height: 3.375rem;
      width: auto; }
    body .slider-hero-home-box .slick-prev.slick-arrow,
    body .slider-hero-home-box .slick-next.slick-arrow {
      display: none !important; }
    body .slider-hero-home-box .slider-hero-home-item .slider-hero-home-item-content {
      padding: 7.5rem 0 0 1.5625rem; }
    body .slider-contact-area {
      position: relative;
      z-index: 1;
      background-image: url(../img/slider/slider-mobile-bg-contact.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 50% 50%;
      padding: 0; }
      body .slider-contact-area .overlay-contact {
        background-color: rgba(0, 95, 156, 0.75);
        display: block;
        width: 100%;
        height: 100%;
        padding: 0.9375rem 0; }
      body .slider-contact-area .data-item {
        padding: 1.25rem 0;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center; }
        body .slider-contact-area .data-item .imager {
          padding: 0;
          margin-bottom: 0.625rem; }
        body .slider-contact-area .data-item .texter {
          font-size: 1rem;
          text-align: center; }
    body footer#site-footer a.to-the-top {
      display: none !important; }
    body .organizacion-home-area-objetivos-bg-content {
      text-align: center; }
      body .organizacion-home-area-objetivos-bg-content .imagen-area {
        text-align: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    body .nuestro-equipo-home-area-bg .nuestro-equipo-box,
    body .home-benficios-area-bg .home-benficios-box,
    body .home-contactese-area-bg .home-contactese-form {
      padding: 1.875rem; }
    body .last-news-home-area .last-news-home-area-content .box-news-area .box-news-area-image {
      height: 15.625rem; }
      body .last-news-home-area .last-news-home-area-content .box-news-area .box-news-area-image img {
        height: 15.625rem; }
    body ul.services_banner_list li.services_banner {
      min-height: 23.75rem; }
    body .home-benficios-area-bg {
      background-position: 25% 50%; }
  /* nuestra-empresa-box */
  .nuestra-empresa-box {
    padding: 2.8125rem 0.9375rem; }
    .nuestra-empresa-box .empresa-imagen {
      display: none !important; }
  /* catalogo-box */
  .catalogo-box .big-container {
    padding: 0 1.875rem; }
  .slider-hero-home-box .icon_to_down {
    bottom: 5.625rem; }
  body .slider-hero-home-box .slider-hero-home-item .slider-hero-home-item-content {
    padding: 7.5rem 0 0 0;
    padding-left: 2.8125rem;
    padding-right: 2.8125rem; }
  /* google-map-box */
  .google-map-box .big-container {
    padding: 0 1.875rem; }
  .google-map-box {
    width: 100%; }
    .google-map-box .google-map-box-container {
      height: 31.25rem !important; }
      .google-map-box .google-map-box-container iframe {
        height: 31.25rem !important; }
  .catalogo-box {
    padding: 2.5rem 0; }
  /* home-contactese-box */
  .home-contactese-box {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  /* footer */
  footer#site-footer .footer-manager .site-logo.faux-heading {
    padding-top: 3.75rem;
    display: block;
    max-width: 20rem;
    margin: 0 auto 3.75rem;
    background-position: 50% 0; }
  footer#site-footer .footer-credits p {
    font-size: 0.875rem;
    line-height: 1.375rem; }
  footer#site-footer .footer-manager h2 {
    font-size: 3.125rem;
    line-height: 4.375rem; }
  footer#site-footer .footer-manager {
    text-align: center; }
  footer#site-footer .footer-manager .site-logo-area img {
    margin: 0 auto; }
  footer#site-footer .footer-area-box {
    padding: 1.875rem 0 0 0;
    border-top: 0.0625rem solid #c3c3c3;
    margin-top: 3.75rem !important; }
  body h1.titulados {
    font-size: 4rem;
    line-height: 5.25rem;
    padding-bottom: 1.25rem;
    margin-bottom: 0.625rem; }
  body h2.subtitulados {
    font-size: 0.875rem;
    line-height: 1.5rem; } }

/* 576 */
/*------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 576px) {
  html {
    font-size: 20px; } }

/* 479 */
/*------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 479px) {
  html {
    font-size: 16px; } }

/* 374 */
/*------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 374px) {
  html {
    font-size: 14px; } }

/* 359 */
/*------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 359px) {
  html {
    font-size: 12px; } }

/* 320 */
/*------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 320px) {
  html {
    font-size: 10px; } }

/*------------------------------------------------------------------------------------------------------------------*/
