
@font-face{
font-family: 'light';
src: url('../fonts/light.ttf') format('woff');
}

@font-face{
font-family: 'manus';
src: url('../fonts/Manus.ttf') format('woff');
}

@font-face{
font-family: 'black';
src: url('../fonts/black.ttf') format('woff');
}

p.normal{
  font-family: 'light';
  font-size: 16px;
  color: #3C3C3B;
}

body {
  font-family: 'light';
  font-size: 16px;
}

h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'light';
}

a {
  text-decoration: none;
}

.app-header {
  z-index:20;
  top: 0;
  left: 30;
  right: 30;
  background: #fff ;
  color: #9da72d;
  padding-left: 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}

.app-header #toggleButton {
  width: 26px;
  height: 44px;
  position: absolute;
  left: 20px;
  padding: 10px 0;
  display: none;
}
.app-header #toggleButton .bar-icon {
  height: 3px;
  background: #9da72d;
  margin-bottom: 5px;
  display: block;
}
.app-header a {
  color: #333;
}
.app-header a:hover {
  color: #9da72d;
}
.app-header h1 {
  display: inline-block;
  width: 300px;
  font-size: 12px;
  margin-top: 12px;
}
.app-header h1 .logo {
  height: 40px;
  display: inline-block;
  margin-right: 10px;
  margin-top: -2px;
}
.app-header .user-nav {
  display: inline-block;
  float: right;
  list-style: none;
  margin-right: 20px;
  position: absolute;
  right: 0;
  top: 0px;
}
.app-header .user-nav .user {
  float: right;
}

.app-header .user-nav .login {
  padding: 6px 12px;
  display: inline-block;
  margin-top: 35px;
}
.app-header .user-nav .login i {
  display: none;
  font-size: 20px;
}
.app-header .user-nav .login:hover {
  text-decoration: none;
}

/* index */

#tabsIndex{
margin:20px 0 20px 0;
}

.listado{
  height:auto;
  border-bottom: 1px solid #9da72d;
  margin-bottom: 10px;
}

.votos {
font-size: 28px;
color: #FFF;
background: #9da72d;
text-align: center;
}

.titulo a {
  font-weight: bold;
  font-size: 22px;
  color: #000;
}

.metadata, .com_autor,.enm_autor{
  font-size:12px;
}

.metadata a, .com_autor a,.enm_autor a{
  color: #9da72d;
}
.com_texto, .enm_texto{
  margin-top:5px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.enm_texto{
  margin-bottom: 4px;
}

.com_autor,.enm_autor{
  border-bottom:1px #ccc solid;
  margin-top:3px;
  padding-top: 3px;
  padding-bottom: 3px;
}

/*Login */
.wrap {
  padding-top: 80px;
}
.form-wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 400px;
}
.form-header {
  margin-top: 20px;
  padding: 20px 0;
  text-align: center;
  border-radius: 10px 10px 0 0;
  background-color: #9da72d;
}
.form-header .fa-user {
  font-size: 50px;
  color: #ffffff;
  border-radius: 50%;
  border: 3px solid #E7E7E7;
  padding: 15px 20px;
  background: #9da72d;
  /* Old browsers */

  background: -moz-linear-gradient(-45deg, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #f6f8f9), color-stop(50%, #e5ebee), color-stop(51%, #d7dee3), color-stop(100%, #f5f7f9));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(-45deg, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(-45deg, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(-45deg, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
  /* IE10+ */

  background: linear-gradient(135deg, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f8f9', endColorstr='#f5f7f9', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */

}

.form-header h2{
  color:#fff;
}

.form-header .fa-user.fail {
  color: #FF8479;
  border: 3px solid #FF8479;
  -webkit-transition: color 200ms linear;
  -moz-transition: color 200ms linear;
  -o-transition: color 200ms linear;
  -ms-transition: color 200ms linear;
  transition: color 200ms linear;
}
.form-header .fa-user.success {
  color: #98CA4D;
  border: 3px solid #98CA4D;
  -webkit-transition: color 700ms linear;
  -moz-transition: color 700ms linear;
  -o-transition: color 700ms linear;
  -ms-transition: color 700ms linear;
  transition: color 700ms linear;
}
.form-main {
  background-color: #9da72d;
  padding: 40px 50px;
}
.form-footer {
  border-top: 2px solid #404040;
  background-color: #eaeaea;
  padding: 20px 50px;
  color: #eaeaea;
  font-size: 10pt;
}
.form-footer a {
  color: #000;
  font-size: 12pt;
}
.form-footer a:hover {
  text-decoration: none;
}
.form-footer .fa-unlock-alt {
  font-size: 10pt;
  color: #FFF;
  border-radius: 50%;
  background-color: #c4787b;
  padding: 5px 8px;
  margin-right: 7px;
}
.form-footer .fa-check {
  font-size: 10pt;
  color: #FFF;
  border-radius: 50%;
  background-color: #c4787b;
  padding: 5px;
  margin-right: 7px;
}
.signin {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #5cb85c;
  color: #ffffff;
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
.signin:hover {
  background-color: #428542;
}
input[type="text"],
input[type="password"] {
  padding-left: 20px;
  margin-bottom: 10px;
  background- color: #FFF;
  height: 30px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #403b37;
}

select {
  
}

.form-control::placeholder {
    color: #46565c;
}

 
 
.bounceIn {
  opacity: 1;
}
.fail {
  animation: shake .5s linear;
  -webkit-animation: shake .5s linear;
  -moz-animation: shake .5s linear;
}
@media (max-width: 991px) {
  .wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .form-main {
    padding: 40px 30px;
  }
  .form-footer {
    padding: 20px 30px;
  }
}
/* generales */
.principal{
margin-top:80px;
}
.principal:after{
  height:150px;
  display:block;
  clear:both;
}

hr.hr{
  background-color: #9da72d;
  height: 3px;
}


/* Propuestas */

.autor, .comentar, .right {float:right;}

/* Barra lateral */

.barra-der{
  background-color: #deacaf;
  border-left: 2px solid #9da72d;
  border-top: 2px solid #9da72d;
  padding:10px;
}

.central{
  padding-right: 15px;
}

label.error {
  color: #FF0000;
}

#prop_favor a.btn.active{
border: 3px solid #64FE2E;
}

#prop_contra a.btn.active{
  border: 3px solid #FA5858;
}



#boton_enmienda, .boton_comentario{
  margin-top: 5px;
  float:right;
}

.fa-angle-up:hover, .fa-angle-up.active{
  color:#01DF01;
  cursor:pointer;
}

.fa-angle-down:hover, .fa-angle-down.active{
  color:#FF0000;
  cursor:pointer;
}

.enlace_comentar a{
  float:right;
  text-align: right;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 50px;
  background-color: #9da72d;
  font-size: 13px;
  
}

.footer a{
  color:#FFF;
}
.text-muted{
  text-align: center;
  padding-top:10px;
  color:#FFF;
}

.fondo_comentarios{
  background-color: #FEF5D7;
}

.circular { 
  width: 38px; 
  height: 38px; 
  border-radius: 19px; 
  -webkit-border-radius: 19px; 
  -moz-border-radius: 19px; 
  background-color: #9da72d;
  font-size: 15px;
  color: #FFF;
  text-align: center; 
  margin-right: 6px;

}

.centrado{
  display:block;
  padding-top:8px;
}

.comentarios {
  margin: 6px 0px;
}

#votar_propuesta{
  margin-top: 16px;
}

.seccion h4 {
  font-weight: bold;
}

.seccion {
  font-size: 12px;
  text-align: justify;
}

.seccion a {
  color: #9da72d;
}

.dropdown-link {
  padding: 5px 30px 5px 12px;
  border: 1px solid rgba(0,0,0,0.2);
  display: inline-block;
  cursor: pointer
}

.dropdown-link:hover {
  background-color: #f1faff;
}

ul.dropdown-menu li {
  background-color: #eee;
}

ul.menu.dropdown-menu {
  margin-top: -1px;
}

h1.center{
  text-align: center;
  color: #9da72d;
  font-weight: bold;
  margin-top:20px;
}

h2.center{
  text-align: center;
  padding-bottom: 20px;
  color: #9da72d;
  font-weight: bold;
  font-size: 30px;
}

h4.encabezado-eje {
  padding:5px 8px 5px 8px;
  background-color: transparent; ;
  font-size: 30px;
  color: #ac5c92;
  margin-bottom: 0px;
  text-decoration: none;
  font-family: 'Manus';
  margin-top: 10px;
  margin-bottom: 10px;
}

 h4.titulo-sector {
  margin-top:5px;
  padding:5px 8px 5px 8px;
  background-color: #9da72d;
  font-size: 20px;
  color: #FFF;
  text-align: center;
}

a h4.titulo-sector{
  color:#FFF;
  text-decoration: none;
}


img.sector {
  opacity:1;
  cursor:pointer;
  margin-top: 0px;
  margin-bottom: 5px;
  
}

.modal-header{
  background-color: #9da72d;
  color: #FFF;
  font-family: 'black',bold;
}

.close{
   color: #FFF;
}

.modal-title{
  font-family: 'black',bold;
}

.enlace-barrio{
  padding: 5px 20px;
}

.no-login{
  margin-bottom: 12px;
}

.encabezado{
  margin-top: 12px;
}

#titulo-error, #sector-error{
  color:#9da72d;
}
span.abriendo{
  font-family: 'Manus', cursive;
}


.saludos{
  font-family: 'Manus', cursive;
  color:#9da72d;
}

h2.saludos{
  margin-top: 20px;
  font-size: 50px;
  color:#9da72d;
}

p.separa{
 color: #9da72d;
 font-size: 16px;
 text-align: center;

}

.black{
  font-family: 'black', bold;
  color: #9da72d;
}

h2.black{
  font-family: 'black', bold;
  margin-top: 20px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
    background-color: #fff;
}

.accordion-heading {
   border-top: 1px solid #95989a;
   display: flex;
   justify-content: center;
   align-items: center;
}

.pm-date {
    width: 95px;
    padding-left: 6px;
    overflow: hidden;
}

.pm-oval {
    width: 66px;
    height: 88px;
    border-radius: 50%;
    background: #f2eef5;
    -moz-transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    padding-top: 20px;

}

.pm-start_day {
    color: #9da72d;
}

.pm-start_day {
    margin-left: -5px;
    font: 44px 'black';
    font-weight: bold;
    text-align: center;
    -moz-transform: scaleY(2.5);
    -webkit-transform: scaleY(2.5);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 3;
}

.pm-month {
    font: 14px 'light';
    font-weight: bold;
    text-align: center;
    margin-bottom: -2px;
    margin-left: -20px;
    text-transform: uppercase;
    z-index: 1;
}

.pm-end_day {
    position: relative;
    left: 28px;
    top: -20px;
    width: 10px;
    margin: -55px -50px 0 0;
    font: 18px 'black';
    font-weight: bold;
    text-align: center;
    -moz-transform: scaleY(2.5);
    -webkit-transform: scaleY(2.5);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: -1;
    color: #9da72d;
}

.title-container {
    width: 82%;
}

.milestone-title {
    vertical-align: top;
    margin-top: 10px;
    margin-left: 5px;
    color: #9da72d;
    display: block;
    font-weight: bold;
    
}

.h6, h6 {
    font-size: 1rem;
}

.aviso-legal{
  margin-top: 15px;
}

.aviso-legal p{
  font-size: 11pt;
}

.centro{
  text-align: center;
}

.info{
  color:#FFF;
  background-color: #9da72d;
  padding-left: 5px;
}

.primeraFila{
  font-size: 30px ;
  font-weight: bold;
}

.genero{
  font-size: 30px ;
  font-weight: bold;
  padding-top: 30px;
  text-align: center;
}

.boton-envio{
  margin-top: 22px;
}

.select-ciudad{
  height: 48px;
  font-size:20px;
}

a:link{text-decoration: none;}

.recuadro{ 
  border-color: #9da72d;
  border-width: 5px;
  border-style: solid;
 }

 th {text-align: center;}

 .fecha {
width:auto;
display:inline-block;
}

.excel{ border-radius:10px;
outline:none; }