@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,800;1,300;1,400;1,600;1,700&display=swap');

body {
  background: white;
  font-family: 'Open Sans', sans-serif;
}
h1.title-section {
  font-size: 24px;
  color: #1b1b1b;
}
/*p {
  font-size: 16px;
}*/

.dark-blue {
  color: #005577;
}
.light-blue {
  color: #169fd9;
}
.bg-white {
  background-color: white;
}
.bg-dark-blue {
  background-color: #005577;
}
.bg-ight-blue {
  background-color: #169fd9;
}

.light-dark-text{
  color: #7E868C;
}

/*========== HEADER ==========*/

.nav-item {
  padding-right: 10px;
}
.nav-link{
  color: #3B3B3B;
  font-size: 14px;;
}
  .nav-link > svg{
    fill: #3B3B3B;
    fill-opacity: 0.5;
  }
    .nav-link:hover > svg, .nav-link:active > svg{
      fill: #001e2b;
      fill-opacity: 0.9;
    }

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
  font-weight: 600;
  color: rgba(0,30,43, 0.8);
}

  .dropdown-menu{
    background-color: #f8f9fa!important;
    border: none;
    padding:10px;
  }
    .dropdown-item{
      border-radius: 4px;
      color: inherit;
      font-size:14px;
      padding: 0.5rem;
      text-align: left;
    }
    .dropdown-item:hover, .dropdown-item:active, .dropdown-item.active{
      background-color: #005577;
      color: white;
    }
    .dropdown-item:last-child{
      margin-bottom: auto;
    }
    .dropdown-menu hr{
      margin-top: 0.8rem;
      margin-bottom: 0.8rem;
      border-color: rgba(0, 86, 120,0.3);
    }
/*========== SLIDER ==========*/
#main_slide .carousel-item {
  height: 100vh;
  min-height: 350px;
}
.carousel-control-next, .carousel-control-prev{
  width: 10%;
}

.slide_bg_01{
  background: url(../images/slide_1.jpg) no-repeat center center;
  background-size:cover/*140%*/;
  /*animation: slide 8s linear infinite;*/
}
.slide_bg_02{
  background: url(../images/slide_3.jpg) no-repeat center center;
  background-size:cover;
}
.slide_bg_03{
  background: url(../images/slide_2v2.jpg) no-repeat center center;

  background-size:cover;

}
.slide-04{
  background: url(../images/slide-4.jpg) no-repeat center center;

  background-size:cover;

}
/*@keyframes slide {
  from { background-position: 100% 0%;}
    to { background-position: 0% 100%;}
}*/


/* ========== HERO ========== */

.sustent-gav{
  background: url(../images/grupo-gav-genera-impacto-positivo-sustentable.jpg) no-repeat center center;
  background-size: cover;
}
.sustent-hp{
  background: url(../images/sustentabilidad-salvar-mundo-dia-tierra-hp.jpg) no-repeat center center;
  background-size: cover;
}
.sustent-xerox{
  background: url(../images/sustentabilidad-mundo-tierra-manos-xerox.jpg) no-repeat center center;
  background-size: cover;
}
/* ========== INTRO ========== */
.introText{
  background: url(../images/image-text-intro.jpg) no-repeat center center;
  background-size: cover;
  padding: 2rem 0;
}
.introText p{
  font-size: 16px;
}
.imageSustentable{
  background: url(../images/soluciones-sustentables-grupo-gav-oficina-chica-copiadora.jpg) no-repeat center center;
  background-size: cover;
}
.imageSustentableHP{
  background: url(../images/climate-change-concept-collage-horizontal.jpg) no-repeat center center;
  background-size: cover;
}
.imageWorldHand{
  background: url(../images/sustentabilidad-ambiental-global-tecnologia-verde.jpg) no-repeat center center;
  background-size: cover;
}
.imageTresR{
  background: url(../images/circulo-reciclaje-tres-r.jpg) no-repeat center center;
  background-size: cover;
}
.prizeGreen{
  background: url(../images/energia-verde.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 1rem;
  overflow-x: hidden;
}
.prizeGreen{
  box-shadow: 0 0 25px 10px rgba(0, 86, 120,0.2);
}
.cardObjetive{
  box-shadow: 0 0 15px 3px rgba(0,30,43, 0.1);
  margin-bottom: 30px;
  padding: 30px;
}
.cardObjetive h3{
  font-size: 18px;
  font-weight: 700;
  padding-left: 10px;
}
.list-objetives{
  padding-left: 1.5rem;
  padding-right: 1.5rem;;
}


.greenCarrousel{
  border-radius: 8px 8px 0 0;
}
.greenCarrousel .carousel-item{
  min-height: 360px;
}
.greenCarrousel .carousel-indicators li{
  background-color: #005577;
}
.greenCarrousel .carousel-item.active{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* ========== ========== */

.mask {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  background-attachment: fixed;
  outline: solid 1px red;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.shape-mask {
  width: 65%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/trapecio.svg) top right no-repeat;
  background-size: cover;
  opacity: 0.75;
}
.shape-mask-left {
  width: 65%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/trapecio-right.svg) top left no-repeat;
  background-size: cover;
  opacity: 0.75;
}
.text-mask {
  position: absolute;
  top: 40%;
  left: 10%;
  transform: translateY(-50%) scaleY(1.1);
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1.3;
}
.text-mask-left {
  position: absolute;
  top: 40%;
  right: 10%;
  transform: translateY(-50%) scaleY(1.1);
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.3;
}

.mask-sustent{
  width: 65%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/trapecio-right.svg) top left no-repeat;
  background-size: cover;
  opacity: 0.7;
}
.text-mask-sustent {
  position: absolute;
  top: 20%;
  right: 0;
  padding: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(0,30,43,1);
}
/*========== PARTNERS & DEVELOPER ==========*/

.text-partner {
  font-size: 36px;
  font-weight: lighter;
  line-height: 1.3em;
}
.text-partner span {
  font-size: 42px;
}
.img-partner-a {
  margin-bottom: 35px;
}
/*========== ADMINISTRADOR INTELIGENTE ==========*/

.admin_smart {
  background: url(../images/bg-mps.jpg) no-repeat top center;
  background-attachment: fixed;
  background-size: 100% 100%;
}
.admin_smart h3 {
  margin: 20px 0;
  font-weight: 100;
}
/*========== METODOLOGíA ==========*/

#metodologia {
  background: url(../images/metodologia_bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
#metodologia .icon {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  background: white;
  line-height: 90px;
  border-radius: 50%;
  box-shadow: -5px 3px 5px rgba(112, 112, 112, 0.8);
}
#metodologia article {
  min-width: 300px;
  max-width: 480px;
  margin-top: 60px;
}
#metodologia article > h2 {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 0;
}
/*========== SOLUCIONES DOCUMENTALES ==========*/

#soluciones {
  background: #005577;
}
#soluciones .text-solution {
  margin-top: 45px;
}
#soluciones h1 {
  line-height: 0.8em;
  margin-bottom: 40px;
}
#soluciones h1 small {
  font-size: 26px;
}
#soluciones .font-minus {
  font-size: 26px;
}
#soluciones .font-bigger {
  font-size: 2.9rem;
}
#soluciones h4 {
  margin-top: 30px;
  margin-bottom: 5px;
}
/*========== INTELIGENCIA DOCUMENTALES ==========*/

#inteligencia .text-smart h1 {
  margin-top: 20px;
}
/*========== SOPORTE ==========*/

#soporte_tecnico {
  background: url(../images/dark_bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
#soporte_remoto {
  background: url(../images/bg-servicio-remoto.jpg) no-repeat center center;
  background-size: cover;
}
/*========== SOLICITUD ==========*/

#solicitud {
  background: url(../images/solicitud_soporte_bg.jpg) no-repeat center center;
  background-size: cover;
}
/*========== PROCESO SOPORTE ==========*/

#proceso-soporte .text-support {
  min-height: 150px;
  padding: 0 20px;
  position: relative;
}
.support-line-1 {
  position: absolute;
  bottom: 0;
  right: -30%;
}
.support-line-2 {
  position: absolute;
  bottom: 0;
  left: -30%;
}
.support-line-3 {
  position: absolute;
  top: 0;
  right: -30%;
}
.support-line-4 {
  position: absolute;
  top: 0;
  left: -30%;
}
/*========== FOOTER ==========*/

footer {
  color: white;
  padding: 40px 0 30px;
  font-size: 14px;
}
footer .m-address {
  margin-top: 11%;
}
footer .privacy {
  margin-top: 13%;
}
footer .contactanos a, .direccion{
  color: white;
  letter-spacing: 2px;
  font-weight: 300;
}
footer .footer-contact{
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 3px;
  margin-top: 1rem;
  margin-bottom: 1.2rem;;
  text-transform: uppercase;
}
footer .contactanos h5{
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
}

.extraFooter{
  background-color:#005577;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  font-size: 12px;
  font-weight: 300;
  padding: 0.8rem 0;
}
.extraFooter a{
  color: white;
}
/*========== QUERIES ==========*/

@media (max-width: 575.98px) {
  .logo_brand {
    max-width: 120px;
  }
  #main_slide {
    margin-top: 70px;
  }
  #main_slide .carousel-item{
    height: 85vh;
  }
  .text-admin {
    padding: 8% 4%;
  }
  #partners,
  .admin_smart,
  #metodologia,
  #soporte_tecnico,
  #soporte_remoto,
  #proceso-soporte,
  #soluciones {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
  }
  .text-partner {
    font-size: 30px;
    font-weight: lighter;
    line-height: 1.3em;
  }
  .text-partner span {
    font-size: 36px;
  }
  #proceso-soporte .text-support {
    min-height: auto;
  }
  .text-mask {
    position: absolute;
    top: 25%;
    left: 0%;
    padding: 0 2rem;
    font-size: 1.4rem;
  }
  .text-mask-left {
    position: absolute;
    top: 20%;
    right: 0;
    left: 0;
    padding: 0 2rem;
    font-size: 1.4rem;
  }
  #section_inter{margin-top: 70px;}
}
@media (min-width: 576px) {
  .logo_brand {
    max-width: 200px;
  }
  .text-admin {
    padding: 4% 8%;
  }
  #partners,
  .admin_smart,
  #metodologia,
  #soporte_tecnico,
  #soporte_remoto,
  #proceso-soporte,
  #section_inter {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
  }
  #soluciones,
  #inteligencia {
    padding-top: 60px;
    overflow: hidden;
  }
  #section_inter{margin-top: 100px;}
}
@media (min-width: 768px) {
  .prizeGreen{
    padding-top: 5rem;
  }
  footer .footer-contact{
    margin-top: 2.2rem;;
  }
  .list-objetives{
    padding-left: 3rem;
    padding-right: 6rem;;
  }
  .mask-sustent{
    width: 75%;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/trapecio-right.svg) top left no-repeat;
    background-size: cover;
    opacity: 0.7;
  }
  .text-mask-sustent{
    top: 20%;
    font-size: 2rem;
    width: 40%;
  }
}
@media (min-width: 992px) {
  #mainNav {
    transition: padding-top .3s, padding-bottom .3s;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-shrink .logo_brand {
    padding: 0 5px;
    width: 140px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
  }
  .text-mask-sustent{
    top:30%;
    width: 48%;
  }
}
@media (min-width: 1200px) {
  .prizeGreen{
    padding-top: 15rem;
  }
  .text-mask-sustent{
    font-size: 2.2rem;
    top:38%;
    width: 50%;
  }
}