*{
    padding: 0;
    border: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.flayer{
    font-weight: 500;
    width: auto;
    margin: 0%;
    text-align: center;
    font-size: 1rem;
    color: rgb(255, 255, 255);
    background-color: #212529;
}

.parrafo1{
    font-weight: 300;
}

.direccion{
    font-weight: 300;
    color: #707070;
    font-size: 13px;
}
.location{
    color: #707070;
    font-size: 13px;
}

.parrafo2{
    font-weight: 300;
    color: #707070;
}

.parrafo3{
    font-weight: 500;
    color: white;
}

footer{
    background-color: #212529;
    font-size: 1.2rem;
    text-align: center;
    color: white;
    padding: 0.6rem 0;
}

.formulario{
    display: flex;
    justify-content: center;
}

.redondeo{
    border-radius: 2%;
    height: 100%;
}

.redondeo1{
    border-radius: 2%;
}

.boton{
    border-radius: 10px;
    font-weight: 500;
}

.logo{
    width: 10em;
}

h5{
    font-weight: 300;
    color: #212529;
}

.caja{
    padding: 0;
}