body{
  background: #6b0076;
  height: 100%;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  color: #1c1b20;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  min-height: 100vh;
  color: #373a3c;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus{
  outline:0;
}
body.openPopup, body.menuOpen {
  overflow: hidden;
}
a{
  color: #0582cd;
  text-decoration: none;
}
p{
  line-height: 1.5em;
  margin-bottom: 30px;
}
select{
  background: #fff;
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 15px;
  height: 43px;
  border: 1px solid #cecece;
  border-radius: 0;
}

/* HEADER */
header.header .navbar-brand{
  display: inline-block;
  padding: 0;
  position: absolute;
  top:30px;
  z-index: 11px;
  height: 40px;
  line-height: 40px;
  left: 40px;
  margin: 0;
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  -moz-transition: -moz-transform 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  transition: transform 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
}
header.header .navbar-brand img{
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 30px;
  /*display: none;*/
}
.social-m{
    top: 0;
    z-index: 1000;
    display: inline-block;
    padding: 0;
    position: absolute;
    z-index: 11px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    right: 60px;
    position: fixed;
}
.social-m ul, .social-m ul li{
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}
.social-m ul li{
  padding: 0 10px;
}
.social-m ul li a{
  color: #1c1b20;
}
.social-m ul li a:hover{
  color:#0582cd;
}
.menuOpen header.header .navbar-brand {
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transform: translate(calc(16vw - 40px), 100%);
    -moz-transform: translate(calc(16vw - 40px), 100%);
    -ms-transform: translate(calc(16vw - 40px), 100%);
    -o-transform: translate(calc(16vw - 40px), 100%);
    transform: translate(calc(16vw - 40px), 100%);
}
  /* logo position only on desktop */
  @media (min-width: 1200px){
    .menuOpen header.header .navbar-brand {
      -webkit-transform: translate(calc(16vw - 60px), 100%);
      -moz-transform: translate(calc(16vw - 60px), 100%);
      -ms-transform: translate(calc(16vw - 60px), 100%);
      -o-transform: translate(calc(16vw - 60px), 100%);
      transform: translate(calc(16vw - 60px), 100%);
    }
  }
  /* header only on desktop */
  @media (min-width:769px){
    header.header .navbar-brand{
      position: fixed;
      top: 0;
      z-index: 1000;
    }
  }
/* menú */
.loaded .navbar-toggle{
  pointer-events: all;
}
.navbar-toggle{
  position: fixed;
  top: 28px;
  right: 28px;
  margin-left: -10px;
  text-align: center;
  font-size: 0;
  z-index: 1000;
  height: 45px;
  width: 45px;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  -moz-transition: -moz-transform 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  transition: transform 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  background: white;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.menuOpen .navbar-toggle .line:nth-child(1){
  background: #1c1b20 !important;
    width: 20px !important;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menuOpen .navbar-toggle .line:nth-child(2) {
  background: #1c1b20 !important;
    width: 20px !important;
    margin-top: -2px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
  /* menu lines on hover */
  @media (min-width: 769px){
    .navbar-toggle:hover .line:nth-child(1) {
        width: 20px;
    }
    .navbar-toggle:hover .line:nth-child(2) {
        width: 32px;
    }
    .navbar-toggle:hover .line:nth-child(3) {
        width: 18px;
    }
  }
  .menuOpen .navbar-toggle .line:nth-child(3) {
      width: 0px;
  }
  /* menu only on desktop */
  @media (min-width:769px){
    .navbar-toggle{
      top: 50%;
      left: 40px;
      left: 55px;
      right: inherit;
      margin-top: -20px;
      height: 40px;
      width: 40px;
      background:transparent;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
    }
  }
.icon{
  display: block;
}
.navbar-toggle .icon{
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);

  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  -moz-transition: -moz-transform 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  transition: transform 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
}
  /* icons menu only on desktop */
  @media (min-width:769px){
    .navbar-toggle .icon{
      right: 0;
      -webkit-transform: translate(-20px, -50%);
      -moz-transform: translate(-20px, -50%);
      -ms-transform: translate(-20px, -50%);
      -o-transform: translate(-20px, -50%);
      transform: translate(-20px, -50%);
    }
  }
.navbar-toggle .line{
    float: right;
    clear: right;
    height: 2px;
    background: #1c1b20;
    background: #fff;
    -webkit-transition: -webkit-transform 800ms cubic-bezier(0.7, 0, 0.3, 1) 0ms, background 150ms linear 0ms;
    -moz-transition: -moz-transform 800ms cubic-bezier(0.7, 0, 0.3, 1) 0ms, background 150ms linear 0ms;
    transition: transform 800ms cubic-bezier(0.7, 0, 0.3, 1) 0ms, background 150ms linear 0ms;

    -webkit-transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
    -moz-transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
    transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
}
.navbar-toggle .line:nth-child(1){
  width: 16px;
}
.navbar-toggle .line:nth-child(2){
  width: 20px;
}
.navbar-toggle .line:nth-child(3){
  width: 12px;
}
.navbar-toggle .line + .line{
  margin-top: 2px;
}
  /* lines icons menu only on desktop */
  @media (min-width:769px){
    .navbar-toggle .line + .line{
      margin-top: 3px;
    }
  }
.navbar-toggle .txt{
  position: absolute;
  width: 100%;
  top: 15px;
  right: -25px;
  right: -10px;
  text-align: center;
  display: none;
  font-size: 0.5rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
  -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);

    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms, opacity 150ms linear 0ms, color 150ms linear 0ms;
    -moz-transition: -moz-transform 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms, opacity 150ms linear 0ms, color 150ms linear 0ms;
    transition: transform 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms, opacity 150ms linear 0ms, color 150ms linear 0ms;
}
.navbar-toggle .txt span{
  display: inline-block;
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  -moz-transition: -moz-transform 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  transition: transform 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
}
.menuOpen .navbar-toggle .txt span{
  color: #000;
}
  /* text menu "MENU" only on desktop */
  @media (min-width:769px){
    .navbar-toggle .txt{
      display: block;
      color: #fff;
    }
  }
  /* termina menú */
/* TERMINA HEADER */

/* MENU */
.menuOpen #menu {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}
#menu{
    position: fixed;
    top: 0;
    left:0;
    right: 80px;
    height: 100%;
    z-index: 500;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-transition: -webkit-transform 500ms cubic-bezier(1, 0, 0, 1) 0ms, left 500ms cubic-bezier(1, 0, 0, 1) 0ms;
    -moz-transition: -moz-transform 500ms cubic-bezier(1, 0, 0, 1) 0ms, left 500ms cubic-bezier(1, 0, 0, 1) 0ms;
    transition: transform 500ms cubic-bezier(1, 0, 0, 1) 0ms, left 500ms cubic-bezier(1, 0, 0, 1) 0ms;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: white;
    padding: 0px;
}
#menu .menu-container .menu-nav {
    margin-bottom: 60px;
    margin-top: 0px;
}
#menu .menu-container .menu-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-bottom: 50px;
    margin-left: -10px;
    margin-top: 50px;
}
#menu .menu-container .menu-nav li a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 1.8rem;
    line-height: 1.1;
    font-weight: 900;
    text-decoration: none !important;
    color: inherit;
}
#menu .menu-container .menu-nav li{
  list-style-type: none;
}
#menu .menu-container .menu-nav li a {
    font-size: 1.8rem;

    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms, opacity 150ms linear 0ms, color 150ms linear 0ms;
    -moz-transition: -moz-transform 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms, opacity 150ms linear 0ms, color 150ms linear 0ms;
    transition: transform 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms, opacity 150ms linear 0ms, color 150ms linear 0ms;
}
#menu .menu-container .menu-nav li a:hover{
  color: #0582cd;

  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms, opacity 150ms linear 0ms, color 150ms linear 0ms;
  -moz-transition: -moz-transform 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms, opacity 150ms linear 0ms, color 150ms linear 0ms;
  transition: transform 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms, opacity 150ms linear 0ms, color 150ms linear 0ms;
}
#menu .menu-container .menu-nav li span{
  font-style: italic;
  display: block;
  font-size: .5em;
  color: #878787;
  font-weight: 500;
  margin-bottom: 18px;
}
#menu .menu-container {
    padding: 0px;
    padding-left: calc(16vw - 40px);
}
  /* menu "MENU CONTAINER" only on desktop */
  @media (min-width: 1200px){
    #menu .menu-container {
        padding-left: calc(16vw - 60px);
    }
  }
/* menu "MENU" only on desktop */
  @media (min-width:769px){
    #menu{
    left: 40px;
    right: 20%;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    overflow: hidden;
    }
  }

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
.contact > * {
    display: inline-block;
}
.contact .addresse {
    font-size: .8rem;
    line-height: 1.4;
    color: #1c1b20;
    margin: 0px;
    font-weight: 300;
    margin-bottom: 7px;
}
.contact .addresse a {
    color: inherit;
    text-decoration: none;
}
.contact .phone, .contact .mail {
  color: #1c1b20;
  font-weight: 700;
  font-size: .9em;
}

/* SECTIONS */
.page-home .page > * {
    position: relative;
    z-index: 10;
}
.page-home .page > .intro {
    z-index: 0 !important;
    pointer-events: none;
    background: #f5f6f7;
    overflow: hidden;
}
.page-home .page > .intro > .intro-paragraph{
    position: fixed;
    text-align: center;
    top: 45vh;
    max-width: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    display: none;
    font-size: 1.2em;
}
.white_logo{
  position: fixed;
  top: 15vh;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 300px;
  display: none;
}
.app {
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transform-origin: center 50vh;
    -moz-transform-origin: center 50vh;
    -ms-transform-origin: center 50vh;
    -o-transform-origin: center 50vh;
    transform-origin: center 50vh;
    -webkit-transition: -webkit-transform 500ms cubic-bezier(1, 0, 0, 1) 0ms;
    -moz-transition: -moz-transform 500ms cubic-bezier(1, 0, 0, 1) 0ms;
    transition: transform 500ms cubic-bezier(1, 0, 0, 1) 0ms;
    pointer-events: none;
    min-height: 100vh;
}
.page-container {
    position: relative;
    background: #f8f8f8;
    background: #fff;
    overflow: hidden;
    -webkit-transition: -webkit-transform 500ms cubic-bezier(1, 0, 0, 1) 0ms;
    -moz-transition: -moz-transform 500ms cubic-bezier(1, 0, 0, 1) 0ms;
    transition: transform 500ms cubic-bezier(1, 0, 0, 1) 0ms;
    pointer-events: all;
    min-height: 100vh;
}
.page {
    position: relative;
    min-height: 100vh;
    z-index: 10;
    overflow: hidden;
    -webkit-transition: -webkit-transform 1000ms cubic-bezier(1, 0, 0, 1) 0ms, padding 500ms cubic-bezier(1, 0, 0, 1) 0ms;
    -moz-transition: -moz-transform 1000ms cubic-bezier(1, 0, 0, 1) 0ms, padding 500ms cubic-bezier(1, 0, 0, 1) 0ms;
    transition: transform 1000ms cubic-bezier(1, 0, 0, 1) 0ms, padding 500ms cubic-bezier(1, 0, 0, 1) 0ms;
}
  /* contenido página intro only on desktop*/
  @media (min-width: 769px){
    .page-home .page > .intro {
        background: transparent;
        overflow: visible;
        background: #f5f6f7;
    }
  }
.intro{
  width: 100%;
  height: 150vh;
  display: block;
}
.intro:after{
  display: block;
  clear: both;
  content: '';
}
.bg-gray{
  width: 50%;
  height: 150vh;
  background: #66717e;
  position: absolute;

  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.7, 0, 0.3, 1) 50ms;
  -moz-transition: -moz-transform 1000ms cubic-bezier(0.7, 0, 0.3, 1) 50ms;
  transition: transform 1000ms cubic-bezier(0.7, 0, 0.3, 1) 50ms;
}
.bcg-gray{
  width: 50%;
  height: 150vh;
  background: #66717e;
  position: absolute;
  width:100%;
  height: 100%;
  background:url(../img/test02.jpg);
  background-size:cover;
}
.dos{
  text-transform: uppercase;text-align: left;position: fixed;top: 175px;font-size: 120px;width: 425px;margin: 0 auto;padding-left: 120px;
}
.tres{
  text-transform: uppercase;text-align: left;position: fixed;top: 275px;font-size: 120px;width: 425px;margin: 0 auto;padding-left: 120px;
}
.main-logo-vert{
  position: relative;
  top: 37px;
  background: #fff;
  padding: 15px;
  max-width: 205px;
}
.main-logo-sections{
  max-width: 190px;
  height: auto;
  margin: 25px 0;
}
.medim-logo{
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);

  -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.7, 0, 0.3, 1) 50ms;
  -moz-transition: -moz-transform 1000ms cubic-bezier(0.7, 0, 0.3, 1) 50ms;
  transition: transform 1000ms cubic-bezier(0.7, 0, 0.3, 1) 50ms;
}
.pushlogo{
  -webkit-transform: translateX(350%);
  -moz-transform: translateX(350%);
  -ms-transform: translateX(350%);
  -o-transform: translateX(350%);
  transform: translateX(350%);

  -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.7, 0, 0.3, 1) 50ms;
  -moz-transition: -moz-transform 1000ms cubic-bezier(0.7, 0, 0.3, 1) 50ms;
  transition: transform 1000ms cubic-bezier(0.7, 0, 0.3, 1) 50ms;
}
.hello{
  z-index: 1;
  color: #fff;
  width: 100%;
  height: 150vh;
  float: left;
  text-align: center;

  -webkit-transition: -webkit-transform 1000ms cubic-bezier(1, 0, 0, 1) 0ms, padding 500ms cubic-bezier(1, 0, 0, 1) 0ms;
  -moz-transition: -moz-transform 1000ms cubic-bezier(1, 0, 0, 1) 0ms, padding 500ms cubic-bezier(1, 0, 0, 1) 0ms;
  transition: transform 1000ms cubic-bezier(1, 0, 0, 1) 0ms, padding 500ms cubic-bezier(1, 0, 0, 1) 0ms;
}
.helloFull{

  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.7, 0, 0.3, 1) 50ms;
  -moz-transition: -moz-transform 1000ms cubic-bezier(0.7, 0, 0.3, 1) 50ms;
  transition: transform 1000ms cubic-bezier(0.7, 0, 0.3, 1) 50ms;
}
.hello h1{
  text-align: left;
  position: relative;
  top: 275px;
  font-size: 120px;
  width: 60%;
  margin: 0 auto;
  text-transform: uppercase;
  text-align: left;
  position: fixed;
  top: 275px;
  top:375px
  font-size: 120px;
  width: 425px;
  margin: 0 auto;
  padding-left: 120px;

  -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.7, 0, 0.3, 1) 50ms;
  -moz-transition: -moz-transform 1000ms cubic-bezier(0.7, 0, 0.3, 1) 50ms;
  transition: transform 1000ms cubic-bezier(0.7, 0, 0.3, 1) 50ms;
}
.dos, .tres{
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.7, 0, 0.3, 1) 50ms;
  -moz-transition: -moz-transform 1000ms cubic-bezier(0.7, 0, 0.3, 1) 50ms;
  transition: transform 1000ms cubic-bezier(0.7, 0, 0.3, 1) 50ms;
}
.text-full{
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.7, 0, 0.3, 1) 50ms;
  -moz-transition: -moz-transform 1000ms cubic-bezier(0.7, 0, 0.3, 1) 50ms;
  transition: transform 1000ms cubic-bezier(0.7, 0, 0.3, 1) 50ms;
}
.scrolldown{
  position: absolute;
  max-width: 25px;
  top: 82vh;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.word-scroll{
  top: 89vh;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: .8em;
}
.preambule{
  z-index: 1;
  width: 50%;
  height: 100vh;
  float: left;
  text-align: center;

  -webkit-transition: -webkit-transform 1000ms cubic-bezier(1, 0, 0, 1) 0ms, padding 500ms cubic-bezier(1, 0, 0, 1) 0ms;
  -moz-transition: -moz-transform 1000ms cubic-bezier(1, 0, 0, 1) 0ms, padding 500ms cubic-bezier(1, 0, 0, 1) 0ms;
  transition: transform 1000ms cubic-bezier(1, 0, 0, 1) 0ms, padding 500ms cubic-bezier(1, 0, 0, 1) 0ms;
}
.preambule img{
  position: fixed;
    top: 50%;
    bottom: 50%;
    margin-top: -20px;
    left: 75%;
    right: 0;
    margin-left: -158px;
}
.first-bg{
  width: 100%;
  height: 70vh;
  /*background: url(../img/back01.jpg) fixed;*/
  background: url(../img/back01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-area:after{
  display: block;
  content: '';
  clear: both;
}
.contact-area{
  width: 100%;
  height: 100vh;
}
.contact-info{
  width:50%;
  height: 110vh;
  float: left;
  display: block;
  padding: 90px 140px;
  background: #f8f8f8;
}
.contact-info p{
  font-weight: 700;
  margin: 8px 0;
}
.contact-info p span{
  font-weight: 500;
}
.contact-info p span a{
  color: #0582cd;
}
.contact-info h2{
  font-weight: 700;
  font-size: 2.5em;
  color: #6b0076;
  text-transform: uppercase;
  margin-top: 0;
}
.contact-info h2:after{
  width: 100px;
    height: 3px;
    content: '';
    clear: both;
    display: block;
    background: #0582cd;
    margin-top: 12px;
}
.contact-map{
  width:50%;
  height: 110vh;
  float: left;
  display: block;
  padding: 0;
  background: #f8f8f8;
  padding: 75px 0;
}
.evolution-form{
  margin-top: 45px;
}
.evolution-form input, .evolution-form textarea, .evolution-form button{
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 15px;
}
.evolution-form button{
  border: none;
  background: #07355b;
  color: #ffcc33;
  text-transform: uppercase;
  font-weight: 700;
}

/* //SECTIONS */

/* BORDERS */
.borders > * {
    position: fixed;
    z-index: 100;
    background: white;
    height: 20px;
    width: 20px;
    pointer-events: none;
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
    -moz-transition: -moz-transform 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
    transition: transform 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: translate(0, 0) scale(1);
    -moz-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    -o-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
}
.borders > .top{
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
}
.borders > .bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center;
}
.borders > .left {
    top: 0;
    left: 0;
    height: 100%;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.borders > .right {
    top: 0;
    right: 0;
    height: 100%;
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
}
  /* borders only on desktop */
  @media (min-width:769px){
    .borders > .top {
        height: 40px;
    }
    .borders > .bottom {
        height: 40px;
    }
    .borders > .left {
        width: 40px;
    }
    .borders > .right {
      width: 40px;
    }
  }
/* TERMINA BORDERS */

/* SERVICIOS */
.rev-services{
  width: 100%;
  min-height: 100vh;
  background: #fff;
  padding: 105px 0;
  padding-bottom: 0;
  margin-bottom: 100px;
}
.rev-services .rev-s-container{
  margin-left: 10%;
}
.rev-services h2{
  text-transform: uppercase;
  font-size: 2.5em;
  color: #6b0076;
  margin-top: 0;
  margin-bottom: 20px;
}
.rev-services h2:after{
  width: 100px;
    height: 3px;
    content: '';
    clear: both;
    display: block;
    background: #0582cd;
    margin-top: 12px;
}
.services-col-container{
  width: 100%;
  height: auto;
  display: block;
}
.services-col-container:after{
  clear: both;
  content: '';
  display: block;
}
.services-col-left{
  width: 40%;
  float: left;
  padding: 0 45px 0 0;
}
.services-col-left p{
  font-size: 1.2em;
}
.services-col-left p a{
  color: #0582cd;
  font-style: italic;
}
.services-col-left .img-prx{
  margin-left: -284px;
  margin-top: 100px;
}
.services-col-right{
  width: 60%;
  float: left;
  background: #1e7fc6;
  color: #fff;
  position: relative;
  margin-top: -73px;
}
.services-col-right-wrapper{
  padding: 65px;
}
.services-col-right-wrapper a{
  color: #fff;
  position: relative;
}
.services-col-right-wrapper a:after{
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -2px;
  content: '';
  background: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.services-col-right-wrapper a:hover:after{
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.services-col-right-wrapper article:first-child{
  margin-top: 0;
}
.services-col-right-wrapper article{
  margin: 50px 0;
}
.services-col-right-wrapper article ul li{
    color: #969696;
    line-height: 1.6em;
}
.services-modal{
  position: absolute;
  background: #6b0076;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  padding: 55px 100px 55px 55px;

  -webkit-transform: translateX(130%);
  -moz-transform: translateX(130%);
  -ms-transform: translateX(130%);
  -o-transform: translateX(130%);
  transform: translateX(130%);

  -webkit-transition: -webkit-transform 500ms cubic-bezier(1, 0, 0, 1) 0ms, left 500ms cubic-bezier(1, 0, 0, 1) 0ms;
  -moz-transition: -moz-transform 500ms cubic-bezier(1, 0, 0, 1) 0ms, left 500ms cubic-bezier(1, 0, 0, 1) 0ms;
  transition: transform 500ms cubic-bezier(1, 0, 0, 1) 0ms, left 500ms cubic-bezier(1, 0, 0, 1) 0ms;
}
.openModalEstrategias .estrategias{
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);

  -webkit-transition: -webkit-transform 500ms cubic-bezier(1, 0, 0, 1) 0ms, left 500ms cubic-bezier(1, 0, 0, 1) 0ms;
  -moz-transition: -moz-transform 500ms cubic-bezier(1, 0, 0, 1) 0ms, left 500ms cubic-bezier(1, 0, 0, 1) 0ms;
  transition: transform 500ms cubic-bezier(1, 0, 0, 1) 0ms, left 500ms cubic-bezier(1, 0, 0, 1) 0ms;
}
.openModalPosicionamiento .posicionamiento{
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);

  -webkit-transition: -webkit-transform 500ms cubic-bezier(1, 0, 0, 1) 0ms, left 500ms cubic-bezier(1, 0, 0, 1) 0ms;
  -moz-transition: -moz-transform 500ms cubic-bezier(1, 0, 0, 1) 0ms, left 500ms cubic-bezier(1, 0, 0, 1) 0ms;
  transition: transform 500ms cubic-bezier(1, 0, 0, 1) 0ms, left 500ms cubic-bezier(1, 0, 0, 1) 0ms;
}
.openModalConvocatoria .convocatoria{
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);

  -webkit-transition: -webkit-transform 500ms cubic-bezier(1, 0, 0, 1) 0ms, left 500ms cubic-bezier(1, 0, 0, 1) 0ms;
  -moz-transition: -moz-transform 500ms cubic-bezier(1, 0, 0, 1) 0ms, left 500ms cubic-bezier(1, 0, 0, 1) 0ms;
  transition: transform 500ms cubic-bezier(1, 0, 0, 1) 0ms, left 500ms cubic-bezier(1, 0, 0, 1) 0ms;
}
.openModalAdministracion .administracion{
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);

  -webkit-transition: -webkit-transform 500ms cubic-bezier(1, 0, 0, 1) 0ms, left 500ms cubic-bezier(1, 0, 0, 1) 0ms;
  -moz-transition: -moz-transform 500ms cubic-bezier(1, 0, 0, 1) 0ms, left 500ms cubic-bezier(1, 0, 0, 1) 0ms;
  transition: transform 500ms cubic-bezier(1, 0, 0, 1) 0ms, left 500ms cubic-bezier(1, 0, 0, 1) 0ms;
}
.openModalConsultoria .consultoria{
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);

  -webkit-transition: -webkit-transform 500ms cubic-bezier(1, 0, 0, 1) 0ms, left 500ms cubic-bezier(1, 0, 0, 1) 0ms;
  -moz-transition: -moz-transform 500ms cubic-bezier(1, 0, 0, 1) 0ms, left 500ms cubic-bezier(1, 0, 0, 1) 0ms;
  transition: transform 500ms cubic-bezier(1, 0, 0, 1) 0ms, left 500ms cubic-bezier(1, 0, 0, 1) 0ms;
}
.openModalPrevencion .prevencion{
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);

  -webkit-transition: -webkit-transform 500ms cubic-bezier(1, 0, 0, 1) 0ms, left 500ms cubic-bezier(1, 0, 0, 1) 0ms;
  -moz-transition: -moz-transform 500ms cubic-bezier(1, 0, 0, 1) 0ms, left 500ms cubic-bezier(1, 0, 0, 1) 0ms;
  transition: transform 500ms cubic-bezier(1, 0, 0, 1) 0ms, left 500ms cubic-bezier(1, 0, 0, 1) 0ms;
}
.services-modal ul li{
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: 700;
  list-style-type: none;
}
.services-modal ul li ul li{
  font-weight: 300;
  text-transform: none;
  list-style-type: disc;
}
.close-minimodal{
  position: fixed;
    top: 20px;
    right: 65px;
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    opacity: 1;
    padding: 0;
    font-size: 27px;
    border-radius: 106px;
    width: 50px;
    height: 50px;
}
.middlesection{
  position: relative;
}
.blackscreen{
  position: absolute;
  background: rgba(0,0,0,.6);
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
}
.middlesection h2{
  color: #fff;
  text-align: center;
  margin: 0 auto;
  width: 90%;
  z-index: 4;
  position: relative;
}
/* ABOUT US */
.about-us{
  width: 100%;
  padding: 90px 0;
  position: relative;
  min-height: 100vh;
}
.about-us-container{
  margin-left: 10%;
}
.about-us-container:after{
  content: '';
  display: block;
  clear: both;
}
.about-us h2 {
    text-transform: uppercase;
    font-size: 2.5em;
    color: #6b0076;
    margin-top: 0;
    margin-bottom: 20px;
}
.about-us h2:after {
    width: 100px;
    height: 3px;
    content: '';
    clear: both;
    display: block;
    background: #0582cd;
    margin-top: 12px;
}
.about-left {
    width: 50%;
    float: left;
    padding: 0 45px 0 0;
}
.about-right{
  padding: 25px 40px;
    width: 50%;
    float: left;
    background: #6b0076;
    color: #fff;
    min-height: 80vh;
    content: '';
}
.about-right h3{
  margin-bottom: 35px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.about-right p{
  color: #fff;
  background: #47034e;
  padding: 10px;
  width: 350px;
  position: relative;
  border-radius: 4px;
}
.about-right p a{
  display: block;
  color: #fff;
}
.about-right p a:hover{
  color: rgb(255, 216, 0);
}

/* search */
#search, #galeria, #eduardo, #comercializadora, #aviso-privacidad {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #1e7fc6;
    overflow-y: scroll;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);

    opacity: 0;
    z-index: 10;
}
#aviso-privacidad{
  background: #f2f2f2;
}
#aviso-privacidad .modal-container{
  color: #3b3f40 !important;
}
#search.open, #galeria.open, #eduardo.open, #comercializadora.open, #aviso-privacidad.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 23%;
    width: 50%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 33px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    right: 0;
    left: 0;
    border-bottom: 1px solid #6c6c6c;
    padding-bottom: 5px;
}
#search .btn, #galeria .btn, #eduardo .btn, #comercializadora .btn {
  position: absolute;
  top: 23%;
  left: 50%;
  margin-top: 25px;
  margin-left: -45px;
  border: black;
  border-radius: 0;
  padding: 10px 32px;
  text-transform: uppercase;
  background-color: #39a8e5;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  color: #fff;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.22,.58,.34,.85);
}
#search .close, #galeria .close, #eduardo .close, #comercializadora .close, #aviso-privacidad .close {
    position: fixed;
    top: 60px;
    right: 60px;
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    opacity: 1;
    padding: 0;
    font-size: 27px;
    border-radius: 106px;
    width: 50px;
    height: 50px;
}
#aviso-privacidad .close{
  border-color: #000;
  color: #000;
}
.btn-primary:focus, .btn-primary:hover{background-position: 0 -40px;}
/* mobile search */
#mobile-search{display: none;}
.campodebusqueda{
    border: none;
    height: 45px;
    width: 70%;
    border-radius: 35px 0 0 35px;
    padding-left: 25px;
    background: #434343;
    color: #c6c6c6;
}
#btnSearch{
    background: #434343;
    border-radius: 0 35px 35px 0;
    height: 45px;
    margin-left: -7px;
    border: none;
    margin-top: -1px;
    color: #c6c6c6;
}
form .btn:hover{
    background-color: #2a6496 !important;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.22,.58,.34,.85);
}
.modal-logo{
    top: 20px;
    position: fixed;
    left: 50px;
}
#ivm-mega-menu ul li{
  line-height: 1.3em !important;
  font-size: .8em;
}
.uk-nav li{
  line-height: 1.5em !important;
  font-size: .9em;
}
.modal-container{
  color: #fff;
  max-width: 70%;
  margin: 0 auto;
  position: relative;
  top: 14vh;
}

.legal-line{
  font-size: 11px;
  text-align: center;
  padding: 14px;
  width: 100%;
  background: #fff;
  z-index: 1000000000;
  position: fixed;
  bottom: 0;
}
.modal-container{
  clear: both;
}
.lft{
  float: left;
  width: 48%;
  text-align: justify;
}
.modal-container > .lft{
  margin-left: -1200px;

  -webkit-transition: all 1.0s ease-in-out;
  -moz-transition: all 1.0s ease-in-out;
  -o-transition: all 1.0s ease-in-out;
  -ms-transition: all 1.0s ease-in-out;
  transition: all 1.0s ease-in-out;
}
.open .modal-container > .lft{
  margin-left: 0;

  -webkit-transition: all 1.0s ease-in-out;
  -moz-transition: all 1.0s ease-in-out;
  -o-transition: all 1.0s ease-in-out;
  -ms-transition: all 1.0s ease-in-out;
  transition: all 1.0s ease-in-out;
}
.modal-container > .rgt{
  margin-right: -1200px;

  -webkit-transition: all 1.0s ease-in-out;
  -moz-transition: all 1.0s ease-in-out;
  -o-transition: all 1.0s ease-in-out;
  -ms-transition: all 1.0s ease-in-out;
  transition: all 1.0s ease-in-out;
}
.open .modal-container > .rgt{
  margin-right: 0;

  -webkit-transition: all 1.0s ease-in-out;
  -moz-transition: all 1.0s ease-in-out;
  -o-transition: all 1.0s ease-in-out;
  -ms-transition: all 1.0s ease-in-out;
  transition: all 1.0s ease-in-out;
}

.lft p:last-child{
  margin-bottom: 140px;
}
.lft h3{
  margin-top: 0;
}
.rgt{
  float: right;
  width: 48%;
}
.rgt img{
  width: 90%;
  height: auto;
}
.avisop{
  margin-bottom: 120px;
}

/* Ninja forms */
#ninja_forms_required_items, .nf-field-container {
    margin-bottom: 15px !important;
}
.nf-form-fields-required{
  display: none !important;
}
.nf-field-element textarea {
    height: 70px !important;
}
.btn-send{
  border: none;
  background: #07355b;
  color: #ffcc33;
  text-transform: uppercase;
  font-weight: 700;
  width: 100% !important;
}
.evo-select{
  background: #fff !important;
  width: 100% !important;
  margin-bottom: 0 !important;
  padding: 10px 15px !important;
  height: 43px !important;
  border: 1px solid #cecece !important;
  border-radius: 0 !important;
}


/* Responsive */
/* iPad Pro */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {


}
/* Small Desktop */
@media screen and (max-width: 1100px){


}
/* iPad */
@media screen and (max-width: 768px){
    /* BORDERS */
    .borders > *.top {
      -webkit-transform: translate(0, -100%) scale(1);
      -moz-transform: translate(0, -100%) scale(1);
      -ms-transform: translate(0, -100%) scale(1);
      -o-transform: translate(0, -100%) scale(1);
      transform: translate(0, -100%) scale(1);
  }
    .borders > *.bottom {
      -webkit-transform: translate(0, 100%) scale(1);
      -moz-transform: translate(0, 100%) scale(1);
      -ms-transform: translate(0, 100%) scale(1);
      -o-transform: translate(0, 100%) scale(1);
      transform: translate(0, 100%) scale(1);
  }
    .borders > *.left {
      -webkit-transform: translate(-100%, 0px) scale(1);
      -moz-transform: translate(-100%, 0px) scale(1);
      -ms-transform: translate(-100%, 0px) scale(1);
      -o-transform: translate(-100%, 0px) scale(1);
      transform: translate(-100%, 0px) scale(1);
  }
    .borders > *.right {
      -webkit-transform: translate(100%, 0px) scale(1);
      -moz-transform: translate(100%, 0px) scale(1);
      -ms-transform: translate(100%, 0px) scale(1);
      -o-transform: translate(100%, 0px) scale(1);
      transform: translate(100%, 0px) scale(1);
  }
  .bcg-gray {
    width: 100%;
  }
  .hello {
    width: 100%;
  }
  .hello h1{
      text-align: left;
      position: fixed;
      top: 175px;
      font-size: 35px;
      width: 100%;
      margin: 0 auto;
      padding-left: 0px;
      padding: 25px;
      top: 203px !important;
  }
  .dos, .tres{
      font-size: 35px;
      padding-left: 0px;
      text-align: left;
      position: fixed;
      padding: 25px;
  }
  .dos{
      top: 130px;
  }
  .tres{
      top: 165px;
  }
  .navbar-toggle .line{
      background: #1c1b20 !important
  }
  .page-home .page > .intro > .intro-paragraph{
    top: 40vh;
    font-size: .9em;
  }
  .white_logo{
    max-width: 200px;
  }
  .preambule {
    z-index: 1;
    width: 100%;
  }
  .preambule img {
      position: fixed;
      top: 70%;
      bottom: 30%;
      margin-top: -20px;
      left: 0;
      right: 0;
      margin-left: 0;
      text-align: center;
      width: 316px;
      margin: 0 auto;
  }
  .contact-info {
      width: 100%;
      height: 100vh;
      float: none;
      display: block;
      padding: 40px;
      background: #f8f8f8;
  }
  .contact-map {
      width: 100%;
      height: 100vh;
      display: block;
      padding: 0;
      background: #f8f8f8;
  }
  .rev-services .rev-s-container{
      margin-left: 0;
  }
  .rev-services{
      max-width: 90%;
      margin: 0 auto;
  }
  .services-col-left, .services-col-right{
      width: 100%;
      float: none;
      padding-right: 0;
  }
  .services-col-left .img-prx{
      display: none;
  }
  .services-col-right-wrapper {
      padding: 20px;
  }
  .rev-services{
      padding-bottom: 30px;
  }
  .first-divider{
    height: 300px !important;
  }
  .divimage{
    height: 900px !important;
  }
  .page-home .page > .intro > .intro-paragraph{
    max-width: 90%;
  }
  #menu .menu-container .menu-nav li{
    padding-left: 20px;
  }
  #menu .menu-container .menu-nav li a {
    font-size: 1.2rem;
  }
  .social-m{display: none;}
  /* ABOUT US */
  .about-left{width: 100%;}
  .about-right p{width: 100%;}
  .about-right{width: 90%;}
  .dzsparallaxer{display: none;}
  .services-modal{padding: 45px 20px 20px 20px;}
  .close-minimodal{right: 20px;}
  .services-modal > ul{padding-left: 0;}
  .lft{width: 100%;float: none;}
  .rgt {float: none;width: 100%;}
  .modal-container{max-width: 85%;margin-bottom: 90px;}
  .lft p:last-child{margin-bottom: 40px;}
  .rgt img{width: 100%;}
}
@media screen and (max-width: 530px){
  .services-col-right{margin-top: -5px;}
  .contact-info{height: auto;}
  #search, #galeria, #eduardo, #comercializadora, #aviso-privacidad{z-index: 999999}
  #search .close, #galeria .close, #eduardo .close, #comercializadora .close, #aviso-privacidad .close{top: 30px;right: 30px;}
}
@media screen and (max-width: 617px) and (min-width: 415px) {

}
/* iPhone 7 - 8 Plus*/
@media screen and (max-width: 414px){
  .hello h1{font-size: 32px;}
}
/* iPhone 5 */
@media screen and (max-width: 320px){
  .navbar-toggle {top: 20px;right: 15px;}
}
