
.general{
    background-color: #e81f76;
    border: none;
}

.naranja {
    color: #da9031;
    font-weight: bold;
}

.bg-colores{
    background: #e81f76;
    border: none;
}

.bg-colores2{
    background: #42beab;
    border: none;
}

.bg-cintillo{
    background: rgb(131, 199, 187);
}
.swiper-slide a:hover {
    background: #e81f76;
}

.fondo-mar {
    background-image: url('https://mayadigital.com.mx/images/comprar/background-div-7.jpg');
}

#search-btn{
    background-color: #e81f76;
    color: white;
}

.btn-primary.focus, .btn-primary:focus{
    background-color: #e81f76 !important;
}

.top-bar.bg-colores{
    background-color: #e81f76 !important;
}

.top-bar.bg-colores2{
    background-color: #42beab !important;
}

.form-container h3 {
    color: <?= #42beab; ?>;
}
