
@import url('https://fonts.googleapis.com/css2?family=Protest+Riot&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}


footer {
    background-color: #1C1C1E;
    color: #fff;
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    height: auto;
    padding-bottom: 50px;
    padding-top: 50px;
}

.container {
    width: 100%;
    justify-content: space-between; 
}

.protest-riot-regular {
    font-family: "Protest Riot", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.datosEmpresa{
    font-size: 18px;
}

.datosEmpresa div p i{
    color: #F54911;
    margin-right: 8px;
}

.datosEmpresa .descripcion{
    margin-left: 50px;
    margin-top: 20px;
    font-size: 14px;
}

.fs-4:hover{
    color: #EC001E;
}
