/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

body {
  background: #ffffff;
}
.lang-custom-links a:active {
  color: #ffffff;
}
#g-navigation {
  background-image: linear-gradient(45deg, rgba(1, 136, 200, 0.98), rgba(37, 65, 139, 0.75)), url('../../../../../images/novaez/fill-grill600.png');
}
.g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
  font-size: 1.3rem;
}
.tec-badges-container {
  background: #ececec;
}
.tec-badges {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.badge {
  margin: 10px;
  padding: 10px 0;
  width: 20%;
}
.img-badge svg {
  max-height: 64px;
}
.img-badge img {
  max-height: 64px;
}
.button {
  text-align: center;
  display: inline-block;
  font-family: "Lato", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  line-height: 0.8;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  background: #c06c84;
  color: #ffffff;
  border: 1px solid transparent;
  border-radius: 2.5rem;
  margin: 0 0 0.5rem 0;
  padding: 1.2rem 2.125rem;
  vertical-align: middle;
  text-shadow: none;
  transition: all 0.2s;
}
.footer-menu-list {
  margin-top: 0rem;
  margin-left: 0rem;
  list-style: none;
}
.footer-link::marker {
  list-style: none;
}
.home-header-container {
  margin-left: 50px;
  margin-right: 50px;
}
.home-header-image-lbox {
  background: #047fc1;
  padding-left: 5px;
  /* opacity: 0.6; */
  padding-right: 5px;
}
.home-header-image {
  padding: 10px;
}
.home-header-image img {
  width: 100%;
  border-radius: 2%;
  opacity: 1;
}
.home-header-text {
  width: 100%;
}
.home-header-title {
  margin-top: 100px;
}
.home-image-magenta-color {
  background: #eb0098;
}
.home-header-title h1 {
  font-size: 3.5rem;
  font-weight: 900;
}
.home-text-container {
  width: 100%;
  margin-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
.home-text-container p {
  padding-left: 20px;
  padding-rigth: 20px;
}
.text-grad-blue {
  background: -webkit-linear-gradient(#0385c6, #20448c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
.text-grad-blue-2 {
  background: -webkit-linear-gradient(#6ac9f9, #20448c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
.service-card-container {
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 2%;
}
.service-card {
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 2%;
  background: #21acf1;
  box-shadow: 5px 10px 5px 10px #badced;
  min-height: 770px;
}
.service-card p {
  /* padding-top: 15px; */
}
.button-pcont {
  position: absolute;
  bottom: 15px;
  width: 100%;
}
.card-owlcarousel-item-img img {
  width: 70%;
  border-radius: 10%;
}
.client-card {
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 2%;
  background: #21acf1;
  min-height: 424px;
}
.client-card-lf-container {
  padding: 10px;
}
.client-card-text {
  padding: 10px;
}
.client-card-title {
  padding: 10px;
}
.client-card-image {
  padding: 10px;
}
.client-card-image img {
  left: 25%;
  position: relative;
}
.icon-color {
  color: #9712a7;
}
.icon-color-2 {
  color: #b11e5f;
}
.list-benefits {
  margin-left: 5px;
  margin-bottom: 2px;
  font-size: 1.25rem;
}
.gallery-wrapper {
  width: 100%;
  margin: 40px auto;
}
.gallery {
  margin-top: 30px;
}
.gallery ul {
  list-style-type: none;
  margin-left: 35px;
}
/* animation */
.gallery ul li, .gallery li img {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.gallery ul li {
  position: relative;
  float: left;
  width: 130px;
  height: 130px;
  margin: 5px;
  padding: 5px;
  z-index: 0;
}
/* Make sure z-index is higher on hover */
/* Ensure that hover image overlapped the others */
.gallery ul li:hover {
  z-index: 1000;
  width: 200px;
}
/* Image is position nicely under li */
.gallery ul li img {
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #dddddd;
  padding: 5px;
  width: 130px;
  height: 130px;
  background: #f0f0f0;
}
.gallery ul li img:hover {
  width: 200px;
  height: 200px;
  margin-top: -130px;
  margin-left: -130px;
  top: 65%;
  left: 65%;
}
.list-nova {
  list-style: none;
  padding: 1rem;
  margin: 1rem;
}
/* Responsive hack */
@media only screen and (min-width: 1282px) and (max-width: 1922px) {
  .home-header-image img {
    max-height: 450px;
    /* width: 100%; */
  }
  .home-header-image-lbox {
    margin-left: 25%;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .home-text-container p {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.35rem;
    line-height: 2;
  }
}
@media only screen and (min-width: 1213px) and (max-width: 1280px) {
  .home-header-image-lbox {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .home-header-image img {
    width: 100%;
  }
  .home-header-title h1 {
    font-size: 2.25rem;
  }
  .g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
    font-size: 1rem;
  }
  .no-space-15 {
    display: none;
  }
  .size-45 {
    flex: 0 50%;
    width: 45%;
  }
}
@media only screen and (min-width: 499px) and (max-width: 1212px) {
  .wrapper {
    width: 100%;
  }
  .list-nova {
    padding: 0.2rem;
    margin: 0.5rem;
  }
  .tech-region {
    padding: 0rem 0.2rem;
    padding-top: 20px;
  }
  .g-content {
    margin: 0.25rem;
    padding: 0.38rem;
  }
}
@media only screen and (max-width: 720px) {
  .list-nova {
    padding: 0.2rem;
    margin: 0.5rem;
  }
  .tech-region {
    padding: 0rem 0.2rem;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 498px) {
  .tech-region {
    padding: 0rem 0.2rem;
    padding-top: 20px;
  }
  .list-nova {
    padding: 0.2rem;
    margin: 0.5rem;
  }
  .gallery-wrapper {
    width: 300px;
  }
  .gallery ul {
    list-style-type: none;
    margin: 0;
  }
  .client-card-image img {
    left: 0%;
  }
  .home-header-image {
    padding: 0px;
  }
  .home-text-container {
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .home-header-container {
    margin-left: 5px;
    margin-right: 5px;
  }
  .home-header-title {
    margin-top: 10px;
  }
  #g-header {
    padding: 0rem 0;
  }
  .home-header-title h1 {
    font-size: 2rem;
  }
  .home-text-container p {
    padding-left: 5px;
    padding-right: 5px;
  }
  .home-header-image-lbox {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.solutions-region, .tech-region {
  background: #ffffff;
  padding: 0rem 0.938rem;
  padding-top: 40px;
}
.arquitect-region, .outsourcing-region {
  background: #f6f6f6;
  padding: 0rem 0.938rem;
  padding-top: 40px;
}
.callout {
  padding: 0rem 0.938rem;
}
.g-footer {
  width: 70rem;
}
/*# sourceMappingURL=custom_contact.css.map */