h1,h2,h3,h4,h5,h6,p,input,textarea,button,body{
  font-family: 'Open Sans', sans-serif;
}

.fluid-no-padding {
  padding-left: 0;
  padding-right: 0;
}

#logo-menu {
  max-width: 130px;
}

#main-menu a {
  color: #1485ee;
  font-size: 1.3em;
  font-weight: bold;
}

.featured-circle {
  border-radius: 100%;
  width: 350px;
  height: 350px;
  margin: 0 auto;
  padding: 0 20px;
}

.featured-text {
  font-size: 1.2em;
  line-height: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}

.featured-number {
  font-size: 8rem;
  margin: 0 10px;
  font-weight: 500;
}

.our-services .card{
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: justify;
}

.section-values .item {
  margin-bottom: 2em;
}

.section-values .box {
  background-color: white;
  height: 100%;
}

.carousel-indicators {
  margin-bottom: 0;
}

.section-testimonials {
  background: #1ed600;
}


.contact-blue-message{
  background-color: #082e4b;
  padding-top: 4em;
  padding-bottom: 4em;
}

.contact-blue-message a{
  background-color: #082e4b;
  border: 1px solid white;
  color: white;
  padding: 0.5em 2em;
  border-radius: 1.5em;
  font-weight: 700;
}

.contact-blue-message a:hover, .contact-blue-message a:focus{
  color: #082e4b;
  background-color: white;
}

.contact-white-message{
  background-color: white;
  padding-top: 4em;
  padding-bottom: 4em;
}

.contact-white-message a{
  background-color: white;
  border: 1px solid #082e4b;
  color: #082e4b;
  padding: 0.5em 2em;
  border-radius: 1.5em;
  font-weight: 700;
}

.contact-white-message a:hover, .contact-white-message a:focus{
  color: white;
  background-color: #082e4b;
}

.social-networks{
  background-color: black;
  padding-top: 4em;
  padding-bottom: 4em;
}

.social-networks a{
  background-color: black;
  border: 1px solid white;
  color: white;
  padding: 0.5em 2em;
  border-radius: 1.5em;
  font-weight: 700;
}

.social-networks a:hover, .social-networks a:focus{
  color: black;
  background-color: white;
}

.section-ubication {
  background: #0c3b81;
}

.section-ubication p {
  color: white;
  font-size: 1.2em;
}

.btn-send-form{
  padding: 15px 40px;
  background-color: #1485ee;
  color: white;
  display: block;
  margin: 0 auto;
}

.pristine-error{
  color: red;
}

footer {
  padding-top: 1em;
  background-color: black;
  padding-bottom: 1em;
}

footer p {
  color: white;
  margin-bottom: 0;
  font-size: 1.1em;
}

