.body {
    background-color: #f5f5f5;
}

* {
    font-family: 'Roboto', sans-serif !important;

}

.links {
    color: #f5f5f5;
    font-size: 25px;
    text-decoration: none;
    margin: 10px;
}

.header {
    background-color: #476EAE;
    color: #f5f5f5;
}

.logaImg {
    height: 150px;
    object-fit: cover;
    margin: 40px;
}

.title {
    font-weight: 800;
    font-size: 60px;
    text-decoration: none;
    margin: 0;
}

.titleP {
    font-size: 40px;
}






.titleBrand {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.card-img-top {
    height: 200px;

}

.test {
    margin: 50px;
}



.cardP {
    font-size: 18px;
}

.btn {
    background-color: #476EAE !important;
    color: #f5f5f5 !important;
    text-align: end !important;
}

.infoCards {
    background-color: #476EAE !important;
    color: #f5f5f5 !important;
}


.card-img {
    width: 500px !important;
}

.textCard {
    width: 700px !important
}


.productImg {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
    overflow: hidden;
    object-fit: cover;
}

.box{
    background-color: white;
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .header {
    background-color: #476EAE;
    color: #f5f5f5;
}

.logaImg {
    height: 100px;
    object-fit: cover;
    margin: 40px;
}

.title {
    font-weight: 400;
    font-size: 40px;
    text-decoration: none;
    margin: 0;
}

.titleP {
    font-size: 20px;
}
}