@charset "UTF-8";
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%);
}
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 .service_info_content .service_info {
  text-align: center;
  padding: 5.25rem;
}
header .service_info_content .service_info .thumb {
  text-align: center;
  margin-bottom: 1.25rem;
}
header .service_info_content .service_info .thumb img {
  vertical-align: top;
}
header .service_info_content .service_info .service_desc {
  font-size: 1.25rem;
  color: #fff;
  text-align: center;
  line-height: 2.5rem;
}
header .service_info_content .service_info .btn {
  margin-top: 1.875rem;
}

.main {
  padding: 4.375rem 0;
}
.main .nav_menu_services .titulo {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1.875rem;
  margin-left: 1.25rem;
  text-transform: capitalize;
}
.main .nav_menu_services .nav_menu {
  list-style: none;
  padding: 0;
}
.main .nav_menu_services .nav_menu li {
  padding-left: 1.25rem;
  border-left: 4px solid #808080;
}
.main .nav_menu_services .nav_menu li.active {
  border-left: 4px solid #0b5ed7;
}
.main .nav_menu_services .nav_menu li:hover {
  border-left: 4px solid #0b5ed7;
}
.main .nav_menu_services .nav_menu li a {
  text-decoration: none;
  color: #5f6368;
  display: inline-block;
  padding: 1rem 0;
}

.service .titulo {
  font-size: 2.125rem;
  font-weight: 700;
  margin-bottom: 1.875rem;
}
.service .text {
  font-size: 1.25rem;
  color: #5f6368;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 1.25rem;
}
.service .card-service {
  margin-top: 4.5rem;
}
.service .card-service .card-list li {
  list-style: none;
  font-family: "OpenSans";
  color: #5f6368;
  display: flex;
  align-items: flex-start;
}
.service .card-service .card-list li::before {
  content: "✓";
  color: #00af80;
  font-size: 1.25rem;
  margin-right: 0.625rem;
  flex-shrink: 0;
}

.card-list {
  margin: 0;
  padding-left: 1rem;
}
.card-list li {
  font-size: 1rem;
  list-style: square;
  font-family: "OpenSans";
  margin-bottom: 1rem;
  color: #5f6368;
}

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=page.css.map */
