@font-face {
  font-family: "Mulish Black";
  src: url(../fonts/Mulish-Black.ttf);
}
@font-face {
  font-family: "Mulish Black Italic";
  src: url(../fonts/Mulish-BlackItalic.ttf);
}
@font-face {
  font-family: "Mulish Bold";
  src: url(../fonts/Mulish-Bold.ttf);
}
@font-face {
  font-family: "Mulish Bold Italic";
  src: url(../fonts/Mulish-BoldItalic.ttf);
}
@font-face {
  font-family: "Mulish Extra Bold";
  src: url(../fonts/Mulish-ExtraBold.ttf);
}
@font-face {
  font-family: "Mulish Extra Bold Italic";
  src: url(../fonts/Mulish-ExtraBoldItalic.ttf);
}
@font-face {
  font-family: "Mulish Extra Light";
  src: url(../fonts/Mulish-ExtraLight.ttf);
}
@font-face {
  font-family: "Mulish Extra Light Italic";
  src: url(../fonts/Mulish-ExtraLightItalic.ttf);
}
@font-face {
  font-family: "Mulish Italic";
  src: url(../fonts/Mulish-Italic.ttf);
}
@font-face {
  font-family: "Mulish Light";
  src: url(../fonts/Mulish-Light.ttf);
}
@font-face {
  font-family: "Mulish Light Italic";
  src: url(../fonts/Mulish-LightItalic.ttf);
}
@font-face {
  font-family: "Mulish Medium";
  src: url(../fonts/Mulish-Medium.ttf);
}
@font-face {
  font-family: "Mulish Medium Italic";
  src: url(../fonts/Mulish-MediumItalic.ttf);
}
@font-face {
  font-family: "Mulish";
  src: url(../fonts/Mulish-Regular.ttf);
}
@font-face {
  font-family: "Mulish SemiBold";
  src: url(../fonts/Mulish-SemiBold.ttf);
}
@font-face {
  font-family: "Mulish SemiBold Italic";
  src: url(../fonts/Mulish-SemiBoldItalic.ttf);
}
h1, h2, h3, h4, h5 {
  font-family: "Mulish Black", serif;
}

p {
  font-family: "Mulish", serif;
}
p strong {
  font-family: "Mulish Bold", serif;
}

.navbar {
  background-color: white;
}
.navbar .navbar-collapse .nav-item .nav-link {
  font-family: "Mulish Bold Italic", serif;
  padding: 0 1.5rem;
}
.navbar .navbar-collapse .nav-item .nav-link.active {
  background-color: rgba(23, 23, 23, 0.7);
  color: white;
  border-radius: 0.3rem;
  margin: 0 0.3rem;
}
.navbar .navbar-collapse .nav-item.contact-item .nav-link {
  padding: 0.5rem 1.8rem;
  background-color: #1a77d6;
  border-radius: 0.8rem;
  color: white;
}
.navbar .navbar-collapse .nav-item .dropdown-menu {
  min-width: unset;
}

footer {
  background-color: #303133;
}
footer h3 {
  text-transform: uppercase;
  font-size: 0.9rem;
  font-family: "Mulish Bold", serif;
  color: #e0e6e6;
}
footer p {
  color: #e0e6e6;
  font-family: "Mulish", serif;
  font-size: 0.8rem;
}
footer p.social-media a {
  color: #4aca85;
}
footer p.social-media i {
  margin-right: 1rem;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer ul li {
  padding: 0.3rem 0;
  list-style: none;
}
footer ul li a {
  color: #e0e6e6;
  font-family: "Mulish", serif;
  font-size: 0.8rem;
  text-decoration: none;
}

.hero {
  height: 629px;
  overflow: hidden;
}
.hero #video_background {
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
.hero .hero-content {
  top: 10rem;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
}
.hero .hero-content h2 {
  font-size: 3.8rem;
}
.hero .hero-content p {
  font-size: 1.5rem;
}
.hero .hero-content .btn.more-info {
  background-color: #a6b260;
  font-family: "Mulish Bold Italic", serif;
  font-size: 1.2rem;
  color: white;
  padding: 0.4rem 3rem;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .hero {
    overflow: hidden;
  }
  .hero .hero-content {
    top: 8rem;
    padding: 0 1rem;
  }
  .hero .hero-content h2 {
    font-size: 3rem;
  }
  .hero .hero-content p {
    font-size: 1.3rem;
  }
  .hero .hero-content .btn.more-info {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .hero {
    overflow: hidden;
  }
  .hero .hero-content {
    top: 5rem;
    padding: 0 1rem;
  }
  .hero .hero-content h2 {
    font-size: 2rem;
  }
  .hero .hero-content p {
    font-size: 1rem;
  }
  .hero .hero-content .btn.more-info {
    font-size: 1rem;
  }
}

.row.services {
  margin-top: -4rem;
  margin-bottom: 3rem;
}
.row.services h3 {
  font-family: "Mulish Light", serif;
  color: black;
}
.row.services .card {
  border-radius: 0.7rem;
  border: none;
  text-align: center;
}
.row.services .card .card-body {
  color: rgba(0, 0, 0, 0.64);
  font-family: "Mulish Light", serif;
  line-height: 1.7rem;
}
.row.services .card .card-body img {
  margin-bottom: 0.5rem;
}
@media (max-width: 1400px) {
  .row.services {
    margin-top: -1rem;
  }
}
@media (max-width: 1200px) {
  .row.services {
    margin-top: -3rem;
  }
}
@media (max-width: 768px) {
  .row.services {
    margin-top: -12rem;
  }
}

.work {
  color: white;
}
.work h1 {
  font-family: "Mulish Black Italic", serif;
  font-size: 1rem;
}
.work h2 {
  font-family: "Mulish", serif;
  font-size: 3rem;
}
.work p {
  font-size: 1.1rem;
}
.work p.subtitle {
  font-size: 1.3rem;
}
.work p.subtitle.green {
  color: #5b6137;
}
.work p.subtitle.blue {
  color: #1e4a6a;
}
.work img {
  min-height: 100%;
  object-fit: cover;
  height: auto;
  width: 100%;
}

.contact, .about {
  color: white;
}
.contact h1, .about h1 {
  font-family: "Mulish", serif;
  font-size: 3rem;
}
.contact p, .about p {
  font-size: 1.1rem;
}
.contact p.subtitle, .about p.subtitle {
  font-size: 1.3rem;
}
.contact p.subtitle.blue, .about p.subtitle.blue {
  color: #1e4a6a;
}
.contact img, .about img {
  min-height: 100%;
  object-fit: cover;
  height: auto;
  width: 100%;
}

.contact h1 {
  color: rgba(0, 0, 0, 0.64);
}
.contact form {
  color: #1e4a6a;
}
.contact p {
  position: relative;
  margin-left: 1.5rem;
}
.contact p i {
  position: absolute;
  left: -1.5rem;
  color: #1e4a6a;
}
.contact a {
  color: white;
  text-decoration: none;
}

.bg-green {
  background-color: #899251;
}

.bg-blue {
  background-color: #437ea9;
}

.bg-white20 {
  background-color: rgba(255, 255, 255, 0.2);
}

.tarjeta main {
  width: 100%;
}
.tarjeta main a {
  text-decoration: none;
}
.tarjeta main .tarjeta-digital {
  width: 100%;
  max-width: 422px;
  height: 100%;
  max-height: 750px;
  display: block;
  margin: auto;
  border: 1px solid #ccc;
}
.tarjeta main .tarjeta-digital header {
  background-image: url("../tarjeta-digital/images/background.jpg");
  background-size: cover;
  height: 250px;
  width: 100%;
  display: block;
  position: relative;
}
.tarjeta main .tarjeta-digital header picture {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -75px;
}
.tarjeta main .tarjeta-digital header picture img {
  width: 150px;
  border-radius: 75px;
  padding: 0;
  height: 150px;
  object-fit: cover;
}
.tarjeta main .tarjeta-digital .content {
  padding-top: 85px;
}
.tarjeta main .tarjeta-digital .content h1 {
  font-family: "Mulish Bold", serif;
  font-size: 1.7rem;
}
.tarjeta main .tarjeta-digital .content h2 {
  font-family: "Mulish", serif;
  font-size: 1rem;
  text-transform: uppercase;
}
.tarjeta main .tarjeta-digital .content .brand p {
  font-family: "Mulish", serif;
  font-size: 0.9rem;
  margin: 0 2rem;
}

.brochure {
  color: rgba(23, 23, 23, 0.7);
}
.brochure h1 {
  font-family: "Mulish Black Italic", serif;
  font-size: 3rem;
}
.brochure h2 {
  font-size: 1.5rem;
  font-family: "Mulish", serif;
}
.brochure h2 span {
  font-family: "Mulish Bold Italic", serif;
}
.brochure .services {
  margin: 0;
}
.brochure .services div {
  border-left: 2px solid #c0c0c0;
  line-height: 1.7rem;
}
.brochure .services div h2 {
  color: #a6b260;
  font-family: "Mulish Italic", serif;
}
.brochure .hero-container {
  padding-right: 4rem;
  padding-left: 4rem;
}
.brochure .barra-azul {
  width: 1.3rem;
  height: 45%;
  background: #73b8e9;
  display: block;
  top: 0;
  left: 0;
}
.brochure .barra-gris {
  width: 1.3rem;
  height: 75%;
  background: #5d5d5d;
  display: block;
  bottom: 0;
  right: 0;
}
.brochure .products .title {
  right: 0;
}
.brochure .products .title h3 {
  color: #a6b260;
  font-family: "Mulish Italic", serif;
}
.brochure .products .title:after {
  content: "";
  position: absolute;
  border-top: 2px #c0c0c0 solid;
  height: 100%;
  width: 65%;
  transform: translateY(-50%);
  right: 0;
}
.brochure .products .bg-green .barra {
  background: rgba(75, 81, 42, 0.5);
}
.brochure .products .bg-blue .barra {
  background: rgba(45, 72, 91, 0.5);
}
.brochure .products .text {
  color: white;
  right: 0;
}
.brochure .products .text h2 {
  font-family: "Mulish", serif;
  font-size: 3rem;
}
.brochure .products .text p {
  font-size: 1.1rem;
}
.brochure .products .text p.subtitle {
  font-size: 1.3rem;
}
.brochure .products .text p.subtitle.green {
  color: #5b6137;
}
.brochure .products .text p.subtitle.blue {
  color: #1e4a6a;
}
.brochure .products .text .barra {
  width: 2rem;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  margin-left: -4rem;
}
.brochure .products .text.bg-blue {
  left: 0;
  right: unset;
}
.brochure .products .text.bg-blue .barra {
  left: unset;
  right: 0;
  margin-left: unset;
  margin-right: -4rem;
}
.brochure .products .text.bg-blue.position2 {
  left: unset;
  right: 0;
}
.brochure .products .text.bg-blue.position2 .barra {
  left: 0;
  right: unset;
  margin-left: -4rem;
  margin-right: unset;
}
.brochure .products .text.bg-green.position2 {
  left: 0;
  right: unset;
}
.brochure .products .text.bg-green.position2 .barra {
  left: unset;
  right: 0;
  margin-left: unset;
  margin-right: -4rem;
}
.brochure footer {
  background-color: #4e4e4e;
}
.brochure footer p {
  font-size: 1rem;
  font-family: "Mulish Bold", serif;
  color: white;
}
.brochure footer p a {
  color: white;
  text-decoration: none;
}
.brochure footer i {
  color: #1a77d6;
}
@media (max-width: 768px) {
  .brochure .hero-container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .brochure h1 {
    font-size: 2.5rem;
  }
  .brochure .barra-azul, .brochure .barra-gris {
    width: 1rem;
  }
  .brochure .services div {
    border-left: none;
    border-bottom: 1px solid #c0c0c0;
  }
  .brochure .products .text {
    position: relative;
  }
  .brochure .products .title:after {
    width: 45%;
  }
  .brochure .products .text.bg-blue .barra, .brochure .products .text.bg-green.position2 .barra {
    width: 1rem;
    margin-right: -3rem;
  }
}

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



