/*Buscador de contenido*/
.input-input{
  margin-left: auto;
 
  
}

#box-search{
   margin-top: 0px;
   display: block;
   position: fixed;
   top: auto;
   left: auto;
   width: 250px;
   background: #fff;
   z-index: 8;
   list-style: none;
   display: none;
   border-radius: 7px;
   
}


#box-search li a{
   display: block;
   width: 210px;
   color: #6e6e6e;
   padding: 12px 20px;
  
  
}

#box-search li a:hover{
   background: #e9e9e9;
   
}

#box-search li a i{
   
   margin-right: 10px;
   color: #ff0000;
}
/*Buscador de contenido*/




.block-number {
  text-align: center;
  font-weight: bold;
  font-size: 0.8125em;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #191919;
  transition: 0.3s ease-out; }
  .block-number:hover {
    opacity: 1; }
  .block-number::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    margin-bottom: 2px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #191919; }
  .block-number a:hover,
  .block-number a:focus {
    color: #191919; }

.demo-section .main-content .section,
.main-content .topbar,
.main-content .navbar,
.main-content .header,
.main-content .footer {
  margin: 30px 20px 100px;
  border: 1px solid #f5f6f7;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05); }

.main-content .navbar {
  position: static;
  margin: 0; }

/*# sourceMappingURL=style.css.map */
.ir-arriba {
	display:none;
	padding:20px;
	background:#a71010;
	font-size:20px;
	color:#fff;
	cursor:pointer;
	position: fixed;
	bottom:20px;
	right:20px;
}

