@charset "UTF-8";
/*
Theme Name: OPPGO
Author: Nett
Author URI: http://nett.mx/
Description: THEME_DESCRIPTION
Version: 1.0
*/
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

textarea.form-control {
  padding-top: 14px; }

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

  .headercorreo {
    max-width: 100%;
    background-image: url("../../img/header-email-general.jpg");
    }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* --------------------------------- SASS -------------------------------- */
/* ----------------------------- TIPOGRAFÍAS ------------------------------ */
body, .items-centro, .menu-footer, .derechos, .formulario-login, .check-rocordar,
.registro-login h4, .texto-registro, .formulario-registro, .registro-promover,
.terminos-registro label, .fecha-publicacion, .info-proyecto, .texto-hero-home,
.descripcion-oppgo, .contenedor-menu-usuario button,
.contenedor-menu-usuario .menu-usuario a, .formulario-perfil label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300; }

.mensaje-menu, .tipo-proyecto, .label-nivel {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400; }

.titulo-login, .btn-general, .btn-simple, .texto-registro span,
.titulo-home, .info-detalles-proyecto, .subtitulo, .page-contacto .label-formulario,
.link-footer.active, .pregunta, .numero-paso, .titulo-paso {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; }

.titulo-general {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800; }

/*-------VARS-------*/
/* ------------------------------- GENERAL ------------------------------- */
p {
  margin: 30px 0px; }

p:first-child {
  margin-top: 0px; }

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

a, a:hover, a:focus, a:active {
  text-decoration: none; }

button {
  background: transparent;
  border: none; }

a {
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

button:focus, input:focus {
  outline: none; }

input[type='password'] {
  /*font: small-caption;*/
  font-size: 14px; }

/* Imágenes
Prevenir que las imágenes sean mayores al contenedor
NOTA: CAMBIAR CLASE DEL CONTENEDOR; */
.page-content img {
  max-width: 100%;
  height: auto; }

/* Evitar que links largos rompan los contenedores
NOTA: Ser lo más específico que se pueda; */
.page-content a {
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

.CLASE-FORMULARIO .form-control {
  -webkit-appearance: none; }

.titulo-general {
  z-index: 2;
  color: #10181F;
  font-size: 23px;
  line-height: 43px;
  position: relative; }

.titulo-general.adorno-circulo {
  padding: 23px 0;
  margin-bottom: 0;
  text-align: center; }
  .titulo-general.adorno-circulo:before {
    content: '';
    width: 70px;
    height: 70px;
    display: block;
    left: 0;
    right: 0;
    z-index: -1;
    margin: 0 auto;
    margin-top: -13px;
    position: absolute;
    border-radius: 50%;
    border: 10px solid #AC063C; }

.titulo-general.adorno-circulo.circulo-blanco:before {
  border: 10px solid #fff; }

.btn-general {
  color: #fff;
  font-size: 12px;
  padding: 15px 30px;
  border-radius: 2px;
  letter-spacing: 1px;
  display: inline-block;
  background-color: #AC063C;
  text-transform: uppercase;
  -webkit-box-shadow: 0 1px 2px rgba(16, 24, 31, 0.2);
  box-shadow: 0 1px 2px rgba(16, 24, 31, 0.2);
  -o-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease; }
  .btn-general:hover, .btn-general:focus {
    color: #fff;
    background-color: #AC063C;
    -webkit-box-shadow: 0 1px 6px rgba(16, 24, 31, 0.2);
    box-shadow: 0 1px 6px rgba(16, 24, 31, 0.2); }

.btn-simple {
  padding: 8px;
  color: #10181F;
  position: relative;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0);
  border-bottom-color: #AC063C;
  -o-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out; }
  .btn-simple:before {
    content: '';
    z-index: 20;
    width: 0%;
    height: 1px;
    left: -1px;
    right: 0;
    bottom: -1px;
    margin: 0 auto;
    display: block;
    position: absolute;
    background-color: #10181F;
    -o-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out; }
  .btn-simple:hover, .btn-simple:focus {
    color: #AC063C; }
    .btn-simple:hover:before, .btn-simple:focus:before {
      width: calc(100% + 2px); }

.contenedor-general {
  margin-top: 30px;
  line-height: 1.8em;
  color: #828689; }

/* ------------------------- MÁRGENES Y PADDINGS ------------------------- */
.mt20 {
  margin-top: 20px; }

/* ------------------------- HEADER ------------------------- */
.menu-oppgo .dropdown-toggle:focus {
  outline: none; }

.contenedor-menu-usuario {
  padding-top: 29px; }
  .contenedor-menu-usuario a {
    color: #10181F;
    font-weight: 300;
    padding-top: 0;
    padding-bottom: 0;
    border: 0px; }
    .contenedor-menu-usuario a:hover, .contenedor-menu-usuario a:focus, .contenedor-menu-usuario a.active {
      border: 0px; }
  .contenedor-menu-usuario .caret {
    border: 0px;
    width: 6px;
    height: 4px;
    background-position: center;
    background-repeat: no-repeat;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url("../../img/icono-caret.svg"); }
  .contenedor-menu-usuario .avatar-autor {
    width: 30px;
    height: 30px;
    border: 0px;
    color: #fff;
    line-height: 29px;
    background-position: center;
    background-repeat: no-repeat;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url("../../img/bg-avatar-header.jpg"); }
  .contenedor-menu-usuario .menu-usuario {
    margin-top: 10px;
    padding: 0;
    border: 0px; }
    .contenedor-menu-usuario .menu-usuario a {
      padding-top: 12px;
      padding-bottom: 12px;
      border-bottom: 1px solid #F3F3F3; }
  .contenedor-menu-usuario.active:before {
    content: '';
    width: calc(100% - 30px);
    height: 5px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    background-color: #AC063C; }

.menu-oppgo {
  z-index: 20;
  width: 100%;
  position: relative;
  background-color: #F8F8F9;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); }
  .menu-oppgo .items-centro {
    margin: 0 auto;
    padding-left: 0;
    display: inline-block; }
    .menu-oppgo .items-centro li {
      list-style: none;
      display: inline-block; }
    .menu-oppgo .items-centro li:first-child {
      margin-right: 25px; }
  .menu-oppgo .items-derecha a {
    display: inline-block; }
  .menu-oppgo .items-derecha img {
    margin-right: 10px; }
  .menu-oppgo .items-derecha:first-child:after {
    content: '';
    width: 1px;
    height: 13px;
    right: 0%;
    top: 27px;
    margin-top: 10px;
    position: absolute;
    background-color: #10181F; }
  .menu-oppgo .link-menu {
    padding-top: 27px;
    position: relative; }
    .menu-oppgo .link-menu a {
      padding: 0 15px;
      color: #10181F;
      height: 32px;
      position: initial;
      line-height: 32px;
      display: inline-block; }
      .menu-oppgo .link-menu a:before {
        content: '';
        width: 0%;
        height: 5px;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        position: absolute;
        background-color: #AC063C;
        -o-transition: 0.5s ease-out;
        -moz-transition: 0.5s ease-out;
        -webkit-transition: 0.5s ease-out;
        transition: 0.5s ease-out; }
      .menu-oppgo .link-menu a:hover, .menu-oppgo .link-menu a:focus, .menu-oppgo .link-menu a:visited, .menu-oppgo .link-menu a.active {
        background-color: rgba(16, 24, 31, 0); }
        .menu-oppgo .link-menu a:hover:before, .menu-oppgo .link-menu a:focus:before, .menu-oppgo .link-menu a:visited:before, .menu-oppgo .link-menu a.active:before {
          width: calc(100% - 30px); }
      .menu-oppgo .link-menu a.active {
        font-weight: 700; }
  .menu-oppgo #btn-mobile .icon-bar {
    background-color: #10181F; }

.logo-home {
  height: 38px;
  width: 155px;
  /*width: 138px;*/
  margin: 25px 15px;
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: 130px 38px;
  -moz-background-size: 130px 38px;
  -webkit-background-size: 130px 38px;
  background-size: 155px 38px;
  /*background-size: 130px 38px;*/
  background-image: url("../../img/logo-header-color@2x.png"); }
  .logo-home img {
    max-height: 38px; }

.menu-home {
  width: 100%;
  position: absolute;
  background-color: rgba(248, 248, 249, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 2px 2px transparent;
  box-shadow: 0 2px 2px transparent; }
  .menu-home .container .navbar-collapse {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .menu-home .items-derecha:first-child:after {
    content: '';
    background-color: #fff; }
  .menu-home .link-menu {
    padding-top: 27px; }
    .menu-home .link-menu a {
      color: #fff; }
  .menu-home .logo-home {
    background-image: url("../../img/logo-header@2x2.png"); }
  .menu-home #btn-mobile .icon-bar {
    background-color: #fff; }
  .menu-home .dropdown-toggle {
    color: #fff; }
    .menu-home .dropdown-toggle .caret {
      background-image: url("../../img/icono-caret-blanco.svg"); }

html #btn-mobile {
  margin-top: 30px;
  margin-right: 15px;
  width: 30px;
  height: 30px;
  float: right;
  position: relative;
  display: inline-block; }
  html #btn-mobile .icon-bar {
    height: 3px;
    width: 30px;
    opacity: 1;
    display: block;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    html #btn-mobile .icon-bar + .icon-bar {
      margin-top: 6px; }
  html #btn-mobile .icon-bar:nth-child(2) {
    width: 30px; }
  html #btn-mobile .icon-bar:nth-child(1) {
    width: 30px;
    -webkit-transform: rotate(0deg) translateY(0px) translateX(0px);
    -ms-transform: rotate(0deg) translateY(0px) translateX(0px);
    transform: rotate(0deg) translateY(0px) translateX(0px); }
  html #btn-mobile .icon-bar:nth-child(3) {
    width: 30px;
    -webkit-transform: rotate(0deg) translateY(0px) translateX(0px);
    -ms-transform: rotate(0deg) translateY(0px) translateX(0px);
    transform: rotate(0deg) translateY(0px) translateX(0px); }

html.mm-opening #btn-mobile .icon-bar:nth-child(2) {
  opacity: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto; }

html.mm-opening #btn-mobile .icon-bar:nth-child(1) {
  width: 30px;
  -webkit-transform: rotate(-40deg) translateY(6px) translateX(-5px);
  -ms-transform: rotate(-40deg) translateY(6px) translateX(-5px);
  transform: rotate(-40deg) translateY(6px) translateX(-5px); }

html.mm-opening #btn-mobile .icon-bar:nth-child(3) {
  width: 30px;
  margin-top: 4px;
  -webkit-transform: rotate(40deg) translateY(-6px) translateX(-5px);
  -ms-transform: rotate(40deg) translateY(-6px) translateX(-5px);
  transform: rotate(40deg) translateY(-6px) translateX(-5px); }

.mm-panel.mm-hasnavbar.mm-opened {
  left: -1px; }

#menu-mobile .mm-navbar {
  border-color: rgba(255, 255, 255, 0.5); }

#menu-mobile .mm-title {
  color: #fff;
  font-weight: 600; }

#menu-mobile .mm-panel {
  color: #fff;
  background-color: #F8F8F9;
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url("../../img/bg-login-naranja3.jpg"); }

#menu-mobile .mm-listview li:after {
  right: 20px;
  border-color: rgba(255, 255, 255, 0.5); }

#menu-mobile .mm-listview li a {
  padding: 20px; }

#menu-mobile .mm-listview li a.active {
  color: #10181F;
  font-weight: 700; }
  #menu-mobile .mm-listview li a.active .icono-login-footer {
    background-image: url("../../img/icono-login-gris.svg"); }
  #menu-mobile .mm-listview li a.active .icono-login-favoritos {
    background-image: url("../../img/icono-estrella-negra.svg"); }

#menu-mobile .icono-login-footer {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url("../../img/icono-login-blanco.svg"); }

#menu-mobile .icono-login-favoritos {
  width: 17px;
  height: 17px;
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url("../../img/icono-estrella-blanca.svg"); }

/*------------------------- HOME -------------------------*/
.page-home {
  overflow: hidden;
  padding-bottom: 100px;
  background-color: #F8F8F9; }

.contenedor-centrado {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  margin: auto;
  right: 0;
  left: 0; }

.hero-home {
  height: 100vh;
  min-height: 500px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url("../../img/hero-home2.jpg"); }
  .hero-home .btn-general {
    text-align: left;
    border: 1px solid #AC063C;
    background-color: rgba(255, 80, 0, 0); }
    .hero-home .btn-general:hover, .hero-home .btn-general:focus {
      background-color: #AC063C;
      border: 1px solid #AC063C; }
  .hero-home .contenedor-centrado {
    text-align: center; }

.titulo-home {
  margin-bottom: 10px;
  color: #fff;
  font-size: 30px;
  line-height: 40px; }

.texto-hero-home {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 35px; }

.overlay-home {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4; }

.acerca-home {
  padding-bottom: 100px;
  height: auto;
  position: relative;
  background-color: #AC063C;
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url("../../img/bg-naranja.jpg"); }
  .acerca-home .titulo-general.adorno-circulo:before {
    border-color: #fff; }

.descripcion-oppgo {
  margin-top: 40px;
  margin-bottom: 50px;
  color: #fff;
  font-size: 18px;
  line-height: 28px; }

.triangulo {
  top: -45px;
  left: -75px;
  width: 200%;
  height: 105%;
  display: block;
  position: absolute;
  background-color: #fff;
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url("../../img/bg-naranja2.jpg"); }

.contenedor-img-acerca {
  margin-top: 20px;
  margin-bottom: 35px;
  height: 125px;
  position: relative; }
  .contenedor-img-acerca img {
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    margin: 0 auto;
    position: absolute; }

.contenedor-video {
  margin-top: 50px;
  font-size: 16px;
  color: #fff; }
  .contenedor-video .btn-simple {
    margin-top: 10px;
    color: #fff;
    border-bottom-color: #fff; }
    .contenedor-video .btn-simple:hover, .contenedor-video .btn-simple:focus {
      color: #10181F; }

.open-video-home {
  display: inline-block; }
  .open-video-home:hover img {
    width: 40px; }
  .open-video-home:focus {
    outline: none; }

.mascara-video {
  width: 235px;
  height: 131px;
  margin: 0 auto;
  display: block;
  margin-top: 20px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: 0 10px 22px rgba(16, 24, 31, 0.2);
  box-shadow: 0 10px 22px rgba(16, 24, 31, 0.2);
  background-image: url("../../img/mascara-video-home.jpg"); }
  .mascara-video img {
    width: 30px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    margin: auto;
    right: 0;
    left: 0;
    -o-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }

.comunidad-home {
  padding: 50px 0; }
  .comunidad-home .descripcion-oppgo {
    color: #828689; }

.slider-logos {
  margin-bottom: 20px; }
  .slider-logos .item-logo {
    padding: 0 20px;
    height: 60px;
    position: relative; }
    .slider-logos .item-logo img {
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      position: relative; }
    .slider-logos .item-logo:focus {
      outline: none; }
  .slider-logos .slick-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px rgba(16, 24, 31, 0.2);
    box-shadow: 0 0 8px rgba(16, 24, 31, 0.2);
    background-position: center;
    background-repeat: no-repeat;
    -o-background-size: 5px 12px;
    -moz-background-size: 5px 12px;
    -webkit-background-size: 5px 12px;
    background-size: 5px 12px; }
    .slider-logos .slick-arrow:before {
      display: none; }
  .slider-logos .slick-prev {
    left: -60px;
    background-image: url("../../img/icono-slider-prev.svg");
    background-position: 48% 50%; }
  .slider-logos .slick-next {
    right: -60px;
    background-image: url("../../img/icono-slider-next.svg"); }

    /*------------------------- Landing -------------------------*/
    .page-landing {
      height: auto;
      min-height: 800px;
      position: relative;
      background-color: #828689;
      background-position: center;
      background-repeat: no-repeat;
      -o-background-size: cover;
      -moz-background-size: cover;
      -webkit-background-size: cover;
      background-size: cover;
      background-image: url("../../img/bg-landing.jpg"); }

    .overlay-oscuro-landing {
      top: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.43);
      background: -webkit-gradient(linear, 0% 0%, 0% 50%, from(rgba(0, 0, 0, 0.6)), to(transparent)); }

      .contenedor-opciones-landing {
        margin-top: 30px;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        max-width: 1120px;
        display: block;

        }

        .contenedor-opciones-landing:after {
          content: '';
          display: block;
          clear: both; }

      .cuadro-landing {
        padding: 30px 0;
        width: calc(100% - 30px);
        margin: 0 auto;
        min-height: 280px;
        text-align: center;
        position: relative;
        background-color: #fff;
        background-size: cover;
        background-position: center;
        background-image: url("../../img/bg-landingic1.jpg");
         }
        .cuadro-landing + .cuadro-landing {
          margin-bottom: 30px;
          background-color: #FFF;
          background-position: center;
          background-repeat: no-repeat;
          -o-background-size: cover;
          -moz-background-size: cover;
          -webkit-background-size: cover;
          background-size: cover;
          background-image: url("../../img/bg-landingic2.jpg");
          }

        .cuadro-landing .titulo-general {
          color: #fff;
          font-size: 25px;
          line-height: 33px;
          margin-bottom: 30px; }
        .cuadro-landing .contenedor-centrado {
          max-width: 280px; }

      .cuadro-landing.cuadro-simple {
        padding-left: 15px;
        padding-right: 15px; }


/*------------------------- login -------------------------*/
.page-login {
  height: auto;
  min-height: 800px;
  position: relative;
  background-color: #828689;
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url("../../img/bg-login.jpg"); }

.overlay-oscuro {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.43);
  background: -webkit-gradient(linear, 0% 0%, 0% 50%, from(rgba(0, 0, 0, 0.6)), to(transparent)); }

.contenedor-opciones-login {
  margin-top: 120px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1120px;
  display: inline-block; }
  .contenedor-opciones-login:after {
    content: '';
    display: block;
    clear: both; }

.cuadro-login {
  padding: 30px 0;
  width: calc(100% - 30px);
  margin: 0 auto;
  min-height: 280px;
  text-align: center;
  position: relative;
  background-color: #fff; }
  .cuadro-login + .cuadro-login {
    margin-bottom: 30px;
    background-color: #AC063C;
    background-position: center;
    background-repeat: no-repeat;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url("../../img/bg-login-naranja3.jpg"); }
  .cuadro-login .titulo-general {
    color: #fff;
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 30px; }
  .cuadro-login .contenedor-centrado {
    max-width: 280px; }

.cuadro-login.cuadro-simple {
  padding-left: 15px;
  padding-right: 15px; }

.titulo-login {
  padding: 0 5px;
  font-size: 30px;
  line-height: 36px;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 13px;
  margin-bottom: 34px; }

.formulario-login {
  margin: auto;
  max-width: 280px; }

.form-control {
  height: 48px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2px;
  border: 1px solid #cfd1d2; }
  .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #AC063C; }

.form-group {
  min-height: 20px;
  margin-bottom: 20px; }
  .form-group .btn-general {
    width: 100%;
    margin-bottom: 15px; }

.check-rocordar {
  color: #828689; }
  .check-rocordar:hover {
    color: #AC063C; }

.recuperar-contra {
  display: block;
  color: #828689; }
  .recuperar-contra:hover, .recuperar-contra:focus {
    color: #AC063C; }

.registro-login {
  color: #10181F; }
  .registro-login h4 {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase; }

@-webkit-keyframes btnAnim {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

@keyframes btnAnim {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

@-webkit-keyframes circles {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; }
  35% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    opacity: 0; } }

@keyframes circles {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; }
  35% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    opacity: 0; } }

.link-social {
  margin-right: 35px;
  width: 60px;
  height: 60px;
  position: relative;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.5); }
  .link-social:before {
    content: '';
    left: -1px;
    top: -1px;
    opacity: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
  .link-social:hover, .link-social:focus, .link-social:visited {
    -webkit-animation: btnAnim 0.7s;
    animation: btnAnim 0.7s; }
    .link-social:hover:before, .link-social:focus:before, .link-social:visited:before {
      -webkit-animation: circles 0.8s 0.4s;
      animation: circles 0.8s 0.4s; }

.link-social:last-child {
  margin-right: 0; }

.icono-facebook {
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: 10px 20px;
  -moz-background-size: 10px 20px;
  -webkit-background-size: 10px 20px;
  background-size: 10px 20px;
  background-image: url("../../img/icono-facebook.svg"); }

.icono-twitter {
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: 21px 18px;
  -moz-background-size: 21px 18px;
  -webkit-background-size: 21px 18px;
  background-size: 21px 18px;
  background-image: url("../../img/icono-twitter.svg"); }

.icono-google {
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: 18px 18px;
  -moz-background-size: 18px 18px;
  -webkit-background-size: 18px 18px;
  background-size: 18px 18px;
  background-image: url("../../img/icono-google.svg"); }

.error-login .msj-error {
  display: block;
  font-size: 12px;
  color: #F10000;
  margin-bottom: 15px;
  text-align: center; }

.error-login .form-control {
  -webkit-box-shadow: 0 0 3px rgba(241, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(241, 0, 0, 0.5); }

.error-formulario .msj-error {
  display: block;
  font-size: 12px;
  color: #F10000;
  margin-bottom: 20px;
  text-align: center; }

.error-formulario .error-campo {
  -webkit-box-shadow: 0 0 3px rgba(241, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(241, 0, 0, 0.5);
  border-color: #F10000; }

.indicacion {
  color: #828689;
  margin-bottom: 25px; }

/* ------------------------- REGISTRO ------------------------- */
.dibujos-registro {
  max-width: 100px;
  right: 0;
  position: absolute; }

.page-registro {
  margin-top: 50px;
  margin-bottom: 70px; }

.texto-registro {
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 18px;
  color: #828689; }

.formulario-registro {
  margin-bottom: 10px; }
  .formulario-registro .row {
    margin: 0 -10px; }
  .formulario-registro .col-md-6 {
    padding: 0 10px; }
  .formulario-registro .form-group .btn-general {
    margin: 0; }

select.form-control {
  background-image: url("../../img/icono-select.svg");
  background-repeat: no-repeat;
  background-size: 11px 6px;
  background-position: 95% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.borde-largo {
  width: 100%;
  height: 1px;
  background-color: #cfd1d2; }

.registro-social {
  margin: 20px 0;
  color: #10181F;
  text-align: center;
  line-height: 30px;
  text-transform: uppercase; }
  .registro-social:after {
    content: '';
    display: block;
    clear: both; }
  .registro-social p {
    display: block;
    margin-bottom: 15px; }
  .registro-social .link-social {
    width: 30px;
    height: 30px;
    line-height: 30px;
    -webkit-box-shadow: 0 0 2px rgba(16, 24, 31, 0.1);
    box-shadow: 0 0 2px rgba(16, 24, 31, 0.1);
    border: 1px solid rgba(207, 209, 210, 0.5); }
    .registro-social .link-social:before {
      content: '';
      left: -1px;
      top: -1px;
      opacity: 0;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      position: absolute;
      border: 1px solid rgba(207, 209, 210, 0.5);
      -o-transition: 0.5s;
      -moz-transition: 0.5s;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
  .registro-social .icono-facebook {
    background-position: center;
    background-repeat: no-repeat;
    -o-background-size: 5px 20px;
    -moz-background-size: 5px 20px;
    -webkit-background-size: 5px 20px;
    background-size: 5px 20px;
    background-image: url("../../img/icono-facebook-naranja.svg"); }
  .registro-social .icono-twitter {
    background-position: center;
    background-repeat: no-repeat;
    -o-background-size: 11px 9px;
    -moz-background-size: 11px 9px;
    -webkit-background-size: 11px 9px;
    background-size: 11px 9px;
    background-image: url("../../img/icono-twitter-naranja.svg"); }
  .registro-social .icono-google {
    background-position: center;
    background-repeat: no-repeat;
    -o-background-size: 9px 9px;
    -moz-background-size: 9px 9px;
    -webkit-background-size: 9px 9px;
    background-size: 9px 9px;
    background-image: url("../../img/icono-google-naranja.svg"); }

.registro-promover {
  margin: 20px 0;
  text-align: center; }

.texto-checkbox {
  margin: 0;
  margin-right: 0px;
  display: inline-block; }

.terminos-registro {
  font-size: 12px;
  margin-bottom: 30px;
  color: #828689; }
  .terminos-registro a:hover, .terminos-registro a:active, .terminos-registro a:focus {
    color: #10181F; }
  .terminos-registro label {
    margin-top: 15px;
    display: block; }

/* ------------------------- REGISTRO BIENVENIDA ------------------------- */
.page-bienvenida {
  padding-top: 0px;
  overflow: hidden;
  text-align: center;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url("../../img/bg-bienvenida2.jpg"); }

.contenido-bienvenida {
  margin: 0 auto;
  color: #fff;
  max-width: 470px; }
  .contenido-bienvenida .descripcion-oppgo {
    margin-top: 40px; }
  .contenido-bienvenida .btn-general {
    margin-bottom: 55px;
    color: #10181F;
    background-color: #fff; }
    .contenido-bienvenida .btn-general:hover, .contenido-bienvenida .btn-general:focus {
      color: #fff;
      background-color: #10181F; }
  .contenido-bienvenida .btn-simple {
    color: #fff;
    border-bottom-color: #fff; }
    .contenido-bienvenida .btn-simple:hover, .contenido-bienvenida .btn-simple:focus {
      color: #10181F; }

.dibujos-bienvenida {
  margin: 30px auto;
  left: 0;
  right: 0;
  max-width: 90%; }

/* ------------------------- PERFIL ------------------------- */
.formulario-perfil .borde-largo {
  margin-bottom: 40px;
  display: inline-block; }

.formulario-perfil .btn-general {
  display: block;
  margin: 0 auto;
  width: auto; }

.formulario-perfil .form-group {
  margin-bottom: 0; }

.formulario-perfil .form-control {
  margin-bottom: 20px; }

.mensaje-formulario {
  margin-bottom: 20px;
  text-align: center; }

.icono-edicion-correcta {
  margin: 0 auto;
  margin-bottom: 15px;
  max-width: 57px;
  width: auto;
  display: block; }

/* ------------------------- PROYECTOS ------------------------- */
.page-proyectos {
  margin-bottom: 70px; }
  .page-proyectos .descripcion-oppgo {
    color: #828689;
    margin-bottom: 0px; }

.titulo-general.adorno-circulo {
  margin-top: 40px; }

.contenedor-filtros-proyectos {
  margin: 40px 0 30px 0;
  display: block;
  font-weight: 300; }
  .contenedor-filtros-proyectos:after {
    content: '';
    display: block;
    clear: both; }

.filtro-categoria {
  width: 50%;
  height: 95px;
  float: left;
  color: #828689;
  text-align: center;
  display: inline-block; }
  .filtro-categoria p {
    margin-top: 10px; }
  .filtro-categoria:hover, .filtro-categoria:focus, .filtro-categoria.active {
    color: #AC063C; }
    .filtro-categoria:hover .filtro-todos, .filtro-categoria:focus .filtro-todos, .filtro-categoria.active .filtro-todos {
      background-image: url("../../img/icono-todosRojo.png"); }
    .filtro-categoria:hover .filtro-arquitectura, .filtro-categoria:focus .filtro-arquitectura, .filtro-categoria.active .filtro-arquitectura {
      background-image: url("../../img/icono-medicosrojo.png"); }
    .filtro-categoria:hover .filtro-paisajismo, .filtro-categoria:focus .filtro-paisajismo, .filtro-categoria.active .filtro-paisajismo {
      background-image: url("../../img/icono-filtro-paisajismo-active.svg"); }
    .filtro-categoria:hover .filtro-dis-grafico, .filtro-categoria:focus .filtro-dis-grafico, .filtro-categoria.active .filtro-dis-grafico {
      background-image: url("../../img/icono-legalRojo.png"); }
    .filtro-categoria:hover .filtro-dis-interiores, .filtro-categoria:focus .filtro-dis-interiores, .filtro-categoria.active .filtro-dis-interiores {
      background-image: url("../../img/icono-comprasRojo.png"); }
    .filtro-categoria:hover .filtro-dis-industrial, .filtro-categoria:focus .filtro-dis-industrial, .filtro-categoria.active .filtro-dis-industrial {
      background-image: url("../../img/icono-segurosRojo.png"); }
    .filtro-categoria:hover .filtro-dis-emisora, .filtro-categoria:focus .filtro-dis-emisora, .filtro-categoria.active .filtro-dis-emisora {
      background-image: url("../../img/icono-emisorasRojo.png"); }
  .filtro-categoria.active {
    color: #AC063C;
    font-weight: 700; }

.icono-filtro {
  width: 37px;
  height: 37px;
  display: block;
  margin: 0 auto;
  background-color: #fff; }
.icono-filtro.medikitFilter {
  width: 49px;
  height: 37px;
}

.filtro-todos {
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: 45px 34px;
  -moz-background-size: 45px 34px;
  -webkit-background-size: 45px 34px;
  background-size: 45px 34px;
  background-image: url("../../img/icono-todosGris.png"); }

.filtro-arquitectura {
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: 34px 34px;
  -moz-background-size: 34px 34px;
  -webkit-background-size: 34px 34px;
  background-size: 34px 34px;
  background-image: url("../../img/icono-medicos.png"); }

.filtro-paisajismo {
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: 33px 33px;
  -moz-background-size: 33px 33px;
  -webkit-background-size: 33px 33px;
  background-size: 33px 33px;
  background-image: url("../../img/icono-filtro-paisajismo.svg"); }

.filtro-dis-grafico {
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: 34px 34px;
  -moz-background-size: 34px 34px;
  -webkit-background-size: 34px 34px;
  background-size: 34px 34px;
  background-image: url("../../img/icono-legalGris.png"); }

.filtro-dis-interiores {
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: 31px 34px;
  -moz-background-size: 31px 34px;
  -webkit-background-size: 31px 34px;
  background-size: 31px 34px;
  background-image: url("../../img/icono-comprasGris.png"); }

.filtro-dis-industrial {
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: 37px 34px;
  -moz-background-size: 37px 34px;
  -webkit-background-size: 37px 34px;
  background-size: 37px 34px;
  background-image: url("../../img/icono-segurosGris.png"); }

.filtro-dis-emisora {
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: 37px 34px;
  -moz-background-size: 37px 34px;
  -webkit-background-size: 37px 34px;
  background-size: 37px 34px;
  background-image: url("../../img/icono-emisorasGris.png"); }

.contenedor-proyectos {
  margin-top: 35px; }

.tarjeta-proyecto {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 5px rgba(16, 24, 31, 0.1);
  box-shadow: 0 3px 5px rgba(16, 24, 31, 0.1);
  -o-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out; }
  .tarjeta-proyecto:hover {
    -webkit-box-shadow: 0 5px 25px rgba(16, 24, 31, 0.3);
    box-shadow: 0 5px 25px rgba(16, 24, 31, 0.3); }

.imagen-proyecto {
  width: 100%;
  height: 110px;
  display: block;
  position: relative;
  overflow: hidden; }
  .imagen-proyecto .overlay-oscuro {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.43);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0.4)), to(transparent)); }
  .imagen-proyecto:hover .bg-proyecto {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.bg-proyecto {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #AC063C;
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -o-transition: 0.7s ease-out;
  -moz-transition: 0.7s ease-out;
  -webkit-transition: 0.7s ease-out;
  transition: 0.7s ease-out; }

.fecha-publicacion {
  margin-top: 15px;
  margin-left: 20px;
  color: #fff;
  z-index: 2;
  font-size: 12px;
  position: relative;
  display: inline-block; }

.icono-cat {
  z-index: 2;
  display: block;
  margin: 0 auto;
  margin-top: 18px;
  position: relative; }

.info-proyecto {
  padding: 14px 20px;
  font-size: 14px;
  color: #10181F; }

.label-tarjeta {
  margin-bottom: 10px;
  font-size: 11px;
  color: #828689;
  text-transform: uppercase; }

.nombre-proyecto {
  color: #10181F;
  display: block;
  margin-bottom: 12px; }
  .nombre-proyecto:hover, .nombre-proyecto:focus {
    color: #AC063C; }

.valor-proyecto {
  overflow: hidden;
  max-height: 20px; }

.vencimiento-proyecto {
  padding: 15px 15px 20px;
  font-size: 12px;
  border-top: 1px solid #F3F3F3; }
  .vencimiento-proyecto p {
    margin: 0;
    font-weight: 300; }

.indicador-vencimiento {
  width: 100%;
  height: 3px;
  margin-top: 10px;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  background-color: rgba(255, 80, 0, 0.1); }

.medidor-vencimiento {
  height: 3px;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #AC063C; }

.contenedor-btn {
  display: block;
  margin-top: 30px;
  text-align: center; }

.contenedor-btn-simple {
  margin-bottom: 0px; }

/* ------------------------- DETALLE PROYECTO------------------------- */
.slider-detalle:after, .miniaturas-slider-detalle:after {
  content: '';
  display: block;
  clear: both; }

.img-slider {
  width: 100%;
  float: left;
  background-color: #F8F8F9;
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover; }
  .img-slider:before {
    content: '';
    float: left;
    display: block;
    padding-top: 100%; }
  .img-slider:focus {
    outline: none; }

.img-miniatura.slick-current {
  opacity: 1;
  -webkit-box-shadow: 0 0px 0px 1px #AC063C inset;
  box-shadow: 0 0px 0px 1px #AC063C inset; }

.img-miniatura {
  width: 24.5% !important;
  float: left;
  opacity: 0.2;
  background-color: #AC063C;
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -o-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out; }
  .img-miniatura:before {
    content: '';
    float: left;
    display: block;
    padding-top: 100%; }
  .img-miniatura:focus {
    outline: none; }

.cabecera-detalle {
  padding-top: 45px;
  text-align: center; }
  .cabecera-detalle .titulo-categoria {
    font-size: 12px;
    letter-spacing: 4px;
    margin-bottom: 11px;
    color: #828689;
    text-transform: uppercase; }
  .cabecera-detalle .categoria {
    margin-bottom: 10px;
    font-size: 20px;
    letter-spacing: 3px;
    color: #828689;
    text-transform: uppercase; }

.contenedor-detalle {
  padding-top: 30px; }

.seccion-principal-detalle {
  margin-bottom: 55px; }

.autor-proyecto {
  color: #828689;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 30px; }

.avatar-autor {
  width: 30px;
  height: 30px;
  font-size: 12px;
  margin-right: 5px;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  font-weight: 700;
  display: block;
  vertical-align: middle;
  color: #AC063C;
  margin: 0 auto;
  border: 1px solid #828689;
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover; }

.titulo-proyecto {
  font-size: 30px;
  color: #10181F;
  margin-bottom: 12px; }

.label-brief {
  font-size: 12px;
  color: #828689;
  letter-spacing: 3px;
  margin-bottom: 10px;
  text-transform: uppercase; }

.leer-mas {
  margin-bottom: 35px;
  font-weight: 700;
  color: #AC063C; }
  .leer-mas:hover, .leer-mas:focus {
    color: #cc4000; }

.acciones-proyecto {
  margin-bottom: 35px; }

.contenido-brief {
  line-height: 23px; }

.acciones-proyecto {
  text-align: center; }

.btn-favoritos {
  color: #828689;
  margin-top: 30px;
  margin-left: 0px;
  display: block; }
  .btn-favoritos img {
    margin-right: 10px;
    vertical-align: sub; }
  .btn-favoritos:hover, .btn-favoritos:focus {
    color: #AC063C; }

.btn-favoritos.inactivo {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none; }

.contenedor-info-detalle .vencimiento-proyecto {
  border-top: 0px;
  padding: 0;
  text-align: center; }
  .contenedor-info-detalle .vencimiento-proyecto p {
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase; }
    .contenedor-info-detalle .vencimiento-proyecto p span {
      font-weight: 300;
      color: #828689;
      letter-spacing: 1px; }

.detalles-proyecto {
  text-align: center; }

.bloque-deadline {
  display: block; }

.bloque-oportunidad {
  display: block; }

.bloque-aplicantes {
  display: block; }

.label-detalles {
  margin-top: 35px;
  font-size: 12px;
  color: #828689;
  letter-spacing: 3px;
  text-transform: uppercase; }

.info-detalles-proyecto {
  margin-top: 10px;
  line-height: 40px; }
  .info-detalles-proyecto .avatar-autor {
    margin-left: 10px;
    border: 0px;
    color: #fff;
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 32px;
    display: inline-block; }

.icono-mas {
  margin-left: 5px; }

.archivos-relacionados {
  margin-top: 55px;
  margin-bottom: 60px; }

.subtitulo {
  margin-bottom: 45px;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase; }

.icono-archivo {
  margin-bottom: 15px; }
  .icono-archivo img {
    max-height: 45px; }

.nombre-archivo {
  margin-bottom: 6px;
  color: #828689; }

.contenedor-comentarios {
  margin-top: 70px;
  padding: 70px 0;
  background-color: #F8F8F9; }

.icono-descargar-archivo {
  width: 20px;
  height: 20px;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 3px;
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: 11px 12px;
  -moz-background-size: 11px 12px;
  -webkit-background-size: 11px 12px;
  background-size: 11px 12px;
  background-image: url("../../img/icono-descargar.svg"); }
  .icono-descargar-archivo:hover {
    background-color: #F3F3F3; }

/* ------------------------- LEGALES ------------------------- */
#btnLegales {
  margin-top: 20px; }

/* ------------------------- COMO FUNCIONA ------------------------- */
.hero-pagina {
  height: 100vh;
  min-height: 400px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url("../../img/hero-como-funciona.jpg"); }
  .hero-pagina .contenedor-centrado {
    text-align: center; }
  .hero-pagina span {
    color: #fff;
    bottom: 75px;
    left: 0;
    right: 0;
    font-weight: 700;
    text-align: center;
    position: absolute; }

.indicador-abajo {
  width: 80px;
  height: 80px;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
  position: absolute;
  background-color: #AC063C; }

@-webkit-keyframes arrow {
  0% {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  50% {
    opacity: 0;
    position: absolute;
    top: 140%;
    -ms-transform: translateY(-140%);
    -moz-transform: translateY(-140%);
    -o-transform: translateY(-140%);
    -webkit-transform: translateY(-140%);
    transform: translateY(-140%); }
  60% {
    opacity: 0;
    position: absolute;
    top: 0%;
    -ms-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  100% {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }

@keyframes arrow {
  0% {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  50% {
    opacity: 0;
    position: absolute;
    top: 140%;
    -ms-transform: translateY(-140%);
    -moz-transform: translateY(-140%);
    -o-transform: translateY(-140%);
    -webkit-transform: translateY(-140%);
    transform: translateY(-140%); }
  60% {
    opacity: 0;
    position: absolute;
    top: 0%;
    -ms-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  100% {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }

.flecha {
  z-index: 2;
  width: 7px;
  height: 18px;
  display: inline-block;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: 7px 18px;
  -moz-background-size: 7px 18px;
  -webkit-background-size: 7px 18px;
  background-size: 7px 18px;
  text-align: center;
  margin: auto;
  right: 0;
  left: 0;
  -o-transition: 1s ease;
  -moz-transition: 1s ease;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  -webkit-animation: arrow 2s infinite;
  animation: arrow 2s infinite;
  background-image: url("../../img/icono-flecha-abajo.svg"); }

.contenedor-paso {
  margin-top: 30px; }

.bloque-numero-paso {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 30px; }
  .bloque-numero-paso .separador-corto {
    width: 60px;
    margin-bottom: 18px; }
  .bloque-numero-paso p {
    line-height: 1.7em; }

.numero-paso {
  margin-bottom: 5px;
  font-size: 35px; }

.titulo-paso {
  font-size: 25px; }

.contenedor-imagen-paso img {
  max-width: 100%; }

.contenedor-izquierda {
  position: relative;
  right: -25%; }
  .contenedor-izquierda img {
    max-width: 100%; }

/* ------------------------- Formulario convocatoria ------------------------- */
.page-convocatoria {
  padding-bottom: 100px; }

.input-file-mascara {
  padding: 0 15px;
  width: 100%;
  height: 48px;
  overflow: hidden;
  border-radius: 2px;
  border: 1px solid #cfd1d2;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .input-file-mascara:hover, .input-file-mascara:focus {
    border-color: #AC063C;
    outline: none; }
  .input-file-mascara input[type='file'] {
    display: none; }
  .input-file-mascara span {
    font-weight: 300;
    line-height: 44px; }
    .input-file-mascara span img {
      margin-right: 7px;
      vertical-align: inherit; }

.cabecera-seccion:after {
  content: '';
  display: block;
  clear: both; }

.texto-derecha {
  font-size: 12px;
  margin-bottom: 20px;
  color: #828689; }

.label-pagina {
  margin-bottom: 10px;
  color: #10181F;
  letter-spacing: 2px;
  display: inline-block;
  text-transform: uppercase; }

.contenido-pagina {
  margin-top: 65px;
  margin-bottom: 65px; }
  .contenido-pagina .borde-largo {
    margin-bottom: 45px; }

.label-formulario {
  margin-bottom: 10px;
  font-weight: 300;
  color: #828689;
  display: inline-block; }

.indicacion-archivos {
  margin-bottom: 45px;
  font-size: 12px;
  display: block;
  color: #828689; }

.pagination {
  margin-top: 0; }
  .pagination li a {
    font-weight: 700;
    color: #828689;
    padding: 13px 18px; }
    .pagination li a:hover {
      color: #828689; }
    .pagination li a:focus, .pagination li a.active {
      color: #fff;
      background-color: #AC063C; }
  .pagination li:first-child a {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px; }
  .pagination li:last-child a {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px; }

.affix {
  top: 45px; }

.proyecto-preview .tarjeta-proyecto {
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #F8F8F9; }

.proyecto-preview .info-proyecto {
  padding-bottom: 0; }

.proyecto-preview .borde-largo {
  margin: 13px 0; }

.proyecto-preview .vencimiento-proyecto {
  border-top: 0;
  padding-top: 0;
  border-bottom: 1px solid #cfd1d2; }
  .proyecto-preview .vencimiento-proyecto .fecha-limite {
    color: #828689; }

.indicador-proyecto {
  padding: 15px;
  top: -45px;
  font-weight: 700;
  font-size: 11px;
  position: absolute;
  display: inline-block;
  color: #828689;
  text-transform: uppercase;
  background-color: #F8F8F9; }

.affix {
  position: static; }

.guardar-favoritos {
  padding: 20px 0;
  text-align: center; }
  .guardar-favoritos .btn-favoritos {
    margin: 0;
    color: #fff;
    padding: 13px 15px;
    border-radius: 2px;
    background-color: #10181F;
    border: 1px solid #10181F; }
    .guardar-favoritos .btn-favoritos:hover {
      color: #10181F;
      background-color: #fff; }

.contenedor-datos-niveles {
  margin-bottom: 40px;
  border-bottom: 1px solid #cfd1d2; }

.contenedor-niveles {
  padding-top: 20px;
  width: 100%;
  height: auto;
  border-top: 1px solid #cfd1d2;
  -o-transition: 2s ease-out;
  -moz-transition: 2s ease-out;
  -webkit-transition: 2s ease-out;
  transition: 2s ease-out; }

.label-nivel {
  margin-bottom: 20px;
  color: #10181F;
  line-height: 26px;
  letter-spacing: 2px;
  text-transform: uppercase; }
  .label-nivel:after {
    content: '';
    display: block;
    clear: both; }

.icono-colapsable.collapsed:before {
  content: '';
  width: 2px;
  height: 10px; }

.icono-colapsable.collapsed:after {
  content: '';
  width: 10px;
  height: 2px; }

.icono-colapsable {
  width: 26px;
  height: 26px;
  float: right;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  border: 1px solid #cfd1d2; }
  .icono-colapsable:before {
    content: '';
    width: 2px;
    height: 0px;
    display: block;
    background-color: #10181F;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    margin: auto;
    right: 0;
    left: 0;
    -o-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out; }
  .icono-colapsable:after {
    content: '';
    width: 10px;
    height: 2px;
    display: block;
    background-color: #10181F;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    margin: auto;
    right: 0;
    left: 0;
    -o-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out; }

.btn-general.btn-azul {
  background-color: #0073FF; }
  .btn-general.btn-azul:hover {
    background-color: #005ccc; }

.contenedor-botones {
  text-align: center; }
  .contenedor-botones a {
    width: 252px;
    text-align: center; }
  .contenedor-botones a:first-child {
    margin-bottom: 20px; }

.indicaciones-niveles {
  margin-bottom: 20px;
  color: #828689;
  font-size: 12px; }
  .indicaciones-niveles p {
    margin: 8px 0; }

/* ------------------------- ACERCA DE ------------------------- */
.hero-acerca {
  background-color: #F3F3F3;
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover; }
  .hero-acerca:after {
    content: '';
    display: block;
    clear: both; }
  .hero-acerca:before {
    content: '';
    float: left;
    display: block;
    padding-top: 51%; }

.contenido-acerca {
  padding: 15px;
  margin: 0 auto;
  top: -30px;
  position: relative;
  background-color: #fff;
  max-width: calc( 100% - 30px); }

/* ------------------------- REGISTRO SOCIO ------------------------- */
.page-socio {
  padding-top: 30px;
  padding-bottom: 40px;
  min-height: 800px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url("../../img/bg-registro-socio.jpg"); }
  .page-socio .overlay-azul-oscuro {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #10181F;
    opacity: 0.9; }
  .page-socio .titulo-general {
    color: #AC063C; }
  .page-socio .formulario-socio .form-group {
    margin-bottom: 0px; }
    .page-socio .formulario-socio .form-group .form-control {
      margin-bottom: 30px; }
  .page-socio .cabecera-seccion {
    margin-bottom: 30px; }
    .page-socio .cabecera-seccion .label-pagina {
      color: #fff;
      margin-bottom: 0px; }
  .page-socio .btn-general {
    margin: 0 auto;
    width: auto;
    display: block; }
  .page-socio .borde-largo {
    opacity: 0.2;
    margin-bottom: 30px; }
  .page-socio .terminos-registro {
    text-align: left; }
    .page-socio .terminos-registro a {
      color: #828689;
      text-decoration: underline; }
      .page-socio .terminos-registro a:hover, .page-socio .terminos-registro a:focus {
        color: #fff; }

.campo-mediano {
  display: inline-block; }

.campo-chico {
  display: inline-block; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */ }

/* ------------------------- FAVORITOS ------------------------- */
.icono-borrar-favorito {
  z-index: 20;
  right: 2px;
  top: -13px;
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #828689;
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -webkit-background-size: 15px 15px;
  background-size: 15px 15px;
  background-image: url("../../img/icono-tacha.svg"); }

/* ------------------------- CONTACTO ------------------------- */
.page-contacto {
  color: #fff;
  position: relative;
  padding-bottom: 40px;
  background-color: #10181F; }
  .page-contacto .titulo-general {
    color: #fff; }

.formulario-contacto {
  margin-top: 40px; }

.info-contacto {
  text-align: center; }
  .info-contacto .label-formulario {
    color: #fff;
    margin-bottom: 15px; }
  .info-contacto p {
    margin-top: 15px;
    margin-bottom: 0px;
    line-height: 24px; }

.separador-corto {
  margin: 0 auto;
  width: 24px;
  height: 2px;
  display: block;
  background-color: #AC063C; }

.dibujo-celular {
  max-height: 320px;
  position: absolute;
  position: absolute;
  top: 59%;
  -ms-transform: translateY(-59%);
  -moz-transform: translateY(-59%);
  -o-transform: translateY(-59%);
  -webkit-transform: translateY(-59%);
  transform: translateY(-59%); }

.dibujo-telefono {
  bottom: 20px;
  right: 0px;
  max-height: 225px;
  position: absolute; }

/* ------------------------- PREGUNTAS FRECUENTES ------------------------- */
.contenedor-pregunta {
  margin-bottom: 40px; }
  .contenedor-pregunta p {
    margin: 0; }
  .contenedor-pregunta .pregunta {
    margin-bottom: 15px;
    color: #10181F;
    font-size: 16px; }

/* ------------------------- ERROR 404 ------------------------- */
.page-error404 {
  min-height: 500px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url("../../img/bg_404.jpg"); }
  .page-error404 .titulo-general {
    color: #fff; }
  .page-error404 .contenedor-centrado {
    max-width: 430px; }

.menu-home .contenedor-menu-usuario.open .dropdown-toggle {
  background-color: rgba(243, 243, 243, 0) !important; }

/* ------------------------- FOOTER ------------------------- */
footer {
  font-size: 14px;
  padding: 40px 0;
  background-color: #F3F3F3; }

.menu-footer {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px; }
  .menu-footer a {
    margin-bottom: 25px;
    color: #828689;
    display: block; }
    .menu-footer a img {
      margin-right: 10px;
      vertical-align: sub; }
    .menu-footer a:hover, .menu-footer a:focus {
      opacity: 0.5; }
  .menu-footer a:last-child {
    margin-bottom: 0; }
  .menu-footer:after {
    content: '';
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 100px;
    position: absolute;
    background-color: #dedede; }

.derechos {
  color: #AEb0b2;
  letter-spacing: 2px;
  text-transform: uppercase; }

.link-footer.active {
  opacity: 1;
  color: #828689; }

/* ----------------------------- BREAKPOINTS ------------------------------ */
@media (min-width: 768px) {
  .contenedor-btn-simple {
    margin-bottom: 35px; }
  .izquierda-md {
    float: right; }
  .titulo-general {
    font-size: 35px; }
  .titulo-general.adorno-circulo:before {
    width: 90px;
    height: 90px;
    margin-top: -23px; }
  .btn-general {
    font-size: 14px; }
  .contenedor-general {
    margin-top: 60px; }
  .menu-home {
    border-bottom: 0px; }
  .hero-home {
    min-height: 700px; }
    .hero-home .contenedor-centrado {
      text-align: left; }
  .titulo-home {
    margin-bottom: 10px;
    color: #fff;
    font-size: 40px;
    line-height: 50px; }
  .triangulo {
    top: -50px;
    left: -75px;
    height: 850px; }
  .texto-hero-home {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 35px; }
  .acerca-home {
    background-image: none;
    background-color: rgba(98, 37, 157, 0); }
  .page-login {
    height: 100vh; }

    .contenedor-opciones-landing {
      margin-top: 0px;
      margin-right: auto;
      margin-left: auto;
      left: 0;
      right: 0;
      width: 100%;
      max-width: 750px;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }

  .contenedor-opciones-login {
    margin-top: 45px;
    margin-right: auto;
    margin-left: auto;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 750px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .cuadro-landing {
      width: 50%;
      padding: 20px;
      float: left; }
  .cuadro-login {
    width: 50%;
    padding: 20px;
    float: left; }
    .cuadro-landing:before {
      content: '';
      float: left;
      display: block;
      padding-top: 136%; }
    .cuadro-login:before {
      content: '';
      float: left;
      display: block;
      padding-top: 136%; }
      .cuadro-landing .titulo-general {
        color: #fff;
        font-size: 35px;
        line-height: 43px;
        margin-bottom: 40px; }
    .cuadro-login .titulo-general {
      color: #fff;
      font-size: 35px;
      line-height: 43px;
      margin-bottom: 40px; }
      .cuadro-landing + .cuadro-landing {
        margin-bottom: 0; }
    .cuadro-login + .cuadro-login {
      margin-bottom: 0; }
  .check-rocordar {
    float: left;
    color: #828689; }
    .check-rocordar:hover {
      color: #AC063C; }
  .recuperar-contra {
    float: right;
    color: #828689; }
    .recuperar-contra:hover, .recuperar-contra:focus {
      color: #AC063C; }
      .cuadro-landing.cuadro-simple {
        padding: 50px;
        float: none; }
  .cuadro-login.cuadro-simple {
    padding: 50px;
    float: none; }
    .cuadro-landing.cuadro-simple:before {
      content: '';
      float: left;
      display: block;
      padding-top: 120%; }
    .cuadro-login.cuadro-simple:before {
      content: '';
      float: left;
      display: block;
      padding-top: 120%; }
      .cuadro-landing.cuadro-simple:before {
        float: none; }
    .cuadro-login.cuadro-simple:before {
      float: none; }
  .formulario-login {
    max-width: 310px; }
    .formulario-login .form-group .btn-general {
      margin-bottom: 0px; }
  .titulo-login {
    margin-top: 13px;
    margin-bottom: 20px; }
  .registro-login h4 {
    margin: 0px; }
  .contenedor-formulario-login {
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .regreso-login {
    left: 0;
    right: 0;
    bottom: 20px;
    position: absolute; }
  .page-registro {
    margin-top: 75px;
    margin-bottom: 170px; }
  .dibujos-registro {
    max-width: 300px;
    right: 0;
    top: 100px;
    position: absolute; }
  .registro-social {
    text-align: left;
    max-height: 30px; }
    .registro-social p {
      float: left;
      margin-bottom: 0;
      margin-right: 30px; }
  .registro-promover {
    text-align: left; }
  .texto-checkbox {
    margin-right: 60px; }
  .page-bienvenida {
    padding-top: 70px;
    min-height: 800px; }
  .dibujos-bienvenida {
    margin: 0 auto;
    bottom: -25px;
    left: 0;
    right: 0;
    max-width: 442px;
    position: absolute; }
  .titulo-general.adorno-circulo {
    margin-top: 70px; }
  .filtro-categoria {
    width: 16.66%; }
  .contenedor-filtros-proyectos {
    margin: 70px 0 50px 0; }
  .contenedor-proyectos {
    margin-top: 50px; }
  .cabecera-detalle {
    text-align: left; }
  .autor-proyecto {
    text-align: left;
    margin-top: 0px; }
  .avatar-autor {
    display: inline-block; }
  .acciones-proyecto {
    text-align: left; }
  .btn-favoritos {
    color: #828689;
    margin-top: 0;
    margin-left: 30px;
    display: inline-block; }
    .btn-favoritos img {
      margin-right: 10px;
      vertical-align: sub; }
  .detalles-proyecto {
    text-align: left; }
  .bloque-deadline {
    width: 120px;
    display: inline-block; }
  .bloque-oportunidad {
    width: 165px;
    display: inline-block; }
  .bloque-aplicantes {
    width: 200px;
    display: inline-block; }
  .icono-descargar-archivo {
    margin-bottom: 0; }
  .icono-borrar-favorito {
    width: 26px;
    height: 26px;
    background-position: center;
    background-repeat: no-repeat;
    -o-background-size: 10px 10px;
    -moz-background-size: 10px 10px;
    -webkit-background-size: 10px 10px;
    background-size: 10px 10px; }
  .texto-derecha {
    float: right;
    margin-bottom: 0;
    font-size: 12px;
    color: #828689; }
  .label-pagina {
    margin-bottom: 40px;
    color: #10181F;
    letter-spacing: 2px;
    display: inline-block;
    text-transform: uppercase; }
  .contenedor-info-detalle .vencimiento-proyecto {
    text-align: left; }
  .contenedor-botones {
    text-align: left; }
    .contenedor-botones a {
      width: auto; }
    .contenedor-botones a:first-child {
      margin-right: 15px;
      margin-bottom: 0; }
  .contenido-acerca {
    padding: 50px;
    top: -80px;
    max-width: calc( 100% - 80px); }
  .page-contacto {
    padding-bottom: 100px; }
  .formulario-contacto {
    margin-top: 60px; }
  .info-contacto {
    text-align: left; }
  .separador-corto {
    margin: 0; }
  #btnLegales {
    margin-top: 50px; }
  .page-socio .terminos-registro {
    text-align: center; }
    .page-socio .terminos-registro label {
      margin-top: 0;
      display: inline-block; }
  .campos-direccion input {
    margin-left: 30px; }
  .campos-direccion input:first-child {
    margin-left: 0; }
  .campo-mediano {
    max-width: 280px;
    display: inline-block; }
  .campo-chico {
    max-width: 90px;
    display: inline-block; }
  .hero-pagina {
    min-height: 500px; }
  .contenedor-paso {
    margin-top: 70px; }
  .bloque-numero-paso {
    text-align: left;
    margin-top: 10px; }
  .numero-paso {
    margin-bottom: 5px;
    font-size: 35px; }
  .titulo-paso {
    font-size: 25px; }
  .contenedor-imagen-paso img {
    max-width: 100%; }
  .paso-cinco {
    min-height: 420px;
    padding-top: 90px; }
  .contenedor-izquierda {
    position: absolute;
    right: -150px;
    min-height: 420px; }
    .contenedor-izquierda img {
      max-height: 420px; }
  .page-error404 {
    min-height: 800px; }
  footer {
    font-size: 12px; }
  .menu-footer {
    padding-bottom: 30px;
    margin-bottom: 30px; }
    .menu-footer a {
      margin-right: 30px;
      margin-bottom: 0;
      display: inline-block; } }

@media (min-width: 992px) {
  .triangulo {
    top: -150px;
    left: -75px; }
  .titulo-home {
    margin-bottom: 10px;
    color: #fff;
    font-size: 45px;
    line-height: 55px; }
    .contenedor-opciones-landing {
      max-width: 920px; }
  .contenedor-opciones-login {
    max-width: 920px; }
    .cuadro-landing {
      padding: 20px; }
  .cuadro-login {
    padding: 20px; }
    .cuadro-landing:before {
      content: '';
      float: left;
      display: block;
      padding-top: 110%; }
    .cuadro-login:before {
      content: '';
      float: left;
      display: block;
      padding-top: 110%; }
      .cuadro-landing.cuadro-simple {
        float: none; }
  .cuadro-login.cuadro-simple {
    float: none; }
    .cuadro-landing.cuadro-simple:before {
      content: '';
      float: left;
      display: block;
      padding-top: 100%; }
    .cuadro-login.cuadro-simple:before {
      content: '';
      float: left;
      display: block;
      padding-top: 100%; }
      .cuadro-landing.cuadro-simple:before {
        float: none; }
    .cuadro-login.cuadro-simple:before {
      float: none; }
  .formulario-login .form-group .btn-general {
    margin-bottom: 0px; }
  .formulario-login .registro-login h4 {
    margin: 0 10px; }
  .dibujos-registro {
    max-width: 500px;
    right: 0;
    top: auto;
    position: absolute; }
  .dibujos-bienvenida {
    bottom: -70px;
    max-width: 885px; }
  .bloque-deadline {
    width: 100px; }
  .bloque-oportunidad {
    width: 165px; }
  .bloque-aplicantes {
    width: 180px; }
  .proyecto-preview {
    width: 212px; }
  .affix {
    position: fixed; }
  .page-socio {
    padding-top: 70px;
    padding-bottom: 100px; }
  .campo-mediano {
    max-width: 225px; }
  .campo-chico {
    max-width: 90px; }
  .contenedor-paso {
    margin-top: 70px; }
  .bloque-numero-paso {
    margin-top: 50px; }
  .numero-paso {
    margin-bottom: 5px;
    font-size: 45px; }
  .titulo-paso {
    font-size: 30px; }
  .contenedor-imagen-paso img {
    max-width: 100%; }
  .paso-cinco {
    min-height: 543px;
    padding-top: 100px; }
  .contenedor-izquierda {
    right: -200px;
    min-height: 543px; }
    .contenedor-izquierda img {
      max-height: 543px; }
  .menu-footer a {
    margin-right: 60px; } }

@media (min-width: 1200px) {
  .contenedor-opciones-landing {
    max-width: 1120px; }
  .contenedor-opciones-login {
    max-width: 1120px; }
    .cuadro-landing {
      padding: 50px; }
  .cuadro-login {
    padding: 50px; }
    .cuadro-landing:before {
      content: '';
      float: left;
      display: block;
      padding-top: 103%; }
    .cuadro-login:before {
      content: '';
      float: left;
      display: block;
      padding-top: 103%; }
  .formulario-login .form-group .btn-general {
    margin-bottom: 10px; }
  .titulo-login {
    margin-top: 13px;
    margin-bottom: 24px; }
  .regreso-login {
    bottom: 50px; }
  .bloque-deadline {
    width: 130px; }
  .bloque-oportunidad {
    width: 200px; }
  .bloque-aplicantes {
    width: 200px; }
  .proyecto-preview {
    width: 262px; }
  .campo-mediano {
    max-width: 285px; }
  .campo-chico {
    max-width: 105px; }
  .contenedor-paso {
    margin-top: 100px; }
  .titulo-paso {
    font-size: 30px; }
  .bloque-numero-paso {
    margin-top: 90px; }
  .paso-cinco {
    min-height: 700px;
    padding-top: 150px; }
  .contenedor-izquierda {
    right: -300px;
    min-height: 700px; }
    .contenedor-izquierda img {
      max-height: 700px; }
  .texto-checkbox {
    margin-right: 60px; } }

/* ------------------------------- RETINA -------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .AGREGAR_CLASES {
    -o-background-size: contain !important;
    -moz-background-size: contain !important;
    -webkit-background-size: contain !important;
    background-size: contain !important; } }

/* ------------------------------- WP CORE -------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }
