* {
    font-family: "Poppins", sans-serif;
}

body {
    overflow-x: hidden;
    width: 100vw;
}

.img-header {
    position: absolute;
    z-index: 1;
}

.text-header p {
    position: relative;
    z-index: 2;
    margin-bottom: 5px;
    margin-left: 40px;
    font-size: 16px;
}

.btn-header {
    width: 150px !important;
    border-radius: 50px !important;
}

.comentario {
    background: rgba(177, 74, 74, 0.295);
}

.active {
    font-weight: 500;
    font-size: 18px;
    color: aqua !important;
}