@font-face {
  font-family: manos-sistema-saberes;
  src: url(../fonts/manos-sistema-saberes.eot);
  src: url(../fonts/manos-sistema-saberes.eot) format("embedded-opentype"),
    url(../fonts/manos-sistema-saberes.woff2) format("woff2"),
    url(../fonts/manos-sistema-saberes.woff) format("woff"),
    url(../fonts/manos-sistema-saberes.ttf) format("truetype"),
    url(../fonts/manos-sistema-saberes.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}
[class^="icon-mano"]:before,
[class*=" icon-mano"]:before {
  font-family: manos-sistema-saberes;
  font-style: normal;
  font-weight: 400;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-mano-apuntando-derecha-amarilla:before {
  content: "\e800";
}
.icon-mano-apuntando-izquierda:before {
  content: "\e802";
}
.icon-mano-abajo:before {
  content: "\e803";
}
.icon-mano-arriba:before {
  content: "\e804";
}

.container.with-border {
  border-style: solid;
  border-width: 6px 0;
  border-color: #468232;
  margin-bottom: 6rem;
  margin-top: 15px;
  max-width: 100%;
}

.title-login {
  text-transform: none;
  color: #468232;
  font-size: 80px;
  margin-top: 0px;
}

.description{
  color: #3E5166;
  font-size: 2rem;
}

.description-list{
  color: #3E5166;
  font-size: 1.4rem;
}
.img-example{
  margin-top: 10px;
  width: 100%;
  height: 100% !important;
  margin-left: 0px;
}
.subtitle-login {
  text-transform: none !important;
  text-align: center;
  color: #3e5166;
  font-size: 20px;
}
.bold-red{
  color: #c2230d;
}
.cover-input {
  margin-left: 5px;
  margin-bottom: 10px;
  border-color: #6a9634 !important;
  border-style: solid;
  border-width: 4px !important;
  border-radius: 13px !important;
  background-color: transparent !important;
  color: #468232 !important;
  padding: 15px;
  font-weight: 400;

}
.cover-input::placeholder{
  text-transform: none !important;
  font-size: 1.8rem;
}
.sign-btn{
  width: 100% !important;
  border-radius: 20px;
}

::placeholder {
  color: #468232 !important;
  font-weight: 100;
  opacity: 1; /* Firefox */
}

:-moz-placeholder {
  color: #468232 !important;
  opacity: 1;
  font-weight: 100;
}

:-ms-input-placeholder {
  color: #468232 !important;
}

::-ms-input-placeholder {
  color: #468232 !important;
}

.subtitle-problems {
  text-transform: none;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  color: #3e5166;
  font-size: 15px;
}

.border-line {
  padding-left: 70px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-right-style: solid;
  border-right-width: 6px;
  border-right-color: #468232;
}

.logo {
  width: 100%;
  padding-top: 5px;
  padding-left: 5px;
  float: left;
}
.navbar-center {
  text-align: center;
  font-size: 2rem !important;
}
.navbar-nav {
	float: none !important;
	margin: 0;
}

.btn-green {
  margin-top: 5px;
  margin-left: 5px;
  background-color: #468232;
  color: #fff;
}

a.btn-green:hover,
a .btn-green:focus {
  background-color: #468232;
  color: #fff;
  transform: translateY(-10px);
}
.dropdown-menu > li > a:hover{
  color: #fff !important;
}
button.btn-green {
  color: #fff;
}

div.with-border-right{
  border-right-style: solid;
  border-right-width: 6px;
  border-right-color: #468232;
}
div.with-border-left{
  border-left-style: solid;
  border-left-width: 6px;
  border-left-color: #468232;
}

.row.with-margin{
  margin: 15px;
}

.img-responsive.with-margin{
  margin-top: 20px;
}
.btn:hover {
  opacity: 1;
  color: #fff;
}

.btn-radius {
  border-radius: 20px 0px 20px 0px;
}

.white:hover {
  color: #468232;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #007cae !important;
  transform: translateY(-5px);
}

img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}

.with-padding > h4, .feature-description{
  text-transform: none !important;
  color: #3e5166;
  font-size: 2rem;
}

@media (max-width: 767px) {
  .logo {
    width: 35%;
    padding-top: 5px;
    padding-left: 5px;
    float: left;
  }
  .title-login {
    font-size: 45px;
  }

  .home-title {
    font-size: 25px;
  }

  .cover-input {
    padding: 5px;
    font-weight: 200;
    font-size: 22px;
    margin: 5px;
  }

  .alert-danger {
    font-size: 20px;
  }

  .border-line {
    padding-left: 20px;
    padding-bottom: 25px;
    margin-bottom: 15px;
    border-bottom-style: solid;
    border-bottom-width: 6px;
    border-bottom-color: #468232;
  }

  .feature-info {
    text-align: center;
    padding-left: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 5px;
  }

  .img-responsive {
    margin-left: 80px;
    width: 60%;
  }

  div.with-border-right{
    border-right-style: solid;
    border-right-width: 0px;
    border-right-color: #fff;
    border-bottom-style: solid;
    border-bottom-width: 6px;
    border-bottom-color: #468232;
    margin-bottom: 10px;
    width: 100%;
    
  }
  div.with-border-left{
    border-left-style: solid;
    border-left-width: 0px;
    border-left-color: #fff;
    border-top-style: solid;
    border-top-width: 6px;
    border-top-color: #468232;
    margin-top: 10px;
    width: 100%;
  }

  .text-left{
    margin-top: 10px;
  }
  .img-responsive.with-margin{
    margin: 0px;
    width: 100%;
    height: 100px;
  }
}

@media (min-width: 1400px) {
  .btn-green {
    margin-top: 8px;
    margin-left: 5px;
    background-color: #468232;
    color: #fff;
  }
  .cover-input {
    padding: 8px;
    font-weight: 200;
    font-size: 18px;
    margin: 5px;
  }

  .alert-danger {
    font-size: 20px;
  }

  .border-line {
    margin-top: 0px;
    padding-left: 282px;
    padding-top: 10px;
    padding-bottom: 75px;
    border-right-style: solid;
    border-right-width: 6px;
    border-right-color: #468232;
  }

  .feature-info {
    text-align: center;
    padding-left: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 5px;
  }

  .img-responsive {
    margin-left: 80px;
    width: 60%;
  }

  .with-padding {
    padding-right: 282px;
  }
}

.gritter-item-wrapper.gritter-light.gritter-warning{
  background-color: #ffb752 !important;
  border-radius: 10px;
}

/* the norm */
#gritter-notice-wrapper {
	position:fixed;
	top:20px;
	right:20px;
	width:301px;
	z-index:9999;
}
#gritter-notice-wrapper.top-left {
    left: 20px;
    right: auto;
}
#gritter-notice-wrapper.bottom-right {
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
}
#gritter-notice-wrapper.bottom-left {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
}
.gritter-item-wrapper {
	position:relative;
	margin:0 0 10px 0;
	background:url('../css/images/ie-spacer.gif'); /* ie7/8 fix */ 
}
.gritter-top {
	background:url(../css/images/gritter.png) no-repeat left -30px;
	height:10px;
}

.gritter-bottom {
	background:url(../css/images/gritter.png) no-repeat left bottom;
	height:8px;
	margin:0;
}

.gritter-item {
	display:block;
	background:url(../css/images/gritter.png) no-repeat left -40px;
	color:#eee;
	padding:2px 11px 8px 11px;
	font-size: 11px;
	font-family:verdana;
}

.gritter-item p {
	padding:0;
	margin:0;
	word-wrap:break-word;
}
.gritter-close {
	display:none;
	position:absolute;
	top:5px;
	left:85%;
	background:url(../css/images/gritter.png) no-repeat left top;
	cursor:pointer;
	width:30px;
	height:30px;
  border: none;
}
.gritter-title {
	font-size:14px;
	font-weight:bold;
	padding:0 0 7px 0;
	display:block;
	text-shadow:1px 1px 0 #000;
}
.gritter-image {
	width:48px;
	height:48px;
	float:left;
}
.gritter-with-image,
.gritter-without-image {
	padding:0;
}
.gritter-with-image {
	width:220px;
	float:right;
}
/* for the light (white) version of the gritter notice */
.gritter-light .gritter-item,
.gritter-light .gritter-bottom,
.gritter-light .gritter-top,
.gritter-light .gritter-close {
    background-image: url(../css/images/gritter-light.png);
    /* color: #222; */
}
.gritter-light .gritter-title {
    text-shadow: none;
}

.gritter-center {
	position: fixed;
  width: 20%;
	left: 37%;
	right: 30%;
	top: 33%;
}

@media (min-width: 2000px) {
  .gritter-center {
    position: fixed;
    width: 11%;
    left: 40%;
    right: 30%;
    top: 33%;
  }
}

@media (max-width: 420px) {
  .gritter-center {
    position: fixed;
    width: 80%;
    left: 10%;
    right: 10%;
    top: 10%;
  }
}