body {
  background-color: #FFF;
  padding-top: 5rem;
}

@font-face {
  font-family: 'Vag-Rounded-Bold';
  src: url("../fonts/Vag-Rounded-Bold.eot");
  src: url("../fonts/Vag-Rounded-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/VAG-Rounded-Bold.woff") format("woff"), url("../fonts/VAG-Rounded-Bold.ttf") format("truetype"), url("../fonts/VAG-Rounded-Bold.svg#VAG-Rounded-Bold") format("svg");
  font-style: 'normal';
  font-weight: 'normal';
}

#homebody {
  color: white;
  font-family: 'Vag-Rounded-Bold';
  font-weight: 100;
  margin: 0;
  padding-top: 0rem !important;
}

.container .home {
  min-height: 20vh;
}

.container .col-4 {
  padding-right: 0;
}

.container .title {
  font-size: 1.4em;
  color: white;
}

.container #whatis {
  background: #9966cc;
}

.container #create {
  background: #f67280;
}

.container #stats {
  background: #c06c84;
}

.container #problems {
  background: #6c5b7b;
}

.container #solutions {
  background: #355c7d;
}

.container #news {
  background: #f8b299;
}

.container #encuesta {
  background: #af94c8;
}

.link {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  height: 34px;
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 0.8rem;
  margin: 8px;
  position: relative;
}

.wipe {
  border: 2px solid #fff;
  border-radius: 4px;
  overflow: hidden;
  transition: color 0.3s ease-out;
}

.wipe::after {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
  content: " ";
  position: absolute;
  top: 0;
  transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateY(34px);
          transform: translateY(34px);
  z-index: -1;
}

.wipe:hover {
  color: #124a58;
}

.wipe::after {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.navbar-brand {
  text-align: center;
}

.navbar-light .navbar-brand, .navbar-light .navbar-toggler {
  color: #525252;
  color: #e16f0c;
}

.bg-fadedpm {
  background-color: #FFF;
}

.bg-inversepm {
  background-color: #9966cc;
  color: white;
}

.navbar-light .navbar-brand.navbar-brand-title, .navbar-light .navbar-toggler.navbar-brand-title {
  color: white;
}

.navbar-toggler-icon {
  color: white;
}

.center-align {
  text-align: center !important;
}

.text-small {
  font-size: 0.8rem;
}

.container-p {
  padding: 0 5%;
}

.container-g {
  margin-top: 20px;
  margin-bottom: 30px;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.p-small {
  font-size: 10px;
}

/* buttons */
.btn-default {
  background: white;
  color: black;
  margin: auto;
  position: fixed;
  width: 41%;
  right: 6%;
  bottom: 5px;
  z-index: 2;
  border: 2px solid black;
  border-radius: 25px;
  font-weight: 600;
  cursor: pointer;
}

.btn-default:hover {
  background: #9966cc;
  color: white;
  opacity: .85;
  transition: all 60ms ease;
}

.btn-default:active {
  background: #9966cc;
  color: white;
  transition: all 120ms ease;
  opacity: .99;
}

.btn-inicio {
  left: 6%;
  margin: 0;
}

.btn-hidden {
  width: 100%;
  background-color: white;
  color: white;
  overflow: hidden;
}

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

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.error-description:first-letter {
  text-transform: capitalize;
}

.btn-gender, .btn-submit {
  color: #ffffff;
  background-color: #a0a0a0;
  border-color: #999;
  cursor: pointer;
}

.btn-gender {
  margin-right: 3vw;
  margin-bottom: 0px;
  padding: 4px;
  box-shadow: 0 3px 0 0 #777;
}

.btn-gender:hover,
.btn-submit:hover,
.btn-gender:focus,
.btn-submit:focus,
.btn-gender:active,
.btn-submit:active,
.btn-gender.active,
.open .dropdown-toggle.btn-gender {
  color: #ffffff;
  background-color: #424242;
  border-color: #999;
}

.btn-gender:active,
.btn-gender.active,
.open .dropdown-toggle.btn-gender {
  background-image: none;
  margin-bottom: -3px;
  margin-top: 3px;
  box-shadow: none;
}

.btn-gender.disabled,
.btn-gender[disabled],
fieldset[disabled] .btn-gender,
.btn-gender.disabled:hover,
.btn-gender[disabled]:hover,
fieldset[disabled] .btn-gender:hover,
.btn-gender.disabled:focus,
.btn-gender[disabled]:focus,
fieldset[disabled] .btn-gender:focus,
.btn-gender.disabled:active,
.btn-gender[disabled]:active,
fieldset[disabled] .btn-gender:active,
.btn-gender.disabled.active,
.btn-gender[disabled].active,
fieldset[disabled] .btn-gender.active {
  background-color: #a0a0a0;
  border-color: #999;
}

.fixed-top {
  padding: 0px !important;
}

.fixed-top .container {
  margin: 0px;
  padding: 0px;
}

.fixed-top .navbar-brand {
  background: white;
  height: 35px;
  padding: 0px;
  font-family: 'Vag-Rounded-Bold','Raleway', sans-serif;
  color: black;
  width: 100vw;
  line-height: 35px;
}

.fixed-top .navbar-brand #isotipo {
  left: 5px;
}

.fixed-top .navbar-brand #logotipo {
  position: absolute;
  left: 44px;
}

.fixed-top .nav-link {
  min-width: 20vw;
  padding: 0px;
  font-size: 1.6vw;
  border-radius: 0px;
  color: white;
}

.fixed-top .nav-link img {
  min-height: 40px;
  min-width: 40px;
  max-height: 42px;
  max-width: 42px;
  width: 14%;
}

#foto::-webkit-file-upload-button {
  visibility: hidden;
}

.action-submint-btn {
  display: block;
}

.col-6-pad {
  padding: 15px 30px;
}

#myChart, #colChart {
  margin: auto;
}

.col-non-pad {
  padding: 0;
}

.form-stats {
  margin-top: -3px;
}

.non-border-radius {
  border-radius: 0;
}

.non-border-left {
  border-left: none !important;
}

.non-border-right {
  border-right: none !important;
}

#input-edad-button, .ui-selectmenu-button.ui-button {
  width: 100%;
}

.peticiones-list-item {
  list-style: none;
}

.peticiones-item {
  min-height: 75px;
}

.peticiones-item-title {
  font-size: 14px;
}

.peticiones-item-date {
  color: #636b6f;
  font-size: 12px;
}

.peticiones-item-description {
  font-size: 14px;
  color: #636b6f;
}

.peticion-like {
  background-color: #b9b9b9;
  border-radius: 5px;
  box-shadow: 0 3px 0 0 #777;
  color: #4e4e4e;
  font-size: 13px;
  padding: 1px 10px;
}

.peticion-like:hover, .peticion-like:focus {
  color: white;
  background-color: #5cb85c;
}

.peticion-like:active, .peticion-like:visited {
  margin-bottom: -3px;
  margin-top: 3px;
  box-shadow: none;
}

.peticion-like > .material-icons {
  font-size: 13px;
}

.peticiones {
  margin-top: 25px;
}

.card-block {
  padding: 1rem;
  font-size: 13px;
}

.intro-divider {
  margin-top: 20px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #eee;
}

select {
  height: 32px;
  padding: 3px;
}

.fa-lg {
  line-height: 1.6;
}

@media screen and (min-width: 1370px) {
  .fixed-top .nav-link {
    font-size: 1.2vw;
  }
}
