body {
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    cursor: default;
}

.inicio {
    background-image: linear-gradient(to bottom, #05042400, #05042400, #05042400, #050424), url("../images/94.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 930px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.inicio p {
    text-align: center;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    font-size: 3em;
    padding-left: 50px;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.527);
    transition: all 0.4s ease-in-out;
}

.nosotros {
    background-color: #050424;
    height: 651px;
    display: grid;
    grid-template-columns: 60% 40%;
}

/*Parte izquierda de la sección nosotros*/
.izquierda {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.izquierda p {
    text-align: justify;
    line-height: 1.5;
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5em;
    width: 90%;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.527);
}

.izquierda h2 {
    text-align: center;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    font-size: 3em;
    color: #fff;
    margin: 0;
    text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.527);
}

.izquierda button {
    border-radius: 8px;
    height: 50px;
    padding: 10px 10px;
    font-size: 1.2em;
    background-color: #201f39;
    border: none;
    color: #87ddff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.527);
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.izquierda button:hover {
    background-color: #201f39;
    color: white;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.527);
    box-shadow: 0 0 15px #000000;
}

/*Parte derecha de la sección nosotros*/
.derecha {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.derecha img {
    width: 550px;
    border-radius: 6px;
    box-shadow: 0 0 15px #87ddff6b;
}

.derecha .logo {
    padding-top: 60px;
    width: 10% !important;
    box-shadow: 0px 2px 25px #87ddff00;
    filter: drop-shadow(0px 2px 5px #87ddff86);
}

/*Sección de soluciones*/
.arriba {
    background-image: linear-gradient(to top, #05042400, #05042400, #05042400, #050424), linear-gradient(to bottom, #05042400, #05042400, #05042400, #050424), url("../images/arrbia.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 697.5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.arriba h2 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    font-size: 3em;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.527);
    margin-bottom: 50px;
    margin-top: 0px;
}

/* Contenedor de soluciones */
.soluciones-contenedor {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.dosendos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
}

.solucion-columna {
    background-color: rgba(0, 0, 0, 0.815);
    padding: 20px;
    border-radius: 12px;
    width: 380px;
    height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.imagen-solucion {
    width: 388px;
    height: 258px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
}

.solucion-columna p {
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: justify;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.527);
    font-size: 1.4em;
    line-height: 1.5;
}

.imagen-solucion:hover {
    box-shadow: 0 0 15px #87ddff;
    filter: brightness(1.1);
}

/*Apartado de partners*/
.Tecno {
    background-color: #050424;
    height: 744px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.tecnologias {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.Tecno img {
    width: 180px;
    margin-left: 10px;
    margin-right: 10px;
    filter: drop-shadow(0px 2px 5px #ffffff4f);
}

.Tecno h2 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    font-size: 3em;
    margin-top: 90px;
    margin-bottom: 40px;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.5);
}

/*Apartado de servicios*/
.extensiones {
    height: 350px;
    background-color: #050424;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 60px;
}

.Servicios {
    box-shadow: 0 0 15px #87ddff;
    height: 270px;
    width: 45%;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: justify;
    padding: 20px;
    gap: 10px;
    background-color: #e0ffff;
    border-radius: 12px;
    cursor: default;
    display: flex;
    flex-direction: column;
}

.Servicios h2 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    font-size: 2em;
    margin: 0;
    text-align: center;
    color: #000000;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.Servicios p {
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4em;
    line-height: 1.5;
    margin: 0;
    color: #000000;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    transition: opacity 0.4s ease-in-out, visibility 0.4s;
}

.Servicios .btn {
    background-color: rgba(252, 254, 255, 0);
    border-radius: 8px;
    cursor: pointer;
    font-size: 1.3em;
    width: 100px;
    height: 45px;
    transition: all 0.8s ease-in-out;
    color: #87ddff;
    background-color: #201f39;
    border: none;
}

.Servicios .btn:hover {
    color: rgb(255, 255, 255);
    background-color: #201f39;
    box-shadow: 0 0 15px #000000;
    transition: all 0.4s ease-in-out;
}

/*Titulo de contacto*/
.contacto h2 {
    margin: 0 !important;
}


@media (max-width: 1756px) {
    .Tecno img {
        width: 150px;
    }

    .Tecno h2 {
        font-size: 2.5em;
    }

    .Tecno {
        height: auto;
    }

    .arriba h2 {
        font-size: 2.3em;
    }

    .solucion-columna {
        background-color: rgba(0, 0, 0, 0.6);
        padding-left: 5px !important;
        padding: 0;
        width: 600px;
        height: 200px;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        gap: 10px;
    }

    .imagen-solucion {
        width: 220px;
        height: 180px;
        margin: 0;
    }

    .extensiones {
        height: 500px;
        flex-direction: column;
        gap: 20px;
    }

    .Servicios {
        height: auto;
        width: 90%;
    }

}

@media (max-width: 1355px) {
    .nosotros {
        display: grid;
        grid-template-columns: none;
        grid-template-rows: 350px 301px;
    }

    .nosotros .izquierda h2 {
        font-size: 2.5em;
    }

    .nosotros .izquierda p {
        font-size: 1.2em;
    }

    .nosotros .derecha {
        background-image: linear-gradient(to bottom, #05042400, #05042400, #05042400, #050424), url("../images/8.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .nosotros img,
    .nosotros .logo {
        display: none;
    }

    .nosotros .izquierda button {
        font-size: 1.2em;
        width: 100px;
        height: 45px;
    }

    .Servicios h2 {
        font-size: 2.2em;
    }


    .Servicios p,
    .solucion-columna P {
        font-size: 1.3em;
    }

    .Servicios .btn {
        font-size: 1em;
    }

}

@media (max-width: 950px) {
    .inicio {
        justify-content: center;
        padding: 0;
    }

    .inicio p {
        font-size: 2em;
        padding-left: 0;
    }

    .solucion-columna h2,
    .nosotros .izquierda h2 {
        font-size: 2.2em;
    }


    .solucion-columna P,
    .nosotros .izquierda p {
        font-size: 1.1em;
    }

    .nosotros .izquierda button {
        font-size: 1em;
    }

}

@media (max-width: 798px) {
    .extensiones {
        height: 650px;
    }

    .Servicios {
        gap: 10px !important;
    }
}

@media (max-width: 700px) {

    .nosotros .derecha {
        margin-top: 30px;
    }

}

@media (max-width: 610px) {
    .extensiones {
        height: 700px;
    }

    .Servicios p {
        font-size: 1.2em;
    }

}

/* --------- max-width: 480px (teléfonos pequeños) --------- */
@media (max-width: 500px) {
    .nosotros {
        grid-template-rows: 350px 250px;
    }

    .nosotros .derecha {
        margin-top: 50px;
    }

    .nosotros .izquierda p {
        font-size: 1em;
    }

    .Servicios p {
        font-size: 1.1em;
    }

}

@media (max-width: 480px) {
    .inicio p {
        font-size: 1.5em;
    }

    .Tecno img {
        width: 80px !important;
    }

    .extensiones {
        height: 750px;
    }
}


@media (max-width: 435px) {
    .extensiones {
        height: 800px;
    }

    .Servicios {
        border-radius: 0px;
    }
}

@media (max-width: 400px) {
    .inicio p {
        font-size: 1.5em;
    }

    .Servicios h2,
    .solucion-columna h2,
    .nosotros .izquierda h2 {
        font-size: 2em;
    }

    .nosotros .izquierda button {
        width: 90px;
        height: 35px;
        font-size: 0.9em;
    }

    .solucion-columna {
        width: 98% !important;
        height: 140px;
        padding: 4px;
    }

    .solucion-columna p {
        font-size: 0.9em !important;
    }

    .imagen-solucion {
        width: 210px;
        height: 100px;
    }

    .extensiones {
        height: 860px;
    }
}

@media (max-width: 1065px) {
    .arriba {
        height: auto;
        padding-bottom: 50px;
        padding-top: 30px;
    }

    .soluciones-contenedor {
        flex-direction: column;
    }


    .Tecno img {
        width: 100px;
    }

    .Tecno h2 {
        font-size: 2em;
    }
}

@media (max-width: 1300px) {

    .solucion-columna {
        width: 520px;
    }

    .Tecno img {
        width: 120px;
    }

    .solucion-columna p {
        font-size: 1.1em;
        text-align: justify;
    }

    .Servicios {
        width: 89%;
    }

}