 *{
 	padding: 0;
 	margin: 0;
 }


nav.navbar {
  background-color: rgba(32, 32, 32,1);
  padding: 0.9em;
  padding-left: 6vw;
  padding-right: 6vw;
}

.navbar-fixed-top {
  border-width: 0px;
}

.active>a{
  color:#fff !important;
  border-bottom:2px solid rgb(228,180,35);
  background-color: transparent !important;
}
.active>a:hover{
  
  border-bottom:2px solid rgb(228,180,35);
  background-color: transparent !important;
  
  color: rgba(255,255,255,0.6) !important;
   transition: 0.5s;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  max-width: 960px;    
}
@media only screen and (max-width: 767px) and (min-width: 480px)
{
 .container-fluid {
   width: 420px;
 }

}
.navbar-brand{
	padding-top: 8px;	
}
.navbar-brand img{
	max-width: 200px;
}
.navbar-default .navbar-nav>li>a {
    color: rgba(255,255,255,1);
    font-size: 16px ;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}
 .navbar-default .navbar-nav>li>a:hover {
   color: rgba(255,255,255,0.6);
   transition: 0.7s;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    height: 3px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 3px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent; 
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}
@media (max-width: 333px){
		.navbar-brand img{
		max-width: 130px;
	}
}
nav div.container-fluid {
  /*display: contents;*/
  max-width: 100%;
  width: 100%;
}

/*footer*/
footer{
  background-color: rgba(71,71,71,1);
  width: 100%;
  height: auto;
  color: #fff;
  padding: 0;
  padding-top: 3em;
  bottom: 0;
  position: relative;
  
  
}
.rf{
  margin: 0;
}
footer img{
  width: 150px;
  height: auto;
}
footer p{
  color: #999;
 font-weight: bold;
}

footer h4{
  font-weight: bold;
}

footer ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .navi{
  color: #fff;
  text-decoration: none;
}
footer .navi:hover{
  color: #fff;
  text-decoration: none;
  
  font-weight: bold;
  transition: 0.2s;
}
.bottom-icons{
display: flex;
}
.bottom-icons li a { 
  text-decoration:none;
   margin: 0 18px 0 0;
   color: #888;
   float: left !important;
   font-size: 20px;
}
.bottom-icons li a:hover { 
  opacity: 0.6;
}
.article-footer{

 padding-left: 0em;
 padding-bottom: 1em;
}
@media screen and (max-width: 333px) {
  footer p{
    color: #999;
   font-weight: bold;
   font-size: 10px ;
   margin: 0;
   padding: 0;

  }
  .title-foot{
    font-size: 12px !important;
  }
  footer .navi{
  color: #fff;
  text-decoration: none;
  font-size: 10px;  
 }
 .article-footer{

    padding-left: 0em;
    padding-bottom: 0em;
  }

}
/*botones*/
.btn-signup{
  background: rgb(228, 180, 35);
  text-decoration: none;
  padding: 20px 40px;
  border-radius: 3px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin-top: 10px;
}

.btn-signup:hover{
  text-decoration: none;
  color: #fff;
  opacity: 0.5;
}

.btn-nav{
  background: rgb(228, 180, 35);
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 3px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
  font-weight: bold;
}
.btn-nav:hover{
 text-decoration: none;
  color: #fff !important;
   background: rgba(139,195,74,1)!important;
}

.btn-subm{
  color: rgb(255, 255, 255);
  font-size: 16px;
  background-color: rgb(228,180,35);
  padding: 13px 0;
  border: none;
  border-radius: 3px;
  box-shadow: 0 -3px rgba(0,0,0,0.2) inset;
  -webkit-transition: all .2s linear; 
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.btn-subm:hover{
  background: rgba(139,195,74,1)!important;
  color: #fff !important;
  opacity: 1 !important; 
  
}