.principal {
    background-image: url("./../../../../assets/img/banner/sofa%20gris.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
}

#agente {
    width: 50%;
}

.card-comienzo {
    background-color: #fff;
    border-radius: 10px;
    opacity: 0.8;
    padding-bottom: 30px;
    box-shadow: 5px 5px 5px black;
}

#titulo {
    font-family: "Gothicb";
    color: #fff;
    text-align: center;
}

.btn-mattes{
    padding: 0.5rem 0.75rem;
    font-size: 15px;
    border-radius: 10px !important;
    border: 2px solid black;
    cursor: pointer;
    background-color: white;
    color: black;
    font-family: "Gothic";
    transition: all 0.15s ease-in-out;
}

.btn-mattes:hover {
    background-color: #0088f7;
    color:white;
    border: 2px solid #0088f7;
    font-family: "Gothic";
}

.subtitulo {
    font-family: "Gothicb";
    font-weight: bold;
    font-size: 15px;
}