body {
  margin: 0;
  padding: 0; }
  body.modal-open {
    overflow: hidden; }

*, ::after, ::before {
  box-sizing: border-box;
  position: relative; }

h1, h2, h3, h4, h5, h6, h7 {
  font-family: "Raleway", Arial, sans-serif; }

div, p, li, a {
  font-family: "PT Sans", Arial, sans-serif; }

.clear-after:after {
  content: "";
  display: block;
  width: 100%;
  float: none;
  clear: both;
  font-size: 0; }

ul.reset-list, ul.common-list,
ol.reset-list,
ol.common-list {
  list-style: none;
  margin: 0;
  padding: 0; }

img.img-responsive {
  display: block;
  max-width: 100%;
  width: auto; }

[v-cloak] {
  visibility: hidden; }

.max-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px; }

.btn {
  background-color: slategray;
  border: none;
  border-radius: 15px;
  color: white;
  display: inline-block;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin: 10px auto;
  padding: 8px 20px;
  text-decoration: none;
  transition: background-color 0.2s; }
  .btn.btn-block, .btn.btn-xs-block {
    display: block; }
  .btn.btn-inline-block, .btn.btn-xs-inline-block {
    display: inline-block; }
  .btn.btn--no-margin-bottom {
    margin-bottom: 0; }
  .btn.btn--no-margin-top {
    margin-top: 0; }
  .btn.btn-lg {
    font-size: 22px;
    padding: 8px 22px; }
  .btn.btn-xs {
    font-size: 14px;
    padding: 4px 8px; }

.color-1 {
  color: #3370d6; }

.btn.btn-color-1 {
  background-color: #3370d6;
  color: white; }
  .btn.btn-color-1:hover, .btn.btn-color-1:focus {
    background-color: #265fbf; }
  .btn.btn-color-1:active {
    background-color: #204e9d; }

.color-2 {
  color: #0c85ec; }

.btn.btn-color-2 {
  background-color: #0c85ec;
  color: white; }
  .btn.btn-color-2:hover, .btn.btn-color-2:focus {
    background-color: #0a72ca; }
  .btn.btn-color-2:active {
    background-color: #085ca3; }

.color-3 {
  color: #303745; }

.btn.btn-color-3 {
  background-color: #012774;
  color: white; }
  .btn.btn-color-3:hover, .btn.btn-color-3:focus {
    background-color: #212630; }
  .btn.btn-color-3:active {
    background-color: #111318; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

.no-margin-left {
  margin-left: 0 !important; }

.no-margin-right {
  margin-right: 0 !important; }

.no-margin-top {
  margin-top: 0 !important; }

.no-padding-bottom {
  padding-bottom: 0 !important; }

.no-padding-left {
  padding-left: 0 !important; }

.no-padding-right {
  padding-right: 0 !important; }

.no-padding-top {
  padding-top: 0 !important; }

[class*=float-xs],
[class*=float-sm],
[class*=float-md],
[class*=float-lg] {
  float: left;
  min-height: 1px; }

.float-xs-12 {
  width: 100%; }

.float-xs-11 {
  width: 91.6666666667%; }

.float-xs-10 {
  width: 83.3333333333%; }

.float-xs-9 {
  width: 75%; }

.float-xs-8 {
  width: 66.6666666667%; }

.float-xs-7 {
  width: 58.3333333333%; }

.float-xs-6 {
  width: 50%; }

.float-xs-5 {
  width: 41.6666666667%; }

.float-xs-4 {
  width: 33.3333333333%; }

.float-xs-3 {
  width: 25%; }

.float-xs-2 {
  width: 16.6666666667%; }

.float-xs-1 {
  width: 8.3333333333%; }

.text-xs-center,
.text-center {
  text-align: center; }

.text-xs-right,
.text-right {
  text-align: right; }

.text-xs-left,
.text-left {
  text-align: left; }

.hidden,
.hidden-xs {
  display: none; }

@media screen and (min-width: 768px) {
  .float-sm-12 {
    width: 100%; }

  .float-sm-offset-12 {
    margin-left: 100%; }

  .float-sm-11 {
    width: 91.6666666667%; }

  .float-sm-offset-11 {
    margin-left: 91.6666666667%; }

  .float-sm-10 {
    width: 83.3333333333%; }

  .float-sm-offset-10 {
    margin-left: 83.3333333333%; }

  .float-sm-9 {
    width: 75%; }

  .float-sm-offset-9 {
    margin-left: 75%; }

  .float-sm-8 {
    width: 66.6666666667%; }

  .float-sm-offset-8 {
    margin-left: 66.6666666667%; }

  .float-sm-7 {
    width: 58.3333333333%; }

  .float-sm-offset-7 {
    margin-left: 58.3333333333%; }

  .float-sm-6 {
    width: 50%; }

  .float-sm-offset-6 {
    margin-left: 50%; }

  .float-sm-5 {
    width: 41.6666666667%; }

  .float-sm-offset-5 {
    margin-left: 41.6666666667%; }

  .float-sm-4 {
    width: 33.3333333333%; }

  .float-sm-offset-4 {
    margin-left: 33.3333333333%; }

  .float-sm-3 {
    width: 25%; }

  .float-sm-offset-3 {
    margin-left: 25%; }

  .float-sm-2 {
    width: 16.6666666667%; }

  .float-sm-offset-2 {
    margin-left: 16.6666666667%; }

  .float-sm-1 {
    width: 8.3333333333%; }

  .float-sm-offset-1 {
    margin-left: 8.3333333333%; }

  .hidden-sm {
    display: none !important; }

  .visible-sm {
    display: inherit !important; }

  .btn-sm-block {
    display: block; }

  .btn.btn-sm-inline-block {
    display: inline-block;
    width: auto; }

  .no-margin-sm-bottom {
    margin-bottom: 0 !important; }

  .no-margin-sm-left {
    margin-left: 0 !important; }

  .no-margin-sm-right {
    margin-right: 0 !important; }

  .no-margin-sm-top {
    margin-top: 0 !important; }

  .no-padding-sm-bottom {
    padding-bottom: 0 !important; }

  .no-padding-sm-left {
    padding-left: 0 !important; }

  .no-padding-sm-right {
    padding-right: 0 !important; }

  .no-padding-sm-top {
    padding-top: 0 !important; }

  .text-sm-center {
    text-align: center; }

  .text-sm-right {
    text-align: right; }

  .text-sm-left {
    text-align: left; } }
@media screen and (min-width: 992px) {
  .float-md-12 {
    width: 100%; }

  .float-md-offset-12 {
    margin-left: 100%; }

  .float-md-11 {
    width: 91.6666666667%; }

  .float-md-offset-11 {
    margin-left: 91.6666666667%; }

  .float-md-10 {
    width: 83.3333333333%; }

  .float-md-offset-10 {
    margin-left: 83.3333333333%; }

  .float-md-9 {
    width: 75%; }

  .float-md-offset-9 {
    margin-left: 75%; }

  .float-md-8 {
    width: 66.6666666667%; }

  .float-md-offset-8 {
    margin-left: 66.6666666667%; }

  .float-md-7 {
    width: 58.3333333333%; }

  .float-md-offset-7 {
    margin-left: 58.3333333333%; }

  .float-md-6 {
    width: 50%; }

  .float-md-offset-6 {
    margin-left: 50%; }

  .float-md-5 {
    width: 41.6666666667%; }

  .float-md-offset-5 {
    margin-left: 41.6666666667%; }

  .float-md-4 {
    width: 33.3333333333%; }

  .float-md-offset-4 {
    margin-left: 33.3333333333%; }

  .float-md-3 {
    width: 25%; }

  .float-md-offset-3 {
    margin-left: 25%; }

  .float-md-2 {
    width: 16.6666666667%; }

  .float-md-offset-2 {
    margin-left: 16.6666666667%; }

  .float-md-1 {
    width: 8.3333333333%; }

  .float-md-offset-1 {
    margin-left: 8.3333333333%; }

  .hidden-md {
    display: none !important; }

  .visible-md {
    display: inherit !important; }

  .btn-md-block {
    display: block; }

  .btn.btn-md-inline-block {
    display: inline-block;
    width: auto; }

  .no-margin-md-bottom {
    margin-bottom: 0 !important; }

  .no-margin-md-left {
    margin-left: 0 !important; }

  .no-margin-md-right {
    margin-right: 0 !important; }

  .no-margin-md-top {
    margin-top: 0 !important; }

  .no-padding-md-bottom {
    padding-bottom: 0 !important; }

  .no-padding-md-left {
    padding-left: 0 !important; }

  .no-padding-md-right {
    padding-right: 0 !important; }

  .no-padding-md-top {
    padding-top: 0 !important; }

  .text-md-center {
    text-align: center; }

  .text-md-right {
    text-align: right; }

  .text-md-left {
    text-align: left; } }
@media screen and (min-width: 1200px) {
  .float-lg-12 {
    width: 100%; }

  .float-lg-offset-12 {
    margin-left: 100%; }

  .float-lg-11 {
    width: 91.6666666667%; }

  .float-lg-offset-11 {
    margin-left: 91.6666666667%; }

  .float-lg-10 {
    width: 83.3333333333%; }

  .float-lg-offset-10 {
    margin-left: 83.3333333333%; }

  .float-lg-9 {
    width: 75%; }

  .float-lg-offset-9 {
    margin-left: 75%; }

  .float-lg-8 {
    width: 66.6666666667%; }

  .float-lg-offset-8 {
    margin-left: 66.6666666667%; }

  .float-lg-7 {
    width: 58.3333333333%; }

  .float-lg-offset-7 {
    margin-left: 58.3333333333%; }

  .float-lg-6 {
    width: 50%; }

  .float-lg-offset-6 {
    margin-left: 50%; }

  .float-lg-5 {
    width: 41.6666666667%; }

  .float-lg-offset-5 {
    margin-left: 41.6666666667%; }

  .float-lg-4 {
    width: 33.3333333333%; }

  .float-lg-offset-4 {
    margin-left: 33.3333333333%; }

  .float-lg-3 {
    width: 25%; }

  .float-lg-offset-3 {
    margin-left: 25%; }

  .float-lg-2 {
    width: 16.6666666667%; }

  .float-lg-offset-2 {
    margin-left: 16.6666666667%; }

  .float-lg-1 {
    width: 8.3333333333%; }

  .float-lg-offset-1 {
    margin-left: 8.3333333333%; }

  .hidden-lg {
    display: none !important; }

  .visible-lg {
    display: inherit !important; }

  .btn-lg-block {
    display: block; }

  .btn.btn-lg-inline-block {
    display: inline-block;
    width: auto; }

  .no-margin-lg-bottom {
    margin-bottom: 0 !important; }

  .no-margin-lg-left {
    margin-left: 0 !important; }

  .no-margin-lg-right {
    margin-right: 0 !important; }

  .no-margin-lg-top {
    margin-top: 0 !important; }

  .no-padding-lg-bottom {
    padding-bottom: 0 !important; }

  .no-padding-lg-left {
    padding-left: 0 !important; }

  .no-padding-lg-right {
    padding-right: 0 !important; }

  .no-padding-lg-top {
    padding-top: 0 !important; }

  .text-lg-center {
    text-align: center; }

  .text-lg-right {
    text-align: right; }

  .text-lg-left {
    text-align: left; } }
.home-header {
  background-image: -webkit-linear-gradient(179deg, rgba(0, 0, 0, 0.12), transparent 65%);
  background-image: linear-gradient(179deg, rgba(0, 0, 0, 0.12), transparent 65%);
  padding: 20px 20px 70px; }
  .common-section.common-section--1 {
    background: url(../img/bg_header3.jpg) top center/100% auto no-repeat #5c8bcc; }
    @media screen and (min-width: 768px) {
      .common-section.common-section--1 {
        background: url(../img/bg_header3.jpg) center 0/100% auto no-repeat #5c8bcc; } }
  .home-header h1 {
    margin-top: 0; }
    .home-header h1 img {
      display: block;
      max-width: 100%;
      width: auto; }
      @media screen and (min-width: 768px) {
        .home-header h1 img {
          max-width: 400px; } }
  .home-header h2 {
    color: white;
    font-size: 37px;
    line-height: 1.1;
    margin: 0 0 20px;
    padding: 0;
    text-align: left; }
  .home-header h1, .home-header h2, .home-header div {
    max-width: 1200px; }
    @media screen and (min-width: 1200px) {
      .home-header h1, .home-header h2, .home-header div {
        margin-left: auto;
        margin-right: auto; } }
  .home-header + .common-slide.sub-header,
  .home-header + .common-slide.sub-header ~ .common-slide.sub-header {
    background-color: white; }
    .home-header + .common-slide.sub-header .thumb-wrapper,
    .home-header + .common-slide.sub-header ~ .common-slide.sub-header .thumb-wrapper {
      margin-top: -70px; }
      @media screen and (min-width: 768px) {
        .home-header + .common-slide.sub-header .thumb-wrapper,
        .home-header + .common-slide.sub-header ~ .common-slide.sub-header .thumb-wrapper {
          margin-left: auto;
          margin-right: auto;
          width: 600px; } }
      .home-header + .common-slide.sub-header .thumb-wrapper a,
      .home-header + .common-slide.sub-header ~ .common-slide.sub-header .thumb-wrapper a {
        border: 10px solid white;
        display: block;
        height: 100%;
        width: 100%; }
  @media screen and (min-width: 768px) {
    .home-header + .common-slide.sub-header {
      background-color: transparent; } }

.main-footer {
  background-color: #303745;
  color: white;
  font-size: 13px;
  padding-bottom: 20px;
  padding-top: 20px; }
  .main-footer .main-footer_inner {
    margin: auto;
    max-width: 95%; }
    @media screen and (min-width: 1200px) {
      .main-footer .main-footer_inner {
        max-width: 1200px; } }
  .main-footer .footer-group {
    padding: 10px; }
    .main-footer .footer-group::before {
      content: "";
      position: absolute;
      left: 0;
      top: 20%;
      height: 60%;
      width: 1px;
      background-color: #fff; }
    .main-footer .footer-group:first-child::before {
      content: none; }
    @media screen and (min-width: 768px) {
      .main-footer .footer-group::before {
        content: none !important; } }
    .main-footer .footer-group img {
      margin: auto;
      max-width: 60px;
      display: block; }
      @media screen and (min-width: 768px) {
        .main-footer .footer-group img {
          margin-left: 0;
          margin-right: 0; } }
  .main-footer a {
    color: white;
    text-decoration: underline; }

.common-section {
  padding: 30px 20px;
  text-align: center;
  /**/ }
  .common-section.common-section--white {
    color: white; }
    .common-section.common-section--white * {
      color: inherit; }
    .common-section.common-section--white p.sub {
      color: white; }
  .common-section.common-section--bg-color-1 {
    background-color: #3370d6; }
  .common-section.common-section--bg-color-2 {
    background-color: #0c85ec; }
  .common-section.common-section--bg-color-3 {
    background-color: #303745; }
  .common-section.common-section--bg-gradient {
    background-image: linear-gradient(#3370d6, #0c85ec); }
  .common-section.common-section--inner-padding {
    padding: 0; }
    .common-section.common-section--inner-padding > .common-slide,
    .common-section.common-section--inner-padding > .common-section_inner-wrapper .common-slide {
      padding: 33px 20px; }
  .common-section.common-section--arrow-down::after {
    content: "";
    border-left: 15px solid white;
    border-right: 15px solid white;
    border-top: 16px solid #0c85ec;
    height: 16px;
    left: calc(50% - 15px);
    position: absolute;
    top: 100%;
    width: 30px; }
  .common-section.common-section--grow .common-section_inner-wrapper {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
  .common-section.common-section--keep .common-section_inner-wrapper {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto; }
  .common-section.common-section--3 {
    padding-bottom: 50px;
    padding-top: 10px; }
    @media screen and (min-width: 768px) {
      .common-section.common-section--3 {
        padding-bottom: 70px; } }
  .common-section > h3 {
    margin-top: 0; }
  .common-section h3 {
    font-size: 42px;
    margin-bottom: 30px !important; }
  .common-section p {
    color: #747474;
    font-size: 19px;
    line-height: 1.48; }
    .common-section p.sub {
      color: black;
      font-size: 20px;
      margin: 0;
      padding: 0; }
  .common-section a {
    text-decoration: none; }

ul.testimonios {
  list-style: none;
  margin: 0;
  padding: 0; }

li.testimonio {
  padding: 10px; }
  li.testimonio:after {
    content: "";
    display: block;
    width: 100%;
    float: none;
    clear: both;
    font-size: 0; }
  li.testimonio .testimonio_imagen-wrapper {
    border: 4px solid #0c85ec;
    border-radius: 50%;
    float: left;
    overflow: hidden;
    width: 25vw; }
    li.testimonio .testimonio_imagen-wrapper img {
      display: block;
      height: 100%;
      width: 100%; }
    @media screen and (min-width: 768px) {
      li.testimonio .testimonio_imagen-wrapper {
        width: 100px; } }
  li.testimonio .testimonio_texto-wrapper {
    float: left;
    text-align: left;
    width: calc(100% - 25vw); }
    @media screen and (min-width: 768px) {
      li.testimonio .testimonio_texto-wrapper {
        width: calc(100% - 100px); } }
    li.testimonio .testimonio_texto-wrapper h4 {
      display: block;
      font-size: 16px;
      text-align: right; }
    li.testimonio .testimonio_texto-wrapper p {
      font-size: 14px;
      padding: 4px 10px; }

@media screen and (max-width: 767px) {
  ul.common-list,
  ol.common-list {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%; } }
ul.common-list li,
ol.common-list li {
  font-size: 18px;
  padding: 5px 3px 5px 20px;
  text-align: left; }
  ul.common-list li::before,
  ol.common-list li::before {
    background-color: #0c85ec;
    content: "";
    display: inline-block;
    height: 0.5em;
    left: 0;
    margin-right: 10px;
    position: absolute;
    top: calc(50% - 0.3em);
    transform: rotate(45deg);
    width: 0.5em; }

input.common-input, textarea.common-input {
  border: none;
  border-bottom: 1px solid #0c85ec;
  font-family: "PT Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  outline: none !important;
  padding: 10px 5px 10px 0;
  transition: border-bottom-width 0.2s;
  width: 100%; }
  input.common-input.common-input--block, textarea.common-input--block.common-input {
    display: block;
    margin: 5px auto !important;
    width: 100%; }
  input.common-input:focus, textarea.common-input:focus {
    border-bottom-width: 3px; }
  input.common-input + .common-input, textarea.common-input + .common-input {
    margin-left: 10px; }

textarea.common-input {
  border: 1px solid #0c85ec;
  border-radius: 6px;
  height: 8em;
  margin: 10px 0 !important;
  padding: 10px 5px;
  resize: none;
  transition: background-color 0.2s; }
  textarea.common-input.common-input--block {
    margin: 15px 0 !important; }
  textarea.common-input:focus {
    border-bottom-width: 1px;
    background-color: #fafafa; }

.modal {
  background-color: rgba(0, 0, 0, 0.45);
  display: block;
  height: 0;
  left: 50%;
  overflow: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: height 0.4s, opacity 0.7s, width 0.4s, left 0.4s;
  width: 0;
  z-index: 999999; }
  .modal.modal--active {
    height: 100%;
    left: 0;
    opacity: 1;
    width: 100%; }
  @media screen and (min-width: 1200px) {
    .modal.modal--lg .modal_inner {
      max-width: 1200px; } }
  .modal .modal_wrapper {
    height: 100%;
    text-align: center;
    width: 100%; }
    .modal .modal_wrapper:before {
      content: "";
      height: 100%;
      vertical-align: middle;
      display: inline-block; }
    .modal .modal_wrapper .modal_inner {
      vertical-align: middle;
      display: inline-block; }
  .modal .modal_inner {
    background-color: white;
    border-radius: 5px;
    font-family: "PT Sans", Arial, sans-serif;
    font-size: 16px;
    max-height: 90vh;
    max-width: 95%;
    overflow-y: auto;
    padding: 10px;
    text-align: left; }
    @media screen and (min-width: 768px) {
      .modal .modal_inner {
        max-width: 600px; } }
  .modal header.modal_header {
    display: block;
    font-size: 30px;
    margin: 0 auto;
    padding: 10px 0 15px;
    text-align: center;
    width: 100%; }
    .modal header.modal_header h1 {
      font-size: inherit;
      margin: 0px auto; }
  .modal button.modal_cerrar {
    border: none;
    color: #555;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 999; }

/*# sourceMappingURL=style.css.map */
