@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Condensed');

::-moz-selection { color: #fff;  background: #ff3200; }
::selection      { color: #fff;  background: #ff3200; } 

.iframe {  
    margin: 0px 0 0 0px; 
}  
.formulario form {  
    margin: 0px 0 0 -10px;  
    width: 430px;  
}  
.formulario input {  
    width: 100%;
    height: 18px;  
    background: #fff;  
    border: none;
    padding: 12px;
    margin: 5px auto 5px auto;  
    font-size:16px;
    color:#555;
  border-radius: 8px;
}  
textarea {  
    height: 80px;
    width:100%;
    padding: 12px;
    font-size: 18px;
    font-family: 'Fira Sans Condensed', sans-serif;
    border: none;
    outline: none;
}  
#submit {  
  width:100%;  
  height:40px;  
  margin-top: 0px;  
  cursor:pointer;  
  background-color: #000;
  color:#ff3200;
  border-radius: 8px;
  border: none;
  font-weight: bold;
}
#submit:hover {  
  background-color: #f00;
  color:#fff;
} 
.formulario {  
    display:block;  
    margin:0 auto;  
    width:400px;  
    color: #000;  
    font-family: 'Fira Sans Condensed', sans-serif;
} 






#boton {  
  width: 100%;
  height:40px;
  margin: 0 auto; 
  padding: 6px 30px 6px 30px;
  cursor: pointer;  
  background: #aaa;
  color:#fff;
  border-radius: 8px;
  border: none;
  outline: none;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  float: center;
}
#boton:hover {  
  background-color: #777777777;
  color:#fff;
  text-decoration: none;
} 



img {  
  border: none;
  outline: none;
} 




.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.grow {
  transition: all 0.2s ease-in-out;
}
.grow:hover {
  transform: scale(1.1);
}
