:root{
    --bs-azulPrimario: #0072A4;
    --bs-cyan: #00AFEF;
    --bs-verdePrimario:  #B8CC22;
    --bs-naranjaPrimario: #F97000;
    --bs-gray: #5d5d5d;
	--bs-middlegray: #aab0b6;
 	--bs-lightgray:#eee;
    --bs-black: #000;
}
body{
	font-family: 'Exo', sans-serif;
	color: var(--bs-dark);
}
a{
    text-decoration: none !important;
}
.bg-azulPrimario{
    background-color: var(--bs-azulPrimario);
}
.bg-cyan{
    background-color: var(--bs-cyan);
}
.bg-verdePrimario{
    background-color: var(--bs-verdePrimario);
}
.bg-naranjaPrimario{
    background-color: var(--bs-naranjaPrimario);
}
.bg-lightgray{
    background-color: var(--bs-lightgray);
}
.bg-gray{
    background-color: var(--bs-gray);
}

/* Buttons */
.btn-middlegray{
    background-color: var(--bs-middlegray);
    color: white;
}
.btn-middlegray:hover{
    background-color: white;
    color: var(--bs-middlegray);
}
.btn-whatsapp{
    position: fixed;
    right: 2em;
    bottom: 2em;
    left: auto;
    z-index: 1030;
}
.btn-soluciones{
    border: 2px solid var(--bs-cyan) !important;
    border-radius: 1.5em;
    margin-right: 1em;
}
.btn-soluciones:hover{
    border: 2px solid var(--bs-azulPrimario) !important;
    color: var(--bs-azulPrimario);
}
.btn-mail{
    color: var(--bs-cyan) !important;
}
.btn-next {
    background: none;
    border: none;
    cursor: pointer;
    color: #333; 
    transition: color 0.3s ease;
    margin-left: 1em;
}
.btn-next .icon{
    font-size: 2em;
}
.btn-next:hover {
    color: var(--bs-azulPrimario); 
}
.btn-contacto{
    background-image: linear-gradient(to right, rgb(239, 139, 0),rgb(184, 204, 34),rgb(0, 175, 239));
    transition: none!important;
    color: white;
    padding: 2px;
    cursor: pointer;
    border-radius: 30px;
    font-weight: 500;
    width: 100%;
    align-self: center;
    border: none;
}

/*Navbar  */
#navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px; 
    transition: background-color 0.3s ease;
}
#navGeneral a{
    font-weight: 400;
    font-size: 0.9em; 
    padding: 0;
    color: white;
  }
  #navGeneral ul{
    align-items: center;
  }
   .nav-azul .nav-link, .nav-verde .nav-link,  .nav-naranja .nav-link, .nav-cyan .nav-link {
    color: white;
  }
  .nav-blanca .color-link{
    color: var(--bs-azulPrimario)!important;
  }
  #navGeneral .btn-navbar{
    background-image: linear-gradient(to right, rgb(239, 139, 0),rgb(184, 204, 34),rgb(0, 175, 239));
    transition: none!important;
    color: white;
    font-size: 0.8em;
    padding: 15px;
    cursor: pointer;
    border-radius: 30px;
    font-weight: 400;
    width: 100%;
    align-self: center;
  }
  #navGeneral .dropdown-menu{
    margin-top:15px;
    background-color: #ffffffd8;
    border: none;
  }
  #navGeneral .dropdown-item{
    color: var(--bs-azulPrimario)
  }
  #navGeneral .dropdown-item:hover{
    font-weight: 600;
    background: none;
  }
  .nav-azul{
    background-color: var(--bs-azulPrimario);
  }
  .nav-transparente{
    background-color: transparent !important;
  }
  .nav-blanca{
    background-color: #fff;
  }
  .nav-verde{
    background-color: var(--bs-verdePrimario);
  }
  .nav-naranja{
    background-color: var(--bs-naranjaPrimario);
  }
  .nav-cyan{
    background-color: var(--bs-cyan);
  }

/* Carousel */
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: flex;
}

/*Banner*/
.carousel-item-banner{
    min-height: 90vh;
    align-items: center;
}
.texto-banner{
    color: var(--bs-lightgray);
    font-size: 1.3em;
    font-weight: 300;
}
.img-banner{
    width: 90%;
}
.carousel-content{
    padding-left: 10rem;
    padding-right: 10rem;
}

/*Alcances*/
.alcances{
    background-color: rgba(255, 255, 255, 0.644);
    border-radius: 1.5em;
    color: #00AFEF;
    padding: 0.9em;
    font-size: 0.8em;
    font-weight: 500;
}
.alcances-servicios-publicos{
    background-color: rgba(255, 255, 255, 0.644);
    border-radius: 1.5em;
    color: #00AFEF;
    padding: 0.4em;
    font-size: 0.8em;
    font-weight: 500;
}
.col-alcances{
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*Soluciones*/
.titulo-solucion{
    font-size: 1.2em;
    color: var(--bs-gray);
    font-weight: 300;
}
.subt-soluc{
    font-size:1em;
    font-weight: 600;
    vertical-align: middle;
}
.close{
    color: var(--bs-cyan);
    font-size: 1.2em;
    cursor: pointer;
    align-self: flex-end;
}
.close:hover{
    color: var(--bs-azulPrimario);
}
.info-soluciones{
    font-size: 0.8em;
    text-decoration: none !important;
}
.info-soluciones-software-solutions{
    font-size: 0.8em;
    text-decoration: none !important;
}
.info-soluciones-software-solutions:hover{
    color: var(--bs-cyan);
    font-size: 0.9em;
    transition: 0.5s;
}
.cursor-pointer:hover{
    cursor: pointer;
}
.content-modal{
    font-size: 0.8em !important;
}

/*Cifras*/
.img-cifras{
    width: 100%;
}

/*Casos de éxito*/
.carousel-item-casos{
    min-height: 90vh; 
    height: 100%;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.cont-casos{
    background-color: #eeeeee9b;
    border-radius: 1em;
    padding: 1em;
    width: 70%;
}
.titulos{
    font-weight: 300;
}
.titulo-casos{
    color:#4747479b; ;
    font-size: 1em;
    text-align: center;
}
.subtitulo-casos-exito {
    color: var(--bs-azulPrimario);
    font-weight: 300;
    font-size: 1em !important;
    font-weight: 500;
}
.contenido-casos-exito{
    font-size: 0.8em;
}
.slider-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center; 
    max-width: 80%; 
    margin: 0 auto; 
}
.slider {
    width: 100%;
    overflow: hidden;
}
.logo-list {
    display: flex;
    transition: transform 0.5s ease-in-out; 
    list-style: none;
} 
.logo-list li {
    flex: 0 0 100px; 
    margin: 0 10px; 
}  
.logo-list li img {
    filter: grayscale(100%);
    transition: filter 0.3s ease-in-out; 
    object-fit: contain;
    width: 8em; 
    height: auto; 
    aspect-ratio: 3/2;
}
.logo-list li img:hover {
    filter: grayscale(0%); 
}

/*Contacto*/
.titulos{
    color: white;
    font-size: 2em;
    font-weight: 300;
}
.subtitulo-contacto{
    font-size: 1.1em;
    color: white;
    font-weight: 300;
}
.icono-contacto{
    font-size: 1.8em;
    color: var(--bs-verdePrimario);
    margin-right: 0.5em;
}
.textos-contacto{
    font-size: 0.9em;
    color: white;
}
.texto-pasos{
    font-size: 0.9em;
    color: white;
}
.texto-pasos-2,
.texto-pasos-3{
    font-size: 0.9em;
    color: #5d5d5d;
}
.custom-shape-container{
    display: flex;
    justify-content: center; 
    align-items: center;
}
.custom-shape,
.custom-shape-2,
.custom-shape-3 {
  display: inline-block;
  width: 17em;
  height: 6em;
  border-radius: 0.5em;
  margin: 0.15em 0;
  overflow: hidden;
  transition: background-color 0.5s;
}
.custom-shape {
    background-color:white;
    -webkit-clip-path: polygon(5% 0%, 75% 0%, 95% 50%, 75% 100%, 5% 100%);
    clip-path: polygon(5% 5%, 75% 5%, 85% 50%, 75% 95%, 5% 95%);
    margin-right: -3em; 
    overflow: hidden;
}
.custom-shape-2 {
    background-color: white;
    -webkit-clip-path: polygon(75% 5%, 95% 50%, 75% 95%, 5% 95%, 25% 50%, 5% 5%);
    clip-path: polygon(75% 5%, 85% 50%, 75% 95%, 5% 95%, 15% 50%, 5% 5%);
    margin-left: -1.5em; 
    margin-right: -1.7em;
}
.custom-shape-3{
    background-color: white;
    -webkit-clip-path: polygon(75% 5%, 95% 50%, 75% 95%, 5% 95%, 25% 50%, 5% 5%);
    clip-path: polygon(75% 5%, 85% 50%, 75% 95%, 5% 95%, 15% 50%, 5% 5%);
    margin-left: -2.8em; 
}

.img-contacto-2{
    width: 1.8em;
    margin-left: 3em;
} 
.img-contacto-3{
    width: 2.1em;
    margin-left: 3em;
}
.paso-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1.5em; 
}
.paso-content {
    display: flex;
    align-items: center;
} 
.paso-column {
    display: flex;
    flex-direction: column;
}
.svg{
    margin: 0 !important;
}

/*Footer*/
.texto-footer{
    color: white;
    font-size: 300;
}

.img-footer{
    width: 10%;
}

.row-soluciones{
    height:40vh;
}

/*Imágenes*/
.img-soluciones{
    max-height: 10em;
}
.icono-soluciones{
    max-width: 2em;
}

/* Tablas */
.tabla-soluciones th{
    background-color:#8ABBCE;
    font-size: 1.2em;
    font-weight: 400;
    text-align: center;
    color: white;
    padding: 0.2em 0.5em 0.2em;
}
.tabla-soluciones tr td{
    font-size:1em
}

@media (max-width: 768px) {
    #navGeneral ul{
        align-items: flex-start;
        margin-top: 1em;
    }
    #navGeneral li{
        margin-top: .8em;
    }
    .texto-banner {
      font-size: 0.9em !important;
      margin-top: 0;
    } 

    .carousel-inner{
        max-height: 100vh;
    }
    .contenedor-alcances{
        margin-right: 0.5em !important;
        margin-left: 0.5em !important;
    }
    .texto-banner {
        font-size: 1.4em;
    }
    .filas-alcances{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .carousel-content {
        padding: 20px;
    }
    .btn-soluciones {
        margin-top: 1em;
    }
    .info-soluciones{
        font-size: 0.7em;
    }
    .subt-soluc{
        font-size: 0.8em !important;
    }
    .column-content{
       text-align: center !important;
       justify-content: center !important;
       align-items: center !important;
    }
    .titulo-casos{
        font-size: 0.8em;
    }
    .custom
    .cont-casos{
        width: 100% !important;
    }
    .custom-shape {
        width: auto; 
        flex-direction: column;
        align-items: center;
    }
    .custom-shape,
    .custom-shape-2,
    .custom-shape-3 {
          width: 10em;
    }  
    .textos-contacto{
        font-size: 0.8em;
    }
      .container-fluid {
        width: auto;
    } 
    .carousel-arrows {
        text-align: center;
        margin-top: 15px; 
    }
    .carousel-control-prev,
    .carousel-control-next {
        display: block;
        margin: 0 auto;
    }
    .custom-shape,
    .custom-shape-2,
    .custom-shape-3 {
        display: inline-block;
        width: 9em;
        height: 3em;
        border-radius: 0.5em;
        margin: 0.15em 0;
        overflow: hidden
    }
    .paso-info{
        display: none;
    }
    .paso-column {
        display: none;
    }
    .img-contacto{
        padding: 0.1em;
        margin-top: 0.5em;
        margin-right: 2.2em;
        margin-left: 1em;
    }
    .img-contacto-2{
        padding: 0.1em;
        margin-left: 1.7em;
    }
    .img-contacto-3{
        padding: 0.1em;
        margin-right: 2em;
    }
    .cifras{
        min-width: 10em !important;
    }
    .img-footer{
        width: 20%;
    }
    .titulos{
        font-size: 1.2em !important;
    }
    svg {
        width: 6em;
        height: 2em;
    }
    text {
        font-size: 2.1em;
    }
    .row-soluciones{
        height:auto;
    }
    .nav-transparente{
        background-color: var(--bs-azulPrimario)  !important;
    }
}

@media (max-width: 1200px) {
    .info-soluciones{
        font-size: 0.7em;
    }
    .info-soluciones-software-solutions{
        font-size: 0.7em !important;
    }
}




