@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap');

.inicio-desarrollom{
    background-image: url(../img/fondo\ desarrollo\ app.svg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    padding: 1.2rem 1rem;
    animation: inicio-desarrollomedida 3s ease;
}
.inicio-desarrollom-container{
    width: 100%;
    max-width: 600px;
    position: relative;
    top: 40%;
    background-color: transparent;
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 1rem;
}
.inicio-desarrollom-container h1{
    color: var(--color-desarrollom);
    /* text-shadow: 0 0 10px var(--color-); */
    font-size: clamp(1.5rem, 1.5rem + 2vw, 2.75rem);
}
.inicio-desarrollom-container p{
    color: var(--color-blanco);
    font-size: clamp(.8rem, .8rem + 2vw, 1.5rem);
}

/* CRM */

.desarrollocrm{
    width: 100%;
    height: 100vh;
    padding: 1.2rem 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: auto;
    background-image: url(../img/fondo\ crm.png);
    background-position: center;
    background-size: cover;
}
.desarrollocrm-container{
    width: 100%;
    max-width: 620px;
    background-color: transparent;
    backdrop-filter: blur(30px);
    padding: 1rem;
    border-radius: 20px;
}
.desarrollocrm-container h1{
    margin: 1rem 0;
    color: var(--color-landing);
    font-size: clamp(1.5rem, 1.5rem + 2vw, 2.75rem);
}
.desarrollocrm-container p{
    margin: 0 0 1rem 0;
    color: var(--color-blanco);
    font-size: clamp(.8rem, .8rem + 2vw, 1.5rem);
}
.desarrollocrm .video-background{
    width: 100%;
    max-width: 600px;
}
.desarrollocrm .video-background video{
    width: 100%;
    border-radius: 20px;
}
.desarrollocrm span{
    color: var(--color-landing);
    font-family: "Google Sans Flex", sans-serif;
    font-size: clamp(.8rem, .8rem + 2vw, 1.5rem);
    font-weight: 500;
}

/* ERP */

.desarrolloerp{
    width: 100%;
    height: 100vh;
    padding: 1.2rem 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: auto;
    background-image: url(../img/fondo\ erp.png);
    gap: 10px;
}
.desarrolloerp-container{
    width: 100%;
    max-width: 620px;
    background-color: transparent;
    backdrop-filter: blur(30px);
    padding: 1rem;
    border-radius: 20px;
}
.desarrolloerp h1{
    margin: 1rem 0;
    color: var(--color-sitiow);
    font-size: clamp(1.5rem, 1.5rem + 2vw, 2.75rem);
}
.desarrolloerp p{
    margin: 0 0 1rem 0;
    color: var(--color-blanco);
    font-size: clamp(.8rem, .8rem + 2vw, 1.5rem);
}
.desarrolloerp .video-background{
    width: 100%;
    max-width: 600px;
}
.desarrolloerp .video-background video{
    width: 100%;
    border-radius: 20px;
}
.desarrolloerp span{
    color: var(--color-sitiow);
    font-family: "Google Sans Flex", sans-serif;
    font-size: clamp(.8rem, .8rem + 2vw, 1.5rem);
    font-weight: 500;
}

/* desarrollo web y app */

.desarrolloawa{
    width: 100%;
    height: 100vh;
    padding: 1.2rem 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: auto;
    background-image: url(../img/fondo\ app.png);
}
.desarrolloawa-container{
    width: 100%;
    max-width: 620px;
    background-color: transparent;
    backdrop-filter: blur(30px);
    padding: 1rem;
    border-radius: 20px;
}
.desarrolloawa h1{
    margin: 1rem 0;
    color: var(--color-tlinea);
    font-size: clamp(1.5rem, 1.5rem + 2vw, 2.75rem);
}
.desarrolloawa p{
    margin: 0 0 1rem 0;
    color: var(--color-blanco);
    font-size: clamp(.8rem, .8rem + 2vw, 1.5rem);
}
.desarrolloawa .video-background{
    width: 100%;
    max-width: 600px;
}
.desarrolloawa .video-background video{
    width: 100%;
    border-radius: 20px;
}
.desarrolloawa span{
    color: var(--color-tlinea);
    font-family: "Google Sans Flex", sans-serif;
    font-size: clamp(.8rem, .8rem + 2vw, 1.5rem);
    font-weight: 500;
}

/* Automtización de procesos */

.automatizacion{
    width: 100%;
    height: 100vh;
    padding: 1.2rem 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: auto;
    background-image: url(../img/fondo\ automatizacion.svg);
}
.automatizacion-container{
    width: 100%;
    max-width: 620px;
    background-color: transparent;
    backdrop-filter: blur(30px);
    padding: 1rem;
    border-radius: 20px;
}
.automatizacion h1{
    margin: 1rem 0;
    color: var(--color-tlinea);
    font-size: clamp(1.5rem, 1.5rem + 2vw, 2.75rem);
}
.automatizacion p{
    margin: 0 0 1rem 0;
    color: var(--color-blanco);
    font-size: clamp(.8rem, .8rem + 2vw, 1.5rem);
}
.automatizacion .video-background{
    width: 100%;
    max-width: 600px;
}
.automatizacion .video-background video{
    width: 100%;
    border-radius: 20px;
}
.automatizacion span{
    color: var(--color-tlinea);
    font-family: "Google Sans Flex", sans-serif;
    font-size: clamp(.8rem, .8rem + 2vw, 1.5rem);
    font-weight: 500;
}

/* Seguridad y soporte técnico */

.seguridad{
    width: 100%;
    height: 100vh;
    padding: 1.2rem 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: auto;
    background-image: url(../img/fondo\ seguridad.svg);
}
.seguridad-container{
    width: 100%;
    max-width: 620px;
    background-color: transparent;
    backdrop-filter: blur(30px);
    padding: 1rem;
    border-radius: 20px;
}
.seguridad h1{
    margin: 1rem 0;
    color: var(--color-tlinea);
    font-size: clamp(1.5rem, 1.5rem + 2vw, 2.75rem);
}
.seguridad p{
    margin: 0 0 1rem 0;
    color: var(--color-blanco);
    font-size: clamp(.8rem, .8rem + 2vw, 1.5rem);
}
.seguridad .video-background{
    width: 100%;
    max-width: 600px;
}
.seguridad .video-background video{
    width: 100%;
    border-radius: 20px;
}
.seguridad span{
    color: var(--color-tlinea);
    font-family: "Google Sans Flex", sans-serif;
    font-size: clamp(.8rem, .8rem + 2vw, 1.5rem);
    font-weight: 500;
}
.seguridad ul{
    color: var(--color-blanco);
    list-style-type: disc;
    font-family: "Rubik", sans-serif;
    margin: 1rem 0;
    margin-left: 2rem;
    font-size: clamp(.8rem, .8rem + 2vw, 1.5rem);
}

@media screen and (width >= 1118px){
    .inicio-desarrollom-container{
        left: 5%;
    }
    .desarrollocrm{
        flex-direction: row-reverse;
        gap: 10px;
        height: 80vh;
    }
    .desarrolloerp{
        height: 80vh;
    }
    .desarrolloawa{
        flex-direction: row-reverse;
        gap: 10px;
        height: 80vh;
    }
    .automatizacion{
        gap: 10px;
        height: 80vh;
    }
    .seguridad{
        flex-direction: row-reverse;
        gap: 10px;
        height: 80vh;
    }
}