/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* Estilos para pestañas activas e inactivas */
.nav-tabs .tab.active {
    background-color: #293656 !important;
    border-bottom-color: #293656 !important; /* Color de la línea de abajo */
    color: #fff !important; /* Color del texto para pestañas activas */
}

.nav-tabs .tab {
    background-color: #8CAAC5 !important;
    color: #293656 !important; /* Color del texto para pestañas inactivas */
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}