@font-face{
  font-family: avenir-next;
  src:url(fuentes/avenir-next.woff ("truetype"));
 }
body{
  font-family: avenir-next, sans-serif !important;
 }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  font-family: avenir-next, sans-serif !important;
 }
  .container {
     padding: 0px;

  }
  .person {
      border: 10px solid transparent;
      margin-bottom: 25px;
      width: 80%;
      height: 80%;
      opacity: 0.7;
  }
  .person:hover {
      border-color: #f1f1f1;
  }
  .carousel-inner img {
     /* -webkit-filter: grayscale(90%);
      filter: grayscale(90%); /* make all photos black and white */ 
      width: 100%; /* Set width to 100% */
      margin: auto;
  }
  .carousel-caption h3 {
      color: #fff !important;
  }
  @media (max-width: 600px) {
    .carousel-caption {
      display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
    }
  }
  /*Botones*/
  /*.btn {
      padding: 10px 20px;
      background-color: #333;
      color: #f1f1f1;
      border-radius: 0;
      transition: .2s;
  }
  .btn:hover, .btn:focus {
      border: 1px solid #333;
      background-color: #fff;
      color: #000;
  }*/
  .modal-header, h4, .close {
     /* background-color: #9eabad;
      color: #fff !important;
      text-align: center;
      font-size: 30px;*/
  }
  .modal-header, .modal-body {
      padding: 40px 50px;
  }
  .nav-tabs li a {
      color: #777;
  }
  .navbar {
      margin-bottom: 0;
      background-color: #2c3e50;
      border: 0;
      font-size: 9apx !important;
      letter-spacing: 4px;
      opacity: 0.9;
  }
  .navbar li a, .navbar .navbar-brand { 
      color: #d5d5d5 !important;
  }
  .navbar-nav li a:hover {
      color: #fff !important;
  }
  .navbar-nav li.active a {
      color: #fff !important;
      background-color: #29292c !important;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
  }
  .open .dropdown-toggle {
      color: #fff;
      background-color: #555 !important;
  }
  .dropdown-menu li a {
      color: #000 !important;
  }
  .dropdown-menu li a:hover {
      background-color: #71abe6 !important;
  }
  .jumbotron-is {
	background:#2c3e50;
	color:#fff;
	width: 100%;
	height: 90px;
	margin:0; 
	padding: 0;
}
.row{
	width: 100%;
	margin:0; 
	padding: 0;

}
.color1{
 background: #34495e;
 color:#fff;
}
/*Contacto*/
.bigicon {
    font-size: 35px;
    color: #36A0FF;
    
}
footer{
    background:#2c3e50;
    color:#fff;
	  width:100%;
    font-size: 12px !important;
    opacity: 0.9;
    
}﻿
