@charset "UTF-8";
/*!
    Theme Name: JIN theme
    Theme URI: pending
    Description: Starter theme great
    Version: 1.0.0
    Author: Armando Niño
    Author URI: pending
    Tags: Gulp

    License: MIT
    License URI: http://opensource.org/licenses/mit-license.php
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*max width of the document*/
/*width of the containers on mobile*/
/*
base styles
*/
/***************************
***For widths of document
***************************/
@font-face {
  font-family: "Ferpal";
  src: url("../jin/assets/fonts/ferpal-regular.eot");
  /* IE9 Compat Modes */
  src: url("../jin/assets/fonts/ferpal-regular.eot?#iefix") format("embedded-opentype"), url("../jin/assets/fonts/ferpal-regular.otf") format("opentype"), url("../jin/assets/fonts/ferpal-regular.svg") format("svg"), url("../jin/assets/fonts/ferpal-regular.ttf") format("truetype"), url("../jin/assets/fonts/ferpal-regular.woff2") format("woff2"), url("../jin/assets/fonts/ferpal-regular.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal; }

.w-95 {
  width: 95%; }

.w-100 {
  width: 100%; }

/*for max widths*/
.mxw-narrow {
  max-width: 1110px; }

.mxw-full {
  max-width: 100%; }

.flex {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch; }
  @media only screen and (min-width: 768px) {
    .flex {
      flex-direction: row; } }

.flex-horizontal {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto;
  justify-content: flex-start;
  padding-bottom: 5px; }
  .flex-horizontal::-webkit-scrollbar {
    width: 0 !important;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    display: none; }
  @media only screen and (min-width: 768px) {
    .flex-horizontal {
      justify-content: center;
      align-items: stretch;
      flex-wrap: nowrap;
      overflow: visible; } }
  .flex-horizontal > div {
    flex: 0 0 auto; }
    @media only screen and (min-width: 768px) {
      .flex-horizontal > div {
        flex: auto; } }
    .flex-horizontal > div:last-child {
      width: 1px;
      opacity: 0; }
      @media only screen and (min-width: 768px) {
        .flex-horizontal > div:last-child {
          display: none; } }

.box-shadow {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3); }

.brds {
  border-radius: 6px; }

p {
  font-size: 0.9em;
  margin-bottom: 20px;
  line-height: 1.4em; }
  @media only screen and (min-width: 768px) {
    p {
      font-size: 1em; } }
  p:last-child {
    margin-bottom: 0; }
  p span {
    font-weight: bold; }

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.4em;
  font-family: 'ferpal'; }

h1 {
  font-size: 2.3em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.7em; }

h4 {
  font-size: 1.5em; }

h5 {
  font-size: 1.3em; }

h6 {
  font-size: 1.2em; }

/***********************************
********
for content that is going to be absolute centered both in X and Y
*******************************************/
.abcc {
  position: relative; }
  @media only screen and (min-width: 768px) {
    .abcc {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); } }

/*
Main files where load all the rest files
*/
/*
Modules styles
*/
body {
  font-family: Montserrat; }

.flex-normal {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  @media only screen and (min-width: 768px) {
    .flex-normal {
      flex-direction: row; } }

.flex-horizontal {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto;
  justify-content: flex-start;
  padding-bottom: 5px; }
  .flex-horizontal::-webkit-scrollbar {
    width: 0 !important;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    display: none; }
  @media only screen and (min-width: 768px) {
    .flex-horizontal {
      justify-content: center;
      align-items: stretch;
      flex-wrap: nowrap;
      overflow: visible; } }
  .flex-horizontal > div {
    flex: 0 0 auto; }
    @media only screen and (min-width: 768px) {
      .flex-horizontal > div {
        flex: auto; } }
    .flex-horizontal > div:last-child {
      width: 1px;
      opacity: 0; }
      @media only screen and (min-width: 768px) {
        .flex-horizontal > div:last-child {
          display: none; } }

section {
  width: 100%;
  height: auto;
  padding: 20px 0;
  background-color: white;
  position: relative; }
  @media only screen and (min-width: 768px) {
    section {
      padding: 100px 0; } }
  section:nth-child(odd) {
    background-color: #f4f4f4; }
  section.np {
    padding: 0; }
  section#main {
    background: url('assets/images/bg1.jpeg') no-repeat fixed right center;
    background-size: cover;
    height: auto;
    height: 100vh; }
  section#filosofia {
    background: url('assets/images/filosofia.jpg') no-repeat right center;
    background-size: cover;
    height: auto;
    padding: 160px 0;
    text-align: center; }
    section#filosofia h2 {
      color: white;
      position: relative;
      margin-bottom: 30px;
      font-size: 1.3em; }
      @media only screen and (min-width: 768px) {
        section#filosofia h2 {
          font-size: 2em; } }
  section h2.main {
    text-align: center;
    padding: 0px 0  20px 0;
    color: #002E82;
    font-weight: bold;
    font-size: 1.3em;
    position: relative;
    display: none; }
    @media only screen and (min-width: 768px) {
      section h2.main {
        display: block;
        padding: 50px 0 0 0;
        font-size: 2.2em; } }

.m-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
  /* IE6-9 */ }

.main-text {
  width: 90%;
  height: auto;
  max-width: 1000px;
  text-align: center;
  position: relative;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%; }
  .main-text .logo {
    width: 150px;
    height: 150px;
    margin: auto;
    background: url('assets/images/logo.png') no-repeat center;
    background-size: contain; }
    @media only screen and (min-width: 768px) {
      .main-text .logo {
        width: 250px;
        height: 250px; } }

.logo {
  width: 250px;
  height: 250px;
  margin: auto;
  background: url('assets/images/logo.png') no-repeat center;
  background-size: contain; }

.btns-container.main .m-btn {
  width: 200px;
  margin-bottom: 15px; }
  @media only screen and (min-width: 768px) {
    .btns-container.main .m-btn {
      margin-right: 20px;
      margin-bottom: 0;
      width: auto; }
      .btns-container.main .m-btn:last-child {
        margin-right: 0; } }

.m-btn {
  background-color: #002E82;
  background-color: #ff7f00;
  background-color: #FFB531;
  padding: 14px 20px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-top: 0px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.15em;
  font-size: 0.6em;
  border-radius: 6px;
  transform: translateY(0px);
  transition: all 0.3s ease;
  color: white;
  border: solid 3px #FFB531; }
  @media only screen and (min-width: 768px) {
    .m-btn {
      font-size: 0.8em; } }
  .m-btn:hover {
    background-color: #001c4f;
    border: solid 3px #002E82;
    cursor: pointer;
    transform: translateY(1.5px); }
  .m-btn.secondary {
    background-color: transparent;
    border: solid 3px #002E82; }
    .m-btn.secondary:hover {
      background-color: #001c4f;
      cursor: pointer;
      transform: translateY(1.5px);
      color: white !important; }
  .m-btn--last {
    margin-top: 20px; }
    @media only screen and (min-width: 768px) {
      .m-btn--last {
        margin-top: 30px;
        font-size: 0.8em; } }

/*
body{
	background-color: gray;
	section{
		
			opacity: 0;
		
	}
}
*/
.rocket-bar {
  position: fixed;
  right: 0;
  top: 0;
  width: 10px;
  height: 100vh;
  z-index: 10;
  border-left: solid 3px black;
  border-right: solid 3px black; }
  @media only screen and (min-width: 768px) {
    .rocket-bar {
      width: 15px; } }
  .rocket-bar.explain .main-ov {
    opacity: 1;
    pointer-events: auto; }
  .rocket-bar.explain .info-on-demand {
    transform: translateX(0); }
  .rocket-bar.explain .progress-bar .bar .container:hover .call-out {
    opacity: 0;
    pointer-events: none; }
  .rocket-bar.explain .progress-bar .bar .container .call-out {
    opacity: 0;
    pointer-events: none; }
  .rocket-bar .close-fil {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 2.6em;
    transition: all 0.3s ease;
    font-weight: bold; }
    .rocket-bar .close-fil:hover {
      color: orangered;
      cursor: pointer; }
  .rocket-bar .main-ov {
    position: fixed;
    background-color: #002E82;
    opacity: 1;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    padding-right: 0px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease; }
    @media only screen and (min-width: 768px) {
      .rocket-bar .main-ov {
        padding-right: 600px; } }
  .rocket-bar .info-on-demand {
    position: absolute;
    right: -3px;
    top: 0;
    width: 100vw;
    padding: 0 40px 0 30px;
    height: 100%;
    background-color: white;
    z-index: 1;
    transform: translateX(100%);
    transition: all 0.3s ease; }
    @media only screen and (min-width: 768px) {
      .rocket-bar .info-on-demand {
        width: 600px;
        padding: 0 100px 0 30px; } }
    .rocket-bar .info-on-demand h4 {
      margin-bottom: 20px;
      font-weight: bold;
      color: #002E82;
      padding-bottom: 20px;
      border-bottom: solid 1px #002E82;
      width: 70%;
      font-size: 1.6em; }
      @media only screen and (min-width: 768px) {
        .rocket-bar .info-on-demand h4 {
          font-size: 2em; } }
    .rocket-bar .info-on-demand .container .info {
      position: relative; }
      .rocket-bar .info-on-demand .container .info .phase {
        opacity: 0;
        z-index: 0;
        transition: all 0.3s ease;
        position: absolute;
        top: 0;
        left: 0; }
        .rocket-bar .info-on-demand .container .info .phase.show {
          opacity: 1;
          z-index: 3;
          position: relative; }
        .rocket-bar .info-on-demand .container .info .phase h5 {
          margin-bottom: 15px; }
          .rocket-bar .info-on-demand .container .info .phase h5 span {
            color: #002E82;
            margin-right: 5px;
            font-weight: bold;
            font-size: 1.5em; }
        .rocket-bar .info-on-demand .container .info .phase p {
          font-size: 0.8em; }
          @media only screen and (min-width: 768px) {
            .rocket-bar .info-on-demand .container .info .phase p {
              font-size: 1em; } }
    .rocket-bar .info-on-demand .m-btn {
      margin-top: 20px; }
      .rocket-bar .info-on-demand .m-btn:hover {
        background-color: #fff;
        color: black; }
      .rocket-bar .info-on-demand .m-btn.hidden {
        opacity: 0.3;
        pointer-events: none; }
      .rocket-bar .info-on-demand .m-btn:nth-child(2) {
        margin-top: 10px; }
        @media only screen and (min-width: 768px) {
          .rocket-bar .info-on-demand .m-btn:nth-child(2) {
            margin-top: 0; } }
  .rocket-bar .progress-bar {
    position: relative;
    width: 100%;
    height: 100%;
    transform: rotate(180deg);
    background-color: orangered;
    z-index: 2; }
    .rocket-bar .progress-bar .bar {
      width: 100%;
      height: 100%;
      background-color: #002E82;
      position: absolute;
      bottom: 0;
      left: 0; }
      .rocket-bar .progress-bar .bar .container {
        height: 100%;
        width: 100%;
        position: relative; }
        .rocket-bar .progress-bar .bar .container:hover .call-out {
          opacity: 1;
          pointer-events: auto; }
        .rocket-bar .progress-bar .bar .container .call-out {
          padding: 10px;
          border-radius: 4px;
          color: white;
          background-color: orangered;
          transform: translateX(60px) rotate(180deg);
          width: 150px;
          text-align: center;
          font-size: 0.6em;
          position: absolute;
          top: 15px;
          font-weight: bold;
          text-transform: uppercase;
          line-height: 1.3em;
          opacity: 0;
          pointer-events: none;
          transition: all 0.3s ease;
          border: solid 1px white;
          letter-spacing: 1px;
          font-weight: bold; }
          @media only screen and (min-width: 768px) {
            .rocket-bar .progress-bar .bar .container .call-out {
              transform: translateX(100px) rotate(180deg);
              top: 50px;
              font-size: 0.8em; } }
          .rocket-bar .progress-bar .bar .container .call-out:hover {
            background-color: #001c4f;
            cursor: pointer; }
        .rocket-bar .progress-bar .bar .container .rocket {
          position: absolute;
          left: 0;
          top: 0;
          transform-origin: 50%, 50%;
          transform: translate(0, 0) rotate(180deg);
          width: 50px;
          height: 50px; }
          @media only screen and (min-width: 768px) {
            .rocket-bar .progress-bar .bar .container .rocket {
              width: 90px;
              height: 90px;
              transform: translate(15px, 0) rotate(180deg); } }
          .rocket-bar .progress-bar .bar .container .rocket.fase1 .container .phase:nth-child(1) {
            display: block; }
          .rocket-bar .progress-bar .bar .container .rocket.fase2 .container .phase:nth-child(2) {
            display: block; }
          .rocket-bar .progress-bar .bar .container .rocket.fase3 .container .phase:nth-child(3) {
            display: block; }
          .rocket-bar .progress-bar .bar .container .rocket.fase4 .container .phase:nth-child(4) {
            display: block; }
          .rocket-bar .progress-bar .bar .container .rocket svg {
            width: 100%;
            height: auto; }
          .rocket-bar .progress-bar .bar .container .rocket .container {
            width: 100%;
            height: 100%;
            position: relative; }
            .rocket-bar .progress-bar .bar .container .rocket .container .phase {
              position: absolute;
              width: 100%;
              height: 100%; }
              .rocket-bar .progress-bar .bar .container .rocket .container .phase:nth-child(1) {
                background: url('assets/images/Roket-01.png') no-repeat center;
                background-size: contain;
                display: none; }
              .rocket-bar .progress-bar .bar .container .rocket .container .phase:nth-child(2) {
                background: url('assets/images/Roket-02.png') no-repeat center;
                background-size: contain;
                display: none; }
              .rocket-bar .progress-bar .bar .container .rocket .container .phase:nth-child(3) {
                background: url('assets/images/Roket-03.png') no-repeat center;
                background-size: contain;
                display: none; }
              .rocket-bar .progress-bar .bar .container .rocket .container .phase:nth-child(4) {
                background: url('assets/images/Roket-04.png') no-repeat center;
                background-size: contain;
                display: none; }

p {
  margin-bottom: 20px; }
  p:last-child {
    margin-bottom: 0; }

.map {
  width: 100%;
  height: 220px; }
  @media only screen and (min-width: 768px) {
    .map {
      height: 320px; } }

.menu-main {
  position: fixed;
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: yellow;
  display: none; }

.columns {
  width: 100%;
  height: auto;
  padding: 50px 0; }
  @media only screen and (min-width: 768px) {
    .columns {
      padding: 100px 0; } }
  .columns--double-services {
    height: 500px; }
    .columns--double-services .controls {
      width: 100%;
      height: auto; }
      @media only screen and (min-width: 768px) {
        .columns--double-services .controls {
          width: 30%;
          height: 100%; } }
    .columns--double-services .slider {
      width: 100%;
      overflow: hidden;
      height: 380px; }
      @media only screen and (min-width: 768px) {
        .columns--double-services .slider {
          width: 70%;
          height: 100%; } }
      .columns--double-services .slider .flex-control-nav {
        bottom: 6px; }
        @media only screen and (min-width: 768px) {
          .columns--double-services .slider .flex-control-nav {
            bottom: 20px; } }
      .columns--double-services .slider .flexslider {
        height: 100%;
        margin: 0; }
        @media only screen and (min-width: 768px) {
          .columns--double-services .slider .flexslider {
            margin: 0 0 60px; } }
        .columns--double-services .slider .flexslider .flex-viewport {
          height: 100%; }
          .columns--double-services .slider .flexslider .flex-viewport .slides {
            height: 100%; }
            .columns--double-services .slider .flexslider .flex-viewport .slides .cont-slider {
              height: 100%;
              position: relative;
              padding: 30px 0 40px 0; }
              @media only screen and (min-width: 768px) {
                .columns--double-services .slider .flexslider .flex-viewport .slides .cont-slider {
                  padding: 0; } }
              .columns--double-services .slider .flexslider .flex-viewport .slides .cont-slider h2 {
                font-size: 1.3em; }
                .columns--double-services .slider .flexslider .flex-viewport .slides .cont-slider h2.big-main {
                  color: white;
                  text-shadow: 3px 3px 6px #000;
                  font-weight: bold;
                  font-size: 4em;
                  z-index: 10;
                  position: relative; }
              .columns--double-services .slider .flexslider .flex-viewport .slides .cont-slider h4 {
                font-size: 1em;
                margin-bottom: 20px; }
              .columns--double-services .slider .flexslider .flex-viewport .slides .cont-slider .col-slid {
                justify-content: space-between;
                align-items: flex-start;
                margin-top: 40px; }
                .columns--double-services .slider .flexslider .flex-viewport .slides .cont-slider .col-slid .item {
                  width: 100%;
                  margin-bottom: 20px; }
                  @media only screen and (min-width: 768px) {
                    .columns--double-services .slider .flexslider .flex-viewport .slides .cont-slider .col-slid .item {
                      width: 45%;
                      margin-bottom: 0; } }
                  .columns--double-services .slider .flexslider .flex-viewport .slides .cont-slider .col-slid .item p {
                    text-align: left; }
                    @media only screen and (min-width: 768px) {
                      .columns--double-services .slider .flexslider .flex-viewport .slides .cont-slider .col-slid .item p {
                        font-size: 0.9rem !important; } }
              .columns--double-services .slider .flexslider .flex-viewport .slides .cont-slider .wrapper {
                width: 100%;
                height: 100%;
                padding: 0 10%;
                text-align: center; }
                .columns--double-services .slider .flexslider .flex-viewport .slides .cont-slider .wrapper h2 {
                  margin-bottom: 20px; }
                .columns--double-services .slider .flexslider .flex-viewport .slides .cont-slider .wrapper .content {
                  overflow: auto; }
                  .columns--double-services .slider .flexslider .flex-viewport .slides .cont-slider .wrapper .content .icon {
                    width: 50px;
                    height: 50px;
                    display: block;
                    margin: auto;
                    margin-bottom: 20px; }
                    @media only screen and (min-width: 768px) {
                      .columns--double-services .slider .flexslider .flex-viewport .slides .cont-slider .wrapper .content .icon {
                        width: 100px;
                        height: 100px; } }
                    .columns--double-services .slider .flexslider .flex-viewport .slides .cont-slider .wrapper .content .icon img {
                      width: 100%;
                      height: 100%; }
                  .columns--double-services .slider .flexslider .flex-viewport .slides .cont-slider .wrapper .content h2 {
                    font-size: 1em; }
                    @media only screen and (min-width: 768px) {
                      .columns--double-services .slider .flexslider .flex-viewport .slides .cont-slider .wrapper .content h2 {
                        font-size: 1.8em; } }
                    .columns--double-services .slider .flexslider .flex-viewport .slides .cont-slider .wrapper .content h2.big-main {
                      font-size: 1.9em; }
                      @media only screen and (min-width: 768px) {
                        .columns--double-services .slider .flexslider .flex-viewport .slides .cont-slider .wrapper .content h2.big-main {
                          font-size: 2.3em; } }
                  .columns--double-services .slider .flexslider .flex-viewport .slides .cont-slider .wrapper .content p {
                    font-size: 0.8em; }
                    @media only screen and (min-width: 768px) {
                      .columns--double-services .slider .flexslider .flex-viewport .slides .cont-slider .wrapper .content p {
                        font-size: 1.1em; } }
        .columns--double-services .slider .flexslider .flex-control-paging li a {
          background-color: #002E82;
          opacity: 0.5; }
          .columns--double-services .slider .flexslider .flex-control-paging li a:hover {
            opacity: 1; }
          .columns--double-services .slider .flexslider .flex-control-paging li a.flex-active {
            background-color: #002E82;
            opacity: 1; }
    .columns--double-services .controls {
      flex-direction: row;
      align-items: stretch;
      height: 100%; }
      @media only screen and (min-width: 768px) {
        .columns--double-services .controls {
          flex-direction: column;
          align-content: stretch;
          align-items: stretch;
          justify-content: flex-start; } }
      .columns--double-services .controls .item {
        background-color: #002E82;
        padding: 0 13%;
        width: 100%;
        color: white;
        text-transform: uppercase;
        font-weight: bold;
        transition: all 0.3s ease;
        justify-content: flex-end;
        align-content: center;
        align-items: center;
        text-align: center;
        padding: 10px;
        font-size: 0.6em;
        width: 50%;
        line-height: 1.4em; }
        @media only screen and (min-width: 768px) {
          .columns--double-services .controls .item {
            flex: 1;
            font-size: 1.1em;
            width: 100%;
            padding: 0 7%;
            text-align: right; } }
        .columns--double-services .controls .item.active {
          background-color: #001c4f; }
        .columns--double-services .controls .item:hover {
          background-color: #001c4f;
          cursor: pointer; }
  .columns--double-evaluaciones {
    width: 95%;
    max-width: 1100px;
    margin: auto; }
    .columns--double-evaluaciones .img {
      width: 90%;
      height: 200px;
      background: url('assets/images/bg1.jpg') no-repeat left center;
      background-size: cover;
      border-radius: 6px;
      box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
      position: relative;
      margin-bottom: 25px; }
      @media only screen and (min-width: 768px) {
        .columns--double-evaluaciones .img {
          height: 400px;
          width: 40%;
          margin-bottom: 0; } }
      .columns--double-evaluaciones .img .icon {
        width: 100px;
        height: 100px;
        background: url('assets/images/ev.png') no-repeat left center;
        background-size: cover;
        position: relative; }
    .columns--double-evaluaciones .info {
      width: 100%;
      position: relative; }
      @media only screen and (min-width: 768px) {
        .columns--double-evaluaciones .info {
          width: 60%; } }
      .columns--double-evaluaciones .info p {
        margin: 0 auto;
        width: 90%;
        font-size: 0.8em;
        margin-bottom: 20px; }
        @media only screen and (min-width: 768px) {
          .columns--double-evaluaciones .info p {
            font-size: 1.2em; } }
      .columns--double-evaluaciones .info .m-btn {
        color: black; }
  .columns--double-twisted {
    flex-direction: row-reverse; }
    .columns--double-twisted .img .icon {
      width: 150px;
      height: 150px;
      background: url('assets/images/cont.png') no-repeat left center;
      background-size: cover; }
  .columns--three {
    padding: 0; }
    .columns--three .item {
      position: relative;
      width: 100%;
      height: 300px;
      background: url('assets/images/bg1.jpg') no-repeat center;
      background-size: cover;
      padding: 0 20px;
      text-align: center; }
      @media only screen and (min-width: 768px) {
        .columns--three .item {
          width: 33.3%; } }
      .columns--three .item .container {
        width: 100%; }
      .columns--three .item h2 {
        text-align: center;
        color: white;
        font-size: 1.4em;
        position: relative;
        margin-bottom: 15px; }
      .columns--three .item .m-overlay {
        background-color: #002E82;
        opacity: 0.4; }
      .columns--three .item .m-btn {
        color: #002E82;
        background-color: white;
        border: none; }

#clients-proof {
  position: relative; }
  #clients-proof .columns--double {
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1400px; }
    @media only screen and (min-width: 768px) {
      #clients-proof .columns--double {
        margin: auto 0 auto auto; } }
    #clients-proof .columns--double .left {
      width: 100%;
      overflow: visible; }
      @media only screen and (min-width: 768px) {
        #clients-proof .columns--double .left {
          margin-right: 60px;
          width: 90%;
          max-width: 300px; } }
      #clients-proof .columns--double .left h5 {
        font-size: 1.3em;
        line-height: 1.1em;
        color: #444;
        text-align: center;
        padding-top: 10px;
        word-wrap: none;
        margin: 0 auto 30px auto; }
        @media only screen and (min-width: 768px) {
          #clients-proof .columns--double .left h5 {
            border-top: solid 3px #002E82;
            text-align: left;
            font-size: 1.5em;
            margin: 0 auto 0px auto; } }
    #clients-proof .columns--double .right {
      width: 100%;
      position: relative;
      overflow: hidden;
      height: auto; }
      @media only screen and (min-width: 768px) {
        #clients-proof .columns--double .right {
          flex: 1;
          width: auto; } }
      #clients-proof .columns--double .right .flexslider {
        width: 100%;
        border: none; }
        @media only screen and (min-width: 768px) {
          #clients-proof .columns--double .right .flexslider {
            width: 60%; } }
        @media only screen and (min-width: 768px) {
          #clients-proof .columns--double .right .flexslider.logos {
            width: 300px; } }
        #clients-proof .columns--double .right .flexslider.logos .item img {
          width: 80%;
          max-width: 180px;
          margin: auto;
          height: auto; }
          @media only screen and (min-width: 768px) {
            #clients-proof .columns--double .right .flexslider.logos .item img {
              max-width: 250px; } }
        #clients-proof .columns--double .right .flexslider .cont-slider {
          padding: 5px;
          height: 290px;
          position: relative; }
          #clients-proof .columns--double .right .flexslider .cont-slider .item {
            padding: 40px;
            height: auto;
            width: 100%;
            height: 100%;
            background-color: #666;
            background-color: #f4f4f4;
            position: relative; }
            #clients-proof .columns--double .right .flexslider .cont-slider .item h6 {
              color: #002E82;
              text-transform: none;
              margin-bottom: 10px;
              font-size: 1.4em; }
            #clients-proof .columns--double .right .flexslider .cont-slider .item img {
              display: block;
              margin: 0 auto;
              width: 100%;
              height: auto;
              /*position: absolute;
							bottom: 10px;
							right: 0;*/ }
            #clients-proof .columns--double .right .flexslider .cont-slider .item p span {
              display: block;
              margin-top: 10px; }

#dir-nav, #dir-navl {
  width: 100px;
  height: auto;
  z-index: 9;
  position: relative;
  justify-content: space-between;
  flex-direction: row;
  margin: auto; }
  @media only screen and (min-width: 768px) {
    #dir-nav, #dir-navl {
      margin: 0; } }
  #dir-nav a, #dir-navl a {
    width: 40px;
    height: 40px;
    transition: all 0.3s ease;
    opacity: 0.7; }
    #dir-nav a:hover, #dir-navl a:hover {
      opacity: 1; }
    #dir-nav a.flex-disabled, #dir-navl a.flex-disabled {
      opacity: 0.4;
      pointer-events: none; }
    #dir-nav a svg, #dir-navl a svg {
      width: 100%;
      height: auto; }

nav {
  display: none !important; }

.social {
  flex-direction: row;
  margin: 25px 0 5px 0;
  width: 100%;
  border-top: solid 1px #ccc;
  padding: 15px 0 0 0; }
  @media only screen and (min-width: 768px) {
    .social {
      margin: 0 !important;
      width: auto;
      border-top: none;
      border-right: solid 1px #ccc;
      padding: 15px 15px 15px 0; } }
  .social--item {
    align-items: center;
    align-content: center;
    margin-bottom: 20px;
    width: 50%; }
    @media only screen and (min-width: 768px) {
      .social--item {
        width: 100%;
        margin-right: 10px; } }
    .social--item:last-child {
      margin-right: 0;
      margin-bottom: 0; }
    .social--item:hover .has-svg svg {
      fill: #002E82; }
    .social--item a {
      text-decoration: none;
      color: black; }
      .social--item a p {
        font-size: 0.8em !important;
        margin-bottom: 0 !important;
        margin-left: 15px !important; }
        @media only screen and (min-width: 768px) {
          .social--item a p {
            font-size: 1em !important; } }
    .social--item .has-svg {
      width: 30px; }
      .social--item .has-svg.big {
        width: 25px;
        transform: translateY(-1px); }
      .social--item .has-svg img {
        width: 100%;
        height: 100%; }

.trigger-phase2 {
  width: 10px;
  height: 10px;
  right: 0;
  bottom: 80px;
  background-color: red;
  z-index: 190;
  margin: auto 15px auto auto;
  opacity: 0; }

.scroll-top {
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translate(-50%, 0);
  color: white;
  z-index: 7;
  flex-direction: row; }
  @media only screen and (min-width: 768px) {
    .scroll-top {
      bottom: 30px; } }
  .scroll-top .text {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.6em;
    margin-right: 20px; }
    @media only screen and (min-width: 768px) {
      .scroll-top .text {
        font-size: 0.8em; } }
  .scroll-top .has-svg {
    width: 14px;
    height: auto;
    animation: arrowUp 1s infinite; }
    @media only screen and (min-width: 768px) {
      .scroll-top .has-svg {
        width: 20px; } }
    .scroll-top .has-svg svg {
      width: 100%;
      height: auto;
      fill: white; }
      .scroll-top .has-svg svg path {
        fill: white; }

@keyframes arrowUp {
  0% {
    transform: translateY(50%); }
  50% {
    transform: translateY(0%); }
  100% {
    transform: translateY(50%); } }

.flexslider {
  border: none !important; }

#main-slide {
  background: url('assets/images/servicios.jpg') no-repeat center;
  background-size: cover; }

#evv {
  background: url('assets/images/evaluaciones.jpg') no-repeat center;
  background-size: cover; }

#contt {
  background: url('assets/images/contacto.jpeg') no-repeat center;
  background-size: cover; }
  #contt .icon {
    display: none; }

.overlay-single {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  display: none; }
  .overlay-single:hover {
    cursor: pointer; }
  .overlay-single.show {
    display: block; }
  .overlay-single div {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.3s ease; }
    .overlay-single div.show {
      opacity: 1;
      transition: all 0.3s ease; }

.overlay-content {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  display: none; }
  .overlay-content.show {
    display: block; }
  .overlay-content .content {
    width: 95%;
    max-width: 700px;
    margin: 40px auto;
    border-radius: 6px;
    height: auto;
    padding: 30px 3%;
    background-color: #fff;
    position: relative;
    opacity: 0;
    transition: all 0.3s ease;
    transform: translateY(20px); }
    @media only screen and (min-width: 768px) {
      .overlay-content .content {
        margin: 80px auto; } }
    .overlay-content .content.show {
      opacity: 1;
      transition: all 0.3s ease;
      transform: translateY(0px); }
    .overlay-content .content .close {
      position: absolute;
      right: 10px;
      top: 10px;
      font-size: 2rem;
      font-family: Verdana;
      font-weight: bold; }
      @media only screen and (min-width: 768px) {
        .overlay-content .content .close {
          font-size: 2em; } }
      .overlay-content .content .close:hover {
        cursor: pointer;
        color: #002E82; }
    .overlay-content .content .btns-container .m-btn {
      color: black; }
    .overlay-content .content .formulario {
      margin-top: 0;
      background-color: #f4f4f4;
      border-radius: 6px;
      border: solid 1px #ccc; }
      .overlay-content .content .formulario .disclaimer {
        font-size: 0.8em;
        margin: 0; }
    .overlay-content .content .testi {
      padding-top: 40px; }
      .overlay-content .content .testi h6 {
        font-size: 1.3em;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: solid 1px #ccc;
        color: #002E82; }
      .overlay-content .content .testi p span {
        display: block;
        font-weight: bold;
        margin-top: 15px; }
    .overlay-content .content img {
      width: 100%;
      height: auto;
      display: block;
      margin: auto; }
    .overlay-content .content p {
      width: 95%;
      margin: 25px auto; }
      @media only screen and (min-width: 768px) {
        .overlay-content .content p {
          width: 80%; } }
      .overlay-content .content p.special {
        text-align: center;
        font-size: 1em; }
        @media only screen and (min-width: 768px) {
          .overlay-content .content p.special {
            font-size: 1.15em; } }
    .overlay-content .content h3 {
      text-align: center;
      width: 90%;
      margin: 10px auto 0 auto;
      max-width: 800px;
      font-size: 1.3em; }
      @media only screen and (min-width: 768px) {
        .overlay-content .content h3 {
          font-size: 1.1em; } }
      .overlay-content .content h3 span {
        color: #002E82; }
    .overlay-content .content h4 {
      text-align: center;
      width: 90%;
      margin: 10px auto 0 auto;
      max-width: 800px;
      font-size: 1.1em; }
      @media only screen and (min-width: 768px) {
        .overlay-content .content h4 {
          font-size: 1.8em; } }
      .overlay-content .content h4 span {
        color: #002E82; }
  .overlay-content--video {
    width: 90%;
    height: 220px;
    overflow-y: visible;
    position: fixed;
    max-width: 1100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10001; }
    @media only screen and (min-width: 768px) {
      .overlay-content--video {
        height: 80vh; } }
    .overlay-content--video .content {
      width: 100%;
      max-width: none;
      margin: 0;
      border-radius: 6px;
      height: 100%;
      padding: 0;
      background-color: #fff;
      position: relative;
      opacity: 0;
      transition: all 0.3s ease;
      transform: translateY(20px); }
      .overlay-content--video .content iframe {
        width: 100%;
        height: 100%; }
      .overlay-content--video .content .close {
        transform: translateY(-30px);
        color: white; }

body {
  background-color: #D8D9DD; }
  body.lb-disable-scrolling {
    overflow: hidden; }

.iconop {
  width: 70px;
  height: 70px;
  background: url('assets/images/ev.png') no-repeat left center;
  background-size: cover;
  position: relative;
  margin: 0 auto 20px auto; }
  @media only screen and (min-width: 768px) {
    .iconop {
      width: 100px;
      height: 100px; } }

#fase2 .columns--double-services {
  height: 100%;
  border-top: solid 1px;
  flex-direction: column-reverse; }
  @media only screen and (min-width: 768px) {
    #fase2 .columns--double-services {
      flex-direction: row;
      height: 100vh;
      max-height: 900px; } }

#three .item {
  background: none;
  border: solid 1px #ccc; }
  #three .item:nth-child(1) .iconop {
    background: url('assets/images/nuestahistoria1.png') no-repeat left center;
    background-size: cover; }
  #three .item:nth-child(2) .iconop {
    background: url('assets/images/equipo1.png') no-repeat left center;
    background-size: cover; }
  #three .item:nth-child(3) .iconop {
    background: url('assets/images/galeria1.png') no-repeat left center;
    background-size: cover; }
  #three .item .m-overlay {
    display: none; }
  #three .item .container h2 {
    color: black;
    font-size: 1.1em; }
  #three .item .m-btn {
    background-color: #002E82;
    border: solid 2px #002E82;
    color: white; }
    #three .item .m-btn:hover {
      background-color: white;
      color: black; }

.columns--double-evaluaciones .info {
  text-align: center; }
  .columns--double-evaluaciones .info .phone {
    margin-bottom: 20px; }
    .columns--double-evaluaciones .info .phone .itemp {
      font-weight: bold;
      font-size: 0.9em;
      position: relative;
      margin-bottom: 20px;
      margin-left: 20px; }
      .columns--double-evaluaciones .info .phone .itemp:last-child {
        margin-right: 0px; }
      .columns--double-evaluaciones .info .phone .itemp:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 20px;
        height: 20px;
        background-color: red;
        content: "";
        transform: translate(-150%);
        background: url('assets/images/tel.png') no-repeat left center;
        background-size: cover; }
      @media only screen and (min-width: 768px) {
        .columns--double-evaluaciones .info .phone .itemp {
          font-size: 1.2em;
          margin-right: 55px;
          margin-bottom: 0;
          margin-left: 0; } }
  .columns--double-evaluaciones .info p {
    font-size: 0.9em; }
    @media only screen and (min-width: 768px) {
      .columns--double-evaluaciones .info p {
        font-size: 1.1em; } }
  .columns--double-evaluaciones .info div.main {
    font-weight: bold;
    position: relative;
    width: auto;
    display: inline-block;
    font-size: 0.9em;
    margin-bottom: 30px; }
    @media only screen and (min-width: 768px) {
      .columns--double-evaluaciones .info div.main {
        font-size: 1.2em;
        margin-left: 0; } }
    .columns--double-evaluaciones .info div.main.mail:after {
      position: absolute;
      left: 0;
      top: 0;
      width: 20px;
      height: 20px;
      background-color: red;
      content: "";
      transform: translate(-150%);
      background: url('assets/images/correo.png') no-repeat left center;
      background-size: cover; }

#fase5 .columns--double-evaluaciones .info p {
  font-size: 0.9em;
  font-weight: bold;
  color: #002E82; }
  @media only screen and (min-width: 768px) {
    #fase5 .columns--double-evaluaciones .info p {
      font-size: 1.3em; } }

#fase3 {
  overflow: hidden;
  background-color: white;
  border-top: solid 1px #ccc;
  padding: 20px 0; }
  @media only screen and (min-width: 768px) {
    #fase3 {
      padding: 100px 0; } }
  #fase3 .bar {
    position: absolute;
    width: 380px;
    height: 200%;
    background-color: #f7f7f7;
    z-index: 0;
    top: 50%; }
    #fase3 .bar:nth-child(1) {
      left: 0;
      transform: translate(-50%, -50%) rotate(35deg); }
    #fase3 .bar:nth-child(2) {
      right: 0;
      transform: translate(50%, -50%) rotate(35deg); }

.norm {
  text-align: center;
  padding: 60px 4%;
  position: relative;
  background: url('assets/images/norm.jpeg') no-repeat left center;
  background-size: cover;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .norm {
      padding: 110px 0; } }
  .norm h3 {
    font-size: 1.3em;
    margin-bottom: 20px;
    color: white;
    text-shadow: 1px 1px 1px black; }
    @media only screen and (min-width: 768px) {
      .norm h3 {
        font-size: 2.4em; } }
  .norm p {
    max-width: 800px;
    margin: 0 auto 20px auto;
    color: #333;
    color: white;
    font-size: 0.8em;
    text-shadow: 1px 1px 1px black;
    font-weight: bold;
    line-height: 1.6em; }
    @media only screen and (min-width: 768px) {
      .norm p {
        font-size: 1.2em; } }
    .norm p strong {
      color: #001c4f;
      color: white; }
  .norm h3, .norm p {
    position: relative; }
  .norm .m-overlay {
    background: rgba(0, 0, 0, 0.6); }

.owner {
  width: 100%;
  height: auto;
  padding: 10px;
  background-color: #001c4f; }
  .owner .item {
    padding: 1px;
    font-size: 0.6em;
    margin-bottom: 10px;
    color: white; }
    .owner .item:last-child {
      margin-bottom: 0px; }
    @media only screen and (min-width: 768px) {
      .owner .item {
        font-size: 0.7em;
        margin-right: 20px;
        margin-bottom: 0; } }
    .owner .item:last-child {
      margin-right: 0; }
    .owner .item a {
      text-decoration: none;
      color: black;
      color: white; }
      .owner .item a:hover {
        text-decoration: underline; }

#three {
  display: none; }

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px; }

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite; }

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.loader {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000;
  background-color: #002E82;
  transition: all 0.3s ease; }
  .loader.gone {
    opacity: 0;
    pointer-events: none;
    z-index: -1; }

.has-svg svg {
  width: 100%;
  height: 100%; }

.contact-fixed {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  padding: 5px 5px 5px 5px;
  z-index: 8;
  background-color: #fff;
  border: solid 1px #ccc;
  box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.3);
  border-radius: 6px 6px 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  @media only screen and (min-width: 768px) {
    .contact-fixed {
      background-color: #f4f4f4;
      flex-direction: column;
      left: 0;
      right: auto;
      top: 50%;
      bottom: auto;
      transform: translateY(-50%);
      width: auto;
      height: auto;
      border-radius: 0 6px 6px 0; } }
  .contact-fixed .has-svg {
    width: 30px;
    height: auto;
    margin-right: 25px;
    position: relative; }
    .contact-fixed .has-svg:last-child {
      margin-right: 0; }
    @media only screen and (min-width: 768px) {
      .contact-fixed .has-svg:last-of-type {
        display: none; } }
    @media only screen and (min-width: 768px) {
      .contact-fixed .has-svg {
        width: 35px;
        margin-right: 0; }
        .contact-fixed .has-svg:hover svg {
          fill: #4AC959;
          cursor: pointer; }
        .contact-fixed .has-svg:hover .text-name {
          transform: translate(-120%, -50%);
          opacity: 1; } }
    .contact-fixed .has-svg a {
      text-decoration: none;
      width: 100%;
      height: 100%;
      flex-direction: row; }
      @media only screen and (min-width: 768px) {
        .contact-fixed .has-svg a {
          flex-direction: column; } }
    .contact-fixed .has-svg .txt {
      width: 50%;
      background-color: white;
      font-size: 0.75em;
      font-weight: bold;
      padding: 2px;
      text-align: center;
      text-decoration: none;
      margin-top: 5px; }
      @media only screen and (min-width: 768px) {
        .contact-fixed .has-svg .txt {
          width: 100%;
          border-radius: 3px; } }
    .contact-fixed .has-svg svg {
      width: 50%; }
      @media only screen and (min-width: 768px) {
        .contact-fixed .has-svg svg {
          width: 100%; } }
    .contact-fixed .has-svg .text-name {
      pointer-events: none;
      font-size: 0.4em;
      margin-top: 3px;
      width: 100%;
      text-align: center; }
      @media only screen and (min-width: 768px) {
        .contact-fixed .has-svg .text-name {
          width: auto;
          margin-top: 0;
          position: absolute;
          left: 0;
          top: 50%;
          transform: translate(-90%, -50%);
          opacity: 0;
          z-index: -1;
          font-size: 0.7em;
          padding: 5px 8px;
          border-radius: 6px;
          transition: all 0.3s ease;
          background-color: #002E82;
          color: white; } }
