header {
  background: rgb(26, 63, 112);
  background: radial-gradient(circle, rgb(26, 63, 112) 9%, rgb(26, 63, 112) 18%, rgb(60, 43, 67) 100%);
  padding-top: 1.25rem;
}
header .logo {
  width: 11.25rem;
  vertical-align: top;
}
header .menu {
  text-align: right;
}
header .menu a {
  font-family: "OpenSans";
  text-transform: capitalize;
  color: #fff;
}
header .textos {
  padding: 8rem 0;
}
header .textos .titulo__uno,
header .textos .titulo__dos {
  color: #fff;
  text-align: center;
  font-family: "OpenSans";
}
header .textos .titulo__uno {
  font-size: 2.125rem;
  font-weight: 500;
  margin-bottom: 0.9695rem !important;
}
header .textos .titulo__dos {
  font-size: 1.5625rem;
  font-weight: 300;
}

.main .about {
  padding: 4.375rem 0;
}
.main .about .about__content {
  text-align: center;
  font-family: "OpenSans";
}
.main .about .about__content img {
  display: block;
  margin: 0 auto 0.9375rem auto;
}
.main .about .about__content .titulo {
  font-size: 1.5625rem;
  font-weight: bold;
  padding-bottom: 1.5625rem;
  display: inline-block;
  border-bottom: 1px solid #000;
}
.main .about .about__content p {
  font-size: 1.25rem;
  font-weight: 400;
  margin-top: 1.25rem;
  line-height: 2.5rem;
}
.main .about .about__content .btn {
  margin-top: 1.25rem;
}

.services__and__products {
  background: #f2f2f2;
  padding: 4.375rem;
}
.services__and__products .titulo {
  font-family: "OpenSans";
  font-size: 2.125rem;
  font-weight: 300;
  color: #000;
  text-align: center;
}
.services__and__products .services {
  margin-top: 3.75rem;
}
.services__and__products .services .service {
  background: #505050;
  text-align: center;
  width: 30%;
  display: block;
  padding: 1.25rem;
  font-family: "OpenSans";
  text-decoration: none;
  border-radius: 5px;
  margin-left: 1.25rem;
  margin-bottom: 1.25rem;
  transition: all ease 0.3s;
}
.services__and__products .services .service:hover {
  transform: scale(1.05);
}
.services__and__products .services .service img {
  vertical-align: top;
}
.services__and__products .services .service h3 {
  font-size: 1.25rem;
  margin-top: 0.625rem;
  font-weight: 600;
  color: #068fed;
}
.services__and__products .services .service p {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6875;
}

footer .direccion {
  background: #232f3e;
  font-family: "OpenSans";
  padding: 4.375rem;
}
footer .direccion .titulo {
  color: #fff;
  font-size: 2.125rem;
  font-weight: 300;
  text-align: left;
  margin-bottom: 1.875rem;
}
footer .direccion .address,
footer .direccion .telefono,
footer .direccion .correo {
  color: #fff;
  font-weight: 300;
  font-size: 1.25rem;
}
footer .redes {
  text-align: right;
}
footer .redes a {
  color: #fff;
  font-size: 1.875rem;
  display: inline-block;
  text-align: center;
  padding: 0.625rem 1rem;
  margin-left: 1rem;
  border-radius: 5px;
  width: 4.0625rem;
}
footer .redes a.facebook {
  background: #1877f2;
}
footer .redes a.youtube {
  background: #ff0000;
}
footer .redes a.instagram {
  background: #e1306c;
}
footer .redes a.twitter {
  background: #1da1f2;
}
footer .redes a:hover {
  opacity: 0.8;
}

footer .pie {
  background: #131a22;
  padding-top: 1.25rem;
  font-family: "OpenSans";
}
footer .pie_content .pie_links {
  list-style: none;
}
footer .pie_content .pie_links .active {
  font-size: 1rem;
  color: #fff;
}
footer .pie_content .pie_links li a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
}
footer .pie_content .pie_links li a:hover {
  text-decoration: none;
}
footer .pie_content .site {
  text-align: center;
  color: #fff;
  padding-top: 2rem;
}

@media screen and (max-width: 990px) {
  header .textos {
    padding: 3rem;
  }
  header .textos .titulo__uno {
    font-size: 1.375rem;
    font-weight: 400;
  }
  header .textos .titulo__dos {
    font-size: 1.25rem;
  }
  .services__and__products .services .service {
    width: 45%;
  }
  .main .about .about__content .titulo {
    font-size: 1.25rem;
  }
  .main .about .about__content p {
    font-size: 1rem;
  }
  .main .about .about__content .btn {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  header .textos {
    padding: 2rem;
  }
  header .textos .titulo__uno {
    font-size: 1.25rem;
    white-space: nowrap;
    font-weight: 400;
  }
  header .textos .titulo__dos {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 575px) {
  header {
    padding: 0;
  }
  header .textos {
    padding: 0;
  }
  .services__and__products .services .service {
    width: 100%;
    margin-left: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
@font-face {
  src: url("../fonts/OpenSans__regular.ttf"), url("../fonts/OpenSans__italic.ttf");
  font-family: "OpenSans";
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  font-family: "OpenSans";
  font-size: 16px;
}

/*# sourceMappingURL=estilos.css.map */
