*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    margin: 0 auto;
    position: relative;
    background-position: center;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    padding: 120px 0px 0;
}

.contenedor-inicio{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;  
}
.inicio{
    background-color: white;
    border-radius: 10px;
    width: 1022px;
    height: 450px;
    position: relative;
}

.texto-inicio{
    width: 90%;
    font-size: 25px;
    width: fit-content;
    height: fit-content;
    margin: 5%;
    color: rgb(109, 106, 108);
}

.inicio::after{
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    background: #4B79A1;  
    background: -webkit-linear-gradient(to right, #283E51, #4B79A1); 
    background: linear-gradient(to right, #283E51, #4B79A1); 


    width: 100%;
    height: 100%;
    filter: blur(10px);
    z-index: -1;
}

div h1{
    color: rgb(109, 106, 108);
    font-size: 35px;
}

.contenedor-contacto{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;  
}

.contacto-inicio{
    background-color: white;
    border-radius: 10px;
    width: 1022px;
    height: 170px;
    position: relative;
}

.texto-contacto-inicio{
    width: 90%;
    font-size: 25px;
    width: fit-content;
    height: fit-content;
    margin: 5%;
    color: rgb(109, 106, 108);
}

.contacto-inicio::after{
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    background: #4B79A1;  
    background: -webkit-linear-gradient(to right, #283E51, #4B79A1); 
    background: linear-gradient(to right, #283E51, #4B79A1); 


    width: 100%;
    height: 100%;
    filter: blur(10px);
    z-index: -1;
}

.ventas-servicio{
    display: flex;
    justify-content: space-between;
}

.contacto-servicio-tecnico{
    background-color: white;
    border-radius: 10px;
    width: 450px;
    height: 400px;
    position: relative;
}

.texto-contacto-servicio-tecnico{
    width: 90%;
    font-size: 25px;
    width: fit-content;
    height: fit-content;
    margin: 5%;
    color: rgb(109, 106, 108);
}

.contacto-servicio-tecnico::after{
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    background: #4B79A1;  
    background: -webkit-linear-gradient(to right, #283E51, #4B79A1); 
    background: linear-gradient(to right, #283E51, #4B79A1); 


    width: 100%;
    height: 100%;
    filter: blur(10px);
    z-index: -1;
}

.contacto-ventas{
    background-color: white;
    border-radius: 10px;
    width: 450px;
    height: 400px;
    position: relative;
}

.texto-contacto-ventas{
    width: 90%;
    font-size: 25px;
    width: fit-content;
    height: fit-content;
    margin: 5%;
    color: rgb(109, 106, 108);
}

.contacto-ventas::after{
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    background: #4B79A1;  
    background: -webkit-linear-gradient(to right, #283E51, #4B79A1); 
    background: linear-gradient(to right, #283E51, #4B79A1); 


    width: 100%;
    height: 100%;
    filter: blur(10px);
    z-index: -1;
}

.contenedor-post-venta-servicio{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;  
}

.componentes-accesorios{
    background-color: white;
    border-radius: 10px;
    width: 450px;
    height: 500px;
    position: relative;
}

.texto-componentes-accesorios{
    width: 90%;
    font-size: 25px;
    width: fit-content;
    height: fit-content;
    margin: 5%;
    color: rgb(109, 106, 108);
}

.componentes-accesorios::after{
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    background: #4B79A1;  
    background: -webkit-linear-gradient(to right, #283E51, #4B79A1); 
    background: linear-gradient(to right, #283E51, #4B79A1); 


    width: 100%;
    height: 100%;
    filter: blur(10px);
    z-index: -1;
}

.mantencion{
    background-color: white;
    border-radius: 10px;
    width: 450px;
    height: 500px;
    position: relative;
}

.texto-mantencion{
    width: 90%;
    font-size: 25px;
    width: fit-content;
    height: fit-content;
    margin: 5%;
    color: rgb(109, 106, 108);
}

.mantencion::after{
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    background: #4B79A1;  
    background: -webkit-linear-gradient(to right, #283E51, #4B79A1); 
    background: linear-gradient(to right, #283E51, #4B79A1); 


    width: 100%;
    height: 100%;
    filter: blur(10px);
    z-index: -1;
}

.post-venta-servicio{
    width: 1022px;
    display: flex;
    justify-content: space-around;
}