/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.bg-vintage-beige {
    background-color: #FCC398;
}

.bg-vintage-dark {
    background-color: #292E45;
}

.bg-vintage-red {
    background-color: #FC707A;
}

.bg-vintage-green {
    background-color: #47A4AF;
}

.bg-vintage-beige {
    background-color: #FCC398;
}

.bg-vintage-beige {
    background-color: #FCC398;
}

.text-vintage-red {
    color: #FC707A;
}

.bg-green {
    background-color: #1abc9c;
}

.bg-red {
    background-color: #e74c3c;
}

.logo-image {
    width: 200px;
    height: auto;
    object-fit: contain; /* Asegura que la imagen mantenga su relaci¨Žn de aspecto */
}

@media only screen and (max-width: 768px) { /* Ajusta el ancho m¨˘ximo si lo necesitas */
    #logo img {
        width: 20px;
    }
}
