/** INDEX **/

.hero-index {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.container-hero-index {
    background-image: url('../images/3x/index.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 110%;

    height: 100vh;
    margin-inline: auto;
    position: relative;
    display: flex;
    flex-direction: row;
    margin-left: -5%;
}

.container-hero-index img {
    width: 100px;
}

.hero-sello img {
    width: 70px;
    position: absolute;
    left: 12%;
    top: 8%;
}

.hero-ondas img {
    position: absolute;
    top: 10%;
    left: 18%;
}

.hero-ruta img {
    width: 180px;
    position: absolute;
    top: 22%;
    left: 13%;
}


.flecha-hero-index {
    position: absolute;
    top: 70%;

}

.flecha-hero-index img {
    width: 500px;
    position: relative;
}

.flecha-hero-index h1 {
    font-family: "Unbounded", sans-serif;
    color: #FFFFFF;
    position: absolute;
    top: 30%;
    left: 10%;
    font-size: 2rem;
    line-height: 1.2;
    width: 400px;
}

.fondo-nuestra-empresa {
    width: 100%;
    background-color: #282828;
    padding-block: 50px;
}

.container-nuestra-empresa {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-self: center;
    padding-block: 20px;
    gap: 80px;
    position: relative;
}

.mensaje-nuestra-empresa {
    background-color: #EF2020;
    color: #FFFFFF;
    border-radius: 20px;
    width: 380px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 5;
    left: 18%;
    opacity: 0;
    transition: all 0.6s ease-in-out;
}

.mensaje-nuestra-empresa-dos {
    background-color: #EF2020;
    color: #FFFFFF;
    border-radius: 20px;
    width: 380px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 5;
    right: 18%;
    opacity: 0;
    transition: all 0.6s ease-in-out;
}

.mensaje-nuestra-empresa p {
    margin-block: 50px;
    font-size: 1.4rem;
    width: 70%;
    line-height: 1.2;
    text-align: center;
    margin-inline: auto;
}

.mensaje-nuestra-empresa-dos p {
    margin-block: 50px;
    font-size: 1.4rem;
    width: 70%;
    line-height: 1.2;
    text-align: center;
    margin-inline: auto;
}

.imagen-nuestra-empresa {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-block: auto;
    gap: 100px;
}

.imagen-nuestra-empresa img {
    width: 240px;
    margin-block: auto;
}


.flecha-nuestra-empresa {
    content: "";
    position: absolute;
    right: -30px;
    top: 30%;
    transform: translateX(20%);
    transform: rotate(90deg);
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 60px solid #EF2020;
    transition: opacity 0.5s ease-in-out;
    z-index: 10;
}

.flecha-nuestra-empresa-dos {
    content: "";
    position: absolute;
    left: -30px;
    top: 30%;
    transform: translateX(20%);
    transform: rotate(-90deg);
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 60px solid #EF2020;
    transition: opacity 0.8s ease-in-out;
    z-index: 10;
}

.logo-blanco,
.logo-texas {
    z-index: 2;
    cursor: pointer;
    position: absolute;
}

.logo-blanco {
    left: 25%;
}

.logo-texas {
    right: 25%;
}

.fondo-asociar {
    background-color: #EF2020;
    width: 100%;
    height: 250px;
    position: relative;
}

.asociar-logos {
    width: 80%;
    height: 250px;
    margin-inline: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 80px;
    align-items: center;
    transition: all 0.8s ease-in-out;
    opacity: 0;
}

.asociar-logos img {
    height: 70px;
}

.imagen-recurso img {
    height: 40px;
}

.asociar-titulo {
    position: absolute;
    font-family: "Unbounded", sans-serif;
    color: #FFFFFF;
    width: 100%;
    height: 250px;
    justify-content: center;
    align-items: center;
    text-align: center;
    top: 44%;
    transition: all 0.5s ease-in-out;
    font-weight: 300;
}

.asociar-titulo h3 {
    font-weight: 400;
    font-size: 2rem;
}

.formulario-cotizacion {
    display: flex;
    flex-direction: row;
    gap: 100px;
    align-items: center;
    margin-inline: auto;
}

.formulario-cotizacion img {
    width: 100%;
    max-width: 650px;
}

.datos-comentario img {
    width: 8px;
}

.preguntas-cotizacion {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.formulario-cotizacion input {
    width: 250px;
    border-radius: 20px;
    border: 1px solid #CFD8DC;
    padding: 2px 10px;
    font-size: 1.4rem;
}

.formulario-cotizacion input::placeholder {
    color: #CFD8DC;
}

.preguntas-cotizacion select {
    color: #CFD8DC;
    border-radius: 20px;
    font-size: 1.4rem;
    border-color: #CFD8DC;
    padding: 2px 10px;
}

.cotizacion-personales {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.cotizacion-personales textarea {
    border-radius: 20px;
    color: #CFD8DC;
    border-color: #CFD8DC;
    width: 250px;
    resize: none;
    height: 80px;
    padding: 10px;
}

.cotizacion-personales textarea::placeholder {
    color: #CFD8DC;
}

.datos-generales {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.datos-comentario button {
    position: relative;
    overflow: hidden;
    width: 120px;
    justify-content: center;
    text-align: center;
    margin-left: 50%;
    color: #FFFFFF;
    border-radius: 20px;
    font-size: 1.1rem;
    gap: 3px;
    padding: 5px 10px;
    background-color: #EF2020;
    display: flex;
    flex-direction: row;
    transition: all 0.5s ease-in-out;
}

.datos-comentario button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #282828;
    border-radius: 15px;
    transition: left 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 1;
}

.datos-comentario button:hover::before {
    left: 0;
}

.datos-comentario p,
.datos-comentario img {
    position: relative;
    z-index: 2;
}


.titulo-cotizacion label {
    display: flex;
    font-family: "Unbounded", sans-serif;
    color: #282828;
    font-size: 1.6rem;
    height: 50px;
    font-weight: 500;
}

.titulo-personales label {
    display: flex;
    font-family: "Unbounded", sans-serif;
    color: #EF2020;
    font-size: 1.4rem;
    height: 40px;
    margin-top: 30px;
}

.informacion-soluciones img {
    width: 8px;
}

.soluciones-integrales {
    color: #FFFFFF;
    width: 100%;
    margin-inline: auto;
    display: flex;
    flex-direction: row;
    padding-block: 50px;
    margin-top: 60px;
    justify-content: center;
    gap: 200px;
}

.background-mapa {
    background-color: #282828;
    height: auto;
    overflow: hidden;
}

.imagen-soluciones img {
    width: 320px;
}


.informacion-soluciones {
    width: 550px;
}

.informacion-soluciones p {
    width: 600px;
    font-size: 1.4rem;
    line-height: 1.4;
}

.informacion-soluciones h3 {
    color: #EF2020;
    width: 300px;
    line-height: 1.2;
    font-size: 2.8rem;
    margin-bottom: 20px;
}

.informacion-soluciones a {
    display: flex;
    flex-direction: row;
    background-color: #EF2020;
    padding: 5px 10px;
    margin-block: 10px;
    width: 140px;
    gap: 3px;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all .5s ease-in-out;
}

.informacion-soluciones a:hover {
    transform: scale(1.1);
}

.informacion-soluciones label {
    font-size: 1.2rem;
}

.imagen-soluciones {
    position: relative;
}

.linea-imagen {
    border-bottom: 1px solid #FFFFFF;
    width: 200px;
    position: absolute;
    top: 10%;
    left: -62.5%;
}

.seccion-cobertura {
    width: 100vw;
    height: 100vh;

    margin-inline: auto;
    position: relative;
}

.ondas-rojas-cobertura img {
    width: 100px;
}

.ondas-rojas-cobertura {
    position: absolute;
    top: 40%;
    left: 14%;
    z-index: 100;
}

.nuestra-cobertura h4 {
    font-family: "Unbounded", sans-serif;
    position: absolute;
    color: #EF2020;
    font-size: 2.4rem;
    top: 35%;
    left: 65%;
    z-index: 100;
}

.mapa-container {
    position: relative;
    width: 90%;
    margin-inline: auto;
    display: flex;
    justify-content: center;
    margin-top: -110px;
    margin-left: 100px;
    z-index: 1;
}

.mapa-zoom {
    width: 68%;
    position: relative;
    z-index: 1;
}


.servicio-bajio {
    position: absolute;
    left: 10%;
    top: 82%;
    z-index: 100;
}


.servicio-full {
    position: absolute;
    left: 75%;
    top: 82%;
    z-index: 100;
}

.servicio-occidente {
    position: absolute;
    top: 70%;
    left: 10%;
    z-index: 100;
}

.servicio-laredo {
    position: absolute;
    top: 70%;
    left: 75%;
    z-index: 100;
}



.cls-1 {
    fill: #b8b8b8 !important;
    transition: fill 0.6s ease;
}

.active .cls-1 {
    fill: #EF2020 !important;
}

.cls-1.active {
    fill: #EF2020 !important;
}

.cls-2 {
    opacity: 0 !important;
    transition: all 0.5s ease;
}

.cls-3 {
    opacity: 0 !important;
    transition: all 0.5s ease;
}

.cls-2.active {
    opacity: 0.75 !important;
}

.cls-3.active {
    opacity: 0.75 !important;
}



/** SERVICIOS **/
.titulo-servicios {
    width: 90%;
    margin-inline: auto;
    text-align: center;
    margin-bottom: -100px;
}

.titulo-servicios h1 {
    margin-bottom: 50px;
    font-family: "Unbounded", sans-serif;
    color: #EF2020;
    font-size: 3.5rem;
    font-weight: 500;
}

.titulo-servicios p {
    font-size: 1.6rem;
    line-height: 1.2;
}


.seccion-tipo-envios h3 {
    font-family: "Unbounded", sans-serif;
    text-align: center;
    color: #EF2020;
    font-size: 3rem;
    margin-bottom: 50px;
    font-weight: 500;
    margin-top: -50px;
}

.tipos-envio {
    width: 95%;
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}


.container-tipo-envio {
    width: 320px;
    margin-inline: auto;
    background-color: #282828;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    text-align: center;
    color: #FFFFFF;
    transition: all 0.5s ease-in-out;
    position: relative;
}

.container-tipo-envio:hover {
    transform: scale(1.1);
    background-color: #EF2020;
}

.container-tipo-envio.activo {
    transform: scale(1.1);
    background-color: #EF2020;
}

.container-tipo-envio::after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #EF2020;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.container-tipo-envio.activo::after,
.container-tipo-envio:hover::after {
    opacity: 1;
    animation-delay: 0s;
}

.container-tipo-envio img {
    width: 100%;
    object-fit: cover;
}

.container-tipo-envio p {
    margin-block: 20px;
    font-family: "Unbounded", sans-serif;
    font-size: 1.8rem;
}

.informacion-tipo-envio {
    width: 85%;
    margin-top: 150px;
    margin-bottom: 50px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    justify-content: space-between;
    align-items: center;
}

.informacion-general-envio {
    width: 430px;
    text-align: left;
}

.informacion-general-envio h3 {
    font-family: "Unbounded", sans-serif;
    padding-top: 35px;
    font-size: 3rem;
    text-align: left;
    margin-bottom: 0px;
}

.informacion-general-envio p {
    line-height: 1.6;
    font-size: 1.5rem;
    margin-bottom: 25px;
}

.listado-informacion-envio {
    width: 550px;
}

.listado-informacion-envio h4 {
    font-family: "Unbounded", sans-serif;
    font-size: 2.2rem;
    margin-block: 10px;
    font-weight: 500;
    color: #EF2020;
}

.listado-informacion-envio li {
    font-size: 1.5rem;
    line-height: 1.5;
    list-style: disc;
    margin-left: 20px;

}


.texto-rojo-envios li {
    color: #EF2020;
}

.container-informacion-envio {
    justify-content: center;
    align-items: center;
    display: none;
}

.container-informacion-envio.is-visible {
    display: block;
}

.container-informacion-envio a {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #EF2020;
    border-radius: 10px;
    width: 400px;
    text-align: center;
    padding: 10px 30px;
    font-size: 1.2rem;
    margin-inline: auto;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.container-informacion-envio a img {
    width: 10px;
}

.container-informacion-envio a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #282828;
    border-radius: 10px;
    transition: left 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 1;
}

.container-informacion-envio a:hover::before {
    left: 0;
}

.container-informacion-envio span,
.container-informacion-envio img {
    position: relative;
    z-index: 2;
}

.garantia-fondo {
    background-color: #282828;
    width: 100%;
    margin-left: 0px;
}

.contenido-garantias-section {
    height: 250px;
    display: flex;
    flex-direction: row;
    color: #FFFFFF;
    width: 90%;
    margin-inline: auto;
    justify-content: center;
    align-items: center;
}

.imagenes-garantias {
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    text-align: center;
    gap: 30px;
}

.imagenes-garantias img {
    width: 120px;
    margin-bottom: 10px;
}

.imagenes-garantias p {
    font-size: 1.2rem;
}


.texto-garantias {
    font-family: "Unbounded", sans-serif;
    font-size: 3rem;
    margin-inline: 50px;
}

.preguntas-frecuentes-section h4 {
    font-family: "Unbounded", sans-serif;
    color: #EF2020;
    margin-inline: auto;
    text-align: center;
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 50px;
}

.container-preguntas {
    width: 90%;
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 30px;
    align-items: start;
}

.container-accordion {
    border: 1px solid #CFD8DC;
    border-radius: 20px;
}

.accordion {
    width: 90%;
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 12px;
    font-size: 1.3rem;
}

.accordion img {
    width: 20px;
}

.arrow {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.panel {
    width: 85%;
    margin-inline: auto;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    font-size: 1.2rem;
}

.accordion.active .arrow {
    transform: rotate(180deg);
}

.panel.show {
    max-height: 500px;
}

/** PAGINA NOSOTROS **/
.hero-nosotros {
    width: 100%;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    position: relative;
}

.hero-nosotros img {
    height: 500px;
    margin-right: auto;
}

.texto-hero-nosotros {
    margin-top: 5%;
    margin-left: 15%;
}

.texto-hero-nosotros h2 {
    font-family: "Unbounded", sans-serif;
    color: #EF2020;
    font-size: 3rem;
    margin-bottom: 20px;
    font-weight: 500;
}


.texto-hero-nosotros p {
    font-family: "Unbounded", sans-serif;
    width: 380px;
    font-size: 2rem;
    line-height: 1.2;
    color: #282828;
}

.flecha-hero-nosotros {
    position: absolute;
    top: 55%;
}

.flecha-hero-nosotros img {
    height: 200px;
    width: 80%;

}

.container-flecha-nosotros {
    position: relative;
}

.texto-flecha-nosotros p {
    position: absolute;
    color: #FFFFFF;
    top: 25%;
    left: 10%;
    width: 550px;
    font-size: 1.4rem;
    line-height: 1.4;
}

.flecha-section-nosotros {
    width: 100%;
    height: 150px;
    background-image: url('../images/SVG/bolsa_trabajo.svg');
    background-repeat: no-repeat;
    background-size: cover;
    margin-block: 20px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.imagen-flecha-section-nosotros img {
    width: 100%;
    margin-left: 30%;
}

.texto-flecha-section-nosotros {
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    margin-right: 5%;
}

.texto-flecha-section-nosotros p {
    font-family: "Unbounded", sans-serif;
    font-size: 2.8rem;
    width: 450px;
    line-height: 1.2;
    font-weight: 400;
}

.construyendo-section {
    width: 90%;
    margin-inline: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.primera-seccion-construyendo {
    width: 300px;
    position: relative;
}

.primera-seccion-construyendo img {
    width: 80px;
    margin-left: 20px;
}

.imagen-ondas img {
    position: absolute;
    left: 80%;
    top: 95%;
    z-index: 10;
}


.primera-seccion-construyendo p {
    font-family: "Unbounded", sans-serif;
    margin-block: 50px;
    font-size: 1.8rem;
    width: 260px;
    line-height: 1;
    color: #282828;
    font-weight: 500;
}

.segunda-seccion-construyendo {
    width: 700px;
    height: 500px;
    position: relative;
}

.segunda-seccion-construyendo img {
    width: 300px;
}

.imagen-uno-construyendo {
    position: absolute;
    left: 35%;
    z-index: 3;
    transition: all 0.3s ease-in-out;
}

.imagen-dos-construyendo {
    position: absolute;
    top: 25%;
    z-index: 4;
    transition: all 0.3s ease-in-out;
}

.imagen-tres-construyendo {
    position: absolute;
    left: 43%;
    top: 35%;
    z-index: 5;
    transition: all 0.3s ease-in-out;
}

.imagen-uno-construyendo:hover {
    transform: scale(1.1);
    z-index: 10;
}

.imagen-dos-construyendo:hover {
    transform: scale(1.1);
    z-index: 10;
}

.imagen-tres-construyendo:hover {
    transform: scale(1.1);
    z-index: 10;
}

.tercera-seccion-construyendo {
    position: relative;
}



.tercera-seccion-construyendo p {
    font-family: "Unbounded", sans-serif;
    margin-top: 150px;
    margin-right: 50px;
    text-align: right;
    line-height: 1.2;
    font-size: 2rem;
    color: #282828;
    font-weight: 500;

}

.contador-anos {
    font-family: "Unbounded", sans-serif;
    color: #E3BD7B;
    position: absolute;
    text-align: right;
    right: 10%;
}

.contador-anos p {
    color: #E3BD7B;
    font-size: 2rem;
    margin-right: 20px;
    margin-top: 0px;
}

.contador-anos b {
    color: #E3BD7B;
    margin-right: -20px;
    font-size: 15rem;
    line-height: 0.5;
}


.fondo-section-datos {
    background-color: #282828;
    width: 100%;
    margin-block: 50px;
}

.container-datos-generales {
    display: flex;
    flex-direction: row;
    width: 90%;
    margin-inline: auto;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.container-dato-rojo {
    margin-block: 50px;
    display: flex;
    flex-direction: column;
    background-color: #EF2020;
    width: 150px;
    min-width: 150px;
    height: 150px;
    justify-content: center;
    text-align: center;
    color: #FFFFFF;
    border-radius: 20px;
    align-items: center;
    gap: 5px;
    margin-inline: auto;
}

.container-dato-rojo img {
    width: 50px;
    margin-inline: auto;
}

.version-ubicaciones img {
    width: 40px;
}

.container-dato-rojo p {
    line-height: 1.2;
    font-size: 1.2rem;
}

.container-dato-rojo b {
    font-size: 3rem;
}

.final-nosotros {
    background-image: url('../images/3x/final_nosotros.png');
    width: 100%;
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.container-final-nosotros img {
    width: 10px;
    margin-right: 5px;
}

.container-final-nosotros h3 {
    font-family: "Unbounded", sans-serif;
    text-align: center;
    color: #FFFFFF;
    margin-inline: auto;
    font-size: 2.8rem;
    font-weight: 500;
    width: 600px;
    line-height: 1.2;
    margin-block: 10px;
}

.container-final-nosotros a {
    margin-inline: auto;
    display: flex;
    flex-direction: row;
    background-color: #FFFFFF;
    color: #EF2020;
    border-radius: 15px;
    padding: 8px 5px;
    justify-content: center;
    width: 180px;
    font-size: 1.2rem;
}

.titulo-valores-nosotros {
    text-align: center;
    margin-inline: auto;
    margin-bottom: 50px;
}

.titulo-valores-nosotros h3 {
    font-family: "Unbounded", sans-serif;
    font-size: 2.6rem;
    font-weight: 500;
    color: #EF2020;
}

.titulo-valores-nosotros p {
    font-family: "Unbounded", sans-serif;
    font-size: 1.7rem;
    line-height: 1.2;
    color: #282828;
    font-weight: 500;
}

.valores-empresa-dorados {
    display: flex;
    flex-direction: row;
    gap: 40px;
    width: 90%;
    margin-inline: auto;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.valores-empresa-dorados p {
    color: #CFD8DC;
    font-size: 1.4rem;
    margin-top: 10px;
}

.valores-empresa-dorados img {
    width: 120px;
    transition: all 0.5s ease-in-out;
}

.valor-empresa p {
    transition: all 0.5s ease-in-out;
}

.valor-empresa.activo p {
    color: #282828;
    font-size: 1.6rem;
    font-weight: 800;
}

.valor-empresa.activo img {
    transform: scale(1.1);
}

.valor-empresa:hover p {
    color: #282828;
    font-size: 1.6rem;
}

.valor-empresa:hover img {
    transform: scale(1.1);
}

.container-informacion-valores {
    position: relative;
    background-color: #EF2020;
    width: 900px;
    margin-inline: auto;
    margin-top: 50px;
    text-align: center;
    color: #FFFFFF;
    padding-block: 50px;
    border-radius: 20px;
    display: none;
}

.container-informacion-valores p {
    width: 70%;
    margin-inline: auto;
    line-height: 1.2;
    font-size: 1.3rem;
}

.container-informacion-valores {
    position: relative;
    background-color: #EF2020;
    width: 900px;
    margin-inline: auto;
    margin-top: 50px;
    text-align: center;
    color: #FFFFFF;
    padding-block: 50px;
    border-radius: 20px;
    display: none;
}

.container-informacion-valores p {
    width: 70%;
    margin-inline: auto;
    line-height: 1.2;
    font-size: 1.3rem;
}

.flecha-compromiso,
.flecha-respeto,
.flecha-sostenible,
.flecha-calidad,
.flecha-lealtad {
    content: "";
    position: absolute;
    top: 10px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 30px solid #EF2020;
    opacity: 1;
    transform: translateX(50%);
    transition: all 0.5s ease-in-out;
}

.flecha-compromiso {
    left: 90px;
}

.flecha-respeto {
    left: 250px;
}

.flecha-sostenible {
    left: 410px;
}

.flecha-calidad {
    left: 570px;
}

.flecha-lealtad {
    left: 740px;
}

.container-informacion-valores.mostrar-flecha .flecha-compromiso,
.container-informacion-valores.mostrar-flecha .flecha-respeto,
.container-informacion-valores.mostrar-flecha .flecha-sostenible,
.container-informacion-valores.mostrar-flecha .flecha-calidad,
.container-informacion-valores.mostrar-flecha .flecha-lealtad {
    top: -25px;
    opacity: 1;
}

.texto-inferior {
    margin-inline: auto;
}

.texto-inferior p {
    text-align: center;
    font-size: 1.5rem;
}

.texto-inferior b {
    line-height: 4;
    color: #282828;
}

.nuestra-historia {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin-inline: auto;
}

.nuestra-historia p {
    padding-top: 20px;
    width: 500px;
    padding-inline: 10px;
    line-height: 1.2;
    font-size: 1.5rem;
    text-align: center;
}

.nuestra-historia img {
    width: 160px;
}

.nuestra-historia-ondas img {
    width: 80px;
}

.elementos-linea-tiempo {
    margin-bottom: 100px;
    justify-content: center;
    align-items: center;
}

.linea-tiempo-central {
    margin-block: 50px;
    margin-inline: auto;
}

.linea-del-tiempo {
    width: 900px;
    margin-inline: auto;
    height: 2px;
    height: 2px;
    border-bottom: 2px solid transparent;
    border-image: repeating-linear-gradient(to right,
            #282828 0 10px,
            transparent 10px 20px) 30;
    position: relative;
}

.point-linea-inicio {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #EF2020;
    background-color: #FFFFFF;
    border-radius: 50%;
    top: -6px;
}

.point-linea-uno {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #EF2020;
    background-color: #EF2020;
    border-radius: 50%;
    top: -6px;
    left: 25%;
}


.point-linea-dos {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #EF2020;
    background-color: #EF2020;
    border-radius: 50%;
    top: -6px;
    left: 50%;
}

.point-linea-tres {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #EF2020;
    background-color: #EF2020;
    border-radius: 50%;
    top: -6px;
    left: 75%;
}

.point-linea-final {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #EF2020;
    background-color: #FFFFFF;
    border-radius: 50%;
    top: -6px;
    left: 100%;
}

.elementos-linea-superiores {
    display: flex;
    flex-direction: row;
    width: 900px;
    margin-inline: auto;
    position: relative;
    margin-top: 150px;
    margin-bottom: 20px;
}

.elementos-linea-inferiores {
    display: flex;
    flex-direction: row;
    width: 900px;
    margin-inline: auto;
    position: relative;
    margin-top: 20px;
    margin-bottom: 100px;
}

.elementos-linea-superiores p {
    width: 100px;
    font-size: 1.4rem;
    line-height: 1.1;
    color: #282828;
}

.elementos-linea-inferiores p {
    width: 120px;
    font-size: 1.1rem;
    line-height: 1.1;
    color: #282828;
}

.elementos-linea-superiores b {
    font-size: 2rem;
}

.elementos-linea-inferiores b {
    font-size: 2rem;
}

.elemento-top-inicio {
    position: absolute;
    left: 0%;
    bottom: 10%;
}

.elemento-top-uno {
    text-align: center;
    position: absolute;
    left: 20%;
    bottom: 10%;
}

.elemento-top-dos {
    position: absolute;
    left: 48%;
    bottom: 10%;
}

.elemento-top-tres {
    text-align: center;
    position: absolute;
    left: 70%;
    bottom: 10%;
}

.elemento-top-final {
    text-align: center;
    position: absolute;
    left: 95%;
    bottom: 10%;
}

.elemento-bottom-inicio {
    position: absolute;
    top: 15%;
}


.elemento-bottom-uno {
    position: absolute;
    top: 15%;
    left: 19%;
    text-align: center;
}

.elemento-bottom-dos {
    position: absolute;
    top: 15%;
    left: 44%;
    text-align: center;
}

.elemento-bottom-tres {
    position: absolute;
    text-align: center;
    top: 15%;
    left: 69%;
}

.elemento-bottom-final {
    position: absolute;
    top: 15%;
    left: 88%;
    text-align: right;
}

/** CONTACTO **/
.fondo-mapa-contacto {
    background-color: #282828;
    width: 100%;
}

.titulo-contacto-rojo h4 {
    color: #EF2020;
    text-align: center;
    font-family: "Unbounded", sans-serif;
    font-size: 3.2rem;
    font-weight: 400;
    margin-bottom: 80px;
}

.elementos-mapa-slider {
    width: 100%;
    margin-inline: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.slider-ubicaciones img {
    width: 50px;
}

.slider-ubicaciones {
    width: auto;
    display: flex;
    gap: 10px;
    flex-direction: row;
    align-items: center;
}

.container-slider-mapa {
    overflow: hidden;
    width: 70%;
    max-width: 340px;
    position: relative;
}

.slide-wrapper {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease-in-out;
}

.slide-mapa {
    display: flex;
    flex-direction: column;
    height: auto;
    overflow: hidden;
    border: 1px solid #EF2020;
    border-radius: 20px;
    width: 320px;
    height: 280px;
    padding: 30px 30px;
    text-align: left;
    justify-content: center;
}

.slide-mapa {
    flex: 0 0 100%;
    max-width: 320px;
}

.ondas-rojas-contacto img {
    width: 100px;
}

.ondas-rojas-contacto {
    position: absolute;
    left: 0%;
    top: 20%;
}

.slide-mapa h4 {
    font-family: "Unbounded", sans-serif;
    font-size: 1.3rem;
    color: #EF2020;
    margin-bottom: 5%;
}

.slide-mapa p {
    font-size: 1rem;
    color: #FFFFFF;
}

.numero-telefono-slide {
    margin-block: 20px;
}

.slide-mapa b {
    color: #EF2020;
    font-size: 1.2rem;

}

.flecha-izquierda-mapa img {
    transform: rotate(90deg);
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.flecha-derecha-mapa img {
    transform: rotate(-90deg);
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.flecha-derecha-mapa,
.flecha-izquierda-mapa {
    transition: all 0.3s ease-in-out;
    margin-top: 20px;
}

.flecha-derecha-mapa:hover,
.flecha-izquierda-mapa:hover {
    transform: scale(1.1);
}

.titulo-sliders p {
    font-size: 1.2rem;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 10px;
}

.cls-1 {
    fill: #b8b8b8 !important;
    transition: fill 0.3s ease, stroke 0.3s ease;
}

.contacto-activo {
    fill: #EF2020 !important;
    transition: fill 0.3s ease, stroke 0.3s ease;
}

.container-mapas {
    width: 100%;
    height: 400px;
    position: relative;
}

.mapa-ubicacion {
    position: absolute;
    width: 100%;
    margin-bottom: -20px;
    display: none;
}

.mapa-ubicacion.contacto-activo {
    display: block;
}

/** BOLSA DE TRABAJO **/
.titulo-bolsa-trabajo h3 {
    font-family: "Unbounded", sans-serif;
    color: #EF2020;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 500;
    margin-bottom: 50px;
}

.flecha-bolsa-trabajo {
    background-image: url("../images/SVG/bolsa_trabajo.svg");
    background-position-y: 50%;
    width: 100vw;
    height: 120px;
    margin-left: -10px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.flecha-bolsa-trabajo p {
    color: #FFFFFF;
    width: 700px;
    margin-left: auto;
    text-align: right;
    margin-right: 5%;
    line-height: 1.6;
    font-size: 1.4rem;
}


.filtros-busqueda-bolsa {
    margin-top: -50px;
    display: flex;
    flex-direction: row;
    width: 90%;
    margin-inline: auto;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 50px;
}

.filtros-busqueda-bolsa p {
    color: #EF2020;
    font-weight: 600;
}

.filtros-busqueda-bolsa input {
    width: 200px;
    height: 40px;
    padding-block: 5px;
    padding-inline: 10px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #b8b8b8;
    font-size: 1.5rem;
}

.filtros-busqueda-bolsa a {
    color: #FFFFFF;
    background-color: #EF2020;
    padding: 5px 15px;
    font-size: 1.6rem;
    border-radius: 20px;
}

.custom-dropdown {
    position: relative;
    width: 200px;
    min-width: 180px;
    height: 40px;
    cursor: pointer;
}

.custom-dropdown .selected {
    padding: 10px;
    padding-block: 5px;
    border: 1px solid #b8b8b8;
    border-radius: 20px;
    text-align: left;
    padding-left: 30px;
    color: #a3a3a3;
    font-size: 1.5rem;
    background: #fff;
    transition: border 0.2s;
}

.custom-dropdown.open .selected {
    border-radius: 20px 20px 0 0;
    border-color: #ef2020;
}


.custom-dropdown::after {
    content: "▼";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    color: #a3a3a3;
    transition: transform 0.3s ease, color 0.2s ease;
}

.custom-dropdown.open::after {
    transform: translateY(-50%) rotate(180deg);
    color: #ef2020;
}


.custom-dropdown .options {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #b8b8b8;
    border-top: none;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 10;
}

.custom-dropdown.open .options {
    max-height: 200px;
    opacity: 1;
    pointer-events: auto;
}

.custom-dropdown .options li {
    padding: 10px;
    text-align: center;
    font-size: 1.4rem;
    transition: background 0.2s, color 0.2s;
    cursor: pointer;
}

.custom-dropdown .options li:hover {
    background: #efefef;
    color: #ef2020;
}

.container-puestos-trabajo {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 50px;
    gap: 25px;
}

.card-puesto-trabajo {
    display: flex;
    flex-direction: column;
    width: 270px;
    height: 200px;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid #EF2020;
    padding: 20px 30px;
    gap: 10px;
}

.card-puesto-trabajo img {
    width: 10px;
}

.titulo-puesto-trabajo h4 {
    color: #EF2020;
    font-size: 1.4rem;
}

.fecha-ubicacion {
    display: flex;
    flex-direction: row;
    font-size: 1rem;
    gap: 2px;
    color: #b8b8b8;
}

.descripcion-puesto-trabajo {
    height: 80px;
    max-height: 80px;
    overflow-y: auto;
    overflow-x: hidden;
    align-items: center;
    padding-right: 5px;
}

.descripcion-puesto-trabajo p {
    font-size: 1.2rem;
    line-height: 1.2;
}

.descripcion-puesto-trabajo::-webkit-scrollbar {
    width: 6px;
}

.descripcion-puesto-trabajo::-webkit-scrollbar-thumb {
    background-color: #707070;
    border-radius: 50px;
}

.descripcion-puesto-trabajo::-webkit-scrollbar-track {
    background: #CFD8DC;
    border-radius: 50px;
}

.descripcion-puesto-trabajo::-webkit-scrollbar-button:start:decrement,
.descripcion-puesto-trabajo::-webkit-scrollbar-button:end:increment {
    display: none;
    height: 0;
}

.boton-puesto-trabajo a {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-inline: auto;
    text-align: center;
    background-color: #EF2020;
    color: #FFFFFF;
    border-radius: 20px;
    font-size: 1.2rem;
    padding-block: 5px;
}

.boton-puesto-trabajo a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #282828;
    border-radius: 15px;
    transition: left 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 1;
}

.boton-puesto-trabajo a:hover::before {
    left: 0;
}

.boton-puesto-trabajo p,
.boton-puesto-trabajo img {
    position: relative;
    z-index: 2;
}


.paginacion {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 100px;
}

.paginacion button {
    border: 1px solid #EF2020;
    width: 40px;
    height: 40px;
    background: #fff;
    padding: 6px 6px;
    cursor: pointer;
    border-radius: 50%;
    font-size: 1.2rem;
}

.paginacion button.active {
    background: #282828;
    color: #fff;
    border-color: #282828;
}

.paginacion button:disabled {
    opacity: 1;
    cursor: not-allowed;
    color: #282828;
}

.paginacion span {
    padding: 6px 12px;
    color: #888;
}

.paginacion-blog {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 100px;
}

.paginacion-blog button {
    border: 1px solid #EF2020;
    width: 40px;
    height: 40px;
    background: #fff;
    padding: 6px 6px;
    cursor: pointer;
    border-radius: 50%;
    font-size: 1.2rem;
}

.paginacion-blog button.active {
    background: #282828;
    color: #fff;
    border-color: #282828;
}

.paginacion-blog button:disabled {
    opacity: 1;
    cursor: not-allowed;
    color: #282828;
}

.paginacion-blog span {
    padding: 6px 12px;
    color: #888;
}


.fondo-emergente {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #28282871;
    align-items: center;
}

body.no-scroll {
    overflow: hidden;
}

.emergente-informacion-trabajo {
    position: absolute;
    width: 85%;
    max-width: 1000px;
    margin-inline: auto;
    height: 500px;
    background-color: #FFFFFF;
    border: 1px solid #EF2020;
    border-radius: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.informacion-puesto-trabajo {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.informacion-puesto-trabajo h4 {
    font-family: "Unbounded", sans-serif;
    font-size: 1.8rem;
    color: #282828;
    font-weight: 500;
    margin-bottom: 10px;
}

.informacion-puesto-trabajo p {
    line-height: 1.5;
    font-size: 1.6rem;
}

.informacion-puesto-trabajo b {
    color: #EF2020;
}

.aplicar-vacante {
    width: 100%;
    margin-top: 20px;
}

.aplicar-vacante a {
    overflow: hidden;
    position: relative;
    text-align: center;
    padding-block: 5px;
    font-size: 1.4rem;
    background-color: #EF2020;
    color: #FFFFFF;
    border-radius: 10px;
}

.aplicar-vacante a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #282828;
    border-radius: 15px;
    transition: left 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 1;
}

.aplicar-vacante a:hover::before {
    left: 0;
}

.aplicar-vacante p,
.aplicar-vacante img {
    position: relative;
    z-index: 2;
}

.formulario-vacante {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #EF2020;
    border-radius: 20px;
    padding: 40px 30px;
    width: 450px;
    height: fit-content;
    display: none;
}

.elementos-formulario {
    width: 95%;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.elementos-formulario h4 {
    font-family: "Unbounded", sans-serif;
    font-size: 1.8rem;
    color: #282828;
    font-weight: 500;
    margin-bottom: 10px;
}

.elementos-formulario p {
    color: #EF2020;
    font-family: "Unbounded", sans-serif;
    font-size: 1.4rem;
}

.elementos-formulario input {
    width: 100%;
    border: 1px solid #CFD8DC;
    margin-block: 10px;
    border-radius: 20px;
    padding-inline: 20px;
}

.elementos-formulario textarea {
    border: 1px solid #CFD8DC;
    width: 100%;
    height: 80px;
    border-radius: 20px;
    resize: none;
    padding: 1rem 2rem;
    font-size: 1.5rem;
}

.custom-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-family: sans-serif;
    font-size: 1.2rem;
    color: #555;
    user-select: none;
    margin-block: 20px;
}

.custom-checkbox input {
    display: none;
}

.checkmark {
    width: 20px;
    height: 20px;
    border: 1px solid #EF2020;
    border-radius: 4px;
    position: relative;
    transition: all 0.2s;
}

.custom-checkbox input:checked+.checkmark {
    background-color: #EF2020;
    border-color: #EF2020;
}

.custom-checkbox input:checked+.checkmark::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.elementos-formulario button {
    text-align: center;
    width: 100%;
    color: #FFFFFF;
    background-color: #EF2020;
    border-radius: 10px;
    margin-block: 10px;
    font-size: 1.2rem;
    padding-block: 5px;
}

.file-upload {
    position: relative;
    width: 100%;
    height: 80px;
    border: 2px dashed #CFD8DC;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s, border-color 0.2s;
    background-color: #fff;
}

.file-upload:hover {
    background-color: #efefef;
    border-color: #CFD8DC;
}

.file-upload input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.file-upload-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    pointer-events: none;
    color: #CFD8DC;
    font-family: "Unbounded", sans-serif;
    font-size: 1rem;
}

.file-upload-label img {
    width: 30px;
    height: 30px;
    opacity: 0.5;
}

/** BLOG **/
.titulo-blog-pagina {
    width: 95%;
    margin-inline: auto;
    text-align: center;
    margin-bottom: -80px;
}

.titulo-blog-pagina h4 {
    font-family: "Unbounded", sans-serif;
    color: #ef2020;
    font-weight: 400;
    font-size: 2.8rem;
}

.texto-titulo-blog {
    margin-top: 50px;
    font-size: 1.5rem;
    text-align: center;
}

.blogs-pagina {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 90%;
    margin-inline: auto;
    justify-content: center;
    align-items: center;
}

.container-blog {
    margin-inline: auto;
    width: 400px;
}

.container-blog img {
    width: 100%;
    height: 250px;
    border-radius: 20px;
    object-fit: cover;
    border: 1px solid #EF2020;
    transition: all 0.8s ease-in-out;
    position: relative;
}

.img-container {
    width: 100%;
    position: relative;
    border-radius: 20px;
    transition: all 0.8s ease-in-out;
    overflow: hidden;
    cursor: pointer;
}

.img-container-blogs {
    height: 30rem;
}

.img-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 0, 0, 0);
    transition: 0.3s ease;
}

.img-container:hover::after {
    background: rgba(255, 0, 0, 0.3);
}

.texto-blog {
    text-align: center;
    width: 98%;
    margin-inline: auto;
    margin-bottom: 50px;
}

.texto-blog h4 {
    font-family: "Unbounded", sans-serif;
    color: #EF2020;
    line-height: 1.4;
    margin-block: 20px;
    font-size: 1.6rem;
    font-weight: 400;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.texto-blog h4:hover {
    color: #282828;
}

.texto-blog p {
    width: 90%;
    margin-inline: auto;
    font-size: 1.2rem;
    line-height: 1.4;
    margin-bottom: 15px;
}

.contenido-blog-plantilla {
    width: 90%;
    overflow: hidden;
}

.contenido-blog-plantilla img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
    margin-inline: auto;
    margin-bottom: 50px;
}

.texto-blog-plantilla {
    width: 90%;
    margin-inline: auto;
}

.contenido-blog-plantilla h4 {
    width: 90%;
    color: #EF2020;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 1.4;
    font-family: "Unbounded", sans-serif;
    margin-left: 2%;
}



.contenido-blog-plantilla p {
    text-align: justify;
    width: 90%;
    margin-bottom: 20px;
    line-height: 1.4;
    margin-left: 2%;
}

.descripcion-titulo-blog p {
    margin-top: 20px;
    width: 90%;
}

.descripcion-titulo-blog b {
    font-size: 1.4rem;
}

/** FOOTER **/
.estilos-footer {
    background-color: #282828;
    color: #FFFFFF;

}

.linea-footer {
    width: 90%;
    margin-inline: auto;
    border-bottom: 1px solid #EF2020;
    padding-block: 20px;
    margin-bottom: 20px;
}

.estilos-footer img {
    width: 50px;
}

.contenido-footer {
    display: flex;
    flex-direction: row;
    width: 90%;
    margin-inline: auto;
    justify-content: space-between;
    gap: 40px;
}

.contenido-footer h4 {
    color: #EF2020;
    font-size: 2rem;
}

.enlace-contenido {
    display: flex;
    flex-direction: row;
    gap: 5px;
    text-decoration: none;
    color: #FFFFFF;
}

.enlace-contenido a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 1.2rem;
}

.enlace-contenido img {
    width: 10px;
}

.navegacion-footer {
    display: flex;
    flex-direction: column;
}

.navegacion-footer a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 1.2rem;
}

.imagen-logo-footer img {
    width: 200px;
    margin: 20px;
}

.link-activo-footer a {
    color: #EF2020;
}

.contacto-footer p {
    line-height: 1.2;
    font-size: 1.2rem;
}

.contacto-footer span {
    color: #EF2020;
}

.powered-by {
    width: 90%;
    display: flex;
    flex-direction: row;
    margin-inline: auto;
    justify-content: center;
    align-items: center;
    padding-block: 20px;
    padding-bottom: 40px;
    font-size: 1.2rem;
    padding-left: 3%;
}

.powered-by img {
    width: 30px;
    margin-left: 5px;
}

.iconos-redes-sociales {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 20px;
}

.iconos-redes-sociales img {
    width: 35px;
}

@media(min-width: 300px) and (max-width: 399px) {

    /** INDEX **/
    .container-hero-index {
        height: 100vh;
        background-position: 65%;
    }

    .flecha-hero-index {
        overflow: hidden;
        top: 77%;
    }

    .flecha-hero-index img {
        width: 400px;
        margin-left: -100px;
    }

    .flecha-hero-index h1 {
        font-size: 1.6rem;
        width: 250px;
        top: 15%;
    }

    .hero-sello img {
        width: 40px;
    }

    .hero-ondas img {
        width: 60px;
        left: 25%;
    }

    .hero-ruta img {
        width: 120px;
        left: 10%;
        top: 15%;
    }

    .ondas-rojas-cobertura {
        left: 5%;
        top: 30%;
    }

    .ondas-rojas-cobertura img {
        width: 40px;
    }

    .mapa-container {
        width: 100%;
        margin-left: -2%;
        margin-top: -150px;
    }

    .mapa-zoom {
        width: 110%;
        overflow: hidden;
        max-width: none;
        height: auto;
    }

    .mapa-zoom svg {
        width: auto !important;
        height: 55vh !important;
        margin-left: -12vw;
    }


    .nuestra-cobertura h4 {
        line-height: 1.2;
        font-size: 1.6rem;
        top: 40%;
    }

    .seccion-cobertura {
        height: 100vh;
    }

    .servicio-occidente svg {
        width: 120px !important;
    }

    .servicio-bajio svg {
        width: 120px !important;
    }

    .servicio-full svg {
        width: 120px !important;
    }

    .servicio-laredo svg {
        width: 120px !important;
    }

    .servicio-occidente {
        top: 80%;
        left: 10%;
    }

    .servicio-bajio {
        top: 90%;
        left: 10%;
    }

    .servicio-full {
        top: 90%;
        left: 55%;
    }

    .servicio-laredo {
        top: 80%;
        left: 55%;
    }

    .soluciones-integrales {
        width: 95%;
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: 100px;
    }

    .informacion-soluciones {
        width: 95%;
    }

    .informacion-soluciones p {
        width: 100%;
    }

    .linea-imagen {
        display: none;
    }

    .imagen-soluciones img {
        width: 95%;
        margin-block: 20px;
        margin-inline: auto;
    }

    .imagen-nuestra-empresa {
        width: 100%;
        height: 400px;
        display: flex;
        flex-direction: column;
    }

    .informacion-soluciones a {
        margin-inline: auto;
    }

    .logo-blanco {
        top: 15%;
        left: auto;
    }

    .logo-texas {
        top: 65%;
        right: auto;
    }

    .mensaje-nuestra-empresa {
        left: auto;
        width: 95%;
    }

    .mensaje-nuestra-empresa-dos {
        right: auto;
        width: 95%;
        top: 55%;
    }

    .flecha-nuestra-empresa {
        transform: rotate(180deg);
        right: auto;
        top: 90%;
    }

    .flecha-nuestra-empresa-dos {
        transform: rotate(0deg);
        left: auto;
        top: -15%;
    }

    .formulario-cotizacion {
        width: 95%;
        margin-inline: auto;
        display: flex;
        flex-direction: column;
    }

    .formulario-cotizacion input {
        width: 100%;
    }

    .formulario-cotizacion img {
        width: 100%;
        margin-left: -5%;
    }

    .datos-comentario img {
        width: 8px;
    }

    .titulo-cotizacion {
        width: 95%;
    }

    .cotizacion-personales textarea {
        width: 100%;
    }

    .datos-comentario button {
        margin-left: 0%;
    }

    .fondo-asociar {
        height: 350px;
    }

    .asociar-logos {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 95%;
        margin-inline: auto;
        height: 280px;
        gap: 20px;
        padding-top: 10%;
    }

    .asociar-logos img {
        width: 150px;
        object-fit: contain;
        margin-inline: auto;
    }

    .container-informacion-valores {
        width: 95%;
    }

    .valores-empresa-dorados {
        display: flex;
        gap: 10px;
        width: 100%;
        padding-block: 10px;
        box-sizing: border-box;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        padding-inline: 16px;
        justify-content: flex-start;
        align-items: center;
    }

    .valores-empresa-dorados::-webkit-scrollbar {
        height: 8px;
    }

    .valores-empresa-dorados::-webkit-scrollbar-thumb {
        border-radius: 8px;
    }

    .valor-empresa {
        flex: 0 0 auto;
        scroll-snap-align: center;
        scroll-snap-stop: always;
        box-sizing: border-box;
        padding-inline: 6px;
        min-width: max-content;
        text-align: center;
    }

    .valor-empresa img {
        width: 100px;
        height: auto;
        transition: transform .25s ease;
    }

    .valor-empresa p {
        margin: 6px 0 0;
        white-space: nowrap;
        font-size: 1.2rem;
    }

    .flecha-compromiso,
    .flecha-respeto,
    .flecha-sostenible,
    .flecha-calidad,
    .flecha-lealtad {
        left: 35%;
        right: 55%;
    }


    /** SERVICIOS **/
    .titulo-servicios h1 {
        font-size: 2.8rem;
        line-height: 1.2;
        margin-bottom: 30px;
        text-align: center;
    }

    .titulo-servicios p {
        margin-bottom: 10px;
        font-size: 1.5rem;
    }

    .tipos-envio {
        width: 100%;
        gap: 1rem;
    }

    .container-tipo-envio {
        width: auto;
    }

    .container-tipo-envio p {
        margin-block: 15px;
        font-size: 1.2rem;
    }

    .informacion-general-envio h3 {
        padding-top: 0px;
    }

    .informacion-tipo-envio {
        display: flex;
        flex-direction: column;
        width: 95%;
        gap: 0px;
    }

    .informacion-general-envio {
        width: 100%;
    }

    .listado-informacion-envio {
        width: 100%;
    }

    .container-informacion-envio a {
        width: 290px;
        font-size: 1rem;
    }

    .contenido-garantias-section {
        height: 350px;
        display: flex;
        flex-direction: column;
    }

    .texto-garantias {
        font-size: 2.8rem;
        line-height: 1.2;
        margin-bottom: 30px;
        text-align: center;
    }

    .imagenes-garantias {
        gap: 15px;
    }

    .imagenes-garantias img {
        width: 100px;
    }

    .preguntas-frecuentes-section h4 {
        font-size: 2.5rem;
        line-height: 1.2;
    }

    .container-preguntas {
        display: flex;
        flex-direction: column;
    }

    .accordion {
        width: 100%;
    }

    .accordion span {
        width: 90%;
        line-height: 1.2;
    }

    .accordion img {
        width: 15px;
    }

    /** NOSOTROS **/
    .hero-nosotros {
        width: 100%;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    .texto-hero-nosotros {
        margin-left: 2%;
        margin-top: 0%;
        margin-bottom: 10%;
    }

    .texto-hero-nosotros h2 {
        font-size: 2.8rem;
        margin-bottom: 10px;
    }

    .texto-hero-nosotros p {
        width: 300px;
        font-size: 1.8rem;
    }

    .hero-nosotros img {
        height: 350px;
        margin-left: 10%;
    }

    .flecha-hero-nosotros img {
        width: 120%;
        margin-left: -25%;
    }

    .flecha-hero-nosotros {
        top: 50%;
    }

    .texto-flecha-nosotros p {
        font-size: 0.8rem;
        width: 280px;
        top: 40%;
        left: 5%;
    }

    .construyendo-section {
        display: flex;
        flex-direction: column;
    }

    .primera-seccion-construyendo {
        width: 100%;
        display: flex;
        flex-direction: row;
        gap: 20px;
    }

    .imagen-ondas img {
        top: 80%;
    }

    .primera-seccion-construyendo img {
        margin-left: 0px;
    }

    .segunda-seccion-construyendo {
        width: 100%;
        height: 450px;
        margin-bottom: -30px;
    }

    .segunda-seccion-construyendo img {
        width: 240px;
    }

    .imagen-uno-construyendo {
        left: 20%;
    }

    .imagen-dos-construyendo {
        top: 20%;
    }

    .imagen-tres-construyendo {
        top: 35%;
        left: 30%;
    }

    .container-flecha {
        width: 100%;
        overflow: hidden;
    }

    .flecha-section-nosotros {
        margin-block: 50px;
        overflow: hidden;
        width: 800px;
        height: 140px;
        margin-left: -350px;
    }

    .imagen-flecha-section-nosotros img {
        width: 90px;
        margin-left: 360px;
    }

    .texto-flecha-section-nosotros p {
        width: 150px;
        font-size: 1.1rem;
        margin-right: 60px;
    }


    .container-datos-generales {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding-block: 50px;
        gap: 20px;
    }

    .container-dato-rojo {
        margin-block: 0px;
    }


    .final-nosotros {
        height: 300px;
    }

    .container-final-nosotros h3 {
        width: 90%;
        font-size: 1.8rem;
    }

    .container-final-nosotros a {
        width: 150px;
        font-size: 1rem;
    }

    .nuestra-historia {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .nuestra-historia p {
        width: 95%;
    }

    .nuestra-historia img {
        width: 120px;
        margin-left: auto;
    }

    .nuestra-historia-ondas img {
        width: 60px;
        margin-right: 280px;
        margin-left: 0px;
    }


    .texto-inferior b {
        line-height: 1.4;
    }

    .linea-tiempo-central {
        max-width: 300px;
        margin-left: -5%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-inline: auto;
    }

    .linea-del-tiempo {
        width: 2px;
        height: 600px;
        border-bottom: none;
        border-right: 2px solid transparent;
        border-image: repeating-linear-gradient(to bottom,
                #282828 0 10px,
                transparent 10px 20px) 30;
        margin: 0 auto;
    }


    .point-linea-inicio,
    .point-linea-uno,
    .point-linea-dos,
    .point-linea-tres,
    .point-linea-final {
        left: -6px;
        top: auto;
    }

    .point-linea-inicio {
        top: 0%;
    }

    .point-linea-uno {
        top: 25%;
    }

    .point-linea-dos {
        top: 50%;
    }

    .point-linea-tres {
        top: 75%;
    }

    .point-linea-final {
        top: 100%;
    }

    .elementos-linea-superiores,
    .elementos-linea-inferiores {
        width: 100%;
        margin: 0;
        position: relative;
    }

    .elementos-linea-superiores div {
        position: absolute;
        right: 55%;
        text-align: right;
        width: 40%;
    }

    .elementos-linea-inferiores div {
        position: absolute;
        left: 55%;
        text-align: left;
        width: 40%;
    }

    .elemento-top-inicio {
        top: 0%;
        left: 10%;
    }

    .elemento-top-uno {
        top: 140px;
        left: 10%;
    }

    .elemento-top-dos {
        left: 10%;
        top: 300px;
    }

    .elemento-top-tres {
        top: 435px;
        left: 10%;
    }

    .elemento-top-final {
        top: 600px;
        left: 10%;
    }

    .elemento-bottom-inicio {
        top: -600px;
    }

    .elemento-bottom-uno {
        top: -450px;
    }

    .elemento-bottom-dos {
        top: -310px;
    }

    .elemento-bottom-tres {
        top: -150px;
    }


    .elemento-bottom-final {
        top: -20px;
    }

    /** BOLSA DE TRABAJO **/
    .flecha-bolsa-trabajo {
        margin-left: 0px;
        height: 150px;
        background-size: cover;
        background-position: 35%;
    }

    .flecha-bolsa-trabajo p {
        width: 65%;
        font-size: 1.3rem;
        line-height: 1.2;
        margin-right: 30px;
    }

    .filtros-busqueda-bolsa {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .custom-dropdown {
        width: 95%;
    }

    .filtros-busqueda-bolsa input {
        width: 95%;
        text-align: left;
        padding-left: 30px;
    }

    .container-puestos-trabajo {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .card-puesto-trabajo {
        width: 95%;
        height: 240px;
    }

    .descripcion-puesto-trabajo p {
        font-size: 1.4rem;
    }

    .titulo-puesto-trabajo h4 {
        font-size: 2rem;
    }

    .descripcion-puesto-trabajo {
        height: 120px;
    }

    .boton-puesto-trabajo a {
        margin-top: 10px;
    }

    /** CONTACTO **/
    .imagen-mapa-contacto {
        transform: scale(0.5);
    }

    .ondas-rojas-contacto {
        left: 5%;
        z-index: 100;
    }

    .ondas-rojas-contacto img {
        width: 50px;
    }

    .elementos-mapa-slider {
        margin-top: -100px;
        display: flex;
        flex-direction: column;
    }

    .slider-ubicaciones {
        width: 98%;
        margin-top: -80px;
    }


    .flecha-izquierda-mapa img,
    .flecha-derecha-mapa img {
        width: 30px;
    }

    .slide-mapa h4 {
        font-size: 1.1rem;
    }

    .slide-mapa {
        padding: 10px 20px;
    }

    /** BLOG **/
    .blogs-pagina {
        display: flex;
        flex-direction: column;
        width: 98%;
    }

    .container-blog {
        width: 98%;
    }

    .container-blog img {
        height: 200px;
    }

    .contenido-blog-plantilla {
        width: 95%;
    }

    .contenido-blog-plantilla img {
        height: 300px;
    }

    .contenido-blog-plantilla h4 {
        font-size: 2.2rem;
        width: 100%;
    }

    /** FOOTER **/
    .contenido-footer {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .enlace-contenido {
        margin-inline: auto;
        justify-content: center;
    }

    .imagen-logo-footer img {
        width: 200px;
        margin-inline: auto;
    }

    .contacto-footer {
        margin-bottom: 50px;
    }

    .iconos-redes-sociales {
        justify-content: center;
    }
}


@media(min-width: 400px) and (max-width: 767px) {

    /** INDEX **/
    .container-hero-index {
        height: 100vh;
        background-position: 65%;
    }

    .flecha-hero-index {
        overflow: hidden;
        top: 77%;
    }

    .flecha-hero-index img {
        width: 400px;
        margin-left: -100px;
    }

    .flecha-hero-index h1 {
        font-size: 1.6rem;
        width: 250px;
        top: 15%;
    }

    .hero-sello img {
        width: 40px;
    }

    .hero-ondas img {
        width: 60px;
        left: 25%;
    }

    .hero-ruta img {
        width: 120px;
        left: 10%;
        top: 15%;
    }

    .ondas-rojas-cobertura {
        left: 5%;
    }

    .ondas-rojas-cobertura img {
        width: 40px;
    }

    .mapa-container {
        width: 100%;
        margin-left: -2%;
        margin-top: -180px;
    }

    .mapa-zoom {
        width: 110%;
        max-width: none;
        height: auto;
    }

    .mapa-zoom svg {
        width: auto !important;
        height: 60vh !important;
        margin-left: -8vh;
    }


    .nuestra-cobertura h4 {
        line-height: 1.2;
        font-size: 1.6rem;
        top: 40%;
    }

    .seccion-cobertura {
        height: 100vh;
    }

    .servicio-occidente svg {
        width: 120px !important;
    }

    .servicio-bajio svg {
        width: 120px !important;
    }

    .servicio-full svg {
        width: 120px !important;
    }

    .servicio-laredo svg {
        width: 120px !important;
    }

    .servicio-occidente {
        top: 80%;
        left: 10%;
    }

    .servicio-bajio {
        top: 87%;
        left: 10%;
    }

    .servicio-full {
        top: 87%;
        left: 55%;
    }

    .servicio-laredo {
        top: 80%;
        left: 55%;
    }

    .soluciones-integrales {
        width: 95%;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .informacion-soluciones {
        width: 95%;
    }

    .informacion-soluciones p {
        width: 100%;
    }

    .linea-imagen {
        display: none;
    }

    .imagen-soluciones img {
        width: 95%;
        margin-block: 20px;
        margin-inline: auto;
    }

    .imagen-nuestra-empresa {
        width: 100%;
        height: 400px;
        display: flex;
        flex-direction: column;
    }

    .informacion-soluciones a {
        margin-inline: auto;
    }

    .logo-blanco {
        top: 15%;
        left: auto;
    }

    .logo-texas {
        top: 65%;
        right: auto;
    }

    .mensaje-nuestra-empresa {
        left: auto;
        width: 90%;
        max-width: 500px;
    }

    .mensaje-nuestra-empresa-dos {
        right: auto;
        width: 90%;
        max-width: 500px;
        top: 55%;
    }

    .flecha-nuestra-empresa {
        transform: rotate(180deg);
        right: auto;
        top: 90%;
    }

    .flecha-nuestra-empresa-dos {
        transform: rotate(0deg);
        left: auto;
        top: -15%;
    }

    .formulario-cotizacion {
        width: 95%;
        margin-inline: auto;
        display: flex;
        flex-direction: column;
    }

    .formulario-cotizacion input {
        width: 100%;
    }

    .formulario-cotizacion img {
        width: 100%;
        margin-left: -5%;
    }

    .datos-comentario img {
        width: 8px;
    }

    .titulo-cotizacion {
        width: 95%;
    }

    .cotizacion-personales textarea {
        width: 100%;
    }

    .datos-comentario button {
        margin-left: 0%;
    }

    .fondo-asociar {
        height: 350px;
    }

    .asociar-logos {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 95%;
        margin-inline: auto;
        height: 280px;
        gap: 20px;
        padding-top: 10%;
    }

    .asociar-logos img {
        width: 150px;
        object-fit: contain;
        margin-inline: auto;
    }

    .container-informacion-valores {
        width: 95%;
    }

    .valores-empresa-dorados {
        display: flex;
        gap: 10px;
        width: 100%;
        padding-block: 10px;
        box-sizing: border-box;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        padding-inline: 16px;
        justify-content: flex-start;
        align-items: center;
    }

    .valores-empresa-dorados::-webkit-scrollbar {
        height: 8px;
    }

    .valores-empresa-dorados::-webkit-scrollbar-thumb {
        border-radius: 8px;
    }

    .valor-empresa {
        flex: 0 0 auto;
        scroll-snap-align: center;
        scroll-snap-stop: always;
        box-sizing: border-box;
        padding-inline: 6px;
        min-width: max-content;
        text-align: center;
    }

    .valor-empresa img {
        width: 100px;
        height: auto;
        transition: transform .25s ease;
    }

    .valor-empresa p {
        margin: 6px 0 0;
        white-space: nowrap;
        font-size: 1.2rem;
    }

    .flecha-compromiso,
    .flecha-respeto,
    .flecha-sostenible,
    .flecha-calidad,
    .flecha-lealtad {
        left: 35%;
        right: 55%;
    }


    /** SERVICIOS **/
    .titulo-servicios h1 {
        font-size: 2.8rem;
        line-height: 1.2;
        margin-bottom: 30px;
        text-align: center;
    }

    .titulo-servicios p {
        margin-bottom: 10px;
        font-size: 1.5rem;
    }

    .tipos-envio {
        width: 100%;
        gap: 2rem;
    }

    .container-tipo-envio {
        width: auto;
    }

    .container-tipo-envio p {
        margin-block: 15px;
        font-size: 1.2rem;
    }

    .informacion-general-envio h3 {
        padding-top: 0px;
    }

    .informacion-tipo-envio {
        display: flex;
        flex-direction: column;
        width: 95%;
        gap: 0px;
    }

    .informacion-general-envio {
        width: 100%;
    }

    .listado-informacion-envio {
        width: 100%;
    }

    .container-informacion-envio a {
        width: 380px;
        font-size: 1rem;
    }

    .contenido-garantias-section {
        height: 350px;
        display: flex;
        flex-direction: column;
    }

    .texto-garantias {
        font-size: 2.8rem;
        line-height: 1.2;
        margin-bottom: 30px;
        text-align: center;
    }

    .imagenes-garantias {
        gap: 15px;
    }

    .imagenes-garantias img {
        width: 100px;
    }

    .preguntas-frecuentes-section h4 {
        font-size: 2.5rem;
        line-height: 1.2;
    }

    .container-preguntas {
        display: flex;
        flex-direction: column;
    }

    .accordion {
        width: 100%;
    }

    .accordion span {
        width: 90%;
        line-height: 1.2;
    }

    .accordion img {
        width: 15px;
    }

    /** NOSOTROS **/
    .hero-nosotros {
        width: 100%;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    .texto-hero-nosotros {
        margin-left: 2%;
        margin-top: 0%;
        margin-bottom: 10%;
    }

    .texto-hero-nosotros h2 {
        font-size: 2.8rem;
        margin-bottom: 10px;
    }

    .texto-hero-nosotros p {
        width: 300px;
        font-size: 1.8rem;
    }

    .hero-nosotros img {
        height: 350px;
        margin-left: 25%;
    }

    .flecha-hero-nosotros img {
        width: 120%;
        max-width: 500px;
        margin-left: -25%;
    }

    .flecha-hero-nosotros {
        top: 50%;
    }

    .texto-flecha-nosotros p {
        font-size: 0.8rem;
        width: 280px;
        top: 40%;
        left: 5%;
    }

    .construyendo-section {
        display: flex;
        flex-direction: column;
        max-width: 450px;
    }

    .primera-seccion-construyendo {
        width: 100%;
        max-width: 600px;
        display: flex;
        flex-direction: row;
        gap: 20px;
    }

    .imagen-ondas img {
        top: 80%;
        right: 10%;
    }

    .primera-seccion-construyendo img {
        margin-left: 0px;
    }

    .segunda-seccion-construyendo {
        width: 100%;
        height: 450px;
        margin-bottom: -30px;
    }

    .segunda-seccion-construyendo img {
        width: 240px;
    }

    .imagen-uno-construyendo {
        left: 20%;
    }

    .imagen-dos-construyendo {
        top: 20%;
    }

    .imagen-tres-construyendo {
        top: 35%;
        left: 30%;
    }

    .container-flecha {
        width: 100%;
        overflow: hidden;
    }

    .flecha-section-nosotros {
        margin-block: 50px;
        width: 800px;
        overflow: hidden;
        height: 140px;
        margin-left: -350px;
    }

    .imagen-flecha-section-nosotros img {
        width: 90px;
        margin-left: 360px;
    }

    .texto-flecha-section-nosotros p {
        width: 150px;
        font-size: 1.1rem;
        margin-right: 60px;
    }


    .container-datos-generales {
        width: 90%;
        margin-inline: auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding-block: 50px;
        gap: 20px;
    }

    .container-dato-rojo {
        margin-block: 0px;
    }


    .final-nosotros {
        width: 100%;
        height: 300px;
    }

    .container-final-nosotros h3 {
        width: 90%;
        font-size: 1.8rem;
    }

    .container-final-nosotros a {
        width: 150px;
        font-size: 1rem;
    }

    .nuestra-historia {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .nuestra-historia p {
        width: 95%;
    }

    .nuestra-historia img {
        width: 120px;
        margin-left: auto;
    }

    .nuestra-historia-ondas img {
        width: 60px;
        margin-right: 280px;
        margin-left: 0px;
    }

    .texto-inferior {
        width: 95%;
        max-width: 400px;
        overflow: hidden;
    }

    .texto-inferior b {
        line-height: 1.4;
    }

    .linea-tiempo-central {
        max-width: 400px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-inline: left;
    }

    .linea-del-tiempo {
        width: 2px;
        height: 600px;
        border-bottom: none;
        border-right: 2px solid transparent;
        border-image: repeating-linear-gradient(to bottom,
                #282828 0 10px,
                transparent 10px 20px) 30;
        margin: 0 auto;
    }


    .point-linea-inicio,
    .point-linea-uno,
    .point-linea-dos,
    .point-linea-tres,
    .point-linea-final {
        left: -6px;
        top: auto;
    }

    .point-linea-inicio {
        top: 0%;
    }

    .point-linea-uno {
        top: 25%;
    }

    .point-linea-dos {
        top: 50%;
    }

    .point-linea-tres {
        top: 75%;
    }

    .point-linea-final {
        top: 100%;
    }

    .elementos-linea-superiores,
    .elementos-linea-inferiores {
        width: 100%;
        margin: 0;
        position: relative;
    }

    .elementos-linea-superiores div {
        position: absolute;
        right: 55%;
        text-align: right;
        width: 40%;
    }

    .elementos-linea-inferiores div {
        position: absolute;
        left: 55%;
        text-align: left;
        width: 40%;
    }

    .elemento-top-inicio {
        top: 0%;
        left: 20%;
    }

    .elemento-top-uno {
        top: 140px;
        left: 20%;
    }

    .elemento-top-dos {
        left: 20%;
        top: 300px;
    }

    .elemento-top-tres {
        top: 435px;
        left: 20%;
    }

    .elemento-top-final {
        top: 600px;
        left: 20%;
    }

    .elemento-bottom-inicio {
        top: -600px;
    }

    .elemento-bottom-uno {
        top: -450px;
    }

    .elemento-bottom-dos {
        top: -310px;
    }

    .elemento-bottom-tres {
        top: -150px;
    }


    .elemento-bottom-final {
        top: -20px;
    }

    /** BOLSA DE TRABAJO **/
    .flecha-bolsa-trabajo {
        margin-left: 0px;
        height: 150px;
        background-size: cover;
        background-position: 35%;
    }

    .flecha-bolsa-trabajo p {
        width: 65%;
        font-size: 1.3rem;
        line-height: 1.2;
        margin-right: 30px;
    }

    .filtros-busqueda-bolsa {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .custom-dropdown {
        width: 95%;
    }

    .filtros-busqueda-bolsa input {
        width: 95%;
        text-align: left;
        padding-left: 30px;
    }

    .container-puestos-trabajo {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .card-puesto-trabajo {
        width: 95%;
        max-width: 400px;
        height: 240px;
    }

    .descripcion-puesto-trabajo p {
        font-size: 1.4rem;
    }

    .titulo-puesto-trabajo h4 {
        font-size: 2rem;
    }

    .descripcion-puesto-trabajo {
        height: 120px;
    }

    .boton-puesto-trabajo a {
        margin-top: 10px;
    }

    /** CONTACTO **/
    .imagen-mapa-contacto {
        transform: scale(0.6);
    }

    .ondas-rojas-contacto {
        left: 5%;
        z-index: 100;
    }

    .ondas-rojas-contacto img {
        width: 50px;
    }

    .elementos-mapa-slider {
        margin-top: -100px;
        display: flex;
        flex-direction: column;
    }

    .slider-ubicaciones {
        width: 98%;
        margin-top: -80px;
        justify-content: center;
    }


    .flecha-izquierda-mapa img,
    .flecha-derecha-mapa img {
        width: 30px;
    }

    .slide-mapa h4 {
        font-size: 1.1rem;
    }

    .slide-mapa {
        padding: 10px 20px;
    }

    /** BLOG **/
    .blogs-pagina {
        display: flex;
        flex-direction: column;
        width: 98%;
    }

    .container-blog {
        width: 98%;
        max-width: 450px;
        margin-inline: auto;
    }

    .container-blog img {
        height: 250px;
    }

    .contenido-blog-plantilla {
        width: 95%;
    }

    .contenido-blog-plantilla img {
        height: 300px;
    }

    .contenido-blog-plantilla h4 {
        font-size: 2.2rem;
        width: 100%;
    }

    /** FOOTER **/
    .contenido-footer {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .enlace-contenido {
        margin-inline: auto;
        justify-content: center;
    }

    .imagen-logo-footer img {
        width: 200px;
        margin-inline: auto;
    }

    .contacto-footer {
        margin-bottom: 50px;
    }

    .iconos-redes-sociales {
        justify-content: center;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .flecha-section-nosotros {
        width: 900px;
        margin-left: -280px;
    }

    .imagen-flecha-section-nosotros img {
        width: 120px;
        margin-left: 300px;
    }

    .texto-flecha-section-nosotros p {
        width: 280px;
        font-size: 1.5rem;
        margin-right: 20px;
    }
}

@media(min-width: 768px) and (max-width: 1199px) {

    /** INDEX **/
    .container-hero-index {
        background-position: 80%;
    }

    .seccion-cobertura {
        height: 100vh;
    }

    .mapa-zoom svg {
        width: auto !important;
        height: 60vh !important;
        margin-left: -20vw;
    }

    .soluciones-integrales {
        gap: 20px;
    }

    .container-informacion-valores {
        width: 700px;
    }

    .valores-empresa-dorados {
        gap: 20px;
    }

    .valores-empresa-dorados img {
        width: 110px;
    }

    .flecha-compromiso {
        left: 50px;
    }

    .flecha-respeto {
        left: 180px;
    }

    .flecha-sostenible {
        left: 310px;
    }

    .flecha-calidad {
        left: 440px;
    }

    .flecha-lealtad {
        left: 570px;
    }

    .fondo-asociar {
        height: 350px;
    }

    .asociar-logos {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        width: 95%;
        margin-inline: auto;
        height: 280px;
        gap: 10px;
        padding-top: 10%;
    }

    .asociar-logos img {
        width: 200px;
        object-fit: contain;
        margin-inline: auto;
    }

    .formulario-cotizacion {
        gap: 30px;
        margin-right: 20px;
    }

    .informacion-soluciones {
        width: 450px;
    }

    .linea-imagen {
        width: 80px;
        left: -25%;
    }

    .informacion-soluciones p {
        width: 350px;
    }

    .logo-texas {
        left: 60%;
    }

    .logo-blanco {
        left: 10%;
    }

    .mensaje-nuestra-empresa-dos {
        left: 50%;
    }

    .mensaje-nuestra-empresa {
        left: 0%;
    }

    /** SERVICIOS **/
    .container {
        max-width: 750px;
        margin-inline: auto;
    }

    .titulo-servicios h1 {
        font-size: 2.8rem;
        line-height: 1.2;
        margin-bottom: 30px;
        text-align: center;
    }

    .titulo-servicios p {
        margin-bottom: 10px;
        font-size: 1.5rem;
    }

    .tipos-envio {
        width: 100%;
        gap: 3rem;
    }

    .container-tipo-envio {
        width: auto;
    }

    .container-tipo-envio p {
        margin-block: 15px;
        font-size: 1.2rem;
    }

    .informacion-general-envio h3 {
        padding-top: 0px;
    }

    .informacion-tipo-envio {
        display: flex;
        flex-direction: column;
        width: 95%;
        gap: 0px;
    }

    .informacion-general-envio {
        width: 100%;
    }

    .listado-informacion-envio {
        width: 100%;
    }

    .container-informacion-envio a {
        width: 420px;
    }

    .preguntas-frecuentes-section h4 {
        font-size: 2.5rem;
        line-height: 1.2;
    }

    .contenido-garantias-section {
        width: 100%;
    }

    .container-preguntas {
        display: flex;
        flex-direction: column;
    }

    .accordion {
        width: 100%;
    }

    .accordion span {
        width: 90%;
        line-height: 1.2;
    }

    .accordion img {
        width: 15px;
    }

    /** NOSOTROS **/
    .hero-nosotros {
        overflow: hidden;
    }

    .texto-hero-nosotros {
        margin-left: 2%;
        margin-top: 0%;
        margin-bottom: 10%;
    }

    .texto-hero-nosotros h2 {
        font-size: 2.8rem;
        margin-bottom: 10px;
    }

    .texto-hero-nosotros p {
        width: 300px;
        font-size: 1.8rem;
    }

    .hero-nosotros img {
        height: 450px;

    }

    .flecha-hero-nosotros img {
        width: 120%;
        max-width: 700px;
        margin-left: -15%;
    }

    .flecha-hero-nosotros {
        top: 30%;
    }

    .texto-flecha-nosotros p {
        font-size: 1.1rem;
        width: 400px;
        top: 40%;
        left: 10%;
    }

    .construyendo-section {
        display: flex;
        flex-direction: column;
        max-width: 800px;
    }

    .primera-seccion-construyendo {
        width: 100%;
        max-width: 800px;
        display: flex;
        flex-direction: row;
        gap: 20px;
    }

    .imagen-ondas img {
        top: 80%;
        right: 10%;
    }

    .primera-seccion-construyendo img {
        margin-left: 0px;
    }

    .segunda-seccion-construyendo {
        width: 100%;
        height: 450px;
        margin-bottom: -30px;
    }

    .segunda-seccion-construyendo img {
        width: 300px;
    }

    .imagen-uno-construyendo {
        left: 30%;
    }

    .imagen-dos-construyendo {
        top: 20%;
        left: 50%;
    }

    .imagen-tres-construyendo {
        top: 35%;
        left: 10%;
    }

    .container-flecha {
        width: 100%;
        overflow: hidden;
    }

    .flecha-section-nosotros {
        margin-block: 50px;
        width: 1200px;
        overflow: hidden;
        height: 140px;
        margin-left: -150px;
    }

    .imagen-flecha-section-nosotros img {
        width: 200px;
        margin-left: 190px;
    }

    .texto-flecha-section-nosotros p {
        width: 250px;
        font-size: 1.5rem;
        margin-right: 250px;
    }

    .linea-del-tiempo {
        width: 600px;
    }

    .elementos-linea-superiores,
    .elementos-linea-inferiores {
        width: 600px;
    }

    .container-datos-generales {
        gap: 30px;
    }


    /** BOLSA DE TRABAJO **/
    .flecha-bolsa-trabajo {
        background-position: 30%;
    }

    .flecha-bolsa-trabajo p {
        width: 500px;
        line-height: 1.2;
    }

    .filtros-busqueda-bolsa {
        gap: 10px;
    }

    .custom-dropdown {
        width: 180px;
    }

    .custom-dropdown .selected {
        font-size: 1.2rem;
        padding-left: 20px;
    }

    .filtros-busqueda-bolsa p {
        font-size: 1.2rem;
        display: none;
    }

    .filtros-busqueda-bolsa input {
        width: 180px;
        min-width: 150px;
    }

    .container-puestos-trabajo {
        width: 90%;
        margin-inline: auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 50px;
        justify-content: center;
        align-items: center;
    }

    .card-puesto-trabajo {
        margin-inline: auto;
        width: 100%;
    }

    /** CONTACTO **/
    .elementos-mapa-slider {
        gap: 20px
    }

    .ondas-rojas-contacto img {
        width: 50px;
    }

    .imagen-mapa-contacto {
        width: 45%;
    }

    .imagen-mapa-contacto svg {
        width: 380px !important;
    }

    .slider-ubicaciones {
        width: 90%;
        justify-content: center;
    }


    .flecha-izquierda-mapa img,
    .flecha-derecha-mapa img {
        width: 30px;
    }

    .slide-mapa h4 {
        font-size: 1.1rem;
    }

    .slide-mapa {
        padding: 10px 20px;
    }

    /** BLOG */
    .blogs-pagina {
        width: 100%;
    }

    .container-blog {
        width: 340px;
    }

}

@media(min-width: 1050px) {
    .mapa-zoom {
        width: 65%;
    }

    .mapa-zoom svg {
        width: auto !important;
        height: auto !important;
        margin-left: 0%;
    }
}

@media(min-width: 1200px) {
    .container {
        max-width: 1200px;
        margin-inline: auto;
    }
}

@media(min-width: 1400px) {

    .mapa-container {
        margin-top: -150px;
    }

    .mapa-zoom {
        width: 70%;
    }

    .servicio-bajio {
        position: absolute;
        left: 10%;
        top: 70%;
        z-index: 100;
    }


    .servicio-full {
        position: absolute;
        left: 75%;
        top: 70%;
        z-index: 100;
    }

    .servicio-occidente {
        position: absolute;
        top: 60%;
        left: 10%;
        z-index: 100;
    }

    .servicio-laredo {
        position: absolute;
        top: 60%;
        left: 75%;
        z-index: 100;
    }

}

@media(min-width: 1500px) {
    .servicio-bajio {
        position: absolute;
        left: 10%;
        top: 75%;
        z-index: 100;
    }

    .servicio-bajio svg {
        width: 220px !important;
    }

    .servicio-full {
        position: absolute;
        left: 75%;
        top: 75%;
        z-index: 100;
    }

    .servicio-full svg {
        width: 220px !important;
    }

    .servicio-occidente {
        position: absolute;
        top: 65%;
        left: 10%;
        z-index: 100;
    }

    .servicio-occidente svg {
        width: 220px !important;
    }

    .servicio-laredo {
        position: absolute;
        top: 65%;
        left: 75%;
        z-index: 100;
    }

    .servicio-laredo svg {
        width: 220px !important;
    }

}