/* Make header text color consistent across all devices */
.menuPort, 
.menuPort * {
  color: black; /* Use the color you want */
}


/* Target mobile menu specifically */
@media (max-width: 1200px) {
   /* Elementos principales del header */
   .mainHeader,
   .menuPort,
   .btContentWrap nav {
     background-color: white !important;
   }
}

@media (max-width: 1200px) {
	.bt_bb_layout_boxed_right_1200 .bt_bb_cell .bt_bb_cell_inner .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content {
        margin-left:-14%;
    }
}



@media (max-width: 480px) {
		.bt_bb_menu_item .bt_bb_menu_item_title_price {
			display: flex;
			align-items: center;
	}
}

@media (max-width: 480px) {
	.bt_bb_layout_boxed_right_1200 .bt_bb_cell .bt_bb_cell_inner .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content {
		margin-left: 0px
    }
}


.bt_bb_price_list.btHighlight{
	background: #C6DDA3 !important;
}

.bt_bb_size_extralarge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline{
	margin-top: 2em;
}
@font-face {
  font-family: 'Riffic Medium';
  src: url('/wp-content/themes/pawsitive/fonts/Riffic/Fonts/riffic-bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* Mejora el rendimiento de carga */
}

/* Aplicación */
.bt_bb_headline_content, h3, .bt_bb_price_list_title, .bt_bb_service_content_title, .bt_bb_headline_superheadline, .bt_bb_accordion_item_title {
  font-family: 'Riffic Medium' !important;
}


.topBarInMenuCell>:nth-child(1)>a{
	cursor:default;
}

.bt_bb_headline_subheadline{
	margin-top: 0.1em !important;
}

.bt_bb_style_outline.bt_bb_tabs ul.bt_bb_tabs_header li.bt_bb_tab_title.btWithIcon span.bt_bb_icon_holder {
    padding: 1em 0em 1em 1em;
}

.btHardRoundedButtons .bt_bb_card {
    height: 30em;
}

.bt_bb_size_medium.bt_bb_headline h1, .bt_bb_size_medium.bt_bb_headline h2, .bt_bb_size_medium.bt_bb_headline h3, .bt_bb_size_medium.bt_bb_headline h4, .bt_bb_size_medium.bt_bb_headline h5, .bt_bb_size_medium.bt_bb_headline h6 {
    font-size: 1.5rem;
}

.btNoText.bt_bb_menu_item .bt_bb_menu_item_title_price {
    margin-bottom: 8px !important;
}

.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column {
    color: black;
}

a[href^="tel:"] {
    color: black !important;
    text-decoration: none;
}

