/*
Theme Name: THEME_NAME
Theme URI: http://wordpress.org/themes/twentythirteen
Author: FooStudio
Author URI: http://foostudio.mx/
Description: THEME_DESCRIPTION
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: TAG_1, TAG_2, etc
Text Domain: twentythirteen
*/
body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #000000;
  font-size: 12px;
  line-height: 14px; }

menu, ol, ul {
  padding: 0 0 0 20px; }

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

button {
  background: transparent;
  border: none; }

a,
button {
  transition: 0.5s; }

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Bebas Neue', Helvetica, Arial, sans-serif; }

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

/*! 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; }

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
  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, (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 */
    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; } }

form .form-group {
  margin-bottom: 20px; }
  form .form-group label {
    font-family: 'Bebas Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    padding-left: 15px; }
  form .form-group:last-child {
    margin-bottom: 0; }

form input[type="text"].form-control,
form input[type="email"].form-control,
form input[type="password"].form-control,
form textarea.form-control,
form select.form-control {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
  background-color: #ececec;
  border: 1px solid rgba(30, 30, 30, 0.4);
  border-radius: 20px;
  color: #000000;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
  min-height: 40px;
  padding: 11px 15px 11px;
  transition: 0.5s; }
  form input[type="text"].form-control:focus,
  form input[type="email"].form-control:focus,
  form input[type="password"].form-control:focus,
  form textarea.form-control:focus,
  form select.form-control:focus {
    border-color: #000000;
    box-shadow: none; }
  form input[type="text"].form-control::-moz-placeholder, form input[type="email"].form-control::-moz-placeholder, form input[type="password"].form-control::-moz-placeholder, form textarea.form-control::-moz-placeholder, form select.form-control::-moz-placeholder {
    font-family: 'Bebas Neue', Helvetica, Arial, sans-serif;
    color: #c8c8c8;
    font-size: 12px;
    line-height: 14px; }
  form input[type="text"].form-control:-ms-input-placeholder, form input[type="email"].form-control:-ms-input-placeholder, form input[type="password"].form-control:-ms-input-placeholder, form textarea.form-control:-ms-input-placeholder, form select.form-control:-ms-input-placeholder {
    font-family: 'Bebas Neue', Helvetica, Arial, sans-serif;
    color: #c8c8c8;
    font-size: 12px;
    line-height: 14px; }
  form input[type="text"].form-control::placeholder,
  form input[type="email"].form-control::placeholder,
  form input[type="password"].form-control::placeholder,
  form textarea.form-control::placeholder,
  form select.form-control::placeholder {
    font-family: 'Bebas Neue', Helvetica, Arial, sans-serif;
    color: #c8c8c8;
    font-size: 12px;
    line-height: 14px; }
  form input[type="text"].form-control.input-icono,
  form input[type="email"].form-control.input-icono,
  form input[type="password"].form-control.input-icono,
  form textarea.form-control.input-icono,
  form select.form-control.input-icono {
    background-repeat: no-repeat;
    padding-right: 50px; }
    form input[type="text"].form-control.input-icono.icono-usuario,
    form input[type="email"].form-control.input-icono.icono-usuario,
    form input[type="password"].form-control.input-icono.icono-usuario,
    form textarea.form-control.input-icono.icono-usuario,
    form select.form-control.input-icono.icono-usuario {
      background-image: url("img/icono-usuario.svg");
      background-size: 19px;
      background-position: calc(100% - 15px) center; }
    form input[type="text"].form-control.input-icono.icono-password,
    form input[type="email"].form-control.input-icono.icono-password,
    form input[type="password"].form-control.input-icono.icono-password,
    form textarea.form-control.input-icono.icono-password,
    form select.form-control.input-icono.icono-password {
      background-image: url("img/icono-password.svg");
      background-size: 14px 19px;
      background-position: calc(100% - 18px) center; }
    form input[type="text"].form-control.input-icono.icono-busqueda,
    form input[type="email"].form-control.input-icono.icono-busqueda,
    form input[type="password"].form-control.input-icono.icono-busqueda,
    form textarea.form-control.input-icono.icono-busqueda,
    form select.form-control.input-icono.icono-busqueda {
      background-image: url("img/icono-lupa.svg");
      background-size: 15px;
      background-position: calc(100% - 17px) center; }

.boton-general {
  font-family: 'Bebas Neue', Helvetica, Arial, sans-serif;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  min-width: 185px;
  padding: 11px 30px 9px;
  transition: 0.5s;
  text-align: center;
  border: 1px solid #000000;
  border-radius: 20px;
  min-width: 155px;
  color: #000000;
  background-color: #E4E4E4; }
  .boton-general:hover {
    background-color: #000000;
    color: #FFFFFF; }
  .boton-general.boton-blanco {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #222FD0; }
    .boton-general.boton-blanco:hover {
      background-color: rgba(0, 0, 0, 0);
      color: #FFFFFF; }
  .boton-general.boton-rojo {
    background-color: #FA4545;
    border-color: #FA4545;
    color: #FFFFFF; }
    .boton-general.boton-rojo:hover {
      background-color: rgba(0, 0, 0, 0);
      color: #FA4545; }
  .boton-general.boton-borde-rojo {
    border-color: #FF0A0A;
    color: #FF0A0A; }
    .boton-general.boton-borde-rojo:hover {
      background-color: #FF0A0A;
      color: #FFFFFF; }

.boton-chico {
  font-family: 'Bebas Neue', Helvetica, Arial, sans-serif;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  min-width: 185px;
  padding: 11px 30px 9px;
  transition: 0.5s;
  text-align: center;
  border: 1px solid #000000;
  border-radius: 20px;
  min-width: 155px;
  color: #000000;
  background-color: #E4E4E4;
  font-size: 12px;
  line-height: 14px;
  min-width: 100px;
  padding: 7px 15px 4px; }
  .boton-chico:hover {
    background-color: #000000;
    color: #FFFFFF; }
  .boton-chico.boton-rojo {
    background-color: #FA4545;
    border-color: #FA4545;
    color: #000000; }
    .boton-chico.boton-rojo:hover {
      background-color: rgba(0, 0, 0, 0); }

.link-general {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  line-height: 14px; }
  .link-general:hover {
    color: rgba(0, 0, 0, 0.8);
    opacity: 0.5; }

.boton-icono-menu {
  font-family: 'Bebas Neue', Helvetica, Arial, sans-serif;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 20px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  line-height: 24px;
  padding: 15px 20px;
  width: 100%; }
  .boton-icono-menu_icono {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 40px;
    width: 40px; }
    .boton-icono-menu_icono img {
      max-height: 30px;
      width: auto; }
  .boton-icono-menu_texto {
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left; }
  .boton-icono-menu_contador {
    background-color: #222FD0;
    border-radius: 30px;
    color: #FFFFFF;
    font-size: 16px;
    height: 30px;
    line-height: 19px;
    min-width: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5px; }
    .boton-icono-menu_contador span {
      position: relative;
      top: 1px; }
  .boton-icono-menu_btn-agregar {
    width: 40px;
    height: 40px;
    padding: 0; }

.boton-proyecto {
  display: -ms-flexbox;
  display: flex;
  background-color: #FFFFFF;
  padding: 17px 30px 15px;
  border-radius: 20px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center; }
  .boton-proyecto_nombre {
    font-family: 'Bebas Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 19px; }
  .boton-proyecto_estatus {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-transform: uppercase; }
    .boton-proyecto_estatus.estatus-rojo {
      color: #FA4545; }
    .boton-proyecto_estatus.estatus-amarillo {
      color: #E5DD0A; }
    .boton-proyecto_estatus.estatus-verde {
      color: #29FB4B; }
  .boton-proyecto div {
    max-width: 33.33%;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .boton-proyecto div:nth-child(1) {
    text-align: left; }
  .boton-proyecto div:nth-child(2) {
    margin: 0 15px; }
  .boton-proyecto div:nth-child(3) {
    text-align: right; }

.boton-borrar,
.boton-editar {
  font-family: 'Bebas Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 19px; }
  .boton-borrar img,
  .boton-editar img {
    margin-left: 10px;
    position: relative;
    top: -1px; }
  .boton-borrar:hover,
  .boton-editar:hover {
    opacity: 0.5; }

.boton-borrar {
  color: #FF0A0A; }

.contenido-administrable h1,
.contenido-administrable h2,
.contenido-administrable h3,
.contenido-administrable h4,
.contenido-administrable h5,
.contenido-administrable h6 {
  margin-bottom: 16px;
  margin-top: 26px; }

.contenido-administrable *:first-child {
  margin-top: 0; }

.contenido-administrable *:last-child {
  margin-bottom: 0; }

.contenido-administrable blockquote {
  background-position: left 8px;
  background-repeat: no-repeat;
  background-size: 40px 38px;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 20px;
  margin-top: 19px;
  padding-left: 60px; }

.contenido-administrable a:visited {
  color: #000000; }

.contenido-administrable b,
.contenido-administrable strong {
  font-weight: bold; }

.contenido-administrable .wp-caption {
  max-width: 100%; }

.contenido-administrable .wp-caption-text {
  margin-top: 10px; }

@media (min-width: 576px) {
  .contenido-administrable h1,
  .contenido-administrable h2,
  .contenido-administrable h3,
  .contenido-administrable h4,
  .contenido-administrable h5,
  .contenido-administrable h6 {
    margin-bottom: 25px;
    margin-top: 34px; }
  .contenido-administrable blockquote {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 27px;
    margin-top: 29px; } }

@media (min-width: 992px) {
  .contenido-wrapper {
    padding-bottom: 90px;
    padding-top: 90px; }
    .contenido-wrapper .bloque-general {
      padding-bottom: 45px;
      padding-top: 45px; }
  .contenido-administrable h1,
  .contenido-administrable h2,
  .contenido-administrable h3,
  .contenido-administrable h4,
  .contenido-administrable h5,
  .contenido-administrable h6 {
    margin-bottom: 30px;
    margin-top: 39px; }
  .contenido-administrable blockquote {
    font-size: 42px;
    line-height: 56px;
    margin-bottom: 39px;
    margin-top: 40px; } }

body .gform_wrapper.FORMULARIO-CUSTOM_wrapper .top_label div.ginput_container {
  margin-top: 0; }

body .gform_wrapper.FORMULARIO-CUSTOM_wrapper ul li.gfield {
  margin-bottom: 14px;
  margin-top: 0; }

.gform_wrapper.FORMULARIO-CUSTOM_wrapper {
  margin-bottom: 0;
  margin-top: 0; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_html.gfield_no_follows_desc {
    margin-top: 0; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper label.gfield_label,
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper legend.gfield_label {
    display: block;
    font-size: 13px;
    letter-spacing: 1.5px;
    line-height: 20px;
    margin-bottom: 12px;
    text-transform: uppercase; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper textarea,
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_select {
    border: 1px solid #dedede;
    border-radius: 4px; }
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper textarea:focus,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_select:focus {
      border-color: #000000;
      box-shadow: none;
      outline: none; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/icono-flecha-select.svg");
    background-color: #FFFFFF;
    background-position: calc(100% - 26px) center;
    background-size: 10px 6px;
    height: 52px; }
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_select::-ms-expand {
      display: none; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    height: 52px; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_checkbox li input[type='radio'],
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_checkbox li input[type='checkbox'],
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_radio li input[type='radio'],
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_radio li input[type='checkbox'] {
    opacity: 0;
    position: absolute;
    visibility: hidden;
    z-index: -1; }
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_checkbox li input[type='radio'] + label,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_checkbox li input[type='checkbox'] + label,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_radio li input[type='radio'] + label,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_radio li input[type='checkbox'] + label {
      color: #a7a7a7;
      cursor: pointer;
      display: -ms-flexbox;
      display: flex;
      font-size: 10px;
      letter-spacing: 1px;
      position: relative; }
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_checkbox li input[type='radio'] + label::before,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_checkbox li input[type='checkbox'] + label::before,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_radio li input[type='radio'] + label::before,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_radio li input[type='checkbox'] + label::before {
      border: 1px solid #dedede;
      content: '';
      display: block;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      height: 17px;
      margin-right: 10px;
      width: 17px; }
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_checkbox li input[type='radio'] + label a,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_checkbox li input[type='checkbox'] + label a,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_radio li input[type='radio'] + label a,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_radio li input[type='checkbox'] + label a {
      color: #000000;
      text-decoration: underline; }
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_checkbox li input[type='radio'] + label a:hover,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_checkbox li input[type='checkbox'] + label a:hover,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_radio li input[type='radio'] + label a:hover,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_radio li input[type='checkbox'] + label a:hover {
      color: #000000; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_checkbox li input[type='checkbox']:checked + label::before {
    background-image: url("../img/icono-checkbox-negro.svg");
    border-color: #000000; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_checkbox li input[type='checkbox'] + label::before {
    background-size: 11px 9px;
    border-radius: 4px; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_radio li input[type='radio']:checked + label::after {
    background-color: #000000;
    border-radius: 50%;
    content: '';
    display: block;
    height: 11px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 11px; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_radio li input[type='radio']:checked + label::before {
    border-color: #000000; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_radio li input[type='radio'] + label::before {
    border-radius: 50%; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_required {
    color: inherit; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gform_footer {
    margin-top: 20px;
    padding: 0;
    text-align: center; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gform_footer input.button,
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gform_footer input[type='submit'],
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gform_page_footer input.button,
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gform_page_footer input[type='submit'] {
    font-family: 'Bebas Neue', Helvetica, Arial, sans-serif;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    min-width: 185px;
    padding: 11px 30px 9px;
    transition: 0.5s;
    text-align: center;
    border: 1px solid #000000;
    border-radius: 20px;
    min-width: 155px;
    color: #000000;
    background-color: #E4E4E4; }
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gform_footer input.button:hover,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gform_footer input[type='submit']:hover,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gform_page_footer input.button:hover,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gform_page_footer input[type='submit']:hover {
      background-color: #000000;
      color: #FFFFFF; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gform_ajax_spinner {
    margin-top: 20px;
    width: 25px; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper div.validation_error {
    border: 0;
    color: #d00000;
    font-weight: inherit;
    margin-bottom: 0;
    -ms-flex-order: 1;
    order: 1;
    padding-bottom: 0;
    padding-top: 25px; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    color: #000000;
    margin-top: 0; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper li.gfield.gfield_error,
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: none;
    border: 0;
    margin-bottom: 14px !important;
    padding: 0; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper li.gfield_error input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper li.gfield_error textarea {
    border-color: #d00000; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_error .gfield_checkbox li input[type='checkbox'] + label::before,
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_error .gfield_radio li input[type='radio'] label::before {
    border-color: #d00000; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .validation_message {
    display: none; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper.gf_browser_chrome select,
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper.gf_browser_gecko select {
    padding: 11px 52px 9px 20px; }
  @media only screen and (min-width: 641px) {
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper ul.gform_fields {
      margin-left: -15px !important;
      margin-right: -15px !important; }
      .gform_wrapper.FORMULARIO-CUSTOM_wrapper ul.gform_fields li.gfield {
        padding-left: 15px;
        padding-right: 15px; }
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .top_label li ul.gfield_checkbox,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .top_label li ul.gfield_radio {
      width: 100%; }
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
      max-width: 100% !important; }
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gform_footer input.button,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gform_footer input[type='submit'],
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gform_page_footer input.button,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gform_page_footer input[type='submit'] {
      width: 100%; } }

.evo-calendar {
  box-shadow: none; }
  .evo-calendar .calendar-table {
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
    line-height: normal;
    border-collapse: separate;
    border-spacing: 0 30px; }
    .evo-calendar .calendar-table tr:first-child th {
      color: #000000; }
      .evo-calendar .calendar-table tr:first-child th::after {
        content: none; }
  .evo-calendar .calendar-header {
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 19px; }
  .evo-calendar .calendar-header-day.--weekend,
  .evo-calendar .calendar-body .calendar-day.--weekend .day {
    color: #222FD0; }
  .evo-calendar .calendar-body .calendar-day .day.calendar-today {
    background-color: rgba(0, 0, 0, 0);
    color: #616161;
    border-color: rgba(0, 0, 0, 0);
    position: relative; }
    .evo-calendar .calendar-body .calendar-day .day.calendar-today::after {
      content: '';
      width: 22px;
      height: 22px;
      position: absolute;
      top: 50%;
      left: 50%;
      border: 1px solid #616161;
      border-radius: 4px;
      transform: translateX(-50%) translateY(-50%);
      transition: 0.5s; }
    .evo-calendar .calendar-body .calendar-day .day.calendar-today:hover::after {
      border-color: rgba(0, 0, 0, 0); }
  .evo-calendar .calendar-body .calendar-day .day {
    width: 33px;
    height: 33px;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    color: #000000;
    font-size: 14px;
    position: relative; }
    .evo-calendar .calendar-body .calendar-day .day .event-indicator {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      border: 1px solid #222FD0;
      border-radius: 4px;
      background-color: #222FD0;
      transition: 0.5s; }
      .evo-calendar .calendar-body .calendar-day .day .event-indicator .type-bullet {
        display: none; }
  .evo-calendar .zabuto-calendar__navigation td {
    padding-bottom: 15px; }
  .evo-calendar .zabuto-calendar__navigation__item--header {
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px; }
  .evo-calendar .zabuto-calendar__days-of-week {
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 19px; }
    .evo-calendar .zabuto-calendar__days-of-week .zabuto-calendar__days-of-week__item {
      font-weight: normal; }
  .evo-calendar tbody td {
    height: 33px; }
  .evo-calendar.blue-weekends thead th:nth-child(n+6),
  .evo-calendar.blue-weekends tbody td:nth-child(n+6) {
    color: #222FD0; }
  .evo-calendar_hoy {
    display: -ms-flexbox;
    display: flex;
    width: 22px;
    height: 22px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 4px;
    border: 1px solid #616161;
    padding-top: 2px;
    padding-right: 1px; }

.item-general {
  background-color: #FFFFFF;
  padding: 20px 15px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }

.item-listado-collapsable {
  padding-left: 0;
  padding-right: 0; }
  .item-listado-collapsable button {
    padding-left: 15px;
    padding-right: 15px; }
  .item-listado-collapsable_contenido {
    padding: 0 15px; }

.listado-opciones-colapsable .item-general {
  display: block; }
  .listado-opciones-colapsable .item-general .item-opciones span:first-child {
    margin-right: 0; }

.listado-opciones-colapsable_button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 0; }

.listado-opciones-colapsable .item-opciones {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  padding-top: 29px; }

.item-monto {
  font-family: 'Bebas Neue', Helvetica, Arial, sans-serif;
  background-color: #FFFFFF;
  border-radius: 20px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  line-height: 14px; }
  .item-monto_info {
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 19px 30px 15px; }
    .item-monto_info .item-monto_texto-info:not(:first-child) {
      margin-top: 15px; }
    .item-monto_info .item-monto_texto-info + button {
      margin-top: 20px; }
  .item-monto_monto {
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #c8c8c8;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 150px;
    padding: 19px 25px 15px;
    text-align: center; }
  .item-monto_monto div:first-child {
    margin-bottom: 20px; }
  .item-monto_texto-monto {
    font-size: 16px;
    line-height: 19px; }

#modal-configuracion .modal-header .encabezado-modal {
  font-size: 24px;
  line-height: 29px; }

.configuracion-perfil {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px; }
  .configuracion-perfil .perfil-avatar {
    margin-right: 20px; }
  .configuracion-perfil .perfil-info {
    margin-right: 30px; }
  .configuracion-perfil .perfil-usuario {
    font-family: 'Bebas Neue', Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 29px; }
  .configuracion-perfil .perfil-rol {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px; }
  .configuracion-perfil .perfil-ajustes {
    display: -ms-flexbox;
    display: flex;
    padding-top: 6px; }
  .configuracion-perfil-opciones {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 15px; }
    .configuracion-perfil-opciones button {
      font-family: "Roboto", Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 16px;
      text-align: left;
      padding: 10px 0; }

.configuracion-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px; }
  .configuracion-menu button,
  .configuracion-menu a {
    font-family: 'Bebas Neue', Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 24px;
    padding: 28px 0;
    text-align: left;
    color: #000000; }

.boton-cerrar-sesion {
  margin-top: auto;
  -ms-flex-item-align: center;
  align-self: center; }

.modal-confirmacion {
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .modal-confirmacion.modal-general {
    padding-top: 295px;
    padding-bottom: 130px; }
  .modal-confirmacion .modal-header {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }
  .modal-confirmacion .modal-encabezado {
    font-family: 'Bebas Neue', Helvetica, Arial, sans-serif;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px; }
  .modal-confirmacion .modal-confirmacion-info {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px; }
  .modal-confirmacion .modal-opciones {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column; }
    .modal-confirmacion .modal-opciones .boton-general:not(:last-child) {
      margin-bottom: 25px; }

.modal-input-wrapper {
  background-color: #FFFFFF;
  padding: 20px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  border-radius: 20px; }

.mensajes-listado .item-mensaje:not(:last-child) {
  margin-bottom: 15px; }

.mensajes-listado .item-mensaje span:first-child {
  font-family: 'Bebas Neue', Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  margin-right: 15px; }

.mensajes-listado .item-mensaje span:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

#modal-notificaciones .modal-general {
  padding-left: 0;
  padding-right: 0; }

#modal-notificaciones .modal-header .close-button {
  right: 20px; }

#modal-notificaciones .notificaciones-listado {
  border-top: 1px solid #FFFFFF; }
  #modal-notificaciones .notificaciones-listado button {
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 14px;
    padding: 30px 15px;
    text-align: left;
    width: 100%; }
    #modal-notificaciones .notificaciones-listado button span:first-child {
      font-size: 16px;
      line-height: 19px; }
    #modal-notificaciones .notificaciones-listado button span:nth-child(2) {
      margin: 0 15px; }

@media (min-width: 400px) {
  #modal-notificaciones .modal-header .close-button {
    right: 30px; } }

.modal-form .form-group {
  margin-bottom: 45px; }

.modal-form .form-submit {
  text-align: center;
  padding-top: 50px; }

.modal-nuevo-proyecto .modal-proyecto_form {
  margin-bottom: 50px; }
  .modal-nuevo-proyecto .modal-proyecto_form input[type="text"].form-control,
  .modal-nuevo-proyecto .modal-proyecto_form input[type="email"].form-control,
  .modal-nuevo-proyecto .modal-proyecto_form input[type="password"].form-control,
  .modal-nuevo-proyecto .modal-proyecto_form textarea.form-control,
  .modal-nuevo-proyecto .modal-proyecto_form select.form-control {
    font-size: 12px;
    line-height: 14px;
    min-height: 30px;
    padding: 8px 15px; }
  .modal-nuevo-proyecto .modal-proyecto_form select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("img/icono-select-arrow.svg");
    background-position: calc(100% - 25px);
    background-repeat: no-repeat;
    background-size: 14px 8px;
    padding-right: 65px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .modal-nuevo-proyecto .modal-proyecto_form select.form-control::-ms-expand {
      display: none; }

.modal-proyecto.modal-general .modal-header {
  -ms-flex-pack: end;
  justify-content: flex-end; }

.modal-proyecto_status {
  font-family: 'Bebas Neue', Helvetica, Arial, sans-serif;
  background: #ECECEC;
  border: 1px solid rgba(30, 30, 30, 0.4);
  border-radius: 20px;
  font-size: 16px;
  line-height: 19px;
  min-width: 140px;
  padding: 7px 10px 5px;
  text-align: center; }

.modal-proyecto_info {
  font-family: 'Bebas Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 10px; }

.modal-proyecto_nombre {
  font-size: 32px;
  line-height: 38px; }

.modal-proyecto_codigo {
  font-size: 16px;
  line-height: 19px; }

.modal-proyecto_listado {
  margin-bottom: 41px; }
  .modal-proyecto_listado .item-monto:not(:last-child) {
    margin-bottom: 5px; }

.modal-proyecto_subtotal {
  font-family: 'Bebas Neue', Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 94px;
  display: -ms-flexbox;
  display: flex; }
  .modal-proyecto_subtotal span:first-child {
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: right;
    padding: 0 30px; }
  .modal-proyecto_subtotal span:last-child {
    padding: 0 25px;
    max-width: 150px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0; }

.modal-proyecto_opciones {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .modal-proyecto_opciones button {
    width: 100%;
    margin-bottom: 15px; }
    .modal-proyecto_opciones button:only-child {
      margin: 0 auto; }

@media (min-width: 415px) {
  .modal-proyecto_opciones button {
    width: auto; }
    .modal-proyecto_opciones button:not(:last-child) {
      margin-right: 10px; } }

.revisiones-listado .item-revision {
  display: block; }
  .revisiones-listado .item-revision:not(:last-child) {
    margin-bottom: 20px; }
  .revisiones-listado .item-revision-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }

.revisiones-listado .item-factura-contenido {
  margin-top: 30px; }

.revisiones-listado .item-factura-boton {
  padding-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }

.revisiones-listado .item-factura-listado .item-monto {
  font-size: 14px;
  line-height: 17px; }
  .revisiones-listado .item-factura-listado .item-monto:not(:last-child) {
    margin-bottom: 15px; }

.item-revision {
  font-family: 'Bebas Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 16px; }
  .item-revision_info {
    text-align: left;
    margin-right: 15px; }
    .item-revision_info span {
      display: block; }
      .item-revision_info span:first-child {
        font-size: 20px;
        line-height: 24px; }
      .item-revision_info span:last-child {
        font-size: 16px;
        line-height: 19px; }
  .item-revision_contador {
    text-align: right; }

.modal-tarjeta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  .modal-tarjeta .modal-general {
    height: auto;
    border-radius: 50px; }

.modal-opened {
  overflow: hidden; }

.modal-wrapper {
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  min-height: 100vh;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: 0.2s;
  visibility: hidden;
  width: 100%; }
  .modal-wrapper.open--modal {
    opacity: 1;
    visibility: visible; }

.modal-general {
  background-color: #FFFFFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  overflow: auto;
  padding: 80px 20px;
  position: absolute;
  width: 100%; }
  .modal-general .modal-header {
    border-bottom: 0;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    padding-bottom: 45px;
    position: relative; }
    .modal-general .modal-header .close-button {
      left: 0;
      position: absolute;
      top: 0; }
      .modal-general .modal-header .close-button:hover {
        opacity: 0.5; }
    .modal-general .modal-header .encabezado-modal {
      font-family: 'Bebas Neue', Helvetica, Arial, sans-serif;
      font-size: 32px;
      line-height: 38px;
      max-width: calc(100% - 50px);
      text-align: center; }
  .modal-general .modal-body {
    padding: 0; }
  .modal-general.modal-lateral-der .modal-header .close-button {
    left: auto;
    right: 0; }

.modal-azul {
  background-color: #222FD0;
  color: #ECECEC; }

.modal-lateral-izq,
.modal-lateral-der {
  max-width: 90%;
  top: 0; }

.modal-lateral-izq {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  left: 0; }

.modal-lateral-der {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  right: 0; }

@media (min-width: 400px) {
  .modal-general {
    padding: 100px 30px; }
    .modal-general .modal-header .encabezado-modal {
      max-width: calc(100% - 100px); }
  .modal-lateral-izq,
  .modal-lateral-der {
    max-width: 75%; } }

.page-header {
  border-bottom: 0;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  padding-bottom: 45px;
  position: relative;
  display: -ms-flexbox;
  display: flex; }
  .page-header .back-button {
    left: 0;
    position: absolute;
    top: 0; }
  .page-header .page-heading {
    font-family: 'Bebas Neue', Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 29px;
    max-width: calc(100% - 50px);
    text-align: center; }

.page-body .page-input-wrapper {
  background-color: #FFFFFF;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  border-radius: 20px; }
  .page-body .page-input-wrapper form {
    width: 100%; }
  .page-body .page-input-wrapper button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 15px; }

@media (min-width: 400px) {
  .page-header .page-heading {
    max-width: calc(100% - 100px); } }

.home-wrapper {
  background-color: #ececec; }

.general-wrapper {
  padding: 50px 20px;
  position: relative; }

.home-header {
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px 90px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: flex-end; }

.home-menu .boton-icono-menu:not(:last-child) {
  margin-bottom: 15px; }

.seccion-listado-proyectos {
  background-color: #FFFFFF;
  border-radius: 20px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  padding: 15px 5px 15px; }
  .seccion-listado-proyectos_heading {
    font-family: 'Bebas Neue', Helvetica, Arial, sans-serif;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    line-height: 24px;
    padding: 0 10px 10px 15px;
    width: 100%; }
    .seccion-listado-proyectos_heading_icono {
      -ms-flex-align: center;
      align-items: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      margin-right: 40px;
      width: 40px; }
      .seccion-listado-proyectos_heading_icono img {
        max-height: 30px;
        width: auto; }
    .seccion-listado-proyectos_heading_texto {
      -ms-flex-positive: 1;
      flex-grow: 1;
      text-align: left; }
  .seccion-listado-proyectos_busqueda {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #C8C8C8;
    border-bottom: 1px solid #C8C8C8;
    padding: 15px 10px; }
    .seccion-listado-proyectos_busqueda form {
      margin-right: 30px;
      width: 100%; }
    .seccion-listado-proyectos_busqueda button {
      padding: 5px 10px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center; }
      .seccion-listado-proyectos_busqueda button img {
        max-height: 22px;
        width: auto; }
  .seccion-listado-proyectos_listado {
    padding-top: 10px;
    padding-bottom: 15px;
    max-height: 254px;
    overflow: auto; }
    .seccion-listado-proyectos_listado .boton-proyecto {
      margin-left: 10px;
      margin-right: 10px;
      width: calc(100% - 20px); }
      .seccion-listado-proyectos_listado .boton-proyecto:not(:last-child) {
        margin-bottom: 10px; }
  .seccion-listado-proyectos .icono-dropdown {
    margin: 5px auto 0;
    display: block; }

.login-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100vh;
  padding: 100px 40px; }
  .login-container .boton-general {
    -ms-flex-item-align: center;
    align-self: center; }
  .login-container .link-general {
    margin-bottom: 47px;
    text-align: center; }
  .login-container form {
    margin: 0 auto 18px;
    max-width: 460px;
    width: 100%; }

.login-logo-container {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 78px; }
  .login-logo-container img {
    margin-bottom: 35px; }
  .login-logo-container span {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase; }

@media (min-width: 768px) {
  .login-container form {
    margin: 0 auto 38px; }
    .login-container form input[type="text"].form-control,
    .login-container form input[type="email"].form-control,
    .login-container form input[type="password"].form-control,
    .login-container form textarea.form-control,
    .login-container form select.form-control {
      min-height: 54px;
      border-radius: 25px; }
    .login-container form .form-group:not(:last-child) {
      margin-bottom: 40px; }
  .login-container .link-general {
    margin-bottom: 37px;
    -ms-flex-item-align: center;
    align-self: center; }
  .login-logo-container {
    margin-bottom: 37px; }
    .login-logo-container img {
      height: 100px;
      width: auto;
      margin-bottom: 38px; }
    .login-logo-container span {
      font-size: 32px;
      line-height: 38px; } }

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