/*
 * SMACSS + SCSS v1.0
 * Inspired by SMACSS
 * http://smacss.com
 * https://github.com/jonathanpath/SASS-SMACSS
 *
 * Author: @aaronmaldonadox
 * Date: 09 July 2014
 *
 * https://bitbucket.org/aaronmaldonadox/sass-smacss/
 *
 */
/*******************************************
 * Compass & Susy
 ******************************************/
/*******************************************
 * Settings
 ******************************************/
/******************************************
 * Layout / Main
 ******************************************/
/* COLORS */
/* TEXT */
/* LINKS */
/*******************************************
 * Base
 ******************************************/
/* line 1, scss/_base.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

/* line 22, scss/_base.scss */
html {
  line-height: 1; }

/* line 26, scss/_base.scss */
ol, ul {
  list-style: none; }

/* line 30, scss/_base.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 35, scss/_base.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 41, scss/_base.scss */
q, blockquote {
  quotes: none; }

/* line 44, scss/_base.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

/* line 47, scss/_base.scss */
a img {
  border: none; }

/* line 50, scss/_base.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/******************************************
 * Base
 ******************************************/
/* line 57, scss/_base.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #000;
  font-weight: 300;
  line-height: 1.5;
  font-size: 1em;
  margin: 0;
  height: 100%;
  width: 100%; }

/* line 69, scss/_base.scss */
a {
  color: #FFFFFF;
  text-decoration: none;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s; }
  /* line 74, scss/_base.scss */
  a:hover {
    color: #e6e6e6; }

/* line 79, scss/_base.scss */
ul.bulleted-list {
  padding: 0 1em;
  margin: 1em 0; }
  /* line 84, scss/_base.scss */
  ul.bulleted-list li {
    list-style: square; }

/* line 87, scss/_base.scss */
::-moz-selection {
  background: beige;
  color: #fff;
  text-shadow: none; }

/* line 92, scss/_base.scss */
::selection {
  background: beige;
  color: #fff;
  text-shadow: none; }

/* line 98, scss/_base.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/* line 106, scss/_base.scss */
.limpiar {
  clear: both; }

/* Estilos para el popup de aviso de privacidad*/
/* line 108, scss/_base.scss */
.page-aviso {
  background: none repeat scroll 0 0 transparent; }

/* line 112, scss/_base.scss */
.page-aviso .content {
  padding: 0; }

/* line 116, scss/_base.scss */
.page-aviso > div {
  color: #444; }

/* line 120, scss/_base.scss */
.page-aviso ul {
  list-style: inherit;
  padding-bottom: 10px; }

/* line 128, scss/_base.scss */
.p_content iframe {
  height: 80%;
  overflow: scroll;
  width: 80%; }

/*******************************************
 * Layout
 ******************************************/
/******************************************
 * Layout / Header
 ******************************************/
/* line 5, scss/_layout-header.scss */
.header {
  margin: 2em 0 4em 0; }

/******************************************
 * Layout / Footer
 ******************************************/
/* line 5, scss/_layout-footer.scss */
.footer {
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
  font-size: 11px;
  position: fixed;
  color: white;
  height: auto;
  width: 100%;
  bottom: 0;
  left: 0; }
  /* line 16, scss/_layout-footer.scss */
  .footer a {
    color: #FFFFFF; }
  /* line 17, scss/_layout-footer.scss */
  .footer a.cm {
    color: #AFAFAF; }
  /* line 19, scss/_layout-footer.scss */
  .footer .footerContact {
    background: #F60E50 none repeat scroll 0 0;
    position: absolute;
    text-align: left;
    display: block;
    height: 40px;
    width: 100%;
    top: -40px; }
    @media (min-width: 992px) {
      /* line 19, scss/_layout-footer.scss */
      .footer .footerContact {
        display: none; } }
    /* line 31, scss/_layout-footer.scss */
    .footer .footerContact a {
      color: #F5D0CF !important;
      display: block;
      font-size: 12px;
      padding-top: 12px;
      text-align: center;
      text-transform: uppercase; }
    /* line 40, scss/_layout-footer.scss */
    .footer .footerContact .planea-btn, .footer .footerContact .unete-btn {
      width: 49%;
      height: 40px;
      display: inline-block;
      vertical-align: top;
      text-align: center;
      padding: 5px 0 5;
      border-right: 1px solid #FF8CAD; }
    /* line 50, scss/_layout-footer.scss */
    .footer .footerContact .unete-btn {
      border-right: 0px solid transparent; }
  @media screen and (min-width: 992px) {
    /* line 5, scss/_layout-footer.scss */
    .footer {
      padding: 5px 10px; } }

/* line 61, scss/_layout-footer.scss */
.legales {
  margin-bottom: 1em; }
  @media screen and (min-width: 992px) {
    /* line 61, scss/_layout-footer.scss */
    .legales {
      margin: 0px; } }
  /* line 67, scss/_layout-footer.scss */
  .legales b {
    font-weight: bold !important; }

/******************************************
 * Layout / Main
 ******************************************/
/* line 5, scss/_layout-main.scss */
.container {
  overflow: hidden;
  *zoom: 1;
  padding: 0 20px; }
  @media screen and (min-width: 768px) {
    /* line 5, scss/_layout-main.scss */
    .container {
      max-width: 992px;
      margin-left: auto;
      margin-right: auto;
      padding: 0 20px;
      margin: 0 auto; }
      /* line 12, ../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
      .container:after {
        content: " ";
        display: block;
        clear: both; } }
  @media screen and (min-width: 992px) {
    /* line 5, scss/_layout-main.scss */
    .container {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      margin: 0 auto;
      padding: 0; }
      /* line 12, ../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
      .container:after {
        content: " ";
        display: block;
        clear: both; } }

/* line 25, scss/_layout-main.scss */
.content {
  color: #FFFFFF;
  padding: 0 0 150px 0;
  top: 0; }
  @media screen and (min-width: 768px) {
    /* line 25, scss/_layout-main.scss */
    .content {
      margin: 0 auto; } }
  /* line 36, scss/_layout-main.scss */
  .content h1 {
    font-size: 2.625em;
    line-height: 1.14286em;
    margin-bottom: 0.75em;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700; }
  /* line 46, scss/_layout-main.scss */
  .content p {
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 0.75em; }
  /* line 51, scss/_layout-main.scss */
  .content h3 {
    font-size: 1.25em;
    line-height: 1.2em;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    margin-top: 2em; }

@media screen and (min-width: 768px) {
  /* line 59, scss/_layout-main.scss */
  .not-front .container .col {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%; } }

/******************************************
 * Layout / Nav
 ******************************************/
/* line 5, scss/_layout-nav.scss */
.conocenosBtnNav {
  display: block; }
  @media (min-width: 768px) {
    /* line 5, scss/_layout-nav.scss */
    .conocenosBtnNav {
      display: none; } }

/* line 11, scss/_layout-nav.scss */
.conocenosBtn {
  display: block;
  width: 168px;
  height: 38px;
  position: fixed;
  top: 15px;
  right: 0;
  display: none;
  z-index: 1; }
  /* line 20, scss/_layout-nav.scss */
  .conocenosBtn a {
    background-color: #F60E50;
    display: block;
    font-size: 1.3em;
    height: 100%;
    padding-top: 0.3em;
    text-align: center;
    text-transform: uppercase;
    width: 100%; }
  @media (min-width: 768px) {
    /* line 11, scss/_layout-nav.scss */
    .conocenosBtn {
      display: block; } }

/* line 34, scss/_layout-nav.scss */
.slicknav_menu {
  display: block;
  background: #F60E50; }
  @media screen and (min-width: 768px) {
    /* line 34, scss/_layout-nav.scss */
    .slicknav_menu {
      display: none; } }

/* line 40, scss/_layout-nav.scss */
.slicknav_btn {
  background-color: transparent !important; }

/* line 44, scss/_layout-nav.scss */
.logo {
  /*@include replace-text('logo.png'); */
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 105px;
  position: relative;
  width: 200px;
  background-image: url("../images/logo.png");
  background-size: contain;
  position: relative;
  /*height: 75px;*/
  /*width: 50%;*/ }
  /* line 65, scss/_layout-nav.scss */
  .logo a {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0; }

/* line 74, scss/_layout-nav.scss */
.not-front .nav {
  font-family: "Roboto Condensed", sans-serif;
  position: relative;
  font-weight: 300;
  font-size: 18px;
  height: 55px;
  display: none;
  font-size: 15px;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1; }
  @media screen and (min-width: 768px) {
    /* line 74, scss/_layout-nav.scss */
    .not-front .nav {
      display: block; } }
  /* line 62, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/typography/lists/_horizontal-list.scss */
  .not-front .nav li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    white-space: nowrap;
    float: left;
    padding-left: 0.5em;
    padding-right: 0.5em; }
    /* line 49, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/typography/lists/_horizontal-list.scss */
    .not-front .nav li:first-child {
      padding-left: 0; }
    /* line 50, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/typography/lists/_horizontal-list.scss */
    .not-front .nav li:last-child {
      padding-right: 0; }
    /* line 52, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/typography/lists/_horizontal-list.scss */
    .not-front .nav li.last {
      padding-right: 0; }
  /* line 89, scss/_layout-nav.scss */
  .not-front .nav ul {
    position: absolute;
    bottom: 0; }
  /* line 96, scss/_layout-nav.scss */
  .not-front .nav li:after {
    content: '/';
    line-height: 1.1em;
    position: absolute;
    font-size: 1.5em;
    margin: 0 0.15em;
    color: #F60E50; }
  /* line 108, scss/_layout-nav.scss */
  .not-front .nav li:last-child:after {
    content: ''; }

/* line 115, scss/_layout-nav.scss */
.atlantis {
  float: right;
  height: 62px;
  width: 62px;
  margin: 15px 80px 0 0; }
  /* line 120, scss/_layout-nav.scss */
  .atlantis img {
    width: 100%;
    max-width: 70px; }

/* line 126, scss/_layout-nav.scss */
.mdrt, .mdrt2 {
  float: right;
  height: 62px;
  width: 65px;
  margin: 15px 15px 0 0; }
  /* line 131, scss/_layout-nav.scss */
  .mdrt img, .mdrt2 img {
    width: 100%;
    max-width: 75px; }

/* line 136, scss/_layout-nav.scss */
.mdrt2 {
  margin: 15px 0 0; }
  /* line 139, scss/_layout-nav.scss */
  .mdrt2 img {
    width: 100%;
    max-width: 75px; }

/* line 144, scss/_layout-nav.scss */
.lutc {
  float: right;
  height: 62px;
  width: 65px;
  margin: 15px 15px 0 0; }
  /* line 149, scss/_layout-nav.scss */
  .lutc img {
    width: 100%;
    max-width: 74px; }

/*******************************************
 * PRELOADER
 ******************************************/
/* line 5, scss/_preloader.scss */
.with-loader {
  overflow: hidden; }

/* line 7, scss/_preloader.scss */
.loader {
  background-color: #000;
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100; }
  /* line 16, scss/_preloader.scss */
  .loader img {
    position: absolute;
    margin-left: -26px;
    margin-top: -26px;
    left: 50%;
    top: 50%; }

/******************************************
 * Pages / All pages in one file
 ******************************************/
/* line 5, scss/_pages.scss */
.page-home {
  background-image: url("../images/bg-home.jpg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain; }
  @media screen and (min-width: 992px) {
    /* line 5, scss/_pages.scss */
    .page-home {
      background-size: cover; } }
  /* line 16, scss/_pages.scss */
  .page-home .content .nav {
    font-family: "Roboto Condensed", sans-serif;
    width: 100%; }
    /* line 21, scss/_pages.scss */
    .page-home .content .nav ul {
      list-style: none; }
    /* line 25, scss/_pages.scss */
    .page-home .content .nav .menu-item {
      position: relative;
      height: 150px;
      width: 100%;
      background-position: right 0px;
      -webkit-transition: background-position .5s ease-out;
      -moz-transition: background-position .5s ease-out;
      -o-transition: background-position .5s ease-out;
      transition: background-position .5s ease-out; }
      @media screen and (min-width: 992px) {
        /* line 25, scss/_pages.scss */
        .page-home .content .nav .menu-item {
          width: 20%;
          float: left;
          background-position: right 200px; } }
      /* line 43, scss/_pages.scss */
      .page-home .content .nav .menu-item:hover {
        background-position: right 0px; }
    /* line 49, scss/_pages.scss */
    .page-home .content .nav a {
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0; }
      /* line 56, scss/_pages.scss */
      .page-home .content .nav a span {
        font-size: 1.25em;
        line-height: 1.2em;
        text-transform: uppercase;
        position: absolute;
        text-align: right;
        font-weight: 700;
        padding: 0 4%;
        float: left;
        bottom: 1em;
        width: 92%; }
    /* line 73, scss/_pages.scss */
    .page-home .content .nav .bottom-bar {
      position: absolute;
      height: 10px;
      width: 100%;
      bottom: 0;
      left: 0; }
    /* line 81, scss/_pages.scss */
    .page-home .content .nav .item-02 {
      margin-left: 0;
      background-image: url("../images/nav-planeacion-movil.jpg");
      background-repeat: no-repeat;
      background-size: cover; }
      /* line 87, scss/_pages.scss */
      .page-home .content .nav .item-02 .bottom-bar {
        background-color: #51C1ED; }
      @media screen and (min-width: 992px) {
        /* line 81, scss/_pages.scss */
        .page-home .content .nav .item-02 {
          background-image: url("../images/nav-planeacion.jpg"); } }
    /* line 93, scss/_pages.scss */
    .page-home .content .nav .item-01 {
      background-image: url("../images/nav-proteccion-movil.jpg");
      background-repeat: no-repeat;
      background-size: cover; }
      /* line 98, scss/_pages.scss */
      .page-home .content .nav .item-01 .bottom-bar {
        background-color: #f95396; }
      @media screen and (min-width: 992px) {
        /* line 93, scss/_pages.scss */
        .page-home .content .nav .item-01 {
          background-image: url("../images/nav-proteccion.jpg"); } }
    /* line 104, scss/_pages.scss */
    .page-home .content .nav .item-05 {
      background-image: url("../images/nav-seguros-movil.jpg");
      background-repeat: no-repeat;
      background-size: cover; }
      /* line 109, scss/_pages.scss */
      .page-home .content .nav .item-05 .bottom-bar {
        background-color: #54dd7e; }
      @media screen and (min-width: 992px) {
        /* line 104, scss/_pages.scss */
        .page-home .content .nav .item-05 {
          background-image: url("../images/nav-seguros.jpg"); } }
    /* line 115, scss/_pages.scss */
    .page-home .content .nav .item-03 {
      background-image: url("../images/nav-educacion-movil.jpg");
      background-repeat: no-repeat;
      background-size: cover; }
      /* line 120, scss/_pages.scss */
      .page-home .content .nav .item-03 .bottom-bar {
        background-color: #e38036; }
      @media screen and (min-width: 992px) {
        /* line 115, scss/_pages.scss */
        .page-home .content .nav .item-03 {
          background-image: url("../images/nav-educacion.jpg"); } }
    /* line 126, scss/_pages.scss */
    .page-home .content .nav .item-04 {
      float: right;
      margin-right: 0;
      background-image: url("../images/nav-retiro-movil.jpg");
      background-repeat: no-repeat;
      background-size: cover; }
      /* line 132, scss/_pages.scss */
      .page-home .content .nav .item-04 .bottom-bar {
        background-color: #00FFFF; }
      @media screen and (min-width: 992px) {
        /* line 126, scss/_pages.scss */
        .page-home .content .nav .item-04 {
          background-image: url("../images/nav-retiro.jpg"); } }
  /* line 140, scss/_pages.scss */
  .page-home .tagline {
    font-size: 1.5em;
    line-height: 1.3em;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    text-align: right;
    font-weight: 300;
    margin: 1em 0; }
    /* line 149, scss/_pages.scss */
    .page-home .tagline span {
      font-size: 2.5em;
      line-height: 0.78em;
      font-weight: 700; }

/* line 156, scss/_pages.scss */
.page-proteccion {
  background: url("../images/bg-iphone-Proteccion.jpg") no-repeat center center fixed;
  background-size: cover; }
  @media screen and (min-width: 992px) {
    /* line 156, scss/_pages.scss */
    .page-proteccion {
      background: url("../images/bg-proteccion.jpg") no-repeat center center fixed;
      background-size: cover; } }
  /* line 166, scss/_pages.scss */
  .page-proteccion .nav .active a {
    color: #f95396; }
  /* line 170, scss/_pages.scss */
  .page-proteccion .content h3 {
    color: #f95396; }
  /* line 174, scss/_pages.scss */
  .page-proteccion .footer {
    background-color: #f95396; }
    /* line 177, scss/_pages.scss */
    .page-proteccion .footer a {
      color: #fff; }

/* line 181, scss/_pages.scss */
.page-planeacion {
  background: url("../images/bg-iphone-Planeacion.jpg") no-repeat center center fixed;
  background-size: cover; }
  @media screen and (min-width: 992px) {
    /* line 181, scss/_pages.scss */
    .page-planeacion {
      background: url("../images/bg-planeacion.jpg") no-repeat center center fixed;
      background-size: cover; } }
  /* line 191, scss/_pages.scss */
  .page-planeacion .nav .active a {
    color: #51C1ED; }
  /* line 195, scss/_pages.scss */
  .page-planeacion .content h3 {
    color: #51C1ED; }
  /* line 199, scss/_pages.scss */
  .page-planeacion .footer {
    background-color: #51C1ED; }
    /* line 202, scss/_pages.scss */
    .page-planeacion .footer a {
      color: #fff; }

/* line 206, scss/_pages.scss */
.page-retiro {
  background: url("../images/bg-iphone-Retiro.jpg") no-repeat center center fixed;
  background-size: cover; }
  @media screen and (min-width: 992px) {
    /* line 206, scss/_pages.scss */
    .page-retiro {
      background: url("../images/bg-retiro.jpg") no-repeat center center fixed;
      background-size: cover; } }
  /* line 216, scss/_pages.scss */
  .page-retiro .nav .active a {
    color: #00FFFF; }
  /* line 220, scss/_pages.scss */
  .page-retiro .content h3 {
    color: #00FFFF; }
  /* line 224, scss/_pages.scss */
  .page-retiro .footer {
    background-color: #00FFFF; }
    /* line 227, scss/_pages.scss */
    .page-retiro .footer a {
      color: #fff; }

/* line 231, scss/_pages.scss */
.page-seguro {
  background: url("../images/bg-iphone-Seguros.jpg") no-repeat center center fixed;
  background-size: cover; }
  @media screen and (min-width: 992px) {
    /* line 231, scss/_pages.scss */
    .page-seguro {
      background: url("../images/bg-seguros.jpg") no-repeat center center fixed;
      background-size: cover; } }
  /* line 241, scss/_pages.scss */
  .page-seguro .nav .active a {
    color: #54dd7e; }
  /* line 245, scss/_pages.scss */
  .page-seguro .content h3 {
    color: #54dd7e; }
  /* line 249, scss/_pages.scss */
  .page-seguro .footer {
    background-color: #54dd7e; }
    /* line 252, scss/_pages.scss */
    .page-seguro .footer a {
      color: #fff; }

/* line 255, scss/_pages.scss */
.page-educacion {
  background: url("../images/bg-iphone-Educacion.jpg") no-repeat center center fixed;
  background-size: cover; }
  @media screen and (min-width: 992px) {
    /* line 255, scss/_pages.scss */
    .page-educacion {
      background: url("../images/bg-educacion.jpg") no-repeat center center fixed;
      background-size: cover; } }
  /* line 265, scss/_pages.scss */
  .page-educacion .nav .active a {
    color: #e38036; }
  /* line 269, scss/_pages.scss */
  .page-educacion .content h3 {
    color: #e38036; }
  /* line 273, scss/_pages.scss */
  .page-educacion .footer {
    background-color: #e38036; }
    /* line 276, scss/_pages.scss */
    .page-educacion .footer a {
      color: #fff; }
  /* line 279, scss/_pages.scss */
  .page-educacion .col li {
    padding: 10px 0; }

/* line 284, scss/_pages.scss */
.page-conocenos {
  background-color: #fff; }
  /* line 288, scss/_pages.scss */
  .page-conocenos .header {
    padding-top: 0; }
  /* line 289, scss/_pages.scss */
  .page-conocenos .backBig {
    padding-top: 2em;
    background: url("../images/bg-iphone-Historia.jpg") no-repeat center top;
    background-size: cover; }
    @media screen and (min-width: 992px) {
      /* line 289, scss/_pages.scss */
      .page-conocenos .backBig {
        background: url(../images/bg-historia.jpg) no-repeat center center fixed;
        background-size: cover; } }
  /* line 298, scss/_pages.scss */
  .page-conocenos .nav .active a {
    color: #9c9d63; }
  /* line 302, scss/_pages.scss */
  .page-conocenos .content h3 {
    color: #9c9d63; }
  /* line 306, scss/_pages.scss */
  .page-conocenos .footer {
    background-color: #9c9d63; }
    /* line 309, scss/_pages.scss */
    .page-conocenos .footer a {
      color: #fff; }

/* line 313, scss/_pages.scss */
.somosContGrid {
  width: 100%;
  background: #FFF url(../images/blanco-fondo.png) no-repeat center top;
  background-size: cover;
  padding-bottom: 170px; }
  /* line 318, scss/_pages.scss */
  .somosContGrid h2 {
    width: 100%;
    text-align: center;
    color: #9d9e5f;
    font-size: 36px;
    margin: 20px 0; }
  /* line 325, scss/_pages.scss */
  .somosContGrid .personas {
    width: 90%;
    margin: 0 auto;
    max-width: 900px;
    border-top: #9d9e5f solid 1px;
    padding-top: 20px; }
    /* line 331, scss/_pages.scss */
    .somosContGrid .personas li {
      position: relative;
      overflow: hidden;
      width: 45%;
      margin: 2.5%;
      float: left; }
      /* line 337, scss/_pages.scss */
      .somosContGrid .personas li:before {
        content: "";
        display: block;
        clear: both; }
      /* line 342, scss/_pages.scss */
      .somosContGrid .personas li:after {
        content: "";
        display: block;
        clear: both; }
      /* line 348, scss/_pages.scss */
      .somosContGrid .personas li:hover .imgSocio {
        left: -100%; }
      /* line 352, scss/_pages.scss */
      .somosContGrid .personas li .imgSocio {
        display: block;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 1;
        transition: left 0.3s ease-in-out; }
      /* line 361, scss/_pages.scss */
      .somosContGrid .personas li .nombreSocio {
        display: block;
        width: 48%;
        float: left;
        border: solid 1px #9d9e5f;
        text-align: center;
        background-color: #FFF;
        font-weight: bold;
        text-transform: uppercase; }
        /* line 370, scss/_pages.scss */
        .somosContGrid .personas li .nombreSocio a {
          display: block;
          padding: 10px;
          background-color: #9d9e5f;
          color: #FFF;
          margin: 0 10%;
          font-size: 12px;
          font-weight: normal; }
        /* line 379, scss/_pages.scss */
        .somosContGrid .personas li .nombreSocio span {
          display: block;
          margin: 10%;
          font-size: 13px;
          padding-top: 0px; }
          @media (min-width: 480px) {
            /* line 379, scss/_pages.scss */
            .somosContGrid .personas li .nombreSocio span {
              padding-top: 10px;
              font-size: 14px; } }
          @media (min-width: 768px) {
            /* line 379, scss/_pages.scss */
            .somosContGrid .personas li .nombreSocio span {
              font-size: inherit; } }
          @media (min-width: 1024px) {
            /* line 379, scss/_pages.scss */
            .somosContGrid .personas li .nombreSocio span {
              padding-top: 30px; } }
          /* line 394, scss/_pages.scss */
          .somosContGrid .personas li .nombreSocio span:after {
            padding-bottom: 5px;
            border-bottom: solid 1px #9d9e5f;
            display: block;
            content: "";
            width: auto; }
      @media screen and (min-width: 768px) {
        /* line 331, scss/_pages.scss */
        .somosContGrid .personas li {
          width: 23%;
          margin: 1%;
          float: left; } }
      /* line 409, scss/_pages.scss */
      .somosContGrid .personas li img {
        width: 100%; }

/* line 415, scss/_pages.scss */
.page-planeaform {
  background: url("../images/bg-iphone-PlaneaFuturo.jpg") no-repeat center center fixed;
  background-size: cover; }
  @media screen and (min-width: 992px) {
    /* line 415, scss/_pages.scss */
    .page-planeaform {
      background: url("../images/bg-forms.jpg") no-repeat center center fixed;
      background-size: cover; } }
  /* line 425, scss/_pages.scss */
  .page-planeaform .nav .active a {
    color: #F60E50; }
  /* line 429, scss/_pages.scss */
  .page-planeaform .content h3 {
    color: #F60E50; }
  /* line 433, scss/_pages.scss */
  .page-planeaform .footer {
    background-color: #889191; }
    /* line 436, scss/_pages.scss */
    .page-planeaform .footer a {
      color: #555; }
  /* line 438, scss/_pages.scss */
  .page-planeaform .inputWp, .page-planeaform .areaTxtWP {
    padding: 10px 0; }
  /* line 444, scss/_pages.scss */
  .page-planeaform .acept {
    text-align: right; }
    /* line 446, scss/_pages.scss */
    .page-planeaform .acept label {
      font-size: 12px; }
    @media (min-width: 380px) {
      /* line 444, scss/_pages.scss */
      .page-planeaform .acept {
        margin: 0 -25px; } }
  @media (min-width: 380px) {
    /* line 453, scss/_pages.scss */
    .page-planeaform .btnSbmt {
      margin: 0 -25px; } }
  /* line 457, scss/_pages.scss */
  .page-planeaform .btnSbmt input {
    background-color: #F60E50;
    border: none;
    color: #fff;
    float: right;
    font-size: 16px;
    margin-top: 10px;
    padding: 6px 50px;
    text-transform: uppercase;
    cursor: pointer; }
    /* line 467, scss/_pages.scss */
    .page-planeaform .btnSbmt input:hover {
      background-color: #9a1942; }
  /* line 473, scss/_pages.scss */
  .page-planeaform .grupoInput .fileSelect {
    width: 126px;
    height: 120px;
    background: url(../images/file-selec.png) no-repeat left top;
    float: left; }
    /* line 478, scss/_pages.scss */
    .page-planeaform .grupoInput .fileSelect input {
      display: block;
      height: 100%;
      width: 100%;
      visibility: hidden; }
  /* line 489, scss/_pages.scss */
  .page-planeaform .acept span {
    text-decoration: underline;
    cursor: pointer; }

/* line 496, scss/_pages.scss */
.page-unete {
  background: url("../images/bg-iphone-UneteTyca.jpg") no-repeat center center fixed;
  background-size: cover; }
  @media screen and (min-width: 992px) {
    /* line 496, scss/_pages.scss */
    .page-unete {
      background: url("../images/bg-unete.jpg") no-repeat center center fixed;
      background-size: cover; } }

/******************************************
 * Base / Form
 ******************************************/
/* line 4, scss/_form.scss */
form.formulario {
  width: 100%; }
  @media (min-width: 380px) {
    /* line 4, scss/_form.scss */
    form.formulario {
      width: 350px; } }

/* line 10, scss/_form.scss */
input[type="text"], textarea,
input[type="email"],
input[type="password"],
input[type="date"],
input[type="search"] {
  background-color: #889191;
  border: none;
  color: #FFF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  height: 35px;
  padding: 5px 15px;
  width: 100%; }
  /* line 29, scss/_form.scss */
  input[type="text"]:focus, textarea:focus,
  input[type="email"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="search"]:focus {
    border: none; }

/* line 33, scss/_form.scss */
input[type="text"].input2, textarea.input2 {
  background-color: #727d7d; }

/* line 36, scss/_form.scss */
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 180px;
  padding: 5px 15px;
  background-color: #5b6868;
  resize: none; }

/*******************************************
 * Modules
 ******************************************/
/******************************************
 * Modules / Button
 ******************************************/
/* line 5, scss/_modules-btn.scss */
.sidebar {
  display: none;
  background-color: #9a1942;
  position: fixed;
  width: 280px;
  margin-top: -40px;
  right: -190px;
  top: 50%;
  transition: right 0.3s ease-in-out; }
  /* line 14, scss/_modules-btn.scss */
  .sidebar .btnnav {
    display: inline-block;
    width: 90px;
    vertical-align: top;
    text-align: center; }
    /* line 19, scss/_modules-btn.scss */
    .sidebar .btnnav a {
      display: block;
      height: 60px;
      line-height: 1.1em;
      padding-top: 20px;
      width: 100%; }
      /* line 25, scss/_modules-btn.scss */
      .sidebar .btnnav a:hover {
        background-color: #F60E50; }
  /* line 30, scss/_modules-btn.scss */
  .sidebar .btnAcc {
    height: 80px;
    overflow: hidden;
    background: url(../images/icon-envelope.png) no-repeat center center;
    transition: 0.1s ease-in-out; }
    /* line 35, scss/_modules-btn.scss */
    .sidebar .btnAcc span {
      display: none; }
  /* line 39, scss/_modules-btn.scss */
  .sidebar:hover {
    right: 0px; }
    /* line 41, scss/_modules-btn.scss */
    .sidebar:hover .btnAcc {
      background-color: #F60E50; }
  @media (min-width: 768px) {
    /* line 5, scss/_modules-btn.scss */
    .sidebar {
      display: block; } }

/* line 81, scss/_modules-btn.scss */
.footer .mail-btn {
  background-color: #F60E50;
  text-align: center;
  position: relative;
  margin-bottom: 1em;
  height: 50px;
  width: 100%;
  bottom: 0;
  left: 0; }
  /* line 92, scss/_modules-btn.scss */
  .footer .mail-btn a {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('/assets/images/icon-envelope.png?1462557972');
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    width: 100%;
    float: left; }
  @media screen and (min-width: 992px) {
    /* line 81, scss/_modules-btn.scss */
    .footer .mail-btn {
      display: none; } }

/*************************************************
* MODAL
*************************************************/
/* line 4, scss/_modules-modal.scss */
.with-modal {
  overflow: hidden; }

/* line 7, scss/_modules-modal.scss */
.mhide {
  display: none; }

/* line 10, scss/_modules-modal.scss */
.mshow {
  display: block; }

/* line 13, scss/_modules-modal.scss */
.modal {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
  word-break: break-all;
  overflow-y: scroll;
  position: fixed;
  font-size: 18px;
  z-index: 10000;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0; }

/* line 26, scss/_modules-modal.scss */
.modal .close-container {
  position: fixed;
  height: 40px;
  width: 40px;
  right: 20px;
  top: 20px; }

/* line 33, scss/_modules-modal.scss */
.modal .close {
  background-image: url("../images/close.png");
  white-space: nowrap;
  margin-bottom: 40px;
  margin-left: -20px;
  overflow: hidden;
  opacity: 0.75;
  height: 40px;
  width: 40px;
  float: left;
  cursor: pointer;
  border: 0 solid transparent;
  background-color: transparent;
  background-size: contain;
  text-indent: 200%; }

/* line 50, scss/_modules-modal.scss */
.modal .close:hover {
  opacity: 1; }

/* line 53, scss/_modules-modal.scss */
.modal-container {
  color: #f0f0f0;
  margin: 5em auto 3em auto;
  text-align: center;
  font-size: 12px;
  width: 80%; }
  /* line 60, scss/_modules-modal.scss */
  .modal-container p {
    margin-bottom: 1em; }

@media (min-width: 768px) {
  /* line 63, scss/_modules-modal.scss */
  .modal-container {
    width: 60%; } }
/* line 67, scss/_modules-modal.scss */
.modal-container a {
  color: #ff7400; }

/* line 1, scss/_modules-forms.scss */
.parsley-errors-list li {
  font-size: 12px;
  color: grey; }
