@charset "UTF-8";
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;
}

.notifications {
  position: fixed;
  margin-right: 20px;
  z-index: 9;
  padding-right: 10px;
  font-size: 15px;
}

#notificationsModal {
  color: #212529;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.notificaciones-modal-sombras {
  margin-top: 89px;
  box-shadow: inset 0px 0px 21px 6px rgba(0, 0, 0, 0.75);
}

@media (max-width: 780px) {
  .notifications i {
    font-size: 40px !important;
  }
}

@media (max-width: 576px) {
  .notifications {
    top: 45%;
    right: 37%;
  }
}

@media (min-width: 576px) {
  .notifications {
    top: 45%;
    right: 44%;
  }
}

.color-mensaje-notificacion {
  background-color: #E0DCDC;
  color: black;
  line-height: 15px;
}

.notifications-ul li {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.gray-background {
  background-color: #E5E9DF;
}

@media (min-width: 576px) {
  .zoom-in {
    -webkit-transition: all 0.4s ease-in;
    -webkit-transform: scale(1.3);
    -ms-transition: all 0.4s ease-in;
    -ms-transform: scale(1.3);
    -moz-transition: all 0.4s ease-in;
    -moz-transform: scale(1.3);
    transition: all 0.4s ease-in;
    transform: scale(1.3);
  }
  .zoom-out {
    -webkit-transition: all 0.4s ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 0.4s ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 0.4s ease-in;
    -moz-transform: scale(1);
    transition: all 0.4s ease-in;
    transform: scale(1);
  }
}

#homebody .fa {
  color: white;
  font-size: 48px;
  margin-left: auto !important;
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.home {
  min-height: 20vh;
  width: 98%;
  border-radius: 8px;
  margin-left: 20px;
  margin-right: 10px;
  box-shadow: inset 0px 0px 37px 3px rgba(0, 0, 0, 0.75);
}

@media (max-width: 768px) {
  .home {
    margin-left: 4px;
  }
}

.boton1:active {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
  /* Sombra del texto */
  background: #3d3dff;
  /* Fondo más oscuro que el original */
  box-shadow: inset 4px 4px 4px rgba(0, 0, 0, 0.3), inset -3px -3px 3px rgba(255, 255, 255, 0.2);
}

.btn-secondary-notificacion {
  color: #fff;
  background-color: #17a2b8;
  border-color: #0C6A79;
}

.relleno-cuadro {
  background-color: #dcedc8;
  color: #000;
  border-radius: 15px;
  box-shadow: inset 0px 0px 21px 1px rgba(0, 0, 0, 0.75);
}

.modal-content {
  border-radius: 15px;
}

.home:hover {
  opacity: 0.9;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.05);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.05);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.05);
  transition: all 200ms ease-in;
  transform: scale(1.05);
}

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

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

#whatis {
  background: #254610;
}

#create {
  background: #006132;
}

#stats {
  background: #184620;
}

#problems {
  background: #85B200;
}

#solutions {
  background: #254610;
}

#news {
  background: #000;
}

#encuesta {
  background: #044112;
}

#saldo {
  background: #0B7930;
}

#medios {
  background: #203520;
}

.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;
}

/*NAVBAR STYLES*/
.saldo-navbar {
  font-size: 25px !important;
  padding-bottom: 8px !important;
  padding-top: 8px !important;
}

/*END NAVBAR STYLES*/
/* 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: #184620;
  color: white;
  opacity: .85;
  transition: all 60ms ease;
}

.btn-default:active {
  background: #184620;
  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;
}

.navbar-nav {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

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

.fixed-top .dropdown-menu {
  right: 0px !important;
  left: -170px;
}

.fixed-top #maindropdown {
  position: absolute;
  left: 45%;
  background-color: transparent;
  border-color: transparent;
  top: 4px;
}

#maindropdown .fa-user-size {
  font-size: 1.5rem;
}


.fixed-top .container {
  margin: 0px;
  padding: 0px;
  max-width: 1920px !important;
}

.fixed-top .navbar-brand {
  background: white;
  height: 35px;
  padding: 0px;
  padding-right: 30px;
  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: fixed;
  top: 3px;
  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%;
}

@media (max-width: 768px) {
  #necesidad {
    width: 50%;
    height: 38px;
    margin-left: auto;
    margin-right: auto;
  }
}

.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;
  color: #fff !important;
}

.emoticon-peticion-like {
  font-size: 20px;
}

.peticion-like:hover, .peticion-like:focus {
  color: white;
  background-color: #17a2b8;
}

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

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

.peticiones {
  margin-top: 25px;
}

.imagen-lista-pesticones {
  border-top: 50px;
  border-bottom: 50Spx;
}

.card-bodyblock {
  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;
}

.cuadro-camara-enviar {
  background-color: #dcedc8;
  border-radius: 10px;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 50px;
  margin-left: 5px;
}

.input-camara {
  margin-top: 15px;
}

@media screen and (min-width: 760px) {
  .fixed-top .nav-link {
    font-size: 1.2vw;
  }
  #maindropdown {
    left: 85% !important;
  }
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}

.form-signin .checkbox {
  font-weight: normal;
}

.form-signin .form-control {
  position: relative;
  height: auto;
  box-sizing: border-box;
  padding: 8px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.checkbox-fix {
  width: 20px;
}

@media (min-width: 950px) {
  .custom-modal-dialog {
    max-width: 950px;
  }
}

@media (max-width: 768px) {
  .titulos-mobile {
    font-size: 1.5rem;
  }
}

.terms-left-panel, .terms-right-panel {
  border-radius: 10px;
  margin-left: 20px;
  margin-right: 8px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 25px;
}

.terms-left-panel {
  background-color: #dcedc8;
  max-width: 434px;
  font-size: 12px;
}

#table-modal-w{
  table-layout: fixed;
  font-size: 11px;
}


.terms-right-panel {
  background-color: #dcedc8;
  max-width: 434px;
}

.terms-right-panel p, .terms-right-panel ol {
  font-size: 12px;
}

.btn-primary {
  background-color: #17a2b8;
}

.min-height-120 {
  min-height: 120px;
}

.min-height-120 > p {
  line-height: 1.3;
}

.min-height-60 {
  min-height: 60px;
}

.fix-title-promo {
  font-size: 1.20rem !important;
  margin-top: 10px;
}

.modal-aceptacion {
  background-color: #dcedc8;
  border-radius: 10px;
  padding: 15px;
}

.margen-productos {
  margin-right: 7px;
}

.letra-descuento {
  margin-top: 10px;
  font-size: 18px;
  background-color: red;
  color: white;
}

#oldprice, #newprice {
  font-size: 20px;
}

.margen-terminos {
  margin-top: 10px;
}

.borde-codigo {
  border: 4px solid #ffc107;
  padding: 10px;
}

@media (max-width: 768px) {
  .mobile-invisible {
    display: none;
  }
}

@media (min-width: 768px) {
  .checkbox-modal-terminos {
    width: 96%;
  }
}

.margen-peticiones {
  margin-top: 20px;
  font-size: 20px;
}

.margen-ver-todas {
  margin-top: 20px;
  margin-left: 250px;
  margin-right: 250px;
}

@media (max-width: 768px) {
  .margen-ver-todas {
    margin-left: 0;
    margin-right: 0;
  }
}

.row-saldos {
  margin-top: 20px;
  border-radius: 10px;
}

.btn-saldos {
  margin-top: 15px;
  color: #fff;
}

@media (min-width: 576px) {
  .row-saldos .jumbotron {
    padding-bottom: 1rem;
  }
}

#saldoCuotaModal .input-group-btn > .btn, #saldoCreditoModal .input-group-btn > .btn {
  min-width: 167px;
}

#saldoCuotaModal input, #saldoCreditoModal input {
  text-align: right;
}

#saldoCuotaModal .input-group, #saldoCreditoModal .input-group {
  margin-bottom: 5px;
  margin-left: 40px;
}

@media (max-width: 768px) {
  #saldoCuotaModal .input-group, #saldoCreditoModal .input-group {
    margin-left: 0;
  }
}

.btn-secondary-gris {
  background: #d4d7da;
}

.cuadros-radius {
  margin-top: 25px;
  border-radius: 15px;
  box-shadow: inset 0px 0px 40px -7px rgba(0, 0, 0, 0.75);
}

.tab-pane th {
  text-align: center !important;
}

#integrantes1 td {
  background-color: #fff;
  color: #000;
  border: 1px solid #e9ecef;
}

.btn-fixed-bottom {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.fixed-bottom-dos-botones {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 10px;
  margin-top: 15px;
}

.modal-content-informacion {
  box-shadow: inset 0px 0px 14px 1px rgba(0, 0, 0, 0.75);
  border-radius: 20px;
  margin-left: 21px;
  margin-right: 21px;
}

.border-qr {
  border-style: solid;
  border-color: black;
  margin-left: 50px;
  margin-right: 50px;
  border-width: 5px;
  margin-bottom: 10px;
  margin-top: 15px;
}

.modal-body-change {
  padding-top: 10px;
  padding-bottom: 1px;
}

#exampleModal-change {
  z-index: none;
}

/*Bootstrap overrides*/
.modal-footer {
  display: inline;
}

.nav-tabs .nav-link.active {
  background-color: #28a745;
  color: #fff;
}

.input-group-addon {
  min-width: 42px;
}

hr {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

button, .btn {
  cursor: pointer;
}

.btn-light.disabled, .btn-light:disabled {
  background-color: #17a2b8;
}

.thead-inverse th {
  color: #fff;
  background-color: #197F8D;
}

.carousel-control-next-icon-color{
  background-color: #000000a3;
}

/*END Bootstrap Overrides*/
