/*
==============================
Feature: Select2
==============================
*/

.select2-container {
	width: 100% !important;
}

.select2-container .select2-selection--single {
	height: 35px !important;
}

#resultado .select2-container .select2-selection--single {
	height: 50px !important;
}

.select2-selection.select2-selection--single {
	display: flex !important;
	align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 1px !important;
	width: 1px !important;
	top: 40% !important;
	right: 10px !important;
	padding-right: 1em;
}

.select2-selection__arrow2 {
	margin-left: .4em;
	border-top: 0;
	border-right: 1px solid #979797;
	border-bottom: 1px solid #979797;
	border-left: 0;
	transform: rotate(45deg);
	padding: 0.16em;
}

.select2-container--default .select2-selection--single {
	box-shadow: none !important;
	border: 1px solid transparent !important;
	border-radius: 0 !important;
	padding: 6px 0px !important;
	height: 35px;
	background: transparent;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 15px;
	letter-spacing: 0;
	line-height: 18px !important;
	font-weight: 300;
	color: #4a4a4a !important;
	padding-left: 0px !important;
	letter-spacing: 0;
}

#wpcf7-f176494-o1 .select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 18px !important;
	font-weight: 400;
	color: #1d1d1f !important;
	padding-left: 0px !important;
	letter-spacing: 0;
}

.select2-results__option.select2-results__option--selectable,
.select2-results__option.select2-results__message {
	font-size: 12px;
	letter-spacing: 0;
	line-height: 15px !important;
	font-weight: 500;
}

.select2-container--open .select2-dropdown--above {
	border-color: transparent;
	border-width: 1px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.06);
	font-family: 'SuisseIntl';
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 15px;
}

.select2-container--open .select2-dropdown--below {
	border:1px solid #f6f6f6;
	box-shadow: none;
	font-family: 'SuisseIntl';
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 15px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #C6C6C6 !important;
	color: white;
}

.select2-search--dropdown .select2-search__field {
	box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.06);
}


#ordenar .select2-container .select2-selection--single {
	height: 35px !important;
}


/*the container must be positioned relative:*/
/* .custom-select {
	position: relative;
	font-family: 'SuisseIntl';
	color: #333333 !important;
	border: 0px !important;
	border-radius: 0px !important;
	background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
	cursor: pointer !important;
	font-size: 14px !important;
}

.custom-select:focus{
	border-color: #333333 !important;
	box-shadow: none !important;
}
 */

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-width: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b::after{
    content: "\f078" !important;
	font: 1em'Font Awesome 6 Pro' !important;
	color: #1d1d1f !important;
	border: none !important;
	width: auto;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	transform: translateY(-50%);
	margin: 0px;
	height: auto;
}

.select2-selection__arrow.icon-arrow-right::before {
	content: "\f078" !important;
	font: 1em'Font Awesome 6 Pro' !important;
	color: #1d1d1f !important;
	border: none !important;
	width: auto;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	transform: translateY(-50%);
	margin: 0px;
	height: auto;
}
