@font-face {
  font-family: Roboto;
  src: url(..../images/roboto-black.woff2);
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src: url(..../images/roboto-bold.woff2);
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src: url(..../images/roboto-medium.woff2);
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src: url(..../images/roboto-regular.woff2);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src: url(..../images/roboto-light.woff2);
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src: url(../fonts/roboto-lightitalic.woff2);
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Slab";
  src: url(..../images/robotoslab-bold.woff2);
  font-weight: 700;
  font-style: normal;
  font-display: swap;
} /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.SEO-h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

.faq__item{
  margin-bottom: 5px;
}

.faq__question{
  font-size: 19px;
  border-bottom: solid #23527c 2px;
  padding-bottom: 4px;
  margin-top: 6px;
}

.faq__answer {
  margin-top: 10px;
}

.faq__answer ul{
  color: #000;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
html {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 100%;
}
*,
::after,
::before {
  box-sizing: inherit;
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
}
body {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style-type: none;
  overflow: visible;
  margin: 0;
  padding: 0;
  counter-reset: olcont;
  font: 300 17px/27px Roboto;
}
ol li,
ul li {
  margin: 0;
  padding: 0;
  counter-increment: olcont;
  font: 300 17px/27px Roboto;
}
fieldset,
input {
  background-color: transparent;
  background-image: none;
  border: 0;
  font-size: 16px;
  padding: 0;
}
figcaption,
figure {
  margin: 0;
  padding: 0;
}
body,
button,
input,
select,
textarea {
  font-synthesis: none;
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
img:not([src]) {
  visibility: hidden;
}
body {
  font-family: Roboto;
  overflow-x: hidden;
  color: #555;
  padding-top: 105px;
}
p {
  font: 16px/24px Roboto;
}
a {
  text-decoration: none;
  color: #555;
}
img {
  max-width: 100%;
  display: block;
  height: auto;
}
:active,
:focus {
  outline: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring,
select:-moz-focusring {
  outline: 0;
}
address {
  font-style: normal;
}
.center {
  margin: 0 auto;
}
.ovhd {
  overflow: hidden;
  touch-action: none;
  -ms-touch-action: none;
}
button {
  cursor: pointer;
  border: 0;
}
abbr[title] {
  border-bottom: 0;
}
.cl-n {
  color: #000;
}
.cl-b {
  color: #fff;
}
.cl-1 {
  color: #555;
}
.cl-3 {
  color: #999;
}
.cl-5 {
  color: #4498e7;
}
.cl-6 {
  color: #3c4858;
}
.cl-7 {
  color: #54595f;
}
.cl-9 {
  color: #bfbfbf;
}
.cl-13 {
  color: #244b68;
}
.cl-12 {
  color: #e5e5e5;
}
.cl-14 {
  color: #777;
}
.cl-15 {
  color: #b5b5b5;
}
.cl-16 {
  color: #a5a5a5;
}
.cl-17 {
  color: #333;
}
.cl-18 {
  color: #23527c;
}
.cl-20 {
  color: #4054b2;
}
.bg-cl8 {
  background-color: #f5f5f5;
}
.ta-c {
  text-align: center;
}
.td-u {
  text-decoration: underline;
}
.jc-c {
  justify-content: center;
}
.ta-r {
  text-align: right;
}
.st-1 {
  font: 700 69px/90px Roboto;
  text-shadow: 11px 0 9px rgba(0, 0, 0, 0.3);
}
.st-2 {
  font: 300 50px/55px Roboto;
  text-shadow: 10px 10px 20px rgba(0, 0, 0, 0.11);
}
.st-2 strong {
  font-weight: 700;
}
.st-3 {
  font: 500 40px/52px Roboto;
}
.tt-1 {
  font: 500 37px/37px Roboto;
}
.tt-1.fw7 {
  font-weight: 700;
}
.tt-1.lh60 {
  line-height: 60px;
}
.tt-2 {
  font: 500 20px/32px Roboto;
}
.tt-2.lh30 {
  line-height: 30px;
}
.tt-3 {
  font: 500 25px/40px Roboto;
}
.tt-3 strong {
  font-weight: 700;
}
.tt-3.lh35 {
  line-height: 35px;
}
.tt-4 {
  font: 900 31px/37px Roboto;
}
.tt-5 {
  font: 900 26px/42px Roboto;
}
.tt-5.lh35 {
  line-height: 26px;
}
.tt-5.fw5 {
  font-weight: 500;
}
.tt-6 {
  font: 500 29px/29px Roboto;
}
.tt-7 {
  font: 700 24px/39px Roboto;
}
.t-1 {
  font: 19px/31px Roboto;
}
.t-1.lh22 {
  line-height: 22px;
}
.t-2 {
  font: 300 17px/28px Roboto;
}
.t-2 strong {
  font-weight: 700;
}
.t-3 {
  font: 500 18px/21px Roboto;
}
.t-3.lh30 {
  line-height: 30px;
}
.t-3.lh25 {
  line-height: 25px;
}
.t-3.fw3 {
  font-weight: 300;
}
.t-3.fw7 {
  font-weight: 700;
}
.t-3.ff1 {
  font-family: "Roboto Slab";
}
.t-4 {
  font: 300 16px/26px Roboto;
}
.t-4 b,
.t-4 strong {
  font-weight: 700;
}
.t-4.lh38 {
  line-height: 38px;
}
.t-4.lh29 {
  line-height: 38px;
}
.t-5 {
  font: 300 16px/24px Roboto;
  font-style: italic;
}
.t-5 strong {
  font-weight: 700;
}
.t-5.fsn {
  font-style: normal;
}
.t-6 {
  font: 300 19px/31px Roboto;
  padding-left: 80px;
  background: url(../img/ico-flecha-derecha.svg) 0 50% no-repeat;
  background-size: 40px;
}
.t-7 {
  font: 700 14px/23px Roboto;
}
.t-7.fw3 {
  font-weight: 300;
}
.t-7.fw5 {
  font-weight: 500;
}
.t-8 {
  font: 500 22px/36px Roboto;
}
.t-9 {
  font: 500 12px/19px Roboto;
}
.pd-10 {
  padding: 10px;
}
.pd-0-16 {
  padding: 0 16px;
}
.pd-bt-80 {
  padding-bottom: 80px;
}
.mr-bt-48 {
  margin-bottom: 48px;
}
.t-bt {
  background: #4498e7;
  color: #fff;
  text-align: center;
  font: 300 19px/60px Roboto;
  max-width: 750px;
  margin: 50px auto;
  border-radius: 10px;
}
.t-bt-fl {
  color: #fff;
  text-align: center;
  font: 500 16px/49px Roboto;
  border-radius: 50px;
  background: #4498e7 url(..../images/ico-right-long.svg) calc(100% - 20px) 50%
    no-repeat;
  background-size: 16px;
  padding: 0 50px 0 20px;
  border: 1px solid #4498e7;
  min-width: 153px;
}
.t-bt-fl:hover {
  transition: all 0.3s ease;
  color: #4498e7;
  background-color: #fff;
  background-image: url(../img/ico-right-long-cl5.svg);
}
.t-bt-fl.inv {
  color: #4498e7;
  background-color: #fff;
  background-image: url(../img/ico-right-long-cl5.svg);
}
.t-bt-fl.inv:hover {
  transition: all 0.3s ease;
  color: #fff;
  background-color: #4498e7;
  background-image: url(..../images/ico-right-long.svg);
}
.c-cnt {
  max-width: 1170px;
  margin: 0 auto;
}
.cntct {
  width: 100%;
}
.cntct fieldset {
  margin-bottom: 4px;
  padding: 0 13px;
  display: block;
}
.cntct label {
  margin: 20px 0 5px;
  display: block;
}
.cntct input,
.cntct textarea {
  color: #7a7a7a;
  background-color: #fff;
  font: 14px/34px Roboto;
  display: block;
  width: 100%;
  resize: none;
  margin-bottom: 7px;
  border: 0;
}
.cntct button {
  font: 14px/46px Roboto;
  color: #fff;
  background: #4498e7;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 0 30px;
  margin: 10px 1px;
}
.fsrch {
  display: flex;
  justify-content: space-between;
  padding-right: 30px;
}
.fsrch div {
  position: relative;
  min-width: calc(100% - 70px);
  margin-bottom: 0;
}
.fsrch label {
  font: 14px/20px Roboto;
  transition: all 0.3s ease;
  color: #aaa;
  position: absolute;
  bottom: 8px;
}
.fsrch label.focused {
  bottom: 25px;
  font-size: 10px;
}
.fsrch input {
  border: 0;
  border-bottom: 1px solid #fff;
  transition: all 0.3s ease;
  font: 14px/35px Roboto;
  color: #aaa;
  width: 100%;
  padding-top: 10px;
}
.fsrch button {
  background: #4498e7 url(..../images/ico-lupa.png) 50% no-repeat;
  background-size: 20px;
  width: 45px;
  height: 45px;
  text-indent: -9999px;
  border-radius: 4px;
}
.cat1 {
  color: #89229b;
}
.cat2 {
  color: #00bcd4;
}
.cat3 {
  color: #f44336;
}
.cat4 {
  color: #ff9800;
}
.cat5 {
  color: #e91e63;
}
.cat6 {
  color: #4caf50;
}
.cat7 {
  color: #aa0;
}
@media (max-width: 989px) {
  body {
    max-width: 100vw;
  }
  .st-1 {
    font: 700 38px/55px Roboto;
  }
  .st-3 {
    font: 500 28px/34px Roboto;
  }
  .t-bt {
    margin: 25px auto;
  }
  .t-2 {
    font-size: 15px;
    line-height: 26px;
  }
  .faq__container{
    padding: 0% 5%;
  }
}
@media (max-width: 767px) {
  .st-1 {
    font: 700 36px/47px Roboto;
  }
  .t-6 {
    padding: 40px 0 0;
    background-position: 50% 0;
  }
  .t-8 {
    font: 500 16px/26px Roboto;
  }
  .tt-1 {
    font-size: 28px;
    line-height: 28px;
  }
  .faq__container{
    padding: 0% 5%;
  }
}
@media (max-width: 433px) {
  body {
    padding-top: 138px;
  }

  .faq__container{
    padding: 0% 5%;
  }
}
#accept {
  width: auto;
  display: inline;
  margin-right: 5px;
}
#accept + label {
  width: auto;
  font-weight: 400;
  display: inline-block;
}
#accept + label > a {
  text-decoration: underline;
  font-weight: 700;
}
.h-top {
  position: fixed;
  box-shadow: 0 1px 10px -6px rgba(0, 0, 0, 0.42),
    0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px -2px rgba(0, 0, 0, 0.1);
  width: 100%;
  top: 0;
  z-index: 100;
  background: #fff;
}
.h-top .c-sup {
  background: #244b68;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.h-top .c-sup a {
  margin: 0 10px;
  font: 14px/24px Roboto;
  color: #fff;
}
.h-top .c-sup a:nth-child(-n + 2) {
  padding-left: 25px;
  background: url(..../images/ico-mail-blanco.png) 0 50% no-repeat;
  background-size: 18px;
}
.h-top .c-sup a:nth-child(2) {
  background-image: url(..../images/ico-phone-blanco.png);
}
.h-top .c-sup a:nth-child(n + 2) {
  margin: 0 5px;
}
.h-top .c-sup img {
  height: 18px;
  margin: 3px 0;
}
.h-top .c-cnt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
}
.h-top .lnk-h,
.h-top h1 {
  width: 121px;
  height: 60px;
  text-indent: -9999px;
  background: url(..../images/logo-axer-consulting.png) 0 0 no-repeat;
  background-size: contain;
  display: block;
}
nav > div {
  display: none;
}
nav > ul {
  display: flex;
  flex-wrap: wrap;
}
nav > ul ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 95%;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-radius: 4px;
}
nav > ul ul a {
  font: 14px/20px Roboto;
  color: #555;
  display: block;
  margin: 0 5px;
  padding: 10px;
  white-space: nowrap;
}
nav > ul ul a:hover {
  color: #4498e7;
}
nav > ul > li {
  position: relative;
}
nav > ul > li > a {
  padding: 15px;
  display: block;
  font: 12px/20px Roboto;
  transition: 0.3s ease;
  text-transform: uppercase;
  color: #555;
  position: relative;
}
nav > ul > li > a:hover {
  color: #4498e7;
}
nav > ul > li.c-sub > a {
  padding-right: 20px;
}
nav > ul > li.c-sub > a:before {
  transition: 0.3s ease;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #555;
  display: block;
  content: "";
  position: absolute;
  right: 5px;
  top: calc(50% - 2.5px);
}
nav > ul > li.c-sub > a:hover:before {
  border-top: 5px solid #4498e7;
}
@media (min-width: 990px) {
  nav > ul > li.c-sub:hover ul {
    transition: all 150ms linear;
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
}
@media (max-width: 989px) {
  .h-top .c-cnt {
    padding: 15px;
  }
  .h-top nav > ul {
    position: fixed;
    top: 94px;
    left: 100%;
    width: 100vw;
    height: calc(100vh - 70px);
    transition: all 0.5s ease-in-out;
    background: #fff;
    display: flex;
    align-content: flex-start;
  }
  .h-top nav > ul ul {
    position: relative;
    visibility: visible;
    opacity: 1;
    top: 0;
    box-shadow: initial;
    min-width: 100%;
  }
  .h-top nav > ul li {
    min-width: 100%;
  }
  .h-top nav > ul li li {
    padding-left: 20px;
  }
  .h-top nav > ul li a:before {
    display: none;
  }
  #bt_menu {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 2;
    background: 0 0;
    border: 0;
    z-index: 101;
    padding: 20px 10px;
  }
  #bt_menu span {
    border-radius: 1px;
    height: 2px;
    width: 20px;
    background: #000;
    position: absolute;
    display: block;
    transition: 0.25s ease-in-out;
    color: #000;
  }
  #bt_menu span:after,
  #bt_menu span:before {
    border-radius: 1px;
    height: 2px;
    width: 20px;
    background: #000;
    position: absolute;
    display: block;
    content: "";
    top: -8px;
    transition: 0.25s ease-in-out;
  }
  #bt_menu span:after {
    top: auto;
    bottom: -8px;
  }
  .m-act {
    overflow: hidden;
  }
  .m-act header nav ul {
    left: 0;
  }
  .m-act #bt_menu span {
    background: 0 0;
  }
  .m-act #bt_menu span:before {
    transform: rotate(45deg);
    top: 0;
  }
  .m-act #bt_menu span:after {
    transform: rotate(-45deg);
    bottom: 0;
  }
}
@media (max-width: 433px) {
  .h-top nav > ul {
    top: 54px;
  }
}
footer {
  background: #323437;
  padding: 30px 0 18px;
}
footer > div {
  max-width: 1170px;
  margin: 0 auto 10px;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
}
footer > div > div {
  max-width: 33.3333333333%;
  min-width: 33.3333333333%;
  padding-right: 30px;
}
footer > div > div:last-child {
  padding: 0;
}
footer > div > div > div {
  display: flex;
}
footer > div > div > div a img {
  width: 25px;
  margin-right: 10px;
}
footer > div a:first-child img {
  margin-bottom: 25px;
}
footer > div iframe {
  width: 100%;
  height: 100%;
}
footer nav {
  max-width: 1170px;
  margin: 20px auto;
  padding: 0 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
footer nav ul {
  justify-content: center;
  padding-top: 20px;
}
footer nav ul a {
  opacity: 0.86;
  color: #fff;
}
footer nav ul a:hover {
  color: #fff;
}
footer p {
  font: 300 14px/22px Roboto;
  color: #999;
  margin-bottom: 10px;
}
footer p strong {
  font-weight: 700;
}
footer p a {
  color: #999;
}
footer .tit {
  font: 700 18px/1.4 "Roboto Slab";
  color: #fff;
  margin: 10px 0 20px;
}
@media (max-width: 989px) {
  footer nav,
  footer > div {
    max-width: 750px;
    padding: 0 25px;
  }
  footer > div > div {
    max-width: 100%;
    min-width: 100%;
    padding: 0;
  }
  footer > div > div:last-child {
    min-height: 300px;
    padding-top: 20px;
  }
  footer form {
    margin-bottom: 45px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  footer > div {
    padding: 0 15px;
  }
  footer nav {
    margin: 0 15px;
    padding: 0;
  }
}
#cnt-cook {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  top: 0;
  left: 0;
  z-index: 100;
}
#cnt-cook > div {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 20px 0;
  width: 100%;
}
#cnt-cook p {
  max-width: 1040px;
  margin: 0 auto;
}
#cnt-cook button {
  font: 14px/46px Roboto;
  color: #fff;
  background: #4498e7;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 0 30px;
  margin: 10px 20px 0;
  display: inline-block;
}
#cnt-cook a {
  display: inline-block;
}
.buscador > .fsrch {
  max-width: 990px;
  width: 90%;
  margin: 20px auto;
  background: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
}
.buscador > .fsrch input {
  color: #323437;
}
.parallax-window {
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
  padding: 0 20px;
}
.parallax-window > * {
  position: relative;
}
.parallax-window h1 {
  font: 700 42px/59px Roboto;
  color: #fff;
  text-align: center;
}
.parallax-window h1 span {
  display: block;
  font: 21px/28px Roboto;
}
.bck-b {
  position: relative;
}
.bck-b:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.a-est div {
  max-width: 730px;
  margin: 0 auto;
  padding: 70px 0;
  width: 85vw;
}
.a-est .gal {
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56),
    0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  margin-bottom: 30px;
}
.a-est p {
  margin: 0 0 15px;
  font: 300 16px/26px Roboto;
  color: #3c4858;
}
.a-est p strong {
  font-weight: 700;
}
.a-est h3 {
  font: 700 16px/26px Roboto;
  margin: 0 0 15px;
}
.a-est ul {
  list-style: disc inside;
}
.a-est a {
  color: #4498e7;
  font: 300 18px/30px Roboto;
  font-style: italic;
}
@media (max-width: 989px) {
  .parallax-window {
    min-height: 200px;
  }
  .parallax-window h1 {
    font: 700 26px/34px Roboto;
  }
  .parallax-window h1 span {
    font: 16px/20px Roboto;
  }
  .a-est div {
    padding: 35px 0;
  }
}
@media (max-width: 767px) {
  .parallax-window {
    min-height: 150px;
  }
}
section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.buscador {
  display: block;
}
section.c-sep-sup {
  padding-top: 70px;
}
section.c-sep-sup:before {
  content: "";
  width: 8%;
  max-width: 98px;
  margin: 24px auto 44px;
  display: block;
  background: #4498e7;
  height: 3px;
}
section.c-sep-inf:after {
  content: "";
  width: 8%;
  max-width: 98px;
  margin: 24px auto 44px;
  display: block;
  background: #4498e7;
  height: 3px;
}
section.c-sep-inf.sep-dot:after {
  background: 0 0;
  border-top: 5px dotted #4498e7;
  height: auto;
}
section.c-bck-img.img-1 {
  background: url(../img/back-section-1.jpg) 50% repeat;
  background-position: -800px -800px;
}
section.c-bck-img.img-1.bck-pos-1 {
  background-position: -784px 583px;
}
section > :not(:last-child) {
  margin-bottom: 20px;
}
section > div {
  max-width: 1140px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
section > div div {
  margin-bottom: 70px;
}
section div.d-1 {
  padding: 0 10%;
}
section div.d-2 {
  padding: 125px 0 80px 32px;
}
section div.d-2 h2 {
  padding-bottom: 35px;
}
section div.d-2 div {
  margin-bottom: 0;
}
section div.d-3 {
  padding: 95px 0 0 16px;
}
section div.d-3 h2 {
  padding-bottom: 15px;
}
section div.d-3.t-md0 p {
  margin-bottom: 0;
}
section div.d-4 {
  padding: 90px 0 107px 32px;
}
section div.d-4 h2 {
  padding-bottom: 15px;
}
section div.d-4 h2:after {
  content: "";
  display: block;
  max-width: 67px;
  height: 3px;
  background: #fff;
  margin: 35px 0 0;
}
section div.d-4 div {
  margin-bottom: 0;
}
section div.d-4 li {
  padding: 10px 0 10px 43px;
  background: url(../img/ico-ok.png) 0 50% no-repeat;
  background-size: 24px;
}
section div.d-4 li.bck-mal {
  background-image: url(../img/ico-maletin.svg);
}
section div.d-4 li.bck-cer {
  background-image: url(../img/ico-cerebro.svg);
}
section div.d-4 li.bck-man {
  background-image: url(../img/ico-manos.svg);
}
section div.d-4 li.bck-com {
  background-image: url(../img/ico-comentarios.svg);
}
section div.d-4 li.bck-sec {
  background-image: url(../img/ico-secreto.svg);
}
section div.d-5 {
  padding: 133px 0;
}
section div.d-5 img {
  opacity: 0.68;
  max-width: 482px;
  margin-top: 35px;
}
section div.d-6 {
  padding: 95px 0 0 16px;
}
section div.d-6 .w50 {
  padding: 45px 38px;
  margin: 0;
}
section div.d-6 h3 {
  margin-bottom: 15px;
}
section div.d-6 svg {
  margin-bottom: 20px;
}
section div.d-6 a,
section div.d-6 span {
  display: block;
}
section div.d-7 {
  padding: 95px 0 0 16px;
}
section div.d-7 .w100 {
  margin-bottom: 40px;
}
section div.d-7 .w50 {
  padding: 30px;
}
section div.d-7 .w50:last-of-type {
  margin: 26px 0 0;
  padding: 0 0 0 25px;
}
section div.d-7 .t-cnt,
section div.d-7 .t-tel {
  background: url(../img/ico-tel.svg) 0 50% no-repeat;
  background-size: 32px;
  padding-left: 40px;
}
section div.d-7 .t-cnt {
  background-image: url(../img/ico-cnt.svg);
  background-size: 29px;
}
section div p {
  margin-bottom: 15px;
  color: #000;
}
section div h2 {
  color: #000;
}
section .w100 {
  min-width: 100%;
  max-width: 100%;
}
section .w50 {
  min-width: 50%;
  max-width: 50%;
}
section .svg-50 img,
section .svg-50 svg {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}
section .svg-60 img {
  width: 60px;
  height: 60px;
  margin: 0 auto 30px;
}
section .svg-110 img,
section .svg-110 svg {
  width: 110px;
  height: 110px;
}
section svg {
  transition: transform 0.5s ease;
}
section svg:hover {
  transform: scale(1.1);
}
section.ns-t1 {
  padding: 70px 0 140px;
}
section.ns-t1 h2 {
  padding-bottom: 45px;
}
section.ns-t1 .t-4,
section.ns-t1 .tt-5 {
  margin-bottom: 15px;
}
section.ns-t1 section {
  margin: 30px auto 0;
  padding: 55px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  background: #fcfcfc;
  border: 1px solid #e5e5e5;
  max-width: 948px;
  width: calc(100% - 50px);
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
section.ns-t1 section > div:not(:only-child) {
  max-width: calc(85% - 25px);
  flex-direction: column;
}
section.ns-t1 > div {
  max-width: 948px;
}
section.ns-t2 {
  padding: 70px 0 0;
}
section.ns-t3 {
  padding: 0 0 110px;
  max-width: 948px;
  margin: 0 auto;
}
section.ns-t3 li {
  padding-left: 60px;
  margin-bottom: 15px;
  background: url(../img/ico-glasses.svg) 0 0 no-repeat;
  background-size: auto 27px;
}
section.ns-t3 li.bck-building {
  background-image: url(../img/ico-building.svg);
}
section.ns-t3 li.bck-right-left {
  background-image: url(../img/ico-right-left.svg);
}
section.ns-t3 li.bck-eraser {
  background-image: url(../img/ico-eraser.svg);
}
section.ns-t3 li.bck-money-bill {
  background-image: url(../img/ico-money-bill.svg);
}
section.ns-t3 li.bck-file-signature {
  background-image: url(../img/ico-file-signature.svg);
}
section.ns-t3 li.bck-book {
  background-image: url(../img/ico-book.svg);
}
section.cn-t1 {
  padding: 95px 0 75px;
  word-wrap: break-word;
}
section.cn-t1 ul {
  display: flex;
  padding-top: 70px;
}
section.cn-t1 li {
  max-width: 33.3333333333%;
  min-width: 33.3333333333%;
  border-style: solid;
  border-width: 0 1px 0 1px;
  border-color: #e2e2e2;
  padding: 70px 50px;
}
section.cn-t1 p,
section.cn-t1 span {
  margin-bottom: 15px;
  display: block;
}
section.d-form {
  max-width: 750px;
  margin: 0 auto;
}
section.d-form input,
section.d-form textarea {
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
section.d-map {
  border-top: 2px dashed #4498e7;
  margin: 70px auto;
  padding: 70px;
  max-width: 1140px;
}
section.d-map iframe {
  max-width: 90vw;
  width: 700px;
  height: 400px;
}
section.o-srv {
  padding-bottom: 150px;
}
section.o-srv h3:after {
  content: "";
  display: block;
  width: 160px;
  height: 1.5px;
  background: #4498e7;
  margin: 10px auto 30px;
}
section.o-srv ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 948px;
}
section.o-srv li {
  max-width: 33.3333333333%;
}
section.o-srv a {
  display: inline-block;
  background-color: #4498e7;
  font: 15px/19px Roboto;
  border-radius: 3px;
  color: #fff;
  transition: 0.3s ease;
  padding: 10px 24px;
}
section.o-srv a:hover {
  opacity: 0.75;
  transform: scale(1.1);
}
section.hm-t1 {
  margin: 25px auto 0;
  padding: 50px 0 90px;
  max-width: 1120px;
  border-top: 2px dashed #4498e7;
  position: relative;
}
section.hm-t1:before {
  content: "";
  display: block;
  background: #fff url(../img/ico-hand-point-down-cl5.svg) 50% no-repeat;
  background-size: 22px;
  width: 35px;
  height: 35px;
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
}
section.hm-t1 ul {
  display: flex;
}
section.hm-t1 li {
  max-width: 33.3333333333%;
  min-width: 33.3333333333%;
  padding: 10px;
}
section.hm-t1 h3 {
  margin-bottom: 15px;
}
section.hm-t2 {
  padding: 90px 0 75px;
  background: linear-gradient(140deg, #fff 0, #4498e7 69%);
}
section.hm-t2 .t-3 {
  padding: 35px 0 70px;
  max-width: 780px;
  width: 90%;
}
section.hm-t3 {
  padding: 105px 0 120px;
  background: rgba(0, 0, 0, 0.04);
}
section.hm-t3 .w50 {
  padding: 50px 30px;
}
section.hm-t3 div:nth-child(2) {
  padding: 30px;
}
section.hm-t3 .t-4 {
  margin-top: 30px;
}
section.hm-t3 li {
  padding: 20px 0 0 60px;
  margin-top: 35px;
  position: relative;
}
section.hm-t3 li .t-4 {
  display: block;
  margin-top: 15px;
}
section.hm-t3 li strong {
  display: block;
}
section.hm-t3 li:before {
  content: "";
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 0;
  background: #4498e7 url(../img/ico-tel.svg) 50% no-repeat;
  background-size: 22px;
  border-radius: 44px;
  display: block;
}
section.hm-t3 li.mail:before {
  background-image: url(../img/ico-cnt.svg);
}
section.hm-t3 li.rrss:before {
  background-image: url(../img/ico-linkedin.svg);
}
section.hm-t4 {
  padding: 50px 0 25px;
}
section.hm-t4 ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1148px;
  margin: 0 auto;
  width: 100%;
}
section.hm-t4 li {
  padding: 45px 20px;
  min-width: 33.3333333333%;
  max-width: 33.3333333333%;
}
section.hm-t4 li > a {
  box-shadow: 0 3px 10px 0 #b5b5b5;
  margin-bottom: 15px;
}
section.hm-t4 li a {
  display: block;
}
section.hm-t4 li a:hover {
  opacity: 0.75;
}
section.hm-t4 li .t-7 {
  margin: 5px 0 20px;
  padding-left: 25px;
  background: url(../img/ico-calendar-cl3.svg) 0 50% no-repeat;
  background-size: 15px;
}
section.sl-hom {
  background-position: 0 750px;
  background-attachment: fixed;
  background-size: cover;
  padding: 90px 0 60px;
}
section.sl-hom div {
  flex-direction: column;
  align-items: flex-start;
}
section.sl-hom .t-8 {
  padding: 50px 0;
}
@media (max-width: 989px) {
  section > div div {
    margin-bottom: 35px;
  }
  section.c-sep-sup {
    padding-top: 35px;
  }
  section.c-sep-sup:before {
    margin: 12px auto 22px;
  }
  section.c-sep-sup:after {
    margin: 22px auto 12px;
  }
  section div.d-3 {
    padding: 47px 20px 0;
  }
  section div.d-4 div:first-child {
    padding: 30px 20px;
  }
  section div.d-5 {
    padding: 61px 20px 0;
  }
  section div.d-5 img {
    margin-top: 35px;
    max-width: 80%;
    display: inline-block;
  }
  section div.d-6 {
    padding: 42px 0 0 8px;
  }
  section div.d-6 .w50 {
    padding: 22px 19px;
  }
  section.ns-t1 {
    padding: 35px 0 70px;
  }
  section.ns-t1 h2 {
    padding-bottom: 22px;
  }
  section.ns-t1 section {
    margin: 15px 25px 0;
    padding: 27px;
  }
  section.ns-t1 > div {
    max-width: 948px;
  }
  section.sl-hom {
    padding: 45px 0 30px;
  }
  section.sl-hom div {
    padding: 0 40px;
  }
  section.sl-hom .t-8 {
    padding: 25px 0;
  }
  section.hm-t3 {
    padding: 53px 0 60px;
  }
  section.hm-t4 li {
    max-width: 50%;
    min-width: 50%;
  }
  section.ns-t3 {
    padding: 0 0 55px;
  }
  section.ns-t3 ul {
    margin: 0 20px;
  }
  section.cn-t1 {
    padding: 47px 0 32px;
  }
  section.cn-t1 ul {
    padding: 35px 30px 0;
  }
  section.cn-t1 li {
    padding: 30px;
  }
  section.d-map {
    margin: 35px auto;
    padding: 35px;
  }
  section.o-srv {
    padding-bottom: 75px;
  }
  section.o-srv ul {
    max-width: calc(100vw - 90px);
  }
}
@media (max-width: 767px) {
  section.c-bck-img.img-1.bck-pos-1 {
    background-position: 0 0;
  }
  section.c-bck-img.img-1.bck-siz-c {
    background-size: cover;
  }
  section.ns-t1 section {
    flex-direction: column-reverse;
  }
  section.ns-t1 section > div {
    max-width: 100%;
    margin-top: 30px;
  }
  section.ns-t1 section img {
    width: 46px;
    height: 46px;
  }
  section.ns-t2 > div {
    padding: 0 20px;
  }
  section.cn-t1 ul {
    flex-wrap: wrap;
  }
  section.cn-t1 li {
    min-width: 100%;
    max-width: 100%;
  }
  section.d-form {
    padding: 0 20px;
  }
  section.hm-t1 ul {
    flex-wrap: wrap;
  }
  section.hm-t1 li {
    min-width: 100%;
    max-width: 100%;
  }
  section.o-srv ul {
    flex-direction: column;
  }
  section.o-srv li {
    max-width: initial;
    margin: 0 0 20px;
  }
  section.hm-t4 li {
    min-width: 100%;
    max-width: 100%;
  }
  section.sl-hom {
    background-attachment: initial;
    background-position: top left;
  }
  section .w50 {
    min-width: 100%;
    max-width: 100%;
  }
}
.blog {
  max-width: 1170px;
  padding: 70px 15px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  flex-wrap: wrap;
}
.blog > header {
  min-width: 100%;
}
.blog > div,
.blog > section {
  min-width: 66.6666666667%;
  max-width: 66.6666666667%;
}
.blog .e-not {
  display: flex;
  padding: 0 15px;
  margin-bottom: 60px;
  align-items: flex-start;
}
.blog .e-not > a {
  box-shadow: 0 3px 10px 0 #b5b5b5;
  overflow: hidden;
  margin-right: 15px;
  min-width: 41.6666666667%;
}
.blog .e-not > a img {
  transition: scale 0.5s ease;
}
.blog .e-not > a:hover img {
  transform: scale(1.1);
}
.blog .e-not > div {
  min-width: 58.3333333333%;
  padding-left: 15px;
}
.blog .e-not > div > * {
  margin-bottom: 10px;
}
.blog .e-not > div > a {
  text-transform: uppercase;
}
.blog aside {
  min-width: 25%;
  max-width: 25%;
}
.blog aside ul {
  padding: 15px 0;
}
.blog aside li {
  padding: 0 0 15px 5px;
}
.blog a {
  display: block;
}
.blog a:hover {
  opacity: 0.75;
}
.blog .fsrch {
  margin-bottom: 60px;
}
.blog .fsrch input[type="search"] {
  border-bottom: 1px solid #d2d2d2;
}
.n-pag li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 3px;
}
.n-pag li a {
  line-height: 30px;
}
.n-pag li a:hover {
  background-color: #eee;
  color: #999;
  opacity: 0.75;
}
.n-pag a,
.n-pag span {
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 30px;
  padding: 0 11px;
}
.n-pag span {
  display: block;
  background: #4498e7;
  box-shadow: 0 14px 26px -12px rgba(68, 152, 231, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(68, 152, 231, 0.2);
  color: #fff;
  font: 12px/30px Roboto;
}
.n-pag .sig {
  padding-right: 20px;
  background: url(../img/ico-angles-right-cl3.svg) calc(100% - 8px) 50%
    no-repeat;
  background-size: 8px;
  width: auto;
}
.n-pag .ant {
  padding-left: 20px;
  background: url(../img/ico-angles-left-cl3.svg) 8px 50% no-repeat;
  background-size: 8px;
  width: auto;
}
.art-fot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 50px 0;
}
.art-fot ul {
  display: flex;
}
.art-fot .lst-cat a {
  font: 700 10px/24px Roboto;
  text-transform: uppercase;
  color: #fff;
  padding: 0 12px;
  margin: 0 5px;
  border-radius: 50px;
  background: #4498e7;
}
.art-fot .lst-share a {
  width: 44px;
  height: 44px;
  text-indent: -9999px;
  border-radius: 44px;
  background: #999 url(../img/ico-envelope.svg) 50% no-repeat;
  background-size: 17px;
  margin-left: 10px;
}
.art-fot .lst-share a.lnk-fb {
  background-color: #3b5998;
  background-image: url(../img/ico-facebook.svg);
}
.art-fot .lst-share a.lnk-tw {
  background-color: #55acee;
  background-image: url(../img/ico-twitter.svg);
}
.not-rel {
  padding: 100px 0;
  background: #e5e5e5;
}
.not-rel ul {
  max-width: 1140px;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
}
.not-rel li {
  min-width: calc(33.3333333333% - 20px);
  max-width: calc(33.3333333333% - 20px);
  background: #fff;
  margin-top: 30px;
  padding: 0 15px 20px;
  border-radius: 6px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.not-rel li > a {
  margin: -30px 0 20px;
  border-radius: 6px;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56),
    0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  display: block;
  overflow: hidden;
  position: relative;
  min-height: 200px;
  max-height: 200px;
}
.not-rel li img {
  max-width: initial;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.not-rel div h2 {
  margin-bottom: 15px;
}
.not-rel div > a {
  text-transform: uppercase;
}
@media (max-width: 989px) {
  .blog > div,
  .blog > section {
    min-width: 100%;
    max-width: 100%;
    padding: 0 19px;
  }
  .blog .e-not > a {
    min-width: 282px;
  }
  .blog .e-not > div {
    min-width: calc(100% - 297px);
  }
  .blog aside {
    min-width: 100%;
    max-width: 100%;
    margin-top: 20px;
    padding: 0 30px;
  }
  .blog .fsrch {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .blog aside,
  .blog > div,
  .blog > section {
    padding: 0;
  }
  .blog .e-not {
    flex-direction: column;
    padding: 0;
  }
  .blog .e-not > a {
    margin: 0 0 30px;
    min-width: 100%;
  }
  .blog .e-not img {
    width: 100%;
  }
  .blog .e-not > div {
    padding: 0;
  }
  .not-rel {
    padding: 50px 16px;
  }
  .not-rel ul {
    flex-wrap: wrap;
  }
  .not-rel li {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.detail {
  align-items: flex-start;
  color: #3c4858;
}
.detail p {
  font: 300 17px/27px Roboto;
  margin: 0 0 20px;
}
.detail p strong {
  font-weight: 700;
}
.detail h2:not([class]) {
  font: 700 17px/27px Roboto;
  margin: 0 0 20px;
}
.detail > h2 {
  color: #4054b2;
}
.detail a {
  color: #4498e7;
  display: inline;
}

.detail ol {
  counter-reset: lst-ord-counter;
}
.detail ol li {
  counter-increment: lst-ord-counter;
  margin: 0 0 20px;
}
.detail ol li:before {
  content: counter(lst-ord-counter);
  background: #4498e7;
  color: #fff;
  font: 700 20px/40px Roboto;
  text-align: center;
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50px;
  margin: 0 0 20px;
}

.detail ul {
  list-style-type: disc;
  list-style-position: inside;
}
.detail ul li {
  margin: 0 0 20px;
  font: 300 17px/27px Roboto;
}
.detail hr {
  width: 45%;
  margin: 0 auto 20px;
  border-color: #bfbfbf;
  display: inline-block;
}
.detail > img {
  display: block;
  margin: 0 auto 20px;
}
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
}
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}
ul.breadcrumb li + li:before {
  padding: 8px;
  color: #000;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}
