:root
{
--tamano-medio: 1.7vw;
--tamano-titulo: 5vw;
--tamano-pequeno: 1.5vw;
--azul: rgba(31,43,80,1);
--boton:#2c59ea;
}
html{
    color: white;
    font-family: "Lato", sans-serif;
}
body{
    margin: 0;
}
.f_top{
    width: 100%;
    height: 28vw;
    background:linear-gradient(to bottom, rgba(31,43,80,1), rgba(31,43,80,0)),  url(imagenes/oficina.webp);
    text-align: -webkit-center;
}
.f_top h1{
    font-size: var(--tamano-titulo);
    text-shadow: 0 0.2vw 0.9vw rgba(0, 0, 0, 0.5);
    margin: 0;
    padding-top: 3vw;
}
.f_top p{
    font-size: var(--tamano-medio);
    margin: 0;
    padding: 2vw 0;
}
.f_top form{
    display: flex;
    width: fit-content;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
    margin: 0;
    padding: 0 0 0 4vw;
}
.f_top input[type=text]{
    background-color: rgba(255, 255, 255, 0.5);
    border-style: hidden;
    height: 4vw;
    width: 20vw;
    padding: 1vw;
    margin: 0.5vw;
    font-size: 1.2vw;
}

.f_top input[type=email]{
    background-color: rgba(255, 255, 255, 0.5);
    border-style: hidden;
    height: 4vw;
    width: 20vw;
    padding: 1vw;
    margin: 0.5vw;
    font-size: 1.2vw;
}

.f_top input[type=submit]{
    background-color: var(--boton);
    font-size: 2vw;
    color: white;
    border-style: hidden;
    padding: 2vw;
    margin-left: 2vw;
    border-radius: 0;
}

.f_bottom{
    width: 100%;
    background-color: var(--azul);
    position: relative;
}
.f_fondo{
    position: absolute;
    top: 2vw;
    left: 4vw;
    height: 6vw;
}
.about{
display: grid;
grid-template-rows: 24vw;
grid-template-columns: 1fr 1fr 1fr 1fr;
padding: 8vw 6vw 0vw 6vw;
}
.about h1{
    font-size: var(--tamano-medio);
    margin-bottom: 3vw;
}
.about p{
    font-size: 1vw;
    margin: 0;
}
.about i{
    font-size: 3vw;
    margin-top: .4vw;
}
.about a{
    color: white;
    text-decoration: none;
}
.a_linea_1{
    position: absolute;
    height: 17vw;
    width: .1vw;
    top: 8.5vw;
    left: 25vw;
    background-color: white;
}
.a_linea_2{
    position: absolute;
    height: 17vw;
    width: .1vw;
    top: 8.5vw;
    left: 46vw;
    background-color: white;
}
.a_linea_3{
    position: absolute;
    height: 17vw;
    width: .1vw;
    top: 8.5vw;
    left: 68vw;
    background-color: white;
}
.line_height{
    line-height: 1.5vw;
}
.line_height_2{
    line-height: 1.9vw;
}
.line_height_3{
    line-height: 2.2vw;
}
@media (max-width: 800px){
    .f_top{
        height: 80vw;
        background-size: 121vw;
    }
    .f_top h1{
        font-size: 8vw;
        padding-top: 4vw;
    }
    .f_top p{
        font-size: 3.5vw;
        margin-bottom: 1vw;
    }
    .f_top form{
        display: grid;
        width: 59vw;
        padding: 1vw 0 0px 0vw;
        height: 51vw;
        justify-content: center;
        align-items: end;
    }
    .f_top input[type=text]{
        height: 9vw;
        width: 53vw;
        padding: 2vw;
        margin: 0vw 3vw 0 3vw;
        font-size: 3vw;
    }
    
    .f_top input[type=email]{
        height: 9vw;
        width: 53vw;
        padding: 2vw;
        margin: 0vw 3vw 0 3vw;
        font-size: 3vw;
    }    
    
    .f_top input[type=submit]{
        margin-left: 0vw;
        font-size: 4vw;
        padding: 1vw;
        width: 59vw;
        height: 10vw;
    }
    
    .f_bottom{
        width: 100%;
        background-color: var(--azul);
        position: relative;
    }
    .f_fondo{
        position: absolute;
        top: -1vw;
        left: 6vw;
        height: 18vw;
    }
    .about{
    grid-template-rows: 35vw;
    grid-template-columns: 31vw 30vw;
    padding: 14vw 6vw 6vw 6vw;
    justify-content: space-around;
    }
    .about h1{
        font-size: 3vw;
    }
    .about p{
        font-size: 2.5vw;
    }
    .about i{
        margin-top: 7.5vw;
        font-size: 4.5vw;
    }
    .a_linea_1{
        height: 69vw;
        top: 15.5vw;
        left: 47vw;
    }
    .a_linea_2{
        height: .1vw;
        width: 74vw;
        top: 44.5vw;
        left: 11vw;
    }
    .a_linea_3{
        display: none;
    }
    .line_height{
        line-height: 2vw;
    }
    .line_height_2{
        line-height: 3.5vw;
    }
    .line_height_3{
        line-height: 3.8vw;
    }
}
