.desc-show-more {
	max-width: 5%;
}

.modal.fade.show {
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}

.modal-content { /*compartida con searchresults.css*/
	padding: 20px;
}

.content-semaphore {
	display: flex;
}

.semaphore {
	height: 16px;
	width: 16px;
	border-radius: 50%;
	display: inline-block;
}

.semaphore-white {
	border: 1px solid #000;
	background-color: #fff;
}

.semaphore-green {
	background-color: #97ca3d;
}

.semaphore-orange {
	background-color: #f58924;
}

.semaphore-yellow {
	background-color: #f0fa38;
}

.semaphore-red {
	background-color: #f53318;
}

.semaphore-double-red {
	background-color: #f53318;
	color: white;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
}

.border-radius-5p {
	border-radius: 5px;
}

/* dropdown lista paises */
.dropdown-countries, .dropdown-countries-ind {
	float: left;
	width: 31%;
}

.dropdown-countries > .dropdown-menu {
	max-height: 300px;
	overflow-y: auto;
	min-width: 100% !important;
	background-attachment: local, local, scroll, scroll;
}

#expressContactWhished, #expressContactWhishedInd {
	width: 67%;
}

.header-contact-express-ind {
	background-color: #000;
	color: #fff;
	text-align: center;
}

.anchor-btn-search-into-category {
	width: 25%;
}

.btn-yellow {
	background-color: #ffbf0b;
}

.btn-yellow:hover {
	background-color: #f8cb4f !important;
}

@media only screen and (max-width: 520px) {
	/* dropdown lista paises */
	.dropdown-menu-countries {
		max-width: 100%;
	}

}

@media screen and (width >= 768px){
	.anchor-btn-search-into-category {
		width: 46% !important;
	}
}

@media screen and (width >= 820px){
	.anchor-btn-search-into-category {
		width: 50% !important;
	}
}

@media screen and (width >= 992px){
	.anchor-btn-search-into-category {
		width: 35% !important;
	}
}

@media screen and (width >= 1400px){
	.anchor-btn-search-into-category {
		width: 30% !important;
	}
}

@media only screen and (max-width: 1200px) {
	.btn-ads-whatsapp {
		padding: 4px 0px;
	}

	.btn-ads-phones {
		padding: 4px 0px;
	}
}

.divisorElement {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.colorTitleDivisor {
	color: #ffbf0a;
	font-weight: 700;
}

.button-more-in-city:hover {
	background-color: #000;
	color: white;
}

.dropdown-menu-countries {
	float: left;
	width: 31%;
}

#expressContactWhished, #expressContactWhishedInd {
	width: 67%;
}



/***** CLASES QUE ERAN CSS CRITICO QUE SON DEL MENU LATERAL *****/

.rounded-t {
    border-radius: 16px 16px 0px 0px;
}
.rounded-b {
    border-radius: 0px 0px 16px 16px;
}
.specific-box-top {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.specific-box-top a {
    position: absolute;
    right: 0;
    bottom: 0;
    color: white;
}
.specific-box-top a:hover {
    color: rgba(255, 255, 255, 0.6);
}
#categoriesList .shown:nth-child(1) {
    border-top: solid 1px rgba(255, 255, 255, 0.45);
}
#categoriesList .shown {
    padding: 0.75rem 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.45);
    justify-content: left;
}


/*************** ARREGLAR*******************/


.telefono-par {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em;
}
.telefono-par span {
	white-space: nowrap;
}

.toggle-telefonos, .toggle-horarios {
	color: var(--color-blue-infoguia)
}

.toggle-telefonos:hover, .toggle-horarios:hover {
	color: var(--color-blue-infoguia) !important;
}


.btn-whatsapp-anounce {
	background-color: #25D366;
	color: #FFF;
}
