@font-face {
    font-family: 'Product Sans';
    src: url('../fonts/product_sans_full/ProductSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Product Sans Bold', sans-serif !important;
    src: url('../fonts/product_sans_full/ProductSans-Bold.ttf') format('truetype');
}

/* Navbar */
.navbar {
    background-color: rgba(255, 255, 255, 0.8);
    /* Color beige con efecto blur */
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    /* Sombra paralela desde la esquina inferior izquierda */
    font-size: 1.5rem;
}

/* Navbar fijo en la parte superior */
.fixed-top {
    position: fixed;
    width: 100%;
    top: 0;
}

/* Ajuste de estilo para el menú hamburguesa en dispositivos móviles */
.navbar-toggler-icon {
    background-color: #333;
    /* Color de fondo para el ícono del menú hamburguesa */
}

/* Color de texto para las opciones del menú */
.navbar-nav .nav-link {
    color: #333;
}

/* Hover sobre las opciones del menú */
.navbar-nav .nav-link:hover {
    color: #555;
}

/* Cuerpo de la página */
body {
    font-family: 'Product Sans', sans-serif !important;
    background-color: rgba(234, 234, 234);
    /* Color beige con efecto blur */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    scroll-behavior: smooth;
    /* Desplazamiento suave */
    overflow-x: hidden;
    /* Desvordamiento sobre X */
}


h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Product Sans', sans-serif !important;
}

section {
    margin: 10rem;
}

.section {
    height: auto;
    /* Agrega estilos según sea necesario */
}

/* banner principal */
#bannerprincipal {
    margin-top: 80px;
    height: 600px;
    margin-bottom: 100px;
}

/* div entero del mensaje Te impulsa para */
.texto-animado {
    text-align: center;
    font-size: 36px;
    font-size: 4.5rem;
    z-index: 999;
}

#palabraCambiante {
    text-align: center;
    display: inline-block;
    /* font-weight: bold; */
    animation: cambiarPalabra 3s infinite;
    font-size: 5rem;
    z-index: 999;
    min-width: 1000px !important;
}

#banner-descubre {
    position: relative;
    left: 75%;
    border-radius: 10px;
    padding: 10px;
    font-size: 2rem;
    background-color: #cccccc;
    color: #58595b;
}

@keyframes cambiarPalabra {

    0%,
    15% {
        opacity: 0;
        transform: translateY(-20px);
    }

    50% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}


#Producto-captacion {
    right: 50%;
    top: 50%;
    position: relative;
    border-radius: 25px;
    text-align: left;
}

.titulo-impacto {
    color: #1b1464;
    font-size: 4rem
}

.titulo-impacto-cap {
    /* color: #1b1464; */
    font-size: 4rem;
    border-radius: 10px;
    padding: 5px;
    background-color: #1b1464;
    color: white;
    margin-top: 5%;
    margin-bottom: 2%;
}

.texto-impacto {
    font-size: 2rem;
}

#texto-impacto-especial {
    border-radius: 10px;
    padding: 5px;
    background-color: #1b1464;
    color: white;
}

#Producto-estrella {
    left: 60%;
    top: 15%;
    position: relative;
    border-radius: 25px;
    text-align: left;
}

.Producto-Estrella-titulo {
    color: #58595b;
    font-size: 4rem
}

#Producto-Estrella-tu {
    color: #1b1464;
}

.Producto-Estrella-p {
    font-size: 2rem;
}

#Producto-Estrella-texto-especial {
    color: #1b1464;
}

#porque-nosotros {
    height: 100%;
    width: 100%;
    border-radius: 25px;
}

img {
    border-radius: 25px;
}

#tecnologias {
    text-align: center;
}

#snet {
    color: #801dfd;
    font-weight: bold;
}

#sjava {
    color: #fd1d1d;
    font-weight: bold;
}

#optjava {
    width: 372px;
    height: 712px;
    background: rgb(217, 17, 17);
    background: linear-gradient(0deg, rgba(217, 17, 17, 1) 19%, rgba(253, 98, 29, 1) 80%, rgba(222, 186, 60, 1) 100%);
    border-radius: 25px;
    color: white;
    text-align: justify;
}

#optnet {
    width: 372px;
    height: 712px;
    background: rgb(58, 94, 180);
    background: linear-gradient(0deg, rgba(58, 94, 180, 1) 0%, rgba(128, 29, 253, 1) 26%, rgba(196, 69, 252, 1) 100%);
    border-radius: 25px;
    color: white;
    text-align: justify;
}

#boton-absolute {
    position: absolute;
    bottom: 0;
    align-self: flex-end;
    right: 0;
    margin-right: 15px;
    margin-bottom: 15px;
}


#carousel {
    /* width: 300px; */
    overflow: hidden;
}

.carousel-container {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.cardC {
    width: 100px;
    height: 150px;
    margin: 10px;
    background-color: #ddd;
    text-align: center;
    line-height: 150px;
}

#prev,
#next {
    cursor: pointer;
    font-size: 24px;
    margin: 0 10px;
}

#historias {
    color: #FF8B00;
    font-weight: bold;
    /* font-size: 48px; */
}

/* Section: Portfolio */
.portfolio-item {
    margin-top: 30px;
    height: 270px;
    position: relative;
    color: white;
}

.portfolio-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 100%;
    bottom: 0;

    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 1) 10%, rgba(149, 149, 149, 0.5872724089635855) 40%, rgba(250, 250, 250, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 1) 10%, rgba(149, 149, 149, 0.5872724089635855) 40%, rgba(250, 250, 250, 0) 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 10%, rgba(149, 149, 149, 0.5872724089635855) 40%, rgba(250, 250, 250, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#fafafa", GradientType=1);

    transition: right 0.25s ease-in-out;
    -moz-transition: right 0.25s ease-in-out;
    -webkit-transition: right 0.25s ease-in-out;
    -o-transition: right 0.25s ease-in-out;
    -ms-transition: right 0.25s ease-in-out;
    z-index: 500;
    border-radius: 25px;
}

.portfolio-item:hover:before {
    right: 25%;
}

.portfolio-item-title,
.portfolio-item a,
.portfolio-item-paragraph {
    position: absolute;
    left: 0px;
    margin: 0;
    opacity: 0;
    z-index: 999;
}

.portfolio-item-title {
    width: 150px;
    top: 15px;
    transition: left 0.25s ease-in-out, opacity 0.25s ease-in-out;
    -moz-transition: left 0.25s ease-in-out, opacity 0.25s ease-in-out;
    -webkit-transition: left 0.25s ease-in-out, opacity 0.25s ease-in-out;
    -o-transition: left 0.25s ease-in-out, opacity 0.25s ease-in-out;
    -ms-transition: left 0.25s ease-in-out, opacity 0.25s ease-in-out;
}

.portfolio-item-paragraph {
    width: 150px;
    top: 60px;
    transition: left 0.25s ease-in-out, opacity 0.25s ease-in-out;
    -moz-transition: left 0.25s ease-in-out, opacity 0.25s ease-in-out;
    -webkit-transition: left 0.25s ease-in-out, opacity 0.25s ease-in-out;
    -o-transition: left 0.25s ease-in-out, opacity 0.25s ease-in-out;
    -ms-transition: left 0.25s ease-in-out, opacity 0.25s ease-in-out;
}

.portfolio-item:hover .portfolio-item-title {
    left: 15px;
    opacity: 1;
}

.portfolio-item:hover .portfolio-item-paragraph {
    left: 15px;
    opacity: 1;
}

.portfolio-item a {
    bottom: 15px;
    color: white;
    padding: 5px 12px;
    border: 1px solid white;
    border-radius: 50px;
}

.portfolio-item img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    filter: grayscale(100%);
    transition: filter 0.25s ease-in-out;
}

.portfolio-item:hover img {
    filter: grayscale(0%);
}

.portfolio-item:hover a {
    left: 55%;
    opacity: 1;
}

.portfolio-item a:hover {
    background-color: grey;
    color: #fff;
    opacity: 50%;
}

.portfolio-item a i {
    width: 16px;
    text-align: center;
}

/*//////////////////////////////////// Capacitación ////////////////////////////////////*/

.estatic-capa {
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.estatic-title {
    font-size: 5rem;
}

.servicios {
    min-height: 350px;
    position: relative;
    width: 100%;
}

.servicios-pre {
    min-height: 725px;
    position: relative;
    width: 100%;
    margin: auto;
}

.p-capacitacion-p {
    font-size: 2rem;
    color: #58595b;
}

.p-capacitacion-pre {
    font-size: 2rem;
    color: white;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 2%;
    padding-top: 25px;
    
}

.capacitacion-pre {
    font-size: 1.5rem;
    color: white;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 2%;
}

.banner-pre {
    width: 100%;
    height: 100%;
    position: absolute;
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
}

.banner-pre-image {
    background-image: url(../images/servicios/op/horizontal_handshake2.jpg);
}

.banner {
    width: 100%;
    /* height: 100%; */
    height: 35rem;
    position: absolute;
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
}

.banner-software-image {
    background-image: url(../images/servicios/op/fondo-header.jpg);
}

.fondo {
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
}

.fondo h1 {
    margin: 3em auto;
}

.imagen-flotante {
    position: absolute;
    width: 18rem;
    height: 26rem;
    border-radius: 25px;
    z-index: -450;
}

.ruta-title {
    text-align: center;
    margin-left: 10rem;
}

.Ruta-titulo {
    color: #1b1464;
    font-size: 4rem
}

#ruta {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
    margin-bottom: 75px;
    align-items: center;
}

#ruta>div {
    text-align: center;
}

#ruta img {
    width: 100%;
    /* Ancho al 100% del contenedor */
    height: 500px;
    /* Altura fija */
    object-fit: cover;
    /* Escala la imagen para cubrir completamente el contenedor manteniendo la proporción */
    object-position: center;
    /* Centra la imagen */
    border-radius: 10px;
    /* Bordes redondeados (opcional) */
}

#ruta-est {
    display: flex;
    justify-content: space-around;
    /* Ajusta el espacio entre las columnas */
    align-items: center;
    /* Centra verticalmente los elementos */
    margin-top: 0px;
}

#ruta-est div {
    display: flex;
    flex-direction: row;
    /* Alinea los íconos y el texto en una fila */
    align-items: center;
    /* Centra verticalmente los íconos y el texto */
    /* margin-left: 50px; */
    padding: 25px;
}

.ruta-est-border {
    border-right: solid #cccccc .5px;
    height: 204px;
}

#ruta-est h3 {
    font-size: 2rem;
}

#ruta-est span {
    color: #FF8B00;
    font-size: 4rem;
}

.stats2{
    color: #FF8B00;
    font-size: 4rem;
}

.svg {
    height: 85px;
    width: 85px;
    color: #cccccc;
}
.svg2 {
    height: 100px;
    width: 100px;
    color: #cccccc;
}


.div-flotante {
    position: absolute;
    width: 18rem;
    height: 26rem;
    border-radius: 15px;
    z-index: -999;
}

.Producto-estrella-div-flotante {
    position: relative;
    width: 50rem;
    height: 32rem;
    left: 5%;
    border-radius: 15px;
    z-index: -999;
    top: 1%;
}

.collage-flotante {
    position: absolute;
    border-radius: 25px;
    left: 5%;
    max-height: 50%;
    max-width: 45%;
    box-shadow: -10px 12px 0px 10px #1b1464;
    /* background-color: #1b1464; */
}

.collage-flotante2 {
    position: relative;
    border-radius: 25px;
    left: 35%;
    transform: translateY(-70%);
    max-height: 40%;
    max-width: 20%;
    box-shadow: 10px 12px 0px 0px #58595b;
}

.computadora-flotante {
    position: absolute;
    border-radius: 15px;
    right: -40%;
    max-height: 85%;
    max-width: 85%;
}



.accordion-item {
    min-width: 1100px;
}

#captacion,
#estrella {
    padding: 0px;
    height: 80vh;
}

#p-elegirnos {
    left: 60%;
    max-width: 700px;
    top: 15%;
    position: relative;
    border-radius: 25px;
    text-align: left;
}

.p-elegirnos-titulo {
    color: #1b1464;
    font-size: 4rem
}

.p-elegirnos-p {
    font-size: 2rem;
    color: #58595b;
}

#p-elegirnos-span {
    font-size: 2.2rem;
    color: #1b1464;
}

.p-elegirnos-flotante {
    position: absolute;
    border-radius: 25px;
    left: 5%;
    max-height: 50%;
    max-width: 45%;
    box-shadow: -10px 12px 0px 10px #1b1464;
    transform: translateY(30%);
}

.p-elegirnos-flotante2 {
    position: relative;
    border-radius: 25px;
    left: 25%;
    transform: translateY(-20%);
    max-height: 60%;
    max-width: 30%;
    box-shadow: 10px 12px 0px 0px #58595b;
}

.faq-main-title {
    font-size: 4rem;
    color: #1b1464;
}

.faq-title {
    align-items: center;
    font-size: 2rem;
    color: #58595b;
}

.faq-texto {
    font-size: 1.5rem;
    text-align: justify;
}

/* //////////////////////////////// Acerca de //////////////////////////////// */
.MVV {
    min-height: 45rem;
    position: relative;
    width: 100%;
}

.bannerMVV {
    width: 100%;
    /* height: 100%; */
    height: 55rem;
    position: absolute;
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
}

.banner-software-imageM {
    background-image: url(../images/servicios/op/fondo-header.jpg);
}

.banner-software-imageVi {
    background-image: url(../images/servicios/op/capacitacion-rh.jpg);
}

.banner-software-imageVa {
    background-image: url(../images/servicios/op/gestion.jpg);
}

.fondoMVV {
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
}

.fondoMVV h1 {
    margin: 3em auto;
}

/* Media query para tabletas y dispositivos más pequeños (768px - 1023px) */
@media screen and (min-width: 768px) and (max-width: 1023px) {}

/* Media query para dispositivos móviles (hasta 767px) */
@media screen and (max-width: 767px) {}