body{
    font-family: Poppins;
}

.hero-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.50) 35.97%, rgba(0, 0, 0, 0.00) 100%), linear-gradient(96deg, rgba(0, 0, 0, 0.00) 13.27%, rgba(0, 0, 0, 0.50) 95.71%);
    z-index: 2;
}

.home-localizatech{
    margin-top:50px;
}


.home-localizatech .hero-content {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 4% 50px 4%;
    display: flex;
    gap: 30px;
    min-height: 380px;
    justify-content: space-between;
    font-family: Poppins;
    z-index:99;
    position: relative;
}

.hero-section.home-localizatech {
    filter: drop-shadow(0 0 12px #006837);
    min-height: 380px;
    border-radius: 45px;
    border: 2px solid #34A304;
    background-color: transparent;
    overflow: hidden;
    position: relative;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.7764355742296919) 0%, rgba(255, 255, 255, 0.8688725490196079) 41%, rgba(255, 255, 255, 0.891281512605042) 59%, rgba(255, 255, 255, 1) 100%);
}



.home-localizatech .contenedor-info h2 {
    color: #FFF;
    font-family: Poppins;
    font-size: clamp(36px, 3vw, 40px);
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 0;
}



.home-localizatech .contenedor-info p {
    color: #FFF;
    font-family: Poppins;
    font-size: clamp(16px, 1.5vw, 20px);
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 0px;
    padding-top: 14px;
}


.home-localizatech .hero-text {
    padding: 0;
    max-width: 50%;
}

.home-localizatech .contenedor-info {
    border: 1px solid rgba(0, 104, 55, 0.20);
    box-shadow: 0 0 9.4px 0 #34A304;
    /* backdrop-filter: blur(10px); */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    width: 50%;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.40);
}

.fila-tjs-servicios{
    gap: 12px;
    margin-top: 50px;
}

.tjs-servicios{
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height:580px;
    border-radius:20px;
    padding: 28px 20px !important;
    border-radius: 20px;
    border: 1px solid #34A304;
    box-shadow: 0 0 12px 0 #006837;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

@media (min-width: 992px){
    .tjs-servicios{
        flex: 1 1 calc(25% - 12px);
        width: auto;
    }
}

.serv-vehiculo{
    background: url('../imgs/tj-gps-vehiculo-home-0912.webp');
}

.serv-personas{
    background: url('../imgs/tj-gps-persona-home-0912.webp');
}

.serv-flotas{
    background: url('../imgs/tj-gps-flota-home-0912.webp');
}

.serv-portatil{
    background: url('../imgs/tj-gps-portatil-home-0912.webp');
}

.tjs-servicios .img-portada {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tjs-servicios .nombre-accesorio{
    color: #FFF;
    font-family: Poppins;
    font-size: clamp(20px, 1.5vw, 24px);
    font-style: normal;
    font-weight: 800;
    line-height: 1.2em;
    margin:0;
}

.div-content-txt p{
    color: #FFF;
    font-family: Poppins;
    font-size: clamp(12px, 2vw, 14px);
    font-weight: 600;
    line-height: 1.2em;
    margin:0;
    margin-top:8px;
}

.div-content-button a{
    border-radius: 10px;
    background: #34A304;
    padding: 12px;
    color: #FFF !important;
    font-size: clamp(12px, 1vw, 14px);
    font-weight: 700;
    line-height: 1.2em;
    appearance: button;
    width:100%;
    display:flex;
    align-items: center;
    justify-content: center;
    gap:10px;
    text-decoration: none;
}

.sec-servicios-home{
    padding-top:50px;
    padding-bottom:50px;
}

.sec-servicios-home h3{
    color: #34A304;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 39px;
    margin:0;
}

.sec-servicios-home h4{
    color: #34A304;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    margin:0;
}


@media (min-width: 992px) and (max-width: 1399px){
    .tjs-servicios{
        min-height:470px;
    }
}


@media (max-width: 991px){
    .home-localizatech .hero-text, .home-localizatech .contenedor-info{
        max-width:100%;
        width:100%;
    }

    .home-localizatech .hero-content{
        padding:20px;
        background: url("../imgs/home-localizatech-banner-movil-0212.webp");
        padding: 20px 20px 50px 20px;
        background-position: center bottom;
        background-size: cover;
        flex-direction: column;
        gap:20px;
        min-height:auto;
    }

    .home-localizatech.hero-section{
        border-radius: 20px 20px 20px 20px;
        min-height:auto;
    }


    .home-localizatech .hero-title{
        font-size: 20px;
        line-height: 30px;
    }

    .home-localizatech.hero-text p{
        font-size: 14px;
        line-height: 18px;
        font-weight:600;
    }

    .home-localizatech .contenedor-info h2{
        font-size: 20px;
        line-height: 24px;
    }

    .home-localizatech .contenedor-info p{
        font-size: 14px;
        line-height: 18px;
    }

    .home-localizatech .hero-text svg{
        width:60px;
        height:auto;
    }

    .tjs-servicios{
        max-width:100%;
        width:100%;
        min-height:214px;
        gap:35px;
        padding: 22px 20px 16px 22px !important;
    }
   
    .serv-vehiculo{
        background: url('../imgs/tj-gps-vehiculo-home-movil-0912.webp');
        border-top-left-radius: 60px;
    }

    .serv-personas{
        background: url('../imgs/tj-gps-persona-home-movil-0912.webp');
    }

    .serv-flotas{
        background: url('../imgs/tj-gps-flota-home-movil-0912.webp');
    }

    .serv-portatil{
        background: url('../imgs/tj-gps-portatil-home-movil-0912.webp');
        border-bottom-right-radius: 60px;
    }

    .serv-portatil .div-content-button a{
        border-bottom-right-radius: 30px;
    }

    .hero-text{
        text-align: center;
    }

    .sec-servicios-home h3{
        font-size: clamp(18px, 2vw, 22px);
        line-height: 1.2em;
    }

    .sec-servicios-home h4{
        font-size: clamp(16px, 2vw, 20px);
        line-height: 1.2em;
    }

}

@media (min-width:768px) and (max-width:991px){
    .tjs-servicios{
        max-width:100%;
        width:100%;
        min-height:214px;
        gap:80px;
    }

    .home-localizatech .hero-text img{
        max-width: 240px;
        width:100%;
    }
}

@media (max-width:767px){
    .home-localizatech .hero-text svg{
        width:40px;
        height:auto;
    }

    .home-localizatech .hero-text img{
        max-width: 180px;
        width:100%;
    }

    .sec-servicios-home{
        padding-top:32px;
        padding-bottom:32px;
    }

    .fila-tjs-servicios {
        gap: 10px;
        margin-top: 32px;
    }
}