body {
  font-family: 'Roboto', sans-serif;
  background-color: #FFF;
  width: 100%;
  overflow-x: hidden;
}

/*until here body*/

.navbar-inverse {
  background-color: #a8a8a8;
  border: 0;
}

.navbar-inverse li {
  font-size: 20px;
}

.navbar-collapse {
  float: right;
}

.navbar-inverse .navbar-nav  li  a {
  color: #000;
}

.navbar img {
  width: 200px;
}


/*until here navbar*/

header {
  height: 600px;
  background-image: url('../img/head.jpg');
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 250px 0 250px 0;
}

@media (max-width: 360px) {

  header {
    height: auto;
  }

}

header h1 {
  font-size: 65px;
  color: white;
  text-align: center;
  font-weight: normal;
  animation: titulo 6s ;
}

header h2 {
  font-size: 45px;
  color: white;
  text-align: center;
  font-weight: normal;
  animation: titulo 6s ;
}

@keyframes titulo {
  0% {
    opacity: 0;
    text-align: center;
    padding-top: 30px;
  }
  70% {
    opacity: 1;
    text-align: center;
    padding-top: 0px;
  }
}

/*until here header*/

.nosotros h1{
  font-size: 35px;
  text-align: center;
  font-weight: bold;
  padding-top: 20px;
  color: #820004;
}

.nosotros h2 {
  font-size: 25px;
  text-align: center;
  font-weight: lighter;
}

#historia {
  margin-top: 35px;
}

.nosotros img {
  width: 90%;
  padding-top: 30px;
}

.nosotros h3 {
  font-size: 17px;
  text-align: left;
  font-weight: bold;
  padding-bottom: 15px;
  padding-top: 30px;
  color: #9b0c11;
  margin: 0;
}

.nosotros p {
  font-size: 17px;
  text-align: left;
}

/*until here nosotros*/

.servicios {
  padding-top: 20px;
}

hr {
  width: 30%;
  height: 2px;
  background-color: #002C49;
}

.servicios h2 {
  font-size: 35px;
  text-align: center;
  font-weight: bold;
  margin-top: 5px;
  color: #820004;
}

.servicios h3 {
  font-size: 25px;
  text-align: center;
  font-weight: lighter;
}

/*until here servicios*/

.carousel {
  width: 100%;
  margin-top: 20px;
  padding: 0;
}

.carousel img {
  width: 100%;
}

/*until here carousel*/

.contacto {
  padding-top: 20px;
}

.contacto h2 {
  font-size: 35px;
  text-align: center;
  font-weight: bold;
  padding-top: 20px;
  color: #820004;
}

.contacto h3 {
  font-size: 25px;
  text-align: center;
  font-weight: lighter;
}

#map {
  width: 100%;
  height: 500px;
  margin-top: 35px;
  background-color: grey;
  padding: 0;
}

/*until here contacto*/

#contacto {
  margin-bottom: 50px;
}

form {
  width: 100%;
  padding-left: 15px;
  margin-top: 50px;
  margin-bottom: 50px;
}

form label {
  font-size: 20px;
  font-weight: lighter;
  width: 15%;
}

form p {
    display: none;
}

input {
  width: 80%;
  height: 35px;
  margin-bottom: 20px;
  border: solid 2px #002c49;
  margin-left: 10px;
  padding-left: 10px;
}

textarea {
  width: 100%;
  height: 170px;
  resize: none;
  margin-bottom: 20px;
  border: solid 2px #002c49;
  padding-top: 10px;
  padding-left: 10px;
}

#boton {
  width: 20%;
  background-color: #821F22;
  color: #fff;
  float: right;
  border: 0;
  padding: 0;
  margin:0;
}

/*until here form*/

.sponsors {
  height: auto;
  background-color: #821F22;
  text-align: center;
  padding: 0px;
  width: 100%;
}

.sponsors img {
  width: 11%;
  padding-left: 5px;
}

#prefoot {
  height: auto;
  background-color: #002c49;
  padding: 50px 0 50px 0;
  color: #b3b3b3;
}

#prefoot h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 25px;
  padding-left: 30px;
}

#prefoot p {
  padding-left: 30px;
  padding-right: 40%;
  text-align: left;
  margin-bottom: 3px;
}

#prefoot h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  padding-left: 30px;
}

/*Till here prefoot*/

footer {
  height: 60px;
  width: 100%;
  background-color: #003559;
}

footer p {
  padding-left: 30px;
  padding-top: 20px;
  font-family: 'Maven+Pro', sans-serif;
  color: #b3b3b3;
}
