html {
    scroll-behavior: smooth;
}

body {
    font-family: "Roboto", sans-serif !important;
    font-weight: 100;
    font-style: normal; 
    margin: 0;
    overflow-x: hidden;
}

.header {
    position: sticky;
    top: 0;
    background-color: #3683b7;
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
}

.redes-sociales-header i {
    color: #ffffff;
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
    transition: transform 0.3s ease-in-out;
}

.redes-sociales-header img {
    width: 20px;
    height: 20px;
    margin-bottom: -2.5px;
    padding-left: 10px;
    padding-right: 5px;
    transition: transform 0.3s ease-in-out;
}

.redes-sociales-header i:hover {
    transform: scale(1.2);
}

.redes-sociales-header img:hover {
    transform: scale(1.2);
}

.redes-sociales-movil {
    display: none;
    background-color: #3683b7;
    width: 100%;
}

.redes-sociales-movil i {
    color: #ffffff !important;
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
    transition: transform 0.3s ease-in-out;
}

.redes-sociales-movil img {
    width: 20px;
    height: 20px;
    margin-bottom: -2.5px;
    padding-left: 10px;
    padding-right: 5px;
    transition: transform 0.3s ease-in-out;
}

.redes-sociales-movil i:hover {
    transform: scale(1.2);
}

.redes-sociales-movil img:hover {
    transform: scale(1.2);
}

#estado-servileasing {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    transition: transform 0.3s ease-in-out;
    white-space: nowrap;
}

#estado-servileasing:hover {
    transform: translateX(-50%) scale(1.05);
}

#estado-servileasing-movil {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    transition: transform 0.3s ease-in-out;
    white-space: nowrap;
}

#estado-servileasing-movil:hover {
    transform: translateX(-50%) scale(1.05);
}

.comunicate-con-nosotros-header {
    display: flex;
    color: #ffffff;
    font-size: 17px;
    margin-right: 20px;
    gap: 20px;
    transition: transform 0.3s ease-in-out;
}

.comunicate-con-nosotros-header:hover {
    transform: scale(1.05);
}

.comunicate-con-nosotros-movil {
    display: none;
    background-color: #3683b7;
    color: #ffffff;
    font-size: 17px;
    transition: transform 0.3s ease-in-out;
}

.comunicate-con-nosotros-movil i {
    color: #ffffff !important;
}

.comunicate-con-nosotros-movil:hover {
    transform: scale(1.05);
}

.navbar {
    position: sticky;
    top: 35px;
    background-color: transparent;
    transition: background-color 0.3s ease;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; 
    height: 75px;
    z-index: 9999;
}

.navbar.desplazada {
    background-color: #ffffff;
    box-shadow: 0px 20px 22px rgba(0, 0, 0, 0.1);
}

.hamburger {
    display: none;
    font-size: 24px;
    background: none;
    border: none;
    color: #ffffff;
    cursor: pointer;
}

.navbar.desplazada .menu li a {
    color: #333;
}

.logo-navbar {
    list-style: none; 
    z-index: 9999;
}

.logo-navbar img {
    width: auto;
    height: 70px;
    margin-left: 40px;
    transition: transform 0.3s ease-in-out;
}

.logo-navbar img:hover {
    transform: scale(1.1);
}

.navbar .menu {
    display: flex; 
    list-style: none; 
    margin: 0;
    padding: 0;
    height: 100%;
}

.navbar .menu li {
    height: 100%;
    display: flex;
    align-items: center;
}

.navbar .menu li a {
    padding: 0 20px; 
    text-decoration: none; 
    color: #333;
    font-size: 17px;
    display: flex; 
    align-items: center; 
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1; 
    color: #ffffff;
}

.navbar .menu li a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3683b7; 
    transform: translateY(-100%); 
    transition: transform 0.2s ease-in-out;
    z-index: -1; 
}

.navbar .menu li a:hover img {
    filter: brightness(0) invert(1);
    transition: filter 0.2s ease-in-out;
}

.navbar .menu li a:hover::after {
    transform: translateY(0); 
}

.navbar .menu li a:hover {
    color: #ffffff; 
}

.item-menu-activo {
    background-color: #3683b7;
    color: #ffffff !important;
}

.servicompras {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    line-height: 1;
    margin-top: 10px;
}

.span-principal {
    font-size: 17px;
}

.span-secundario {
    font-size: 11px;
}

.fondo-menu-movil {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #00000062;
}

.seccion-video {
    margin-top: -75px;
}

.seccion-video video {
    width: 100%;
    height: auto;
}

.seccion-bloques {
    margin-top: -4px;
    width: 100%;
    height: 300px;
    background-color: #3683b7;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bloque-equipos {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    transition: transform 0.3s ease-in-out;
}

.bloque-servicios {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    transition: transform 0.3s ease-in-out;
}

.bloque-soluciones-ti {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    transition: transform 0.3s ease-in-out;
}

.bloque-equipos:hover, .bloque-servicios:hover, .bloque-soluciones-ti:hover {
    transform: scale(1.1);
}

.imagen-bloque {
    width: 150px;
    height: auto;
    margin-bottom: -40px;
}

.titulo-bloque {
    color: #ffffff;
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 0px;
}

.resumen-bloque {
    color: #ffffff;
    font-size: 17px;
    text-align: center;
    width: 300px;
}

.seccion-quienes-somos {
    margin-top: 80px;
}

.contenido-quienes-somos {
    margin-left: 70px;
    margin-bottom: 40px;
}

.titulo-quienes-somos {
    color: #3683b7;
    font-size: 26px;
    justify-content: center;
}

.lineas-separadoras-titulo {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: -10px;
}

.primer-linea-separadora-titulo {
    height: 3px; 
    width: 240px;
    background-color: #33333371; 
    border: none; 
    margin: 0;
}

.segunda-linea-separadora-titulo {
    height: 3px; 
    width: 100px;
    background-color: #3683b78a; 
    border: none; 
    margin: 0;
}

.contenedor-quienes-somos {
    background-color: #d3d3d3;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    margin-top: 100px;
    margin-bottom: 160px;
}

.contenedor-quienes-somos img {
    position: relative;
    width: auto;
    height: 300px;
}

.informacion-quienes-somos {
    color: #333;
    font-size: 18px;
    width: 40%;
    text-align: justify;
}

.informacion-beneficios {
    color: #333;
    font-size: 18px;
    width: 40%;
    text-align: justify;
    margin-left: 80px;
}

.contenedor-beneficios {
    background-color: #3683b7;
    width: 100%;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
}

.beneficios {
    margin-left: 50px;
    width: 40%;
}

.beneficios li {
    color: #ffffff;
    font-size: 18px;
    list-style: none;
}

.beneficios i {
    color: #ffffff;
    font-size: 22px;
}

.beneficios span {
    font-size: 18px;
    font-weight: bold;
}

.contenedor-beneficios img {
    width: 550px;
    height: auto;
    margin-bottom: 124px;
}

.seccion-certificaciones-y-logros {
    margin-top: 80px;
}

.contenido-certificaciones-y-logros {
    margin-left: 70px;
    margin-bottom: 40px;
}

.titulo-certificaciones-y-logros {
    color: #3683b7;
    font-size: 26px;
    justify-content: center;
}

.carrusel-certificaciones-y-logros {
    position: relative;
    width: 100%;
    height: 370px;
    overflow: hidden;
}

.certificacion-logro {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 320px;
    background-color: transparent;
    padding: 20px;
    transition: 0.5s;
    left: calc(50% - 110px);
    top: 0;
}

.certificacion-logro img {
    width: 300px;
    height: auto;
}

#siguiente, #anterior {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 40%;
    color: #3683b7;
    background-color: #ffffff;
    border: 4px solid #3683b7;
    font-size: 52px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-weight: bold;
    left: 100px;
    transition: background-color 0.5s ease, color 0.5s ease;
}

#siguiente {
    left: unset;
    right: 100px;
}

#siguiente:hover, #anterior:hover {
    color: #ffffff;
    background-color: #3683b7;
}

.contenido-servicios-y-productos {
    margin-left: 70px;
    margin-bottom: 40px;
}

.titulo-servicios-y-productos {
    color: #3683b7;
    font-size: 26px;
    justify-content: center;
}

.informacion-servicios-y-productos {
    width: 100%;
    color: #333;
    font-size: 17px;
}

.contenedor-servicios-y-productos {
    display: flex;
    align-items: center;
    justify-content: center;
}

.seccion-servicios-y-productos {
    margin-top: 80px;
}

.servicios-y-productos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    gap: 20px;
}
    
.equipos-de-impresion { grid-area: 1 / 1 / 2 / 2; }
.equipos-de-computo { grid-area: 1 / 2 / 2 / 3; }
.equipos-de-seguridad { grid-area: 2 / 1 / 3 / 2; }
.consumibles-y-refacciones { grid-area: 2 / 2 / 3 / 3; }
.accesorios-de-tecnologia { grid-area: 3 / 1 / 4 / 2; }
.servidores { grid-area: 3 / 2 / 4 / 3; }
.servicios-administrados-de-impresion { grid-area: 4 / 1 / 5 / 2; }
.soluciones-a-la-nube-y-gestión-ti { grid-area: 4 / 2 / 5 / 3; }
.redes { grid-area: 5 / 1 / 6 / 2; }
.plotters { grid-area: 5 / 2 / 6 / 3; }

.equipos-de-impresion,
.equipos-de-computo,
.equipos-de-seguridad,
.consumibles-y-refacciones,
.accesorios-de-tecnologia,
.servidores,
.servicios-administrados-de-impresion,
.soluciones-a-la-nube-y-gestión-ti,
.redes,
.plotters {
    width: 600px;
}

.equipos-de-impresion {
    border: 1px solid #33333349;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 8px 12px 18px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.equipos-de-impresion h2 {
    color: #333;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: -15px;
}

.equipos-de-impresion p {
    color: #333;
    font-size: 18px;
    width: 90%;
}

.img-plotter {
    width: 80px;
    height: auto;
}

.img-impresora {
    width: 140px;
    height: auto;
}

.equipos-de-computo {
    border: 1px solid #33333349;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 8px 12px 18px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.equipos-de-computo h2 {
    color: #333;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: -15px;
}

.equipos-de-computo p {
    color: #333;
    font-size: 18px;
    width: 90%;
}

.img-computadora {
    width: 80px;
    height: auto;
}

.img-laptop {
    width: 100px;
    height: auto;
    margin-bottom: -10px;
}

.equipos-de-seguridad {
    border: 1px solid #33333349;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 8px 12px 18px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.equipos-de-seguridad h2 {
    color: #333;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: -15px;
}

.equipos-de-seguridad p {
    color: #333;
    font-size: 18px;
    width: 90%;
}

.img-alarma {
    width: 120px;
    height: auto;
    margin-bottom: -10px;
}

.img-camara {
    width: 100px;
    height: auto;
}

.consumibles-y-refacciones {
    border: 1px solid #33333349;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 8px 12px 18px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.consumibles-y-refacciones h2 {
    color: #333;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: -15px;
}

.consumibles-y-refacciones p {
    color: #333;
    font-size: 18px;
    width: 90%;
}

.img-cartucho {
    width: 180px;
    height: auto;
    margin-bottom: -70px;
}

.img-tinta {
    width: auto;
    height: 100px;
}

.accesorios-de-tecnologia {
    border: 1px solid #33333349;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 8px 12px 18px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.accesorios-de-tecnologia h2 {
    color: #333;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: -15px;
}

.accesorios-de-tecnologia p {
    color: #333;
    font-size: 18px;
    width: 90%;
}

.img-teclado {
    width: 100px;
    height: auto;
    margin-bottom: -20px;
}

.img-mouse {
    width: 60px;
    height: auto;
}

.servidores {
    border: 1px solid #33333349;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 8px 12px 18px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.servidores h2 {
    color: #333;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: -15px;
}

.servidores p {
    color: #333;
    font-size: 18px;
    width: 58%;
}
.img-servidores {
    width: 70px;
    height: auto;
}

.servicios-administrados-de-impresion {
    border: 1px solid #33333349;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 8px 12px 18px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.servicios-administrados-de-impresion h2 {
    color: #333;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: -15px;
}

.servicios-administrados-de-impresion p {
    color: #333;
    font-size: 18px;
    width: 90%;
}

.img-impresora-multifuncional {
    width: 100px;
    height: auto;
    margin-bottom: -15px;
}

.soluciones-a-la-nube-y-gestión-ti {
    border: 1px solid #33333349;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 8px 12px 18px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.soluciones-a-la-nube-y-gestión-ti h2 {
    color: #333;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: -15px;
}

.soluciones-a-la-nube-y-gestión-ti p {
    color: #333;
    font-size: 18px;
    width: 80%;
}

.img-nube {
    width: 100px;
    height: auto;
    margin-bottom: -20px;
}

.redes {
    border: 1px solid #33333349;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 8px 12px 18px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.redes h2 {
    color: #333;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: -15px;
}

.redes p {
    color: #333;
    font-size: 18px;
    width: 80%;
}

.img-redes {
    width: 80px;
    height: auto;
    margin-bottom: -10px;
}

.plotters {
    border: 1px solid #33333349;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 8px 12px 18px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.plotters h2 {
    color: #333;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: -15px;
}

.plotters p {
    color: #333;
    font-size: 18px;
    width: 80%;
}

.img-plotters {
    width: 80px;
    height: auto;
    margin-bottom: -10px;
}

.equipos-de-impresion:hover,
.equipos-de-computo:hover,
.equipos-de-seguridad:hover,
.consumibles-y-refacciones:hover,
.accesorios-de-tecnologia:hover,
.servidores:hover,
.servicios-administrados-de-impresion:hover,
.soluciones-a-la-nube-y-gestión-ti:hover,
.redes:hover,
.plotters:hover {
    outline: 2px solid #3683b7;
}

.equipos-de-impresion:hover h2, 
.equipos-de-computo:hover h2, 
.equipos-de-seguridad:hover h2, 
.consumibles-y-refacciones:hover h2, 
.accesorios-de-tecnologia:hover h2,
.servidores:hover h2,
.servicios-administrados-de-impresion:hover h2,
.soluciones-a-la-nube-y-gestión-ti:hover h2,
.redes:hover h2,
.plotters:hover h2 {
    color: #3683b7;
    transition: color 0.3s ease-in-out;
}

.seccion-marcas {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 80px;
}

.contenedor-marca-hp {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease-in-out;
}

.contenedor-marca-hp:hover {
    transform: scale(1.1);
}

.contenedor-marca-hp img {
    width: 360px;
    height: auto;
    margin-bottom: -40px;
}

.contenedor-marca-hp p {
    text-align: center;
    color: #3683b7;
    font-size: 22px;
    width: 60%;
    font-weight: 400;
}

.contenedor-marcas {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contenedor-marcas p {
    color: #333;
    text-align: center;
    font-size: 22px;
    width: 70%;
    margin-bottom: -6px;
}

.contenedor-marcas hr {
    height: 3px; 
    width: 70%;
    background-color: #3683b78a; 
    border: none; 
    margin-bottom: 20px;
}

.marcas-fila-uno {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.marcas-fila-uno img {
    width: 100px;
    height: auto;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 0.5;
}

.marcas-fila-uno img:hover {
    transform: scale(1.1);
    opacity: 1;
}

.marcas-fila-dos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.marcas-fila-dos img {
    width: 100px;
    height: auto;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 0.5;
}

.marcas-fila-dos img:hover {
    transform: scale(1.1);
    opacity: 1;
}

.marcas-fila-tres {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.marcas-fila-tres img {
    width: 100px;
    height: auto;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 0.5;
}

.marcas-fila-tres img:hover {
    transform: scale(1.1);
    opacity: 1;
}

.marcas-fila-uno-movil, .marcas-fila-dos-movil, .marcas-fila-tres-movil, .marcas-fila-cuatro-movil, .marcas-fila-cinco-movil, .marcas-fila-seis-movil {
    display: none;
}

.seccion-imagen {
    position: relative;
    width: 100%;
    height: 250px;
    background-image: url('../img/imagen.jpg');
    background-size: cover; 
    background-position: center center; 
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.seccion-imagen::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #062444b9; 
    z-index: 1;
}
  
.seccion-imagen p {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff; 
    font-size: 32px;
    text-align: center;
    width: 90%;
    z-index: 2;
}

.seccion-nuestros-clientes {
    margin-top: 80px;
}

.contenido-nuestros-clientes {
    margin-left: 70px;
    margin-bottom: 40px;
}

.titulo-nuestros-clientes {
    color: #3683b7;
    font-size: 26px;
    justify-content: center;
}

.informacion-nuestros-clientes {
    width: 100%;
    color: #333;
    font-size: 17px;
}

.seccion-nuestros-clientes .swiper-slide img {
    opacity: 0.5;
    transition: 0.3s;
    transition: transform 0.3s ease-in-out;
    width: 150px;
    height: auto;
}
  
.seccion-nuestros-clientes .swiper-slide img:hover {
    transform: scale(1.2);
    opacity: 1;
}
  
.seccion-nuestros-clientes .swiper-wrapper {
    height: auto;
    align-items: center;
}
  
.seccion-nuestros-clientes .swiper-pagination {
    margin-top: 20px;
    position: relative;
}
  
.seccion-nuestros-clientes .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background-color: #33333344;
}
  
.seccion-nuestros-clientes .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #3683b7;
}

.seccion-contactenos {
    margin-top: 80px;
}

.contenido-contactenos {
    margin-left: 70px;
    margin-bottom: 40px;
}

.titulo-contactenos {
    color: #3683b7;
    font-size: 26px;
    justify-content: center;
}

.contenedor-contactenos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 5%;
    padding-left: 5%;
}

.formulario-contactenos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.formulario-contactenos p {
    color: #333;
    font-size: 20px;
    margin-bottom: 60px;
}

.formulario-contactenos label {
    color: #3683b7;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
}

.formulario-contactenos label span {
    color: #cc0000;
}

.nombre-correo-electronico {
    display: flex;
    gap: 20px;
}

.nombre-correo-electronico input {
    padding: 8px;
    color: #333;
    font-size: 16px;
    width: 182px;
    border-radius: 16px;
    outline: none;
    border: none;
    background-color: #bababa;
    transition: background-color 0.5s ease, outline 0.5s ease;
    margin-top: 10px;
}

.nombre-correo-electronico input:focus {
    color: #333;
    background-color: #ffffff;
    outline: 2px solid #3683b7;
}

.telefono {
    margin-top: 20px;
}

.telefono input {
    padding: 8px;
    color: #333;
    font-size: 16px;
    width: 400px;
    border-radius: 16px;
    outline: none;
    border: none;
    background-color: #bababa;
    transition: background-color 0.5s ease, outline 0.5s ease;
    margin-top: 10px;
}

.telefono input:focus {
    color: #333;
    background-color: #ffffff;
    outline: 2px solid #3683b7;
}

.mensaje {
    margin-top: 20px;
}

.mensaje textarea {
    padding: 8px;
    color: #333;
    font-size: 16px;
    width: 400px;
    height: 80px;
    border-radius: 16px;
    outline: none;
    border: none;
    background-color: #bababa;
    transition: background-color 0.5s ease, outline 0.5s ease;
    margin-top: 10px;
    font-family: "Roboto", sans-serif !important;
    resize: none;
}

.mensaje textarea:focus {
    color: #333;
    background-color: #ffffff;
    outline: 2px solid #3683b7;
}

.formulario-contactenos button {
    display: block; 
    margin: 0 auto;
    background-color: #3683b7;
    border-radius: 32px;
    color: #ffffff;
    font-size: 18px;
    outline: none;
    border: none;
    padding: 10px;
    width: 120px;
    margin-top: 20px;
    transition: background-color 0.5s ease, color 0.5s ease, outline 0.5s ease;
}

.formulario-contactenos button:hover {
    background-color: #ffffff;
    color: #3683b7;
    outline: 2px solid #3683b7;
    cursor: pointer;
}

.mapa-contactenos iframe {
    border: 0;
    width: 350px;
    height: 350px;
}

.datos-contactenos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:first baseline;
    gap: 20px;
}

.ubicacion-contactenos,
.telefono-contactenos,
.correo-contactenos {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icono-ubicacion ,
.icono-telefono,
.icono-correo {
    background-color: #3683b7;
    border-radius: 8px;
    color: #ffffff;
    font-size: 16px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ubicacion-contactenos p,
.telefono-contactenos p,
.correo-contactenos p {
    color: #333;
    font-size: 16px;
    margin-left: 20px;
}

.seccion-cotizaciones {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: -80px;
}

.informacion-cotizaciones {
    position: relative;
    width: 50%;
    height: 800px;
    background-image: url('../img/cotizaciones.png');
    background-size: cover; 
    background-position: center center; 
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.informacion-cotizaciones::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #062444b9; 
    z-index: 1;
}

.informacion-cotizaciones h1 {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    z-index: 2;
    padding-bottom: 20px;
}

.informacion-cotizaciones p {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    z-index: 2;
}

.formulario-cotizaciones {
    width: 50%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.formulario-cotizaciones label {
    color: #3683b7;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
}

.formulario-cotizaciones label span {
    color: #cc0000;
}

.nombre-empresa {
    display: flex;
    gap: 20px;
}

.nombre-empresa input {
    padding: 8px;
    color: #333;
    font-size: 16px;
    width: 182px;
    border-radius: 16px;
    outline: none;
    border: none;
    background-color: #bababa;
    transition: background-color 0.5s ease, outline 0.5s ease;
    margin-top: 10px;
}

.nombre-empresa input:focus {
    color: #333;
    background-color: #ffffff;
    outline: 2px solid #3683b7;
}

.correo-electronico-ind {
    margin-top: 20px;
}

.correo-electronico-ind input {
    padding: 8px;
    color: #333;
    font-size: 16px;
    width: 400px;
    border-radius: 16px;
    outline: none;
    border: none;
    background-color: #bababa;
    transition: background-color 0.5s ease, outline 0.5s ease;
    margin-top: 10px;
}

.correo-electronico-ind input:focus {
    color: #333;
    background-color: #ffffff;
    outline: 2px solid #3683b7;
}

.estado-ciudad {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.estado-ciudad input {
    padding: 8px;
    color: #333;
    font-size: 16px;
    width: 182px;
    border-radius: 16px;
    outline: none;
    border: none;
    background-color: #bababa;
    transition: background-color 0.5s ease, outline 0.5s ease;
    margin-top: 10px;
}

.estado-ciudad input:focus {
    color: #333;
    background-color: #ffffff;
    outline: 2px solid #3683b7;
}

.estado-ciudad select {
    padding: 8px;
    color: #333;
    font-size: 16px;
    width: 198px;
    border-radius: 16px;
    outline: none;
    border: none;
    background-color: #bababa;
    transition: background-color 0.5s ease, outline 0.5s ease;
    margin-top: 10px;
}

.estado-ciudad select:focus {
    color: #333;
    background-color: #ffffff;
    outline: 2px solid #3683b7;
}

.codigo-postal-colonia {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.codigo-postal-colonia input {
    padding: 8px;
    color: #333;
    font-size: 16px;
    width: 182px;
    border-radius: 16px;
    outline: none;
    border: none;
    background-color: #bababa;
    transition: background-color 0.5s ease, outline 0.5s ease;
    margin-top: 10px;
}

.codigo-postal-colonia input:focus {
    color: #333;
    background-color: #ffffff;
    outline: 2px solid #3683b7;
}

.calle-numero {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.calle-numero input {
    padding: 8px;
    color: #333;
    font-size: 16px;
    width: 182px;
    border-radius: 16px;
    outline: none;
    border: none;
    background-color: #bababa;
    transition: background-color 0.5s ease, outline 0.5s ease;
    margin-top: 10px;
}

.calle-numero input:focus {
    color: #333;
    background-color: #ffffff;
    outline: 2px solid #3683b7;
}

.servicio-o-producto-a-cotizar {
    margin-top: 20px;
}

.servicio-o-producto-a-cotizar textarea {
    padding: 8px;
    color: #333;
    font-size: 16px;
    width: 400px;
    height: 80px;
    border-radius: 16px;
    outline: none;
    border: none;
    background-color: #bababa;
    transition: background-color 0.5s ease, outline 0.5s ease;
    margin-top: 10px;
    font-family: "Roboto", sans-serif !important;
    resize: none;
}

.servicio-o-producto-a-cotizar textarea:focus {
    color: #333;
    background-color: #ffffff;
    outline: 2px solid #3683b7;
}

.formulario-cotizaciones button {
    display: block; 
    margin: 0 auto;
    background-color: #3683b7;
    border-radius: 32px;
    color: #ffffff;
    font-size: 18px;
    outline: none;
    border: none;
    padding: 10px;
    width: 120px;
    margin-top: 20px;
    transition: background-color 0.5s ease, color 0.5s ease, outline 0.5s ease;
}

.formulario-cotizaciones button:hover {
    background-color: #ffffff;
    color: #3683b7;
    outline: 2px solid #3683b7;
    cursor: pointer;
}

.seccion-contactenos-pagina {
    display: flex;
    flex-direction: column;
}

.informacion-contactenos-pagina {
    position: relative;
    width: 100%;
    height: 200px;
    background-image: url('../img/contactenos.jpg');
    background-size: cover; 
    background-position: center center; 
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.informacion-contactenos-pagina::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #062444b9; 
    z-index: 1;
}

.informacion-contactenos-pagina h1 {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    z-index: 2;
    padding-bottom: 20px;
}

.informacion-contactenos-pagina p {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    z-index: 2;
}

.sucursales-contactenos-pagina {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #3683b7;
    width: 100%;
    height: 100%;
}

.sucursal-contactenos-pagina {
    display: flex;
    justify-content: center;
    padding: 20px;
    transition: transform 0.3s ease-in-out;
}

.sucursal-contactenos-pagina:hover {
    transform: scale(1.1);
}

.icono-sucursal-contactenos-pagina i {
    color: #ffffff;
    font-size: 32px;
    padding-right: 10px;
}

.informacion-sucursal-contactenos-pagina p {
    color: #ffffff;
    font-size: 18px;
}

.contenedor-contactenos-pagina {
    display: flex;
    justify-content: center;
    align-items: center;
}

.formulario-contactenos-pagina {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 50%;
    margin-top: 40px;
}

.formulario-contactenos-pagina label {
    color: #3683b7;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
}

.formulario-contactenos-pagina label span {
    color: #cc0000;
}

.formulario-contactenos-pagina button {
    display: block; 
    margin: 0 auto;
    background-color: #3683b7;
    border-radius: 32px;
    color: #ffffff;
    font-size: 18px;
    outline: none;
    border: none;
    padding: 10px;
    width: 120px;
    margin-top: 20px;
    transition: background-color 0.5s ease, color 0.5s ease, outline 0.5s ease;
}

.formulario-contactenos-pagina button:hover {
    background-color: #ffffff;
    color: #3683b7;
    outline: 2px solid #3683b7;
    cursor: pointer;
}

.en-que-podemos-ayudarte {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.en-que-podemos-ayudarte h2 {
    color: #3683b7;
    font-size: 22px;
    font-weight: 600;

}

.en-que-podemos-ayudarte p {
    color: #333;
    font-size: 17px;
    width: 85%;
    text-align: justify;
}

.en-que-podemos-ayudarte img {
    width: 350px;
    height: auto;
}

.contenedor-soluciones {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -80px;
}

.soluciones-pagina-uno, .soluciones-pagina-dos, .soluciones-pagina-tres,
.soluciones-pagina-cuatro, .soluciones-pagina-cinco, .soluciones-pagina-seis,
.soluciones-pagina-siete, .soluciones-pagina-ocho, .soluciones-pagina-nueve,
.soluciones-pagina-diez, .soluciones-pagina-once, .soluciones-pagina-doce {
    display: inline-block;
    justify-content: center;
    align-items: center;
}

.soluciones-pagina-uno img, .soluciones-pagina-dos img, .soluciones-pagina-tres img,
.soluciones-pagina-cuatro img, .soluciones-pagina-cinco img, .soluciones-pagina-seis img,
.soluciones-pagina-siete img, .soluciones-pagina-ocho img, .soluciones-pagina-nueve img,
.soluciones-pagina-diez img, .soluciones-pagina-once img, .soluciones-pagina-doce img {
    display: block;
    max-width: 100%;
    height: auto;
}

.soluciones-pagina-once {
    position: relative;
    display: inline-block;
}

.soluciones-servicompras {
    position: absolute;
    top: 22.6%;
    left: 9.5%;
    width: 76.4%;
    height: 14.8%;
    border-radius: 80px;
    display: block;
}

.pie-de-pagina {
    position: relative;
    width: 100%;
    height: 420px;
    background-color: #3683b7;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 80px;
}

.sucursales-pie-de-pagina { grid-area: 1 / 1 / 3 / 2; }
.enlaces-rapidos-pie-de-pagina { grid-area: 1 / 2 / 2 / 3; }
.siguenos-pie-de-pagina { grid-area: 1 / 3 / 2 / 4; }
.correo-de-contacto-pie-de-pagina { grid-area: 2 / 2 / 3 / 4; }
.logo-pie-de-pagina { grid-area: 1 / 4 / 3 / 5; }

.contenedor-sucursales {
    background-color: #ffffff;
    height: 380px;
    width: 300px;
    margin-left: 20px;
    padding: 10px;
}

.linea-separadora-sucursales {
    height: 3px; 
    width: 100%;
    background-color: #3683b78a; 
    border: none; 
}

.titulo-ciudad-estado-sucursal {
    color: #3683b7;
    font-size: 20px;
}

.ubicacion-sucursal {
    color: #333;
    font-size: 16px;
    margin-left: 20px;
}

.ubicacion-sucursal i {
    color: #3683b7;
    font-size: 16px;
}

.ubicacion-sucursal span {
    margin-left: 20px;
}

.telefono-sucursal {
    color: #333;
    font-size: 16px;
    margin-left: 20px;
}

.telefono-sucursal i {
    color: #3683b7;
    font-size: 16px;
}

.enlaces-rapidos-pie-de-pagina {
    padding: 40px;
}

.titulo-enlaces-rapido {
    color: #ffffff;
    font-size: 20px;
}

.enlaces-rapidos li {
    width: 200px;
    font-size: 18px;
    list-style: none; 
}

.enlaces-rapidos li a {
    text-decoration: none; 
    color: #ffffff;
    transition: font-size 0.3s ease-in-out;
}

.enlaces-rapidos li a:hover {
    font-size: 19px;
}

.siguenos-pie-de-pagina {
    padding: 40px;
}

.titulo-siguenos {
    color: #ffffff;
    font-size: 20px;
}

.redes-sociales-siguenos {
    display: flex;
    gap: 20px;
}

.redes-sociales-siguenos a {
    text-decoration: none;
    color: #ffffff;
}

.redes-sociales-siguenos i {
    font-size: 60px;
    transition: font-size 0.3s ease-in-out;
}

.redes-sociales-siguenos i:hover {
    font-size: 64px;
}

.correo-de-contacto-pie-de-pagina {
    padding: 40px;
}

.titulo-correo-de-contacto {
    color: #ffffff;
    font-size: 20px;
}

.correo-de-contacto {
    margin-left: 20px;
    font-size: 18px;
}

.correo-de-contacto a {
    text-decoration: none;
    color: #ffffff;
    transition: font-size 0.3s ease-in-out;
}

.correo-de-contacto a:hover {
    font-size: 19px;
}

.contenedor-logo {
    background-color: #ffffff;
    width: 280px;
    height: 250px;
    border-radius: 64px 64px 0px 0px;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0; 
    right: 20px;  
}

.contenedor-logo img {
 width: 250px;
 height: auto;
 transition: transform 0.3s ease-in-out;
}

.contenedor-logo img:hover {
    transform: scale(1.06);
}

.copyright {
    display: flex;
    justify-content: center;
    align-items: center;
}

.copyright p {
    color: #333;
    font-size: 16px;
    padding: 2px;
}

@media (max-width: 1200px) {
    html, body {
        overflow-x: hidden;
    }

    .header {
        display: none;
    }

    #estado-servileasing-movil {
        display: block;
    }

    .navbar.desplazada #estado-servileasing-movil {
        color: #3683b7;
    }

    .navbar.activo #estado-servileasing-movil {
        color: #3683b7;
    }

    .hamburger {
        display: block; 
        margin-right: 10px;
        transition: transform 0.3s ease-in-out;
    }
    
    .hamburger.activo {
        transform: rotate(90deg);
    }

    .navbar {
        position: fixed;
        margin-top: -35px;
    }

    .navbar.activo {
        background-color: #ffffff;
    }

    .navbar.activo i {
        color: #3683b7;
    }

    .navbar.desplazada i {
        color: #3683b7;
    }
    
    .logo-navbar img {
        width: auto;
        height: 50px;
        margin-left: 10px;
    }

    .navbar .menu {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 450px;
        position: fixed;
        top: 75px;
        left: 0;
        transform: translateY(-100%);
        transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
        background-color: #ffffff;
        box-shadow: 0px 20px 22px rgba(0, 0, 0, 0.1);
        opacity: 0;
        visibility: hidden;
    }
    
    .navbar .menu.activo {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .navbar .menu.activo {
        display: flex;
        background-color: #ffffff;
        width: 100%;
    }

    .navbar .menu li {
        width: 100%;
        text-align: center;
    }

    .navbar .menu li a {
        color: #333;
        width: 100%;
    }

    .navbar .menu li a:hover {
        background-color: #3683b7;
        color: #ffffff;
    }

    .servicompras {
        margin-top: 0px;
    }

    .span-secundario {
        font-size: 13px;
    }

    .redes-sociales-movil {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .comunicate-con-nosotros-movil {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .fondo-menu-movil.activo {
        display: block;
        z-index: 2;
    }

    .seccion-video {
        margin-top: 0px;
    }

    .seccion-bloques {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .bloque-equipos {
        padding: 10px;
    }
    
    .bloque-servicios {
        padding: 10px;
    }
    
    .bloque-soluciones-ti {
        padding: 10px;
    }
    
    .imagen-bloque {
        width: 120px;
        height: auto;
        margin-bottom: -20px;
    }
    
    .titulo-bloque {
        font-size: 24px;
    }
    
    .resumen-bloque {
        font-size: 16px;
        width: 70%;
    }
    
    .primer-linea-separadora-titulo {
        width: 225px;
    }
    
    .segunda-linea-separadora-titulo {
        width: 85px;
    }
    
    .contenido-quienes-somos {
        margin-left: 20px;
    }
    
    .contenedor-quienes-somos {
        width: 100%;
        height: 300%;
        flex-direction: column;
        gap: 0px;
        margin-top: 170px;
        margin-bottom: 80px;
    }
    
    .contenedor-quienes-somos img {
        height: 200px;
        margin-top: -100px;
    }
    
    .informacion-quienes-somos {
        width: 80%;
    }
    
    .informacion-beneficios {
        width: 90%;
        margin-left: 20px;
    }
    
    .contenedor-beneficios {
        width: 100%;
        height: 380px;
        flex-direction: column;
        gap: 0px;
    }
    
    .beneficios {
        margin-left: -10px;
        margin-bottom: -20px;
        width: 80%;
        margin-top: 100px;
    }
    
    .contenedor-beneficios img {
        width: 350px;
        margin-bottom: 0px;
        margin-top: 50px;
    }

    .seccion-certificaciones-y-logros {
        margin-top: 150px;
    }
    
    .contenido-certificaciones-y-logros {
        margin-left: 20px;
        margin-bottom: 40px;
    }
    
    .carrusel-certificaciones-y-logros {
        height: 500px;
    }
    
    #siguiente, #anterior {
        top: 80%;
        left: 50px;
    }
    
    #siguiente {
        left: unset;
        right: 50px;
    }

    .contenido-servicios-y-productos {
        margin-left: 20px;
    }
    
    .servicios-y-productos {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(10, 1fr);
        gap: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
        
    .equipos-de-impresion { grid-area: 1 / 1 / 2 / 2; }
    .equipos-de-computo { grid-area: 2 / 1 / 3 / 2; }
    .equipos-de-seguridad { grid-area: 3 / 1 / 4 / 2; }
    .consumibles-y-refacciones { grid-area: 4 / 1 / 5 / 2; }
    .accesorios-de-tecnologia { grid-area: 5 / 1 / 6 / 2; }
    .servidores { grid-area: 6 / 1 / 7 / 2; }
    .servicios-administrados-de-impresion { grid-area: 7 / 1 / 8 / 2; }
    .soluciones-a-la-nube-y-gestión-ti { grid-area: 8 / 1 / 9 / 2; }
    .redes { grid-area: 9 / 1 / 10 / 2; }
    .plotters { grid-area: 10 / 1 / 11 / 2; }
    
    .equipos-de-impresion,
    .equipos-de-computo,
    .equipos-de-seguridad,
    .consumibles-y-refacciones,
    .accesorios-de-tecnologia,
    .servidores,
    .servicios-administrados-de-impresion,
    .soluciones-a-la-nube-y-gestión-ti,
    .redes,
    .plotters {
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .equipos-de-impresion h2 {
        font-size: 18px;
    }
    
    .img-plotter {
        margin-left: 15px;
    }
    
    .equipos-de-computo h2 {
        font-size: 18px;
    }
    
    .equipos-de-seguridad h2 {
        font-size: 18px;
    }
    
    .consumibles-y-refacciones h2 {
        font-size: 18px;
    }
    
    .accesorios-de-tecnologia h2 {
        font-size: 18px;
    }
    
    .servidores h2 {
        font-size: 18px;
    }
    
    .servicios-administrados-de-impresion h2 {
        font-size: 18px;
    }
    
    .soluciones-a-la-nube-y-gestión-ti h2 {
        font-size: 18px;
    }

    .redes h2 {
        font-size: 18px;
    }

    .plotters h2 {
        font-size: 18px;
    }

    .seccion-marcas {
        flex-direction: column;
    }
    
    .contenedor-marca-hp p {
        width: 80%;
    }
    
    .contenedor-marcas p {
        width: 80%;
    }
    
    .contenedor-marcas hr {
        width: 90%;
        margin-bottom: 40px;
    }
    
    .marcas-fila-uno, .marcas-fila-dos, .marcas-fila-tres {
        display: none;
    }

    .marcas-fila-uno-movil, .marcas-fila-dos-movil, .marcas-fila-tres-movil, .marcas-fila-cuatro-movil, .marcas-fila-cinco-movil, .marcas-fila-seis-movil {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
    
    .marcas-fila-uno-movil img {
        width: 120px;
        height: auto;
        transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
        opacity: 0.5;
    }
    
    .marcas-fila-uno-movil img:hover {
        transform: scale(1.1);
        opacity: 1;
    }

    .marcas-fila-dos-movil img {
        width: 120px;
        height: auto;
        transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
        opacity: 0.5;
    }
    
    .marcas-fila-dos-movil img:hover {
        transform: scale(1.1);
        opacity: 1;
    }

    .marcas-fila-tres-movil img {
        width: 120px;
        height: auto;
        transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
        opacity: 0.5;
    }
    
    .marcas-fila-tres-movil img:hover {
        transform: scale(1.1);
        opacity: 1;
    }

    .marcas-fila-cuatro-movil img {
        width: 120px;
        height: auto;
        transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
        opacity: 0.5;
    }
    
    .marcas-fila-cuatro-movil img:hover {
        transform: scale(1.1);
        opacity: 1;
    }

    .marcas-fila-cinco-movil img {
        width: 120px;
        height: auto;
        transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
        opacity: 0.5;
    }
    
    .marcas-fila-cinco-movil img:hover {
        transform: scale(1.1);
        opacity: 1;
    }

    .marcas-fila-seis-movil img {
        width: 120px;
        height: auto;
        transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
        opacity: 0.5;
    }
    
    .marcas-fila-seis-movil img:hover {
        transform: scale(1.1);
        opacity: 1;
    }

    .seccion-imagen {
        height: 500px;
    }
      
    .seccion-imagen p {
        top: 45%;
    }
    
    .contenido-nuestros-clientes {
        margin-left: 20px;
    }
    
    .informacion-nuestros-clientes {
        text-align: justify;
        width: 95%;
    }
    
    .contenido-contactenos {
        margin-left: 20px;
    }
    
    .contenedor-contactenos {
        flex-direction: column-reverse;
    }
    
    .nombre-correo-electronico input {
        width: 162px;
    }
    
    .telefono input {
        width: 360px;
    }
    
    .mensaje textarea {
        width: 360px;
    }

    .seccion-cotizaciones {
        flex-direction: column;
    }

    .informacion-cotizaciones {
        width: 100%;
    }

    .formulario-cotizaciones {
        height: 100vh;
    }

    .nombre-empresa input {
        width: 162px;
    }

    .correo-electronico-ind input {
        width: 360px;
    }

    .estado-ciudad input {
        width: 162px;
    }

    .estado-ciudad select {
        width: 178px;
    }

    .codigo-postal-colonia input {
        width: 162px;
    }

    .calle-numero input {
        width: 162px;
    }

    .servicio-o-producto-a-cotizar textarea {
        width: 360px;
    }
    
    .informacion-contactenos-pagina {
        margin-top: 75px;
    }
    
    .sucursales-contactenos-pagina {
        justify-content: center;
        flex-direction: column;
    }

    .sucursal-contactenos-pagina {
        max-width: 220px;
    }

    .sucursal-contactenos-pagina p {
        word-wrap: break-word;
    }
    
    .contenedor-contactenos-pagina {
        flex-direction: column-reverse;
    }
    
    .en-que-podemos-ayudarte {
        width: 100%;
    }
    
    .en-que-podemos-ayudarte img {
        width: 250px;
    }

    .contenedor-soluciones {
        margin-top: 70px;
    }

    .pie-de-pagina {
        height: 1080px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    
    .sucursales-pie-de-pagina { grid-area: 1 / 1 / 2 / 2; }
    .enlaces-rapidos-pie-de-pagina { grid-area: 2 / 1 / 3 / 2; }
    .siguenos-pie-de-pagina { grid-area: 3 / 1 / 4 / 2; }
    .correo-de-contacto-pie-de-pagina { grid-area: 4 / 1 / 5 / 5; }
    .logo-pie-de-pagina { grid-area: 5 / 1 / 6 / 2; }
    
    .contenedor-sucursales {
        margin-left: 0px;
        margin-top: 0px;
    }
    
    .enlaces-rapidos-pie-de-pagina {
        padding: 20px;
        margin-left: -30px;
    }
    
    .siguenos-pie-de-pagina {
        margin-left: -70px;
        padding: 0px;
    }
    
    .correo-de-contacto-pie-de-pagina {
        padding: 30px;
    }
    
    .contenedor-logo {
        position: relative;
        right: 0px;  
    }

    .copyright {
        text-align: center;
    }
}