

html,
body {
  height: 100%;
  width: 100%;

}
body {
  font-family: 'Open Sans', Arial, sans-serif;
  background-color: #000;
}
hr {
  border-color: #fff;
  border-width: 3px;
  max-width: 50px;
}
hr.light {
  border-color: white;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #7cb935;
}
a:hover,
a:focus {
  color: #5bb12f;
}


p {

  font-family: "Roboto", Arial, sans-serif;
  color: #888;
  font-size: 13px;
  font-weight: 400;
}

i {
color: #c59644;

}

h5 {
font-family: "Open Sans", Arial, sans-serif;
color:#999;
font-size: 12px;
margin: 5px auto 0px;
letter-spacing: 0px;
font-weight: 600;
line-height: 25px;
}

.logo ul {
    line-height: 1.5em;
    margin: 40px 25px 30px;
    padding: 0;
    text-align: left;
}

.logo li {
    list-style: none;
    position: relative;
    padding: 0 0 0 20px;
    margin: 8px 0px;
    color:#f0f0f0;
    text-align: left;
    font-size: 17px;
}

.logo li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    background-color: #c59644;
}

.izquierda {
  margin-top: 30px;
  text-align: center;
}

.logo {
  margin:0px auto;
  padding:0px;
  text-align: center;
}

.logo h3 {
  font-family: "Open Sans", Arial, sans-serif;
  color: #fff;
  font-size: 24px;
  margin: 30px 80px 30px;
  letter-spacing: 0px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 34px;
}

.logo h4 {
font-family: "Roboto", Arial, sans-serif;
color:#fff;
font-size: 20px;
margin: 10px auto 0px;
letter-spacing: 0px;
font-weight: 400;
font-style: normal;
line-height: 32px;
}

.contact {

  padding:10px;
  border:0px solid #ccc;
  margin-bottom: 20px;
}

.contact h3 {
  font-family: "Open Sans", Arial, sans-serif;
  color: #555;
  font-size: 14px;
  margin: 10px 15px 20px ;
  letter-spacing: 0px;
  line-height: 20px
}

@media (max-width: 500px) {

  .logo h3 {

    font-size: 16px;
    line-height: 24px;
    margin: 30px auto 30px;

  }

  .logo h4 {

      font-size: 14px;
      line-height: 24px;
    }


  p {

    font-size: 14px;
    margin-bottom: 20px;
  }

  .contact {


      margin-bottom: 20px;

  }


}


.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 10px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color:#2A2A2A;
    background-image: none;
    border: 1px solid #515151;
    border-radius: 0px;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn-blue {
  color: #fff;
  background-color: #b68042;
  border: 2px solid #b68042;
  font-weight: 400;
  margin: 0px;
  padding: 10px 20px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  border-radius: 0px;
  width: 180px;
  font-size: 15px;
} 
 
.btn-blue:hover, 
.btn-blue:focus, 
.btn-blue:active, 
.btn-blue.active, 
.open .dropdown-toggle.btn-blue { 
  color: #ffffff; 
background-color: #c59644;
border-color: #c59644;
} 
 
.btn-blue:active, 
.btn-blue.active, 
.open .dropdown-toggle.btn-blue { 
  background-image: none; 
} 
 
.btn-blue.disabled, 
.btn-blue[disabled], 
fieldset[disabled] .btn-blue, 
.btn-blue.disabled:hover, 
.btn-blue[disabled]:hover, 
fieldset[disabled] .btn-blue:hover, 
.btn-blue.disabled:focus, 
.btn-blue[disabled]:focus, 
fieldset[disabled] .btn-blue:focus, 
.btn-blue.disabled:active, 
.btn-blue[disabled]:active, 
fieldset[disabled] .btn-blue:active, 
.btn-blue.disabled.active, 
.btn-blue[disabled].active, 
fieldset[disabled] .btn-blue.active { 
  background-color: #17b352; 
  border-color: #17b352; 
} 
 
.btn-blue .badge { 
  color: #17b352; 
  background-color: #ffffff; 
}


.service-box {

  margin: 10px auto;
  border: 1px solid #555;
  padding: 15px;
  border-radius: 3px;
}

@media (min-width: 992px) {
  .service-box {
  margin: 10px 0px;
  min-height: 130px;

  }
}


@media only screen and (max-width: 990px) {

  .service-box {
    min-height: 100px;
  }
}

p {
    margin: 1px 0px 0px;
}