﻿* {
    scroll-margin-top: 107px; 
}

html,
body{
    background: url(../images/fondo-abstracto-tecnologia-empresarial.webp) no-repeat center center fixed;
    background-size: cover;
    font-family: "Montserrat", sans-serif;
    overflow-x: hidden;
}

header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.7);
    padding-top: 12px;
    padding-bottom: 12px;
    transition: background 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease;
}

.header-scroll{
    background: white;
    box-shadow: 0 8px 24px rgba(15, 50, 121, 0.16);
    padding-top: 3px;
    padding-bottom: 3px;
}
.header-scroll .logotipo img{
    width: 80%;
}

.logotipo img{
    width: 90%;

    transition: all 0.3s;
}

.menu-toggle,
.menu-cerrar{
    display: none;
}

nav a{
    color: black;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
nav ul li{
    width: 25%;
    float: left;
}

.menu{
    text-align: center;
    font-size: 18px;
}
.menu:hover{
    font-weight: bold;
}


.hero{
    position: relative;
    height: 90vh;
    overflow: hidden;
    padding: 0;
}

.hero-carousel,
.hero-carousel .carousel-inner,
.hero-carousel .carousel-item,
.hero-carousel img{
    height: 100%;
}

.hero-carousel{
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-carousel img{
    object-fit: cover;
    object-position: center;
}

.hero-content{
    position: relative;
    z-index: 1;
}

.hero h1{
    color: #0f3279;
    font-weight: bold;
    font-size: 33px;
    margin-top: 37vh;
}
.hero p{
    font-weight: bold;
}

.botones button{
    font-size: 20px;
    margin-right: 10px;
}

.btn-cotizar{
    background: white;
    color: #107d89;
}
.btn-llamar{
    background: #015b7f;
    color: white;
}
.btn-ia{
    background: #fa8e0d;
    color: white;
}




.cintillo-eventos {
    width: 100%;
    overflow: hidden;
    background: #1445a6;
    padding: 12px 0;
    position: relative;
}

.cintillo-track {
    display: flex;
    width: max-content;
    animation: correr-cintillo 70s linear infinite;
}

.cintillo-grupo {
    display: flex;
    align-items: center;
    gap: 28px;
    padding-right: 28px;
}

.cintillo-grupo span {
    /* background: #0f3279; */
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    line-height: 1;
    white-space: nowrap;
    border-radius: 999px;
    padding: 8px 30px;
    display: inline-flex;
}
.cintillo-grupo span b{
    font-size: 30px;
}

.cintillo-eventos:hover .cintillo-track {
    animation-play-state: paused;
}

@keyframes correr-cintillo {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (max-width: 768px) {
    .cintillo-eventos {
        padding: 20px 0;
    }

    .cintillo-track {
        animation-duration: 20s;
    }

    .cintillo-grupo {
        gap: 18px;
        padding-right: 18px;
    }

    .cintillo-grupo span {
        font-size: 17px;
        padding: 12px 24px;
    }
}


.nosotros{
    padding-top: 60px;
    padding-bottom: 60px;
}

.seccion{
    font-size: 19px;
}

.imagen img{
    width: 100%;

    border-radius: 20px;
}




.servicios{
    background: white;
    padding-top: 50px;
    padding-bottom: 50px;
}

.titulo{
    text-align: center;
    font-weight: bold;
    font-size: 33px;
    margin-top: 0;
    margin-bottom: 40px;
}

.cir{
    text-align: center;
    font-size: 21px;
}

.cir img{
    width: 240px;
    height: 240px;
    object-fit: cover;

    border-radius: 50%;
}

.cir h4{
    width: 100%;
    display: inline-block;
    font-size: inherit;
    font-weight: bold;
    line-height: normal;
    margin-top: 22px;
    margin-bottom: 0;
}

.clientes{
    background: linear-gradient(135deg, #f7f8fb 0%, #e4e8ef 55%, #cfd6e0 100%);
    padding-top: 60px;
    padding-bottom: 65px;
}

.clientes-subtitulo{
    color: #0f3279;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
    margin-bottom: 34px;
}

.clientes-lista{
    row-gap: 22px;
}

.cliente-item{
    min-height: 170px;
    background: rgba(255,255,255,0.82);
    border: 1px solid rgba(15,50,121,0.08);
    box-shadow: 0 16px 36px rgba(15,50,121,0.1);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    text-align: center;
    padding: 24px 16px;
}

.cliente-item b,
.cliente-icono{
    width: 68px;
    height: 68px;
    background: #0f3279;
    color: white;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}

.cliente-icono{
    position: relative;
    flex-shrink: 0;
}

.cliente-icono-hospital::before{
    content: "";
    width: 34px;
    height: 38px;
    border: 4px solid white;
    border-radius: 3px;
    position: absolute;
    left: 17px;
    top: 18px;
}

.cliente-icono-hospital::after{
    content: "";
    width: 22px;
    height: 22px;
    background:
        linear-gradient(white, white) center / 6px 22px no-repeat,
        linear-gradient(white, white) center / 22px 6px no-repeat;
    position: absolute;
    left: 23px;
    top: 26px;
}

.cliente-icono-manufactura::before{
    content: "";
    width: 40px;
    height: 28px;
    background: white;
    clip-path: polygon(0 42%, 17% 26%, 17% 42%, 37% 24%, 37% 42%, 58% 22%, 58% 42%, 100% 42%, 100% 100%, 0 100%);
    position: absolute;
    left: 14px;
    top: 28px;
}

.cliente-icono-manufactura::after{
    content: "";
    width: 9px;
    height: 34px;
    background: white;
    border-radius: 2px 2px 0 0;
    position: absolute;
    left: 18px;
    top: 16px;
    box-shadow: 23px 18px 0 -3px #0f3279, 11px 18px 0 -3px #0f3279;
}

.cliente-item h5{
    color: #0f3279;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
}

.footer-orbital{
    background: #0f3279;
    color: white;
    padding-top: 55px;
    overflow: hidden;
}

.footer-principal{
    row-gap: 35px;
    padding-bottom: 42px;
}

.footer-marca img{
    width: 190px;
    max-width: 85%;
    margin-bottom: 18px;
}

.footer-marca p,
.footer-contacto p{
    color: rgba(255,255,255,0.78);
    font-size: 17px;
    line-height: 1.55;
    margin-bottom: 22px;
}

.footer-whatsapp,
.footer-contacto a{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.footer-whatsapp{
    background: #24d366;
    padding: 11px 18px;
    border-radius: 24px;
}

.footer-whatsapp b,
.footer-contacto b,
.footer-redes b{
    font-size: 22px;
}

.footer-col h3,
.footer-contacto h3{
    color: #fa8e0d;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 18px;
}

.footer-col ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col li{
    color: rgba(255,255,255,0.78);
    font-size: 17px;
    margin-bottom: 12px;
}

.footer-col a{
    color: rgba(255,255,255,0.78);
    text-decoration: none;
}

.footer-col a:hover,
.footer-contacto a:hover{
    color: #fa8e0d;
}

.footer-contacto a{
    width: 100%;
    margin-bottom: 15px;
}

.footer-contacto p{
    margin-top: 7px;
    margin-bottom: 0;
}

.footer-base{
    border-top: 1px solid rgba(255,255,255,0.16);
    color: rgba(255,255,255,0.7);
    font-size: 15px;
    padding: 18px 0;
}

.footer-redes{
    text-align: right;
}

.footer-redes a{
    width: 38px;
    height: 38px;
    background: rgba(255,255,255,0.1);
    color: white;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 8px;
}

.footer-redes a:hover{
    background: #1191a0;
}



@media screen and (max-width:1400px){

}

@media screen and (max-width:1200px){

}

@media screen and (max-width:992px){
    header{
        background: white;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    header .row{
        justify-content: space-between;
    }

    .logotipo{
        width: auto;
        flex: 0 0 138px;
        max-width: 138px;
    }

    .logotipo img,
    .header-scroll .logotipo img{
        width: 100%;
    }

    .botones-2{
        display: none;
    }

    .menu-toggle{
        width: 46px;
        height: 46px;
        border: 0;
        background: #0f3279;
        border-radius: 8px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 6px;
        padding: 0;
        margin-left: auto;
    }

    .menu-toggle span{
        width: 24px;
        height: 3px;
        background: white;
        border-radius: 3px;
        display: block;
    }

    nav#menuPrincipal{
        width: 90vw;
        max-width: 90vw;
        height: 100vh;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1200;
        background: white;
        box-shadow: -18px 0 45px rgba(15, 50, 121, 0.22);
        padding: 90px 28px 32px;
        transform: translateX(105%);
        transition: transform 0.32s ease;
        overflow-y: auto;
    }

    body.menu-abierto nav#menuPrincipal{
        transform: translateX(0);
    }

    body.menu-abierto{
        overflow: hidden;
    }

    .menu-cerrar{
        width: 44px;
        height: 44px;
        border: 0;
        background: #0f3279;
        border-radius: 8px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 22px;
        right: 24px;
        padding: 0;
    }

    .menu-cerrar span{
        width: 24px;
        height: 3px;
        background: white;
        border-radius: 3px;
        position: absolute;
    }

    .menu-cerrar span:first-child{
        transform: rotate(45deg);
    }

    .menu-cerrar span:last-child{
        transform: rotate(-45deg);
    }

    nav ul li{
        width: 100%;
        float: none;
        border-bottom: 1px solid rgba(15,50,121,0.12);
    }

    .menu{
        text-align: left;
        font-size: 22px;
        font-weight: bold;
        padding: 18px 0;
        color: #0f3279;
    }

    .hero{
        height: auto;
        min-height: 690px;
    }

    .hero::before{
        content: "";
        position: absolute;
        inset: 0;
        z-index: 1;
        background: rgba(255,255,255,0.58);
    }

    .hero-content{
        min-height: 690px;
        display: flex;
        align-items: center;
        z-index: 2;
    }

    .hero .col-6,
    .nosotros .col-6{
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .hero h1{
        font-size: 30px;
        margin-top: 0;
    }

    .hero p{
        font-size: 16px;
    }

    .nosotros .row{
        row-gap: 28px;
    }

    .seccion{
        font-size: 17px;
    }

    .servicios .col-3{
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 34px;
    }

    .servicios .row.mt-5{
        margin-top: 0 !important;
    }

    .cir img{
        width: min(220px, 80vw);
        height: min(220px, 80vw);
    }

    .cir h4{
        font-size: 19px;
    }

}

@media screen and (max-width:768px){
    .titulo{
        font-size: 29px;
        margin-bottom: 28px;
    }

    .cintillo-eventos {
        padding: 14px 0;
    }

    .cintillo-track {
        animation-duration: 45s;
    }

    .cintillo-grupo {
        gap: 18px;
        padding-right: 18px;
    }

    .cintillo-grupo span {
        font-size: 16px;
        padding: 10px 18px;
    }

    .clientes{
        padding-top: 46px;
        padding-bottom: 48px;
    }

    .clientes-subtitulo{
        font-size: 19px;
        margin-bottom: 24px;
    }

    .cliente-item{
        min-height: 145px;
    }

    .footer-orbital{
        padding-top: 42px;
    }

    .footer-base,
    .footer-redes{
        text-align: center;
    }

    .footer-redes{
        margin-top: 14px;
    }

    .footer-redes a{
        margin: 0 4px;
    }
}

@media screen and (max-width:576px){
    header .container{
        max-width: 100%;
    }

    .logotipo{
        flex-basis: 153px;
        max-width: 153px;
    }

    .menu-toggle{
        width: 42px;
        height: 42px;
    }

    nav#menuPrincipal{
        padding: 78px 22px 28px;
    }

    .menu{
        font-size: 20px;
        padding: 16px 0;
    }

    .hero{
        min-height: 640px;
    }

    .hero-content{
        min-height: 640px;
        padding-top: 78px;
        padding-bottom: 44px;
    }

    .hero h1{
        font-size: 27px;
        line-height: 1.18;
    }

    .hero p{
        font-size: 15px;
        line-height: 1.45;
    }

    .botones button{
        width: 100%;
        font-size: 17px;
        margin-right: 0;
        margin-top: 8px;
    }

    .nosotros,
    .servicios{
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .servicios .col-3{
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cir img{
        width: min(230px, 74vw);
        height: min(230px, 74vw);
    }

    .imagen img{
        border-radius: 12px;
    }

    .footer-marca p,
    .footer-contacto p,
    .footer-col li{
        font-size: 16px;
    }

    .footer-whatsapp{
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .footer-col{
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .chat{
        right: 16px;
        bottom: 22px;
        font-size: 16px;
        padding: 7px 14px;
    }
}



.chat{
    position: fixed;
    bottom: 120px;
    right: 30px;
    z-index: 1000;
    background: #24d366;
    font-weight: normal;
    font-size: 20px;
    color: white;
    padding: 6px 17px;
    border-radius: 20px;

    animation-name: pulse;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 0s;
    animation-iteration-count: 100;
}
@keyframes pulse {
    from,to {
        transform: scale3d(1,1,1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }
}

.pulse {
    animation-name: pulse
}
