.select-page-tel {
	margin-right: 8px;
	position: relative;
}

.btn-pais-tel {
	color: rgba(255, 255, 255, 0.7);
	display: flex;
	width: 100px;
	height: 38px;
	padding: 0 6px;
	justify-content: stretch;
	align-items: center;
	border-bottom: 1px solid #ced4da;
}

.btn-pais-tel .indicativo {
	display: block;
	flex-grow: 1;
}

.btn-pais-tel .icon_flecha {
	width: 12px;
	margin-left: 5px;
}

.btn-pais-tel .icon_flecha svg {
	fill: white;
}

.icono-bandera-tel {
	margin-right: 10px;
}

.caja-opciones-tel {
	display: block;
	z-index: 300;
	max-height: 200px;
	width: auto;
	min-width: 180px;
	background-color: white;
	position: absolute;
	left: 82px;
	top: 0px;
	border-radius: 12px;
	overflow-y: auto;
	padding: 0;
	list-style: none;
}

.caja-opciones-tel.oculto {
	display: none;
}

.caja-opciones-tel .item-pais {
	display: flex;
	list-style: none;
	padding: 6px 18px;
	font-size: 0.9rem;
}

.caja-opciones-tel .item-pais img {
	margin-right: 10px;
}

.caja-opciones-tel .item-pais:hover {
	background-color: rgba(0, 0, 0, 0.1);
}
