@charset "UTF-8";
/* EJEMPLO RETINA: @include retina('../img/menu/barra_menu_logo.png', 2, 808px 187px, top right no-repeat); */
/* RM */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  margin: 0;
  font-size: 16px; }

h1, h2, h3, h4, ol, p, ul {
  margin: 0;
  padding: 0; }

li {
  display: block;
  vertical-align: top; }

h1, h2, h3, h4 {
  font-size: inherit;
  font-weight: normal; }

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s; }

img {
  max-width: 100%;
  height: auto;
  border: 0; }

/* FIN RM */
/* VARIABLES */
/* MIXINS */
/* ESTILOS GENERALES */
.oculto {
  display: none; }

.max-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%; }

.separador {
  width: 35px;
  height: 3px;
  background: #719ad1;
  margin: 20px 0; }

.linea-negra {
  width: 110px;
  height: 1px;
  background: black;
  margin: 30px 0; }

.extrabold {
  font-weight: 800; }

/* COMIENZA SCSS */
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px; }

h1, h2, .titulos, section#soluciones div.contenido ul li h3 {
  font-family: "Fjalla One", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #719ad1; }

div.cons-test {
  max-width: 310px;
  -webkit-box-shadow: 0px 10px 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 7px rgba(0, 0, 0, 0.1); }
  div.cons-test div.top-fig {
    width: 100%;
    height: 30px;
    background: #719ad1;
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -ms-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px; }

div.flechas {
  position: absolute;
  right: 110px;
  margin-top: -14px;
  z-index: 100; }
  @media screen and (max-width: 710px) {
    div.flechas {
      right: 30px; } }
  div.flechas div.flecha {
    display: inline-block;
    width: 30px;
    height: 20px;
    cursor: pointer;
    cursor: hand;
    transition: all 0.5s;
    pointer-events: all; }
  div.flechas div.anterior {
    /*
     * Set a counter and get the length of the image path.
     */
    /*
     * Loop ver the image path and figure out the
     * position of the dot where the extension begins.
     */
    /*
     * If we were able to figure out where the extension is,
     * slice the path into a base and an extension. Use that to
     * calculate urls for different density environments. Set
     * values for different environments.
     */
    /*
     * Set a base background for 1x environments.
     */
    background: url("../img/quienes-somos/flecha_atras_normal.png") top right no-repeat;
    background-size: 27px 12px;
    /*
     * Create an @2x-ish media query.
     */
    /*
     * Create media queries for all environments that the user has
     * provided images for.
     */
    /*
     * If anything went wrong trying to separate the file from its
     * extension, set a background value without doing anything to it.
     */
    margin-right: 25px; }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      div.flechas div.anterior {
        background: url("../img/quienes-somos/flecha_atras_normal@2x.png") top right no-repeat;
        background-size: 27px 12px; } }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      div.flechas div.anterior {
        background: url("../img/quienes-somos/flecha_atras_normal@2x.png") top right no-repeat;
        background-size: 27px 12px; } }
    div.flechas div.anterior:hover {
      transition: all 0.5s;
      /*
       * Set a counter and get the length of the image path.
       */
      /*
       * Loop ver the image path and figure out the
       * position of the dot where the extension begins.
       */
      /*
       * If we were able to figure out where the extension is,
       * slice the path into a base and an extension. Use that to
       * calculate urls for different density environments. Set
       * values for different environments.
       */
      /*
       * Set a base background for 1x environments.
       */
      background: url("../img/quienes-somos/flecha_atras_hover.png") top right no-repeat;
      background-size: 27px 12px;
      /*
       * Create an @2x-ish media query.
       */
      /*
       * Create media queries for all environments that the user has
       * provided images for.
       */
      /*
       * If anything went wrong trying to separate the file from its
       * extension, set a background value without doing anything to it.
       */ }
      @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
        div.flechas div.anterior:hover {
          background: url("../img/quienes-somos/flecha_atras_hover@2x.png") top right no-repeat;
          background-size: 27px 12px; } }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        div.flechas div.anterior:hover {
          background: url("../img/quienes-somos/flecha_atras_hover@2x.png") top right no-repeat;
          background-size: 27px 12px; } }
  div.flechas div.siguiente {
    /*
     * Set a counter and get the length of the image path.
     */
    /*
     * Loop ver the image path and figure out the
     * position of the dot where the extension begins.
     */
    /*
     * If we were able to figure out where the extension is,
     * slice the path into a base and an extension. Use that to
     * calculate urls for different density environments. Set
     * values for different environments.
     */
    /*
     * Set a base background for 1x environments.
     */
    background: url("../img/quienes-somos/flecha_siguiente_normal.png") top left no-repeat;
    background-size: 27px 12px;
    /*
     * Create an @2x-ish media query.
     */
    /*
     * Create media queries for all environments that the user has
     * provided images for.
     */
    /*
     * If anything went wrong trying to separate the file from its
     * extension, set a background value without doing anything to it.
     */ }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      div.flechas div.siguiente {
        background: url("../img/quienes-somos/flecha_siguiente_normal@2x.png") top left no-repeat;
        background-size: 27px 12px; } }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      div.flechas div.siguiente {
        background: url("../img/quienes-somos/flecha_siguiente_normal@2x.png") top left no-repeat;
        background-size: 27px 12px; } }
    div.flechas div.siguiente:hover {
      transition: all 0.5s;
      /*
       * Set a counter and get the length of the image path.
       */
      /*
       * Loop ver the image path and figure out the
       * position of the dot where the extension begins.
       */
      /*
       * If we were able to figure out where the extension is,
       * slice the path into a base and an extension. Use that to
       * calculate urls for different density environments. Set
       * values for different environments.
       */
      /*
       * Set a base background for 1x environments.
       */
      background: url("../img/quienes-somos/flecha_siguiente_hover.png") top left no-repeat;
      background-size: 27px 12px;
      /*
       * Create an @2x-ish media query.
       */
      /*
       * Create media queries for all environments that the user has
       * provided images for.
       */
      /*
       * If anything went wrong trying to separate the file from its
       * extension, set a background value without doing anything to it.
       */ }
      @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
        div.flechas div.siguiente:hover {
          background: url("../img/quienes-somos/flecha_siguiente_hover@2x.png") top left no-repeat;
          background-size: 27px 12px; } }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        div.flechas div.siguiente:hover {
          background: url("../img/quienes-somos/flecha_siguiente_hover@2x.png") top left no-repeat;
          background-size: 27px 12px; } }

div.fondo-plato {
  position: absolute;
  width: 355px;
  height: 709px;
  z-index: -10; }
  div.fondo-plato.fondo-plato-der {
    right: 0px;
    margin-top: -145px; }
  div.fondo-plato.fondo-plato-izq {
    left: 0px;
    margin-top: -295px; }

.success, .error {
  margin-top: 10px;
  margin-bottom: 30px;
  display: block;
  width: 100%;
  text-align: right;
  font-weight: 500;
  clear: both;
  transition: all 0.5s; }

/* OWL SLIDER */
.owl-theme .owl-dots {
  text-align: left;
  margin-left: 100px;
  -webkit-tap-highlight-color: transparent; }
  @media screen and (max-width: 710px) {
    .owl-theme .owl-dots {
      margin-left: 30px; } }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 70px;
  height: 2px;
  margin: 0;
  background: #e7e7e7;
  display: block;
  -webkit-backface-visibility: visible;
  transition: all 0.5s;
  /*border-radius: 30px;*/ }
  @media screen and (max-width: 710px) {
    .owl-theme .owl-dots .owl-dot span {
      width: 25px; } }

.owl-theme .owl-dots .owl-dot.active span {
  background: black;
  transition: all 0.5s; }

.owl-theme .owl-dots .owl-dot:hover span {
  background: #4e4e4e;
  transition: all 0.5s; }

/* LOADER */
#preloader-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 9999999999999999;
  height: 100%; }

#loader {
  animation: animate 1.5s linear infinite;
  clip: rect(0, 80px, 80px, 40px);
  height: 80px;
  width: 80px;
  position: absolute;
  z-index: 9999999;
  left: calc(50% - 40px);
  top: calc(50% - 40px); }

@keyframes animate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(220deg); } }
#loader:after {
  animation: animate2 1.5s ease-in-out infinite;
  clip: rect(0, 80px, 80px, 40px);
  content: '';
  border-radius: 50%;
  height: 80px;
  width: 80px;
  position: absolute; }

@keyframes animate2 {
  0% {
    box-shadow: inset #719ad1 0 0 0 17px;
    transform: rotate(-140deg); }
  50% {
    box-shadow: inset #719ad1 0 0 0 2px; }
  100% {
    box-shadow: inset #719ad1 0 0 0 17px;
    transform: rotate(140deg); } }
/* HEADER */
header {
  height: 92px; }
  header nav ul.c-menu__items > li > a {
    box-sizing: border-box;
    padding: 20px 30px;
    width: 100%;
    display: block; }
  header div.boton-wrap {
    -webkit-animation-duration: 1s;
    -moz--animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: fixed;
    z-index: 900;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 46px;
    -moz-border-radius: 46px;
    -ms-border-radius: 46px;
    border-radius: 46px;
    display: inline-block;
    vertical-align: top;
    padding: 20px 15px;
    margin: 15px 25px;
    box-sizing: border-box; }
    @media screen and (max-width: 500px) {
      header div.boton-wrap {
        padding: 15px;
        margin: 20px 15px; } }
  header h1 {
    border-left: 1px solid black;
    height: 92px;
    display: inline-block;
    vertical-align: top;
    margin-left: 113px; }
    header h1 img {
      margin: 13px 0 0 25px;
      display: inline-block; }
  header ul.redes {
    padding: 20px 30px; }
    header ul.redes li {
      display: inline-block;
      margin-right: 35px; }
      header ul.redes li:last-child {
        margin-right: 0; }

/* HOME SLIDE */
section#home-slider h1 {
  text-transform: uppercase;
  color: white;
  font-family: "Oswald", sans-serif;
  font-size: 57px;
  line-height: 50px;
  font-weight: 500;
  max-width: 485px;
  padding-bottom: 30px;
  border-bottom: 4px solid white;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  text-align: right;
  position: absolute;
  letter-spacing: -2px;
  right: 220px;
  margin-top: 140px;
  z-index: 600; }
  section#home-slider h1 span {
    display: block; }
  @media screen and (max-width: 900px) {
    section#home-slider h1 {
      text-align: center;
      right: 0;
      left: 0;
      margin: 140px auto 0 auto;
      /*border-bottom: none;*/ } }
  @media screen and (max-width: 600px) {
    section#home-slider h1 {
      font-size: 40px;
      line-height: 36px;
      max-width: 90%; } }
section#home-slider div#slider-home div.item {
  height: 737px;
  width: 100%; }
  section#home-slider div#slider-home div.item.slide1 {
    /*
     * Set a counter and get the length of the image path.
     */
    /*
     * Loop ver the image path and figure out the
     * position of the dot where the extension begins.
     */
    /*
     * If we were able to figure out where the extension is,
     * slice the path into a base and an extension. Use that to
     * calculate urls for different density environments. Set
     * values for different environments.
     */
    /*
     * Set a base background for 1x environments.
     */
    background: url("../img/home/slider_1.jpg") center no-repeat;
    background-size: 1920px 737px;
    /*
     * Create an @2x-ish media query.
     */
    /*
     * Create media queries for all environments that the user has
     * provided images for.
     */
    /*
     * If anything went wrong trying to separate the file from its
     * extension, set a background value without doing anything to it.
     */ }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      section#home-slider div#slider-home div.item.slide1 {
        background: url("../img/home/slider_1@2x.jpg") center no-repeat;
        background-size: 1920px 737px; } }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      section#home-slider div#slider-home div.item.slide1 {
        background: url("../img/home/slider_1@2x.jpg") center no-repeat;
        background-size: 1920px 737px; } }
  section#home-slider div#slider-home div.item.slide2 {
    /*
     * Set a counter and get the length of the image path.
     */
    /*
     * Loop ver the image path and figure out the
     * position of the dot where the extension begins.
     */
    /*
     * If we were able to figure out where the extension is,
     * slice the path into a base and an extension. Use that to
     * calculate urls for different density environments. Set
     * values for different environments.
     */
    /*
     * Set a base background for 1x environments.
     */
    background: url("../img/home/slider_2.jpg") center no-repeat;
    background-size: 1920px 737px;
    /*
     * Create an @2x-ish media query.
     */
    /*
     * Create media queries for all environments that the user has
     * provided images for.
     */
    /*
     * If anything went wrong trying to separate the file from its
     * extension, set a background value without doing anything to it.
     */ }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      section#home-slider div#slider-home div.item.slide2 {
        background: url("../img/home/slider_2@2x.jpg") center no-repeat;
        background-size: 1920px 737px; } }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      section#home-slider div#slider-home div.item.slide2 {
        background: url("../img/home/slider_2@2x.jpg") center no-repeat;
        background-size: 1920px 737px; } }
  @media screen and (max-width: 810px) {
    section#home-slider div#slider-home div.item.slide1 {
      /*
       * Set a counter and get the length of the image path.
       */
      /*
       * Loop ver the image path and figure out the
       * position of the dot where the extension begins.
       */
      /*
       * If we were able to figure out where the extension is,
       * slice the path into a base and an extension. Use that to
       * calculate urls for different density environments. Set
       * values for different environments.
       */
      /*
       * Set a base background for 1x environments.
       */
      background: url("../img/home/slider_1_movil.jpg") center no-repeat;
      background-size: 810px 737px;
      /*
       * Create an @2x-ish media query.
       */
      /*
       * Create media queries for all environments that the user has
       * provided images for.
       */
      /*
       * If anything went wrong trying to separate the file from its
       * extension, set a background value without doing anything to it.
       */ } }
  @media screen and (max-width: 810px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 810px) and (min-resolution: 192dpi) {
    section#home-slider div#slider-home div.item.slide1 {
      background: url("../img/home/slider_1_movil@2x.jpg") center no-repeat;
      background-size: 810px 737px; } }
  @media screen and (max-width: 810px) {
    section#home-slider div#slider-home div.item.slide2 {
      /*
       * Set a counter and get the length of the image path.
       */
      /*
       * Loop ver the image path and figure out the
       * position of the dot where the extension begins.
       */
      /*
       * If we were able to figure out where the extension is,
       * slice the path into a base and an extension. Use that to
       * calculate urls for different density environments. Set
       * values for different environments.
       */
      /*
       * Set a base background for 1x environments.
       */
      background: url("../img/home/slider_2_movil.jpg") center no-repeat;
      background-size: 810px 737px;
      /*
       * Create an @2x-ish media query.
       */
      /*
       * Create media queries for all environments that the user has
       * provided images for.
       */
      /*
       * If anything went wrong trying to separate the file from its
       * extension, set a background value without doing anything to it.
       */ } }
  @media screen and (max-width: 810px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 810px) and (min-resolution: 192dpi) {
    section#home-slider div#slider-home div.item.slide2 {
      background: url("../img/home/slider_2_movil@2x.jpg") center no-repeat;
      background-size: 810px 737px; } }

section#home-slider .owl-theme .owl-dots {
  margin-left: 35px !important;
  margin-top: -225px !important;
  position: relative !important;
  z-index: 600 !important; }
section#home-slider .owl-theme .owl-dots .owl-dot span {
  width: 3px !important;
  height: 3px !important;
  margin: 7px !important;
  border: 2px solid white !important;
  background: white !important;
  border-radius: 30px !important; }
section#home-slider .owl-theme .owl-dots .owl-dot.active span, section#home-slider .owl-theme .owl-dots .owl-dot:hover span {
  border: 2px solid #7897c2 !important;
  background: none !important; }
section#home-slider a {
  display: block;
  position: fixed;
  right: 20px;
  bottom: 60px;
  z-index: 600; }
  section#home-slider a div.desplazar {
    /*@include rotate(270);*/
    height: 62px;
    min-width: 62px;
    /*
     * Set a counter and get the length of the image path.
     */
    /*
     * Loop ver the image path and figure out the
     * position of the dot where the extension begins.
     */
    /*
     * If we were able to figure out where the extension is,
     * slice the path into a base and an extension. Use that to
     * calculate urls for different density environments. Set
     * values for different environments.
     */
    /*
     * Set a base background for 1x environments.
     */
    background: url("../img/home/boton_desplazar.png") left center no-repeat;
    background-size: 62px 62px;
    /*
     * Create an @2x-ish media query.
     */
    /*
     * Create media queries for all environments that the user has
     * provided images for.
     */
    /*
     * If anything went wrong trying to separate the file from its
     * extension, set a background value without doing anything to it.
     */
    padding-left: 28px;
    padding-top: 22px;
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 9px;
    color: white;
    opacity: 1;
    transition: all 0.5s; }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      section#home-slider a div.desplazar {
        background: url("../img/home/boton_desplazar@2x.png") left center no-repeat;
        background-size: 62px 62px; } }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      section#home-slider a div.desplazar {
        background: url("../img/home/boton_desplazar@2x.png") left center no-repeat;
        background-size: 62px 62px; } }
    @media screen and (max-width: 600px) {
      section#home-slider a div.desplazar {
        display: none; } }
    section#home-slider a div.desplazar:hover {
      opacity: 0.8;
      transition: all 0.5s; }
    section#home-slider a div.desplazar img {
      margin-right: 5px;
      -ms-transform: rotate(90deg);
      /* IE 9 */
      -webkit-transform: rotate(90deg);
      /* Chrome, Safari, Opera */
      transform: rotate(90deg); }

/* QUIENES SOMOS */
section#quienes-somos {
  padding-top: 320px; }
  @media screen and (max-width: 700px) {
    section#quienes-somos {
      padding-top: 250px; } }
  section#quienes-somos div.marco-slider {
    width: 632px;
    height: 466px;
    margin-top: 12px;
    margin-left: 0px;
    border: 5px solid #719ad1;
    border-left: none;
    position: absolute;
    z-index: 0;
    vertical-align: top; }
    @media screen and (max-width: 675px) {
      section#quienes-somos div.marco-slider {
        display: none; } }
  section#quienes-somos div.slider-nosotros {
    display: inline-block;
    max-width: 615px; }
  section#quienes-somos div.info {
    display: inline-block;
    max-width: 435px;
    margin: 150px 0 0 125px;
    vertical-align: top; }
    @media screen and (max-width: 1180px) {
      section#quienes-somos div.info {
        margin: 100px 0 0 125px; } }
    @media screen and (max-width: 675px) {
      section#quienes-somos div.info {
        display: block;
        margin: 50px auto 0 auto;
        width: 85%; } }
    section#quienes-somos div.info div.separador {
      margin: 50px 0px; }
    section#quienes-somos div.info p {
      line-height: 21px;
      margin-bottom: 21px; }
      section#quienes-somos div.info p.principal {
        font-family: "Fjalla One", sans-serif;
        font-size: 22px;
        line-height: 25px;
        color: #719ad1;
        max-width: 350px; }
  section#quienes-somos .owl-theme .owl-dots {
    margin-left: 35px !important;
    margin-top: 45px !important;
    position: relative !important;
    z-index: 600 !important; }
  section#quienes-somos .owl-theme .owl-dots .owl-dot span {
    width: 3px !important;
    height: 3px !important;
    margin: 7px !important;
    border: 2px solid white !important;
    background: #d7d7d7 !important;
    transition: all 0.5s;
    border-radius: 30px !important; }
  section#quienes-somos .owl-theme .owl-dots .owl-dot.active span {
    border: 2px solid #719ad1 !important;
    background: none !important;
    transition: all 0.5s; }
  section#quienes-somos .owl-theme .owl-dots .owl-dot:hover span {
    border: 2px solid white !important;
    background: #737373 !important;
    transition: all 0.5s; }

/* MENU LATERAL */
aside.menu-izq {
  /*top:0;
  left:0;
  position:fixed;*/
  position: relative;
  float: left; }
  @media screen and (max-width: 1200px) {
    aside.menu-izq {
      display: none; } }
  aside.menu-izq div.flecha-num {
    display: inline-block;
    vertical-align: top; }
    aside.menu-izq div.flecha-num ul.nosotros-linea-negra {
      margin-left: 45px; }
      aside.menu-izq div.flecha-num ul.nosotros-linea-negra li {
        height: 65px;
        width: 1px;
        background: #e1e1e1; }
        aside.menu-izq div.flecha-num ul.nosotros-linea-negra li.llena {
          background: #222222; }
  aside.menu-izq nav {
    position: absolute;
    display: inline-block;
    vertical-align: top;
    width: 250px; }
    aside.menu-izq nav ul {
      display: inline-block;
      margin-left: 40px; }
      aside.menu-izq nav ul li {
        font-family: "Montserrat", sans-serif;
        font-size: 11px;
        font-weight: 700;
        text-align: left;
        color: #d7d7d7;
        text-transform: uppercase;
        margin-bottom: 15px; }
        aside.menu-izq nav ul li.active {
          color: #719ad1; }
        aside.menu-izq nav ul li:hover {
          color: #719ad1; }

.menu-activo {
  color: #719ad1 !important; }

.menu-normal {
  color: #d7d7d7; }

/* MISIÓN Y VISIÓN */
section#mision-vision {
  margin-top: 280px;
  text-align: right; }
  @media screen and (max-width: 700px) {
    section#mision-vision {
      margin-top: 180px;
      text-align: center; } }
  section#mision-vision div.contenido {
    text-align: left;
    display: inline-block;
    margin-right: 125px; }
    @media screen and (max-width: 700px) {
      section#mision-vision div.contenido {
        margin: 0 auto;
        max-width: 85%; } }
    section#mision-vision div.contenido div.wrap {
      margin-bottom: 50px; }
      section#mision-vision div.contenido div.wrap div.num {
        display: inline-block;
        vertical-align: top;
        font-size: 22px;
        font-weight: 700;
        color: #719ad1;
        width: 47px; }
        @media screen and (max-width: 700px) {
          section#mision-vision div.contenido div.wrap div.num {
            display: none; } }
      section#mision-vision div.contenido div.wrap div.info {
        max-width: 385px;
        display: inline-block;
        vertical-align: top; }
        section#mision-vision div.contenido div.wrap div.info.info-mision {
          max-width: 420px; }
        section#mision-vision div.contenido div.wrap div.info p {
          margin-bottom: 25px; }

/* COPAS */
div.copas {
  position: absolute;
  left: 0;
  z-index: -1;
  margin-top: -670px; }
  @media screen and (max-width: 760px) {
    div.copas {
      display: none; } }

/* COMO INICIAR */
section#como-iniciar {
  margin-top: 280px;
  text-align: right; }
  @media screen and (max-width: 700px) {
    section#como-iniciar {
      margin-top: 110px; } }
  section#como-iniciar div.contenido {
    display: inline-block;
    vertical-align: top;
    text-align: left; }
    section#como-iniciar div.contenido div.wrap-texto {
      display: inline-block;
      max-width: 260px; }
      section#como-iniciar div.contenido div.wrap-texto p {
        line-height: 17px;
        margin-bottom: 15px; }
      @media screen and (max-width: 900px) {
        section#como-iniciar div.contenido div.wrap-texto {
          display: block;
          margin: 0 auto;
          max-width: 55%; } }
      @media screen and (max-width: 640px) {
        section#como-iniciar div.contenido div.wrap-texto {
          display: block;
          margin: 0 auto;
          max-width: 85%; } }
    section#como-iniciar div.contenido div.img-der {
      margin-left: 170px;
      display: inline-block;
      vertical-align: top;
      width: 420px; }
      @media screen and (max-width: 900px) {
        section#como-iniciar div.contenido div.img-der {
          display: none; } }
      @media screen and (max-width: 640px) {
        section#como-iniciar div.contenido div.img-der {
          max-width: 80%;
          margin-left: 0;
          display: none; } }
      section#como-iniciar div.contenido div.img-der img {
        position: absolute;
        right: 0; }
        section#como-iniciar div.contenido div.img-der img.sushi {
          right: 0px;
          margin-top: -25px;
          z-index: 10; }
        section#como-iniciar div.contenido div.img-der img.panini {
          right: 0px;
          margin-top: 150px; }
      section#como-iniciar div.contenido div.img-der div.cuadro-azul {
        position: absolute;
        width: 390px;
        height: 370px;
        border: 6px solid #719ad1;
        border-right: none;
        z-index: -10;
        margin-top: 157px;
        right: 0px; }

/* SOLUCIONES */
section#soluciones {
  margin-top: 280px; }
  @media screen and (max-width: 700px) {
    section#soluciones {
      margin-top: 180px; } }
  section#soluciones div.contenido {
    text-align: right; }
    @media screen and (max-width: 980px) {
      section#soluciones div.contenido {
        text-align: center; } }
    section#soluciones div.contenido h1 {
      max-width: 92px;
      text-align: left; }
    section#soluciones div.contenido ul {
      margin-right: 100px;
      display: inline-block;
      text-align: left; }
      @media screen and (max-width: 980px) {
        section#soluciones div.contenido ul {
          margin: 0 auto;
          max-width: 85%;
          text-align: left; } }
      section#soluciones div.contenido ul li {
        margin-left: 117px;
        display: inline-block;
        max-width: 220px;
        text-align: left; }
        section#soluciones div.contenido ul li div.separador {
          margin: 30px 0; }
        @media screen and (max-width: 980px) {
          section#soluciones div.contenido ul li {
            margin-left: 80px; } }
        @media screen and (max-width: 840px) {
          section#soluciones div.contenido ul li {
            display: block;
            width: 85%;
            max-width: 350px;
            margin-left: 0; } }
        section#soluciones div.contenido ul li:first-child {
          width: 100%;
          display: block;
          margin-left: 0; }
        section#soluciones div.contenido ul li.primero {
          max-width: 185px;
          margin-left: 0; }
          @media screen and (max-width: 840px) {
            section#soluciones div.contenido ul li.primero {
              max-width: 350px; } }
        section#soluciones div.contenido ul li:last-child {
          max-width: 185px; }
          @media screen and (max-width: 840px) {
            section#soluciones div.contenido ul li:last-child {
              max-width: 350px; } }
        section#soluciones div.contenido ul li h3 {
          font-size: 18px;
          line-height: 20px;
          margin-bottom: 25px; }
        section#soluciones div.contenido ul li h4 {
          font-weight: 800; }
        section#soluciones div.contenido ul li p {
          font-size: 12px;
          line-height: 17px;
          margin-bottom: 25px; }

/* CERTIFICACIONES */
section#certificaciones {
  margin-top: 280px; }
  @media screen and (max-width: 700px) {
    section#certificaciones {
      margin-top: 180px; } }
  section#certificaciones ul {
    text-align: center; }
    @media screen and (max-width: 900px) {
      section#certificaciones ul {
        margin: 0 auto;
        max-width: 85%;
        text-align: left; } }
    section#certificaciones ul li {
      margin: 0 180px;
      text-align: left;
      max-width: 240px;
      display: inline-block; }
      @media screen and (max-width: 1100px) {
        section#certificaciones ul li {
          margin: 0 90px; } }
      @media screen and (max-width: 900px) {
        section#certificaciones ul li {
          max-width: 85%;
          width: 85%;
          margin: 0 auto 50px auto; } }
      section#certificaciones ul li div.linea-negra {
        width: 210px;
        margin: 35px 0; }
      section#certificaciones ul li:first-child {
        max-width: 260px;
        margin: 0; }
        @media screen and (max-width: 900px) {
          section#certificaciones ul li:first-child {
            max-width: 85%;
            width: 85%;
            margin: 0 auto 50px auto; } }
        section#certificaciones ul li:first-child p {
          margin-bottom: 17px; }
          section#certificaciones ul li:first-child p.last {
            margin-bottom: 30px; }
      section#certificaciones ul li:last-child {
        max-width: 195px;
        margin: 0; }
        @media screen and (max-width: 900px) {
          section#certificaciones ul li:last-child {
            max-width: 85%;
            width: 85%;
            margin: 0 auto 50px auto; } }
        section#certificaciones ul li:last-child div.linea-negra {
          width: 175px;
          margin: 38px 0; }
        section#certificaciones ul li:last-child p {
          margin-bottom: 20px; }
      section#certificaciones ul li p {
        line-height: 15px;
        margin-bottom: 20px; }
        section#certificaciones ul li p span {
          font-weight: 800; }
      section#certificaciones ul li h2 {
        margin-top: 90px; }
        section#certificaciones ul li h2.responsivo {
          margin-top: 0;
          margin-bottom: 25px;
          display: block; }
          @media screen and (max-width: 935px) {
            section#certificaciones ul li h2.responsivo {
              display: block; } }
        section#certificaciones ul li h2.desktop {
          display: none; }
          @media screen and (max-width: 935px) {
            section#certificaciones ul li h2.desktop {
              display: none; } }

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  background: rgba(235, 235, 235, 0.5); }

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #719ad1;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

/* CONSULTORES */
section#consultores {
  margin-top: 280px; }
  section#consultores div.cons-test {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 80px;
    margin-bottom: 50px; }
    section#consultores div.cons-test div.wrapper-txt {
      display: inline-block;
      text-align: left;
      max-width: 200px;
      max-height: 120px;
      overflow-y: scroll !important;
      margin: 80px auto 50px auto; }
      section#consultores div.cons-test div.wrapper-txt p {
        margin-bottom: 15px;
        line-height: 17px; }
    section#consultores div.cons-test div.consultor .img-consultor {
      width: 58px;
      height: 58px; }
    section#consultores div.cons-test div.consultor div.izq {
      display: inline-block;
      vertical-align: middle;
      margin-right: 25px; }
      section#consultores div.cons-test div.consultor div.izq img {
        display: inline-block; }
    section#consultores div.cons-test div.consultor div.der {
      display: inline-block;
      vertical-align: middle;
      text-align: left; }
      section#consultores div.cons-test div.consultor div.der h5 {
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 12px;
        line-height: 10px;
        letter-spacing: -0.2px;
        max-width: 55px;
        margin: 0; }
      section#consultores div.cons-test div.consultor div.der h6 {
        font-family: "Fjalla One", sans-serif;
        font-size: 10px;
        line-height: 10px;
        color: #719ad1;
        font-weight: normal;
        margin: 8px 0 0 0; }
  section#consultores h1 {
    margin-left: 95px;
    margin-bottom: 35px; }
    @media screen and (max-width: 710px) {
      section#consultores h1 {
        margin-left: 30px; } }
  section#consultores div.flechas {
    right: 110px;
    margin-top: -14px; }
    @media screen and (max-width: 710px) {
      section#consultores div.flechas {
        right: 30px; } }

/* SEPARADOR COMIDA */
section#separador {
  min-height: 710px;
  margin-top: 150px; }
  @media screen and (max-width: 935px) {
    section#separador {
      display: none; } }
  section#separador div.globo {
    width: 140px;
    height: 140px;
    background: white;
    color: #719ad1;
    position: absolute;
    font-weight: 800;
    font-size: 13px;
    line-height: 12px;
    text-align: center;
    display: flex;
    align-content: center;
    flex-direction: column;
    -webkit-border-radius: 140px;
    -moz-border-radius: 140px;
    -ms-border-radius: 140px;
    border-radius: 140px;
    justify-content: center;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
  section#separador div.izq img {
    position: absolute;
    left: 0px;
    margin-top: 180px; }
  section#separador div.izq div.cafe {
    margin-left: 280px;
    margin-top: 530px; }
  section#separador div.izq div.cafe2 {
    margin-left: 146px;
    margin-top: 220px; }
  section#separador div.centro {
    left: 50%;
    right: 50%;
    margin-left: -70px;
    margin-top: 340px;
    z-index: 1000; }
  section#separador div.der img {
    position: absolute;
    right: 0px; }
  section#separador div.der div.comida1 {
    right: 316px;
    margin-top: 95px; }
  section#separador div.der div.comida2 {
    right: 100px;
    margin-top: 460px; }
  section#separador div.der a.flecha-abajo {
    width: 12px;
    height: 27px;
    display: block;
    position: absolute;
    right: 35px;
    margin-top: 710px;
    /*
     * Set a counter and get the length of the image path.
     */
    /*
     * Loop ver the image path and figure out the
     * position of the dot where the extension begins.
     */
    /*
     * If we were able to figure out where the extension is,
     * slice the path into a base and an extension. Use that to
     * calculate urls for different density environments. Set
     * values for different environments.
     */
    /*
     * Set a base background for 1x environments.
     */
    background: url("../img/quienes-somos/flecha_abajo_hover.png") top center no-repeat;
    background-size: 12px 27px;
    /*
     * Create an @2x-ish media query.
     */
    /*
     * Create media queries for all environments that the user has
     * provided images for.
     */
    /*
     * If anything went wrong trying to separate the file from its
     * extension, set a background value without doing anything to it.
     */
    opacity: 1;
    transition: all 0.5s; }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      section#separador div.der a.flecha-abajo {
        background: url("../img/quienes-somos/flecha_abajo_hover@2x.png") top center no-repeat;
        background-size: 12px 27px; } }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      section#separador div.der a.flecha-abajo {
        background: url("../img/quienes-somos/flecha_abajo_hover@2x.png") top center no-repeat;
        background-size: 12px 27px; } }
    section#separador div.der a.flecha-abajo:hover {
      opacity: 0.7;
      transition: all 0.5s;
      /*
       * Set a counter and get the length of the image path.
       */
      /*
       * Loop ver the image path and figure out the
       * position of the dot where the extension begins.
       */
      /*
       * If we were able to figure out where the extension is,
       * slice the path into a base and an extension. Use that to
       * calculate urls for different density environments. Set
       * values for different environments.
       */
      /*
       * Set a base background for 1x environments.
       */
      background: url("../img/quienes-somos/flecha_abajo_hover.png") top center no-repeat;
      background-size: 12px 27px;
      /*
       * Create an @2x-ish media query.
       */
      /*
       * Create media queries for all environments that the user has
       * provided images for.
       */
      /*
       * If anything went wrong trying to separate the file from its
       * extension, set a background value without doing anything to it.
       */ }
      @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
        section#separador div.der a.flecha-abajo:hover {
          background: url("../img/quienes-somos/flecha_abajo_hover@2x.png") top center no-repeat;
          background-size: 12px 27px; } }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        section#separador div.der a.flecha-abajo:hover {
          background: url("../img/quienes-somos/flecha_abajo_hover@2x.png") top center no-repeat;
          background-size: 12px 27px; } }

/* EXPERIENCIA */
section#experiencia {
  margin-top: 280px;
  text-align: center; }
  @media screen and (max-width: 700px) {
    section#experiencia {
      margin-top: 180px; } }
  section#experiencia ul {
    display: inline-block;
    text-align: center;
    vertical-align: middle; }
    section#experiencia ul.col-izq {
      max-width: 227px; }
    section#experiencia ul.col-centro {
      max-width: 315px;
      margin: 0 170px; }
      @media screen and (max-width: 1080px) {
        section#experiencia ul.col-centro {
          margin: 0 85px; } }
      @media screen and (max-width: 920px) {
        section#experiencia ul.col-centro {
          margin: 0 40px; } }
    section#experiencia ul.col-der {
      max-width: 190px; }
    @media screen and (max-width: 810px) {
      section#experiencia ul.col-izq, section#experiencia ul.col-centro, section#experiencia ul.col-der {
        display: block;
        max-width: 315px;
        width: 85%;
        margin: 0 auto; } }
    section#experiencia ul li {
      margin-bottom: 90px; }
      @media screen and (max-width: 650px) {
        section#experiencia ul li {
          margin-bottom: 60px; } }
      section#experiencia ul li h2 {
        margin-bottom: 15px;
        font-size: 18px; }
      section#experiencia ul li p {
        margin-bottom: 15px; }

/* PROYECTOS */
section#proyectos {
  margin-top: 180px; }
  @media screen and (max-width: 700px) {
    section#proyectos {
      margin-top: 180px; } }
  section#proyectos div#slider-proyectos {
    max-width: 100%;
    margin: 0 auto; }
    @media screen and (max-width: 500px) {
      section#proyectos div#slider-proyectos img.desktop {
        display: none; } }
    section#proyectos div#slider-proyectos img.movil {
      display: none; }
      @media screen and (max-width: 500px) {
        section#proyectos div#slider-proyectos img.movil {
          display: block; } }
    section#proyectos div#slider-proyectos div.item {
      padding: 35px 35px; }
      section#proyectos div#slider-proyectos div.item img {
        -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4); }
  section#proyectos .owl-theme .owl-dots {
    /*margin-left:0px !important;*/ }

/* TESTIMONIOS */
section#testimonios {
  margin-top: 280px; }
  @media screen and (max-width: 700px) {
    section#testimonios {
      margin-top: 180px; } }
  section#testimonios div.cons-test {
    margin: 0 auto;
    text-align: left;
    padding-bottom: 80px;
    margin-bottom: 50px;
    height: 500px;
    box-sizing: border-box; }
    section#testimonios div.cons-test.comida {
      /*
       * Set a counter and get the length of the image path.
       */
      /*
       * Loop ver the image path and figure out the
       * position of the dot where the extension begins.
       */
      /*
       * If we were able to figure out where the extension is,
       * slice the path into a base and an extension. Use that to
       * calculate urls for different density environments. Set
       * values for different environments.
       */
      /*
       * Set a base background for 1x environments.
       */
      background: url("../img/testimonios/fondo_comida.png") bottom right no-repeat white;
      background-size: 79px 44px;
      /*
       * Create an @2x-ish media query.
       */
      /*
       * Create media queries for all environments that the user has
       * provided images for.
       */
      /*
       * If anything went wrong trying to separate the file from its
       * extension, set a background value without doing anything to it.
       */ }
      @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
        section#testimonios div.cons-test.comida {
          background: url("../img/testimonios/fondo_comida@2x.png") bottom right no-repeat white;
          background-size: 79px 44px; } }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        section#testimonios div.cons-test.comida {
          background: url("../img/testimonios/fondo_comida@2x.png") bottom right no-repeat white;
          background-size: 79px 44px; } }
    section#testimonios div.cons-test.bebida {
      /*
       * Set a counter and get the length of the image path.
       */
      /*
       * Loop ver the image path and figure out the
       * position of the dot where the extension begins.
       */
      /*
       * If we were able to figure out where the extension is,
       * slice the path into a base and an extension. Use that to
       * calculate urls for different density environments. Set
       * values for different environments.
       */
      /*
       * Set a base background for 1x environments.
       */
      background: url("../img/testimonios/fondo_bebidas.png") bottom right no-repeat white;
      background-size: 79px 44px;
      /*
       * Create an @2x-ish media query.
       */
      /*
       * Create media queries for all environments that the user has
       * provided images for.
       */
      /*
       * If anything went wrong trying to separate the file from its
       * extension, set a background value without doing anything to it.
       */ }
      @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
        section#testimonios div.cons-test.bebida {
          background: url("../img/testimonios/fondo_bebidas@2x.png") bottom right no-repeat white;
          background-size: 79px 44px; } }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        section#testimonios div.cons-test.bebida {
          background: url("../img/testimonios/fondo_bebidas@2x.png") bottom right no-repeat white;
          background-size: 79px 44px; } }
    section#testimonios div.cons-test.cafe {
      /*
       * Set a counter and get the length of the image path.
       */
      /*
       * Loop ver the image path and figure out the
       * position of the dot where the extension begins.
       */
      /*
       * If we were able to figure out where the extension is,
       * slice the path into a base and an extension. Use that to
       * calculate urls for different density environments. Set
       * values for different environments.
       */
      /*
       * Set a base background for 1x environments.
       */
      background: url("../img/testimonios/fondo_cafe.png") bottom right no-repeat white;
      background-size: 79px 44px;
      /*
       * Create an @2x-ish media query.
       */
      /*
       * Create media queries for all environments that the user has
       * provided images for.
       */
      /*
       * If anything went wrong trying to separate the file from its
       * extension, set a background value without doing anything to it.
       */ }
      @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
        section#testimonios div.cons-test.cafe {
          background: url("../img/testimonios/fondo_cafe@2x.png") bottom right no-repeat white;
          background-size: 79px 44px; } }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        section#testimonios div.cons-test.cafe {
          background: url("../img/testimonios/fondo_cafe@2x.png") bottom right no-repeat white;
          background-size: 79px 44px; } }
    section#testimonios div.cons-test.casas a img {
      display: inline-block; }
      section#testimonios div.cons-test.casas a img.ultima {
        margin-left: 30px; }
    section#testimonios div.cons-test p {
      max-width: 200px;
      margin-left: 57px;
      text-align: left; }
      section#testimonios div.cons-test p.quote {
        margin-top: 52px;
        font-weight: 300;
        font-size: 25px;
        margin-bottom: 15px; }
      section#testimonios div.cons-test p.info-test {
        font-weight: 500;
        font-size: 17px;
        line-height: 16px; }
        section#testimonios div.cons-test p.info-test.casas {
          font-size: 15px;
          line-height: 14px; }
      section#testimonios div.cons-test p.autor {
        font-weight: 500;
        font-size: 13px;
        line-height: 12px; }
      section#testimonios div.cons-test p.puesto {
        font-weight: 500;
        font-size: 11px;
        line-height: 13px;
        color: #719ad1; }
    section#testimonios div.cons-test div.division-negra {
      width: 120px;
      height: 2px;
      background: black;
      margin: 30px 0 20px 0;
      margin-left: 57px; }
    section#testimonios div.cons-test img {
      margin-top: 50px;
      margin-left: 57px;
      /*width:auto !important;*/
      /*max-height:70px;
      max-width:90px;*/ }
  section#testimonios h1 {
    margin-left: 95px;
    margin-bottom: 25px; }
    @media screen and (max-width: 710px) {
      section#testimonios h1 {
        margin-left: 30px; } }

/* ALIANZAS */
section#alianzas {
  margin-top: 280px;
  text-align: right; }
  section#alianzas div.alianzas-wrapper {
    text-align: left;
    width: 100%;
    max-width: 920px;
    display: inline-block;
    right: 0px;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3); }
    section#alianzas div.alianzas-wrapper img.ento-foto {
      position: absolute;
      margin-top: -65px;
      right: 0px; }
      @media screen and (max-width: 866px) {
        section#alianzas div.alianzas-wrapper img.ento-foto {
          position: relative;
          margin-top: -20px;
          display: block; } }
    section#alianzas div.alianzas-wrapper div.apuntador {
      position: absolute;
      z-index: 50;
      font-weight: 500;
      font-size: 14px;
      line-height: 12px;
      text-transform: uppercase;
      margin-left: -280px; }
      @media screen and (max-width: 1220px) {
        section#alianzas div.alianzas-wrapper div.apuntador {
          display: none; } }
      section#alianzas div.alianzas-wrapper div.apuntador img {
        margin-left: 40px;
        display: inline-block;
        vertical-align: top; }
      section#alianzas div.alianzas-wrapper div.apuntador span {
        display: inline-block;
        text-align: right;
        vertical-align: top; }
      section#alianzas div.alianzas-wrapper div.apuntador.ap1 {
        margin-top: 630px; }
      section#alianzas div.alianzas-wrapper div.apuntador.ap2 {
        margin-top: -100px; }
        section#alianzas div.alianzas-wrapper div.apuntador.ap2 span {
          vertical-align: middle; }
        section#alianzas div.alianzas-wrapper div.apuntador.ap2 img {
          vertical-align: middle;
          margin-left: 10px; }
    section#alianzas div.alianzas-wrapper ul {
      margin-top: 900px;
      margin-bottom: 135px; }
      @media screen and (max-width: 866px) {
        section#alianzas div.alianzas-wrapper ul {
          margin-top: 80px;
          margin-bottom: 40px; } }
      section#alianzas div.alianzas-wrapper ul li {
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        width: 49%;
        height: 170px;
        position: relative; }
        section#alianzas div.alianzas-wrapper ul li a img {
          transition: all 0.3s; }
        section#alianzas div.alianzas-wrapper ul li a img:hover {
          transition: all 0.3s;
          opacity: 0.5; }
        section#alianzas div.alianzas-wrapper ul li:nth-of-type(odd) {
          border-right: 1px solid rgba(0, 0, 0, 0.3); }
          @media screen and (max-width: 500px) {
            section#alianzas div.alianzas-wrapper ul li:nth-of-type(odd) {
              border: none; } }
        section#alianzas div.alianzas-wrapper ul li img {
          display: inline-block;
          vertical-align: middle;
          /*max-height: 100%;
          max-width: 100%;
          width: auto;
          height: auto;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;*/ }

/* CONTACTO */
section#contacto {
  margin-top: 200px;
  /*
   * Set a counter and get the length of the image path.
   */
  /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
  /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
  /*
   * Set a base background for 1x environments.
   */
  background: url("../img/contacto/iphone_contacto.jpg") top center no-repeat;
  background-size: 641px 1122px;
  /*
   * Create an @2x-ish media query.
   */
  /*
   * Create media queries for all environments that the user has
   * provided images for.
   */
  /*
   * If anything went wrong trying to separate the file from its
   * extension, set a background value without doing anything to it.
   */
  min-height: 1122px; }
  @media screen and (max-width: 700px) {
    section#contacto {
      margin-top: 180px; } }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    section#contacto {
      background: url("../img/contacto/iphone_contacto@2x.jpg") top center no-repeat;
      background-size: 641px 1122px; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    section#contacto {
      background: url("../img/contacto/iphone_contacto@2x.jpg") top center no-repeat;
      background-size: 641px 1122px; } }
  @media screen and (max-width: 910px) {
    section#contacto {
      background: white; } }
  section#contacto div {
    display: inline-block; }
    section#contacto div.izq {
      max-width: 185px;
      margin-left: 105px;
      margin-top: 270px; }
      @media screen and (max-width: 910px) {
        section#contacto div.izq {
          margin-left: 50px; } }
      @media screen and (max-width: 800px) {
        section#contacto div.izq {
          max-width: 85%;
          display: block;
          margin: 200px auto 0 auto; } }
      section#contacto div.izq h2 {
        font-size: 22px;
        line-height: 21px;
        margin-bottom: 40px; }
      section#contacto div.izq p {
        font-size: 12px;
        line-height: 16.5px;
        margin-bottom: 20px; }
      section#contacto div.izq h3 {
        font-family: "Fjalla One", sans-serif;
        text-transform: uppercase;
        color: #719ad1;
        font-size: 16.5px; }
      section#contacto div.izq address {
        font-size: 12px;
        font-style: normal;
        margin-bottom: 40px; }
    section#contacto div.center {
      vertical-align: top;
      margin-top: 710px; }
      @media screen and (max-width: 1140px) {
        section#contacto div.center {
          display: none; } }
      section#contacto div.center div.box-contacto {
        background: white;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        border-radius: 15px;
        padding: 20px 30px;
        -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
        margin-top: 65px; }
        section#contacto div.center div.box-contacto h4 {
          font-family: "Fjalla One", sans-serif;
          font-size: 13px;
          color: #719ad1; }
        section#contacto div.center div.box-contacto p {
          font-size: 10px; }
    section#contacto div.der {
      max-width: 450px;
      float: right;
      margin-top: 270px;
      margin-right: 105px; }
      @media screen and (max-width: 800px) {
        section#contacto div.der {
          max-width: 85%;
          display: block;
          float: none;
          margin: 80px auto 40px auto; } }
      section#contacto div.der form input::-webkit-input-placeholder {
        color: black; }
      section#contacto div.der form input:-moz-placeholder {
        /* Firefox 18- */
        color: black; }
      section#contacto div.der form input::-moz-placeholder {
        /* Firefox 19+ */
        color: black; }
      section#contacto div.der form input:-ms-input-placeholder {
        color: black; }
      section#contacto div.der form textarea::-webkit-input-placeholder {
        color: black !important; }
      section#contacto div.der form textarea:-moz-placeholder {
        /* Firefox 18- */
        color: black !important; }
      section#contacto div.der form textarea::-moz-placeholder {
        /* Firefox 19+ */
        color: black !important; }
      section#contacto div.der form textarea:-ms-input-placeholder {
        color: black !important; }
      section#contacto div.der form input[type=text], section#contacto div.der form textarea {
        -webkit-appearance: none;
        width: 100%;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px;
        background: white;
        box-sizing: border-box;
        -webkit-box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.2);
        box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.2);
        padding: 22px;
        border: none;
        margin-bottom: 11px;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 11px; }
      section#contacto div.der form textarea {
        height: 145px;
        margin-bottom: 35px;
        resize: none; }
      section#contacto div.der form input[type=submit] {
        cursor: pointer;
        cursor: hand;
        -webkit-appearance: none;
        display: inline-block;
        vertical-align: middle;
        padding: 20px 45px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        border-radius: 100px;
        background: #719ad1;
        color: white;
        border: none;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 11px;
        transition: all 0.5s;
        -webkit-box-shadow: -5px 0px 5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: -5px 0px 5px rgba(0, 0, 0, 0.1);
        box-shadow: -5px 0px 5px rgba(0, 0, 0, 0.1); }
        section#contacto div.der form input[type=submit]:hover {
          transition: all 0.5s;
          background: rgba(113, 154, 209, 0.7); }
      section#contacto div.der form div.separacion {
        border-right: 3px solid black;
        padding-right: 35px;
        margin-right: 35px;
        height: 50px;
        width: 1px;
        display: inline-block;
        vertical-align: middle; }
        @media screen and (max-width: 520px) {
          section#contacto div.der form div.separacion {
            display: none; } }
      section#contacto div.der form ul.redes {
        display: inline-block;
        vertical-align: top;
        margin-top: 15px; }
        @media screen and (max-width: 520px) {
          section#contacto div.der form ul.redes {
            width: 100%;
            margin-top: 80px;
            text-align: center; } }
        section#contacto div.der form ul.redes li {
          display: inline-block;
          vertical-align: top;
          margin-right: 30px;
          transition: all 0.5s; }
          section#contacto div.der form ul.redes li:hover {
            padding-bottom: 20px;
            border-bottom: 3px solid #719ad1;
            transition: all 0.5s; }
          section#contacto div.der form ul.redes li:last-child {
            margin-right: 0; }

.bottomed {
  opacity: 0;
  transition: all 0.5s; }

/* FOOTER */
footer {
  margin-bottom: 40px; }
  footer div.izq {
    float: left;
    margin-left: 35px; }
    footer div.izq img.iconos-footer {
      margin-bottom: 25px; }
    footer div.izq ul {
      margin-bottom: 40px; }
      footer div.izq ul li {
        display: inline-block;
        text-transform: uppercase;
        font-size: 8px;
        font-weight: 700; }
        @media screen and (max-width: 500px) {
          footer div.izq ul li {
            display: block; } }
        footer div.izq ul li:first-child {
          /*border-right: 1px solid $color-tit;*/
          margin-right: 20px;
          padding-right: 20px; }
          @media screen and (max-width: 500px) {
            footer div.izq ul li:first-child {
              border: none;
              margin-right: 0;
              padding-right: 0; } }
  footer div.der {
    margin-right: 40px;
    margin-top: 30px;
    float: right; }

/*# sourceMappingURL=style.css.map */
